From LedHed's Wiki
Revision as of 17:43, 25 March 2007 by Ledhed (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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


HowTo

gdb /path/to/binary
run --options
when the binary crashes run:
bt


Example

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

Wait for the app to die.

bt