The stupid question is the question not asked | |
PerlMonks |
Re: How to debug a segfault?by perlmonkey (Hermit) |
on Nov 19, 2003 at 16:09 UTC ( [id://308324]=note: print w/replies, xml ) | Need Help?? |
You can use gdb to debug perl. It is not ideal, but when you have core dumps it should help.
You can inspect the c data that was in memory at the time of the segv and probably figure out what caused the core dump. See the gdb man page for more details.
In Section
Seekers of Perl Wisdom
|
|