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 Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to