Comment 6 for bug 217032

Revision history for this message
berg (berg-foss) wrote :

I use the commands copied from some page from ubuntu and adapt and generate this attached gdb.log

mkdir t
apport-unpack /var/crash/_usr_lib_firefox-3.0b5_firefox.1000.crash ./t
cd t
 gdb -nx /usr/lib/firefox-3.0b5/firefox -core CoreDump -ex 'backtrace full' -ex 'thread apply all backtrace full' -ex 'quit' 2>&1 | tee gdb.log