Extract a Backtrace from a Coredump
More Information
Run GDB on the corefile
gdb progname corefile
(gdb) set height 0
(gdb) set logging file /tmp/backtrace.txt
(gdb) set logging on
(gdb) thread apply all bt
gdb progname corefile
(gdb) set height 0
(gdb) set logging file /tmp/backtrace.txt
(gdb) set logging on
(gdb) thread apply all bt