Mail Archives: djgpp/1994/01/18/11:19:59
> (2) I occasionally get a crash with a backtrace, and would
> like to figure out what routines have been called. As I understand
> symify, all I need to do is run "symify gs.exe" after the crash
> (gs.exe is a stubbed executable). However, all I get are the same
> hexadecimal locations that were produced by GO32 after the crash.
You won't get any information if you strip the image. You get better
information with -g (real line numbers instead of PC offsets from routine
names).
- Raw text -