LukeyBoy has asked for the wisdom of the Perl Monks concerning the following question:
Does anyone know how I'd go about finding why this crashed the Perl binary? Thanks!#0 0x805efe1 in S_my_exit_jump () #1 0x805eea9 in Perl_my_exit () #2 0x8088d55 in Perl_safemalloc () #3 0x8099d0a in S_more_sv () #4 0x809e1d5 in Perl_newSV () #5 0x805a720 in perl_construct () #6 0x8059d38 in main () #7 0x400699cb in __libc_start_main (main=0x8059d10 <main>, argc=2, ar +gv=0xbffffb04, init=0x8058fa8 <_init>, fini=0x80d681c <_fini>, rtld_fini=0x4000ae60 <_dl_fini>, stack_end +=0xbffffafc) at ../sysdeps/generic/libc-start.c:92
Edit by tye to change PRE tags to CODE tags around long lines
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: What do you do with a core dump?
by dragonchild (Archbishop) on Mar 07, 2002 at 20:42 UTC | |
by LukeyBoy (Friar) on Mar 07, 2002 at 20:44 UTC | |
|
Re (tilly) 1: What do you do with a core dump?
by tilly (Archbishop) on Mar 08, 2002 at 03:08 UTC |