From LedHed's Wiki
Line 18: | Line 18: | ||
bt<br> | bt<br> | ||
+ | |||
+ | |||
+ | [[Category:Linux_TroubleShooting]] |
Revision as of 17:31, 2 August 2006
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