Comment 32 for bug 214817

Revision history for this message
antage (antage) wrote :

I created backtrace as described in the guide (https://wiki.ubuntu.com/MozillaTeam/Bugs?action=show&redirect=DebuggingFirefox) by following sequence:

$ gdb /usr/lib/firefox-3.0/firefox 2>&1 | tee /tmp/gdb-firefox-3.0.txt
gdb> run
open gmail.com (i was logged in)
close tab with gmail.com
firefox crashed
gdb> bt full
gdb> thread apply all backtrace full
gdb> quit