From LedHed's Wiki
Revision as of 17:10, 2 August 2006 by Ledhed (Talk | contribs)

Jump to: navigation, search

What is a Backtrace (Also known as a Stack Trace).


HowTo

gdb /path/to/binary
run the Binary as needed
when the binary crashed run 'bt'


Example

gdb /usr/local/bin/dspam
dspam --daemon --debug

Wait for the app to die.

bt