I've also generated debugging information from an Apport crash/core dump
after having issuing the following commands :

'
sudo force_start=1 /etc/init.d/apport restart

firefox

TMPDIR=$(mktemp -d)

apport-unpack /var/crash/_usr_lib_firefox-3.5.4pre_firefox.1000.crash
$TMPDIR

gdb -nx /usr/lib/firefox-3.5.4pre/firefox -core $TMPDIR/CoreDump -ex
'backtrace full' -ex 'thread apply all backtrace full' -ex 'quit' 2>&1 |
tee gdb.log

rm -fr $TMPDIR
'

The debugging information is contained in the attached gdb.log .

** Attachment added: "gdb.log"
   http://launchpadlibrarian.net/30878560/gdb.log

-- 
Firefox 3.5.4pre dies with "bus error"
https://bugs.launchpad.net/bugs/419566
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to