[Bug 117775] Re: firefox crashed
Hilario J. Montoliu (hjmf)
hmontoliu at gmail.com
Thu May 31 17:43:57 UTC 2007
Thanks rax_m for your feedback,
Indeed we need the crash report to retrace it with debug symbols in
order to get an idea of what happened. So if you have some free time you
might want to retrace the crash yourself. If so follow the next steps:
First install the debug symbols for firefox (~ 45Mb)
~$ sudo apt-get install firefox-dbg
Then copy and paste in a xterm the following command:
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
Finally upload the gdb.log text file to [1].
Also it will be very interesting for us that you try to repeat the crash
and describe the steps that make it happen.
Thank you in advance.
[1]
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/117775/+addcomment
** Tags added: mt-needtestcase
--
firefox crashed
https://bugs.launchpad.net/bugs/117775
You received this bug notification because you are a member of Mozilla
Bugs, which is a bug contact for firefox in ubuntu.
More information about the Ubuntu-mozillateam-bugs
mailing list