Hmm, seems that the coredump file got corrupted at some point, ... ++ gdb -nx /usr/lib/firefox/firefox-bin -core CoreDump ++ tee gdb.log GNU gdb 6.4.90-debian [...]
"CoreDump" is not a core dump: File format not recognized (gdb) ... Can you please verify that the coredump file from the report is still OK in your system, just follow these instructions: apt-get install firefox-dbg (you might have to apply sudo here) Copy and paste in a xterm the following sequence of commands: 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 this thread Thank you in advance. ** Tags added: mt-needreport ** Tags removed: mt-needretrace ** Changed in: firefox (Ubuntu) Importance: High => Medium Assignee: Mozilla Bugs => Hilario J. Montoliu (hjmf) -- After many hours of intense use FF finally crashed on Control-T. https://bugs.launchpad.net/bugs/105599 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [EMAIL PROTECTED] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs