On Fri, 27 Aug 2004 13:55:02 -0600 Dave Serls <[EMAIL PROTECTED]> wrote: > I have a reliable beta crash generated while opening an older app > (SoundStudio). I compiled with --enable-debug=yes and have the 'core' > file. But how do I make gdb load/display symbols again??
I think it works like this: gdb /path/to/blackbox/executable core-file or gdb -core core-file And once you're inside the gdb command prompt do a 'bt' and start copying the screens to a text file. It will pause and wait for you to press enter after every screenfull. -- Ciprian Popovici
pgpmRBr1dcDey.pgp
Description: PGP signature
