What to do with core dumps?

Earl H. Kinmonth ked at garnet.berkeley.edu
Sun Jul 23 02:13:52 AEST 1989


>> what can you do with a core dump?  

If the dump is from a stripped executable not very much.  If the
executable was not stripped, you can use adb (RTFM) and determine
where (to the routine level) the programme tossed its cookies.
With luck you might even see the bad parameter by using the stack
backtrace command.



More information about the Comp.unix.questions mailing list