[Bug 125870] Re: Firefox Crashed x86_64

Hilario J. Montoliu (hjmf) hmontoliu at gmail.com
Sun Jul 15 13:13:59 UTC 2007


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 Mozilla
Bugs, which is a bug assignee.




More information about the Ubuntu-mozillateam-bugs mailing list