[Bug 222920] Re: firefox crashes when using most hyperlinks

Marcel Stimberg marcel.stimberg at tu-berlin.de
Tue Apr 29 10:52:20 UTC 2008


Hi,
you have to replace <program> by the program you want to run. Please try (no need for sudo):

gdb /usr/lib/firefox-3.0b5/firefox 2>&1 | tee gdb-firefox.txt
(gdb) handle SIG33 pass nostop noprint
(gdb) set pagination 0
(gdb) run
# The program will start. Perform any actions necessary to reproduce the crash
# Retrieve a backtrace of the crash:
(gdb) backtrace full
(gdb) info registers
(gdb) thread apply all backtrace
(gdb) quit

-- 
firefox crashes when using most hyperlinks
https://bugs.launchpad.net/bugs/222920
You received this bug notification because you are a member of Mozilla
Bugs, which is subscribed to firefox-3.0 in ubuntu.




More information about the Ubuntu-mozillateam-bugs mailing list