going to need you to attach a backtrace:

copy and paste the first line into a terminal:

gdb /usr/lib/firefox-3*/firefox 2>&1 | tee /tmp/gdb-firefox.txt

after it opens you will see (gdb) with a blinking cursor
type:  run

firefox will open, then go to gmail to make it crash. after it crashes
go back to your terminal and type

bt full

it will output the trace. then type

thread apply all backtrace full

after it completes type
quit

then attach ~/tmp/gdb-firefox.txt to this bug report

-- 
[intrepid] Firefox crashes silently when accessing gmail
https://bugs.launchpad.net/bugs/280368
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to