| 1 | + /usr/local/bin/padre --version |
|---|
| 2 | Perl Application Development and Refactoring Environment 0.90 |
|---|
| 3 | + ulimit -c unlimited |
|---|
| 4 | + PERL5LIB=t/lib |
|---|
| 5 | + /usr/local/bin/padre die_padre_die.pl |
|---|
| 6 | /home/joi/bin/mypadre: line 28: 21673 Segmentation fault (core dumped) PERL5LIB="t/lib" $PADRE $* |
|---|
| 7 | |
|---|
| 8 | ------------------------ |
|---|
| 9 | Perl 5.10.1 |
|---|
| 10 | Wx 0.9901 |
|---|
| 11 | wxWidgets 2.8.10 |
|---|
| 12 | Alien::wxWidgets 0.50 |
|---|
| 13 | Wx::Perl::ProcessStream 0.30 |
|---|
| 14 | PPI 1.215 |
|---|
| 15 | Config: /home/joi/.local/share/.padre |
|---|
| 16 | RAM: 678.3MB |
|---|
| 17 | Threads: 6 |
|---|
| 18 | ------------------------ |
|---|
| 19 | |
|---|
| 20 | |
|---|
| 21 | Describe what you were doing with padre crashed: |
|---|
| 22 | |
|---|
| 23 | #!/usr/bin/perl |
|---|
| 24 | |
|---|
| 25 | use 5.010; |
|---|
| 26 | use strict; |
|---|
| 27 | use warnings; |
|---|
| 28 | |
|---|
| 29 | use CGI::Application; |
|---|
| 30 | # to watch padre hang and dump core, uncomment the next line with |
|---|
| 31 | # the syntax checker enabled... Apparently this module has a BEGIN in it |
|---|
| 32 | # which is causing the problem. |
|---|
| 33 | |
|---|
| 34 | #use CGI::Application::Plugin::DebugScreen; # die! |
|---|