in reply to How to debug a segfault?
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.# start gdb gdb /usr/bin/perl # inside gdb run the script run script.pl # after it segv's get the stack trace bt
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to debug a segfault?
by Abigail-II (Bishop) on Nov 19, 2003 at 16:31 UTC |