hmm, that gdb output doesn't include a stack trace.

would you please follow these instructions (if you still have the crash
report in /var/crash) to see if they work (just copy and paste):

sudo apt-get install firefox-dbg
TMPDIR=$(mktemp -d) 
apport-unpack /var/crash/_usr_lib_firefox_firefox-bin.1000.crash $TMPDIR
gdb -nx /usr/lib/firefox/firefox-bin -core $TMPDIR/CoreDump -ex 'backtrace 
full' -ex 'thread apply all backtrace full' -ex 'quit' 2>&1 | tee gdb.log
rm -fr $TMPDIR

That command will run gdb against the coredump file included in the
crash report that was generated when firefox crashed.

Upload the resulting gdb.log to launchpad.

Thank you in advance.

-- 
Firefox Crashed x86_64
https://bugs.launchpad.net/bugs/125870
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

Reply via email to