Can someone point me to info on how to analyze core dumps?
Thanks.
# cat core > /dev/audio
(Seriously, try "file core" and, if that's not informative enough for you,
use gdb on it. For more gdb info, rtfm on gdb(1).)
--
Todd Graham Lewis Manager of Web Engineering MindSpring Enterprises
/Paw Mullit
writes
When I'm not sure what program caused the core dump I use:Quote:>Can someone point me to info on how to analyze core dumps?
>Thanks.
strings core | more
and 99% of the time you can see the program name in the top few lines.
Remember to compile suspect programs with the -g switch.
Colin Main
Replace '-dot-' with a dot to mail me.
(I can't think of anything funny to put here - C.Main, 1997)