vsespb has asked for the wisdom of the Perl Monks concerning the following question:
orAttempt to free nonexistent shared string '', Perl interpreter: 0x801c +19c00 at ./gemu-test-worker.pl line 1311, <STDIN> line 1. Not a CODE reference at ./gemu-test-worker.pl line 1311, <STDIN> line +1. END failed--call queue aborted at ./gemu-test-worker.pl line 1311, <ST +DIN> line 1. Segmentation fault (core dumped)
sometimes on one machine there is stacktracepanic: del_backref, *svp=801e59fc0, sv=8048dd5d0 at /ara/backup/disast +er_backup/glacier/mt-aws/lib/App/MtAws.pm line 120. Not a CODE reference at /ara/backup/disaster_backup/glacier/mt-aws/lib +/App/MtAws.pm line 122. END failed--call queue aborted at ./glacier/mt-aws/mtglacier line 122. panic: invalid MRO! at ./glacier/mt-aws/mtglacier line 122 during glob +al destruction.
or simply Not a CODE reference + END failed--call queue abortedCore dump stack: (gdb) backtrace #0 0x00000008008731f5 in Perl_Gv_AMupdate () from /usr/local/lib/perl5/5.16/mach/CORE/libperl.so #1 0x0000000800873508 in Perl_gv_handler () from /usr/local/lib/perl5/5.16/mach/CORE/libperl.so #2 0x00000008008e6514 in S_curse () from /usr/local/lib/perl5/5.16/mach/CORE/libperl.so #3 0x00000008008e5b92 in Perl_sv_clear () from /usr/local/lib/perl5/5.16/mach/CORE/libperl.so #4 0x00000008008dc369 in Perl_sv_clean_objs () from /usr/local/lib/perl5/5.16/mach/CORE/libperl.so #5 0x00000008008669c7 in perl_destruct () from /usr/local/lib/perl5/5.16/mach/CORE/libperl.so #6 0x0000000000400f39 in main ()
replaced with'base.pm' => '/usr/local/lib/perl5/5.16/base.pm',
(and message "Attempt to free nonexistent shared string" thrown)'' => '',
so this is perl compilled by clang$ cc --version FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610 Target: x86_64-unknown-freebsd10.0 Thread model: posix
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Debugging perl crash
by dave_the_m (Monsignor) on Jun 27, 2014 at 15:32 UTC | |
by vsespb (Chaplain) on Jun 27, 2014 at 15:49 UTC | |
by dave_the_m (Monsignor) on Jun 27, 2014 at 17:43 UTC | |
|
Re: Debugging perl crash
by 1s44c (Scribe) on Jun 28, 2014 at 23:55 UTC | |
by vsespb (Chaplain) on Jun 29, 2014 at 16:53 UTC | |
by 1s44c (Scribe) on Jun 30, 2014 at 11:03 UTC | |
by vsespb (Chaplain) on Jun 30, 2014 at 11:42 UTC | |
by vsespb (Chaplain) on Jun 30, 2014 at 17:36 UTC | |
|
Re: Debugging perl crash
by perlfan (Parson) on Jul 02, 2014 at 12:35 UTC | |
by vsespb (Chaplain) on Jul 02, 2014 at 14:53 UTC |