Extract a Backtrace from a Coredump

More Information

GDB Documentation

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