Comment 3 for bug 317226

Revision history for this message
Alexander Sack (asac) wrote : Re: flash videos crash when trying fullscreen

please check whether this still happens when you have disabled all extensions;

otherwise please install firefox-3.1-dbg and xulrunner-1.9.1-dbg and get a backtrace:

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

(gdb) run
... # once it crashes do:
(gdb) bt
...
(gdb) bt full
...
(gdb) quit

now submit the /tmp/bug.bt.txt file by attaching to this bug. Thanks!