Comment 9 for bug 222920

Revision history for this message
Marcel Stimberg (marcelstimberg) wrote : Re: firefox crashes when using most hyperlinks

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