More Information
http://www.bonsai.com/wiki/howtos/debugging/daemon_backtrace/
GDB Documentation
Attach to the daemon with gdb
IMPORTANT NOTES:
- You’ll need to be root (or the owner of the daemon process).
- You’ll want to do this first part “briskly” since the daemon will be stopped until you give the “continue” command.
- This is reasonably invasive; be prepared to restart the daemon if something goes wrong.
Continue reading