Previous | Next

where

Tells you where a crash happened:
$ gdb app/gimp-2.6 core
GNU gdb 6.8-debian
[ blah blah GPLv3 blah license blah ]
(gdb) where
Easy to remember: where is what we were trying to find out anyway!

But what if you don't have a core?