Am Dienstag, 26. Juli 2005 11:49 schrieb Dave Ewart:
> I've not done a backtrace before - do you mean to just run 'strace' on
> the application?

No, you run the program until it crashes, then you get a corefile somewhere. 
To get the backtrace, you run

$ gdb /path/to/prog /path/to/core

Then enter

backtrace

and behold.

This will at least tell you approximately where it crashed.  To get more 
information you will have to rebuild the package with debugging symbols and 
without optimization.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to