Closed
Bug 496831
Opened 16 years ago
Closed 16 years ago
crash when clicking on fullscreen button on youtube video
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 469439
People
(Reporter: pascalc, Assigned: mmelanso)
References
()
Details
(Keywords: crash)
1 go to http://www.youtube.com/watch?v=BY-WFfajWq8&feature=featured
2 click on fullscreen button
Firefox crashes.
Crash Report Id:
http://crash-stats.mozilla.com/report/index/4eaddafa-bc56-4522-9715-72e882090607?p=1
Flash version:
/usr/lib/flashplugin-installer/libflashplayer.so
Shockwave Flash 10.0 r22
Reporter | ||
Comment 1•16 years ago
|
||
I forgot to include my UA:
Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.1pre) Gecko/20090605 Shiretoko/3.5pre
Note that Opera 10 beta uses the same flash plugin and doesn't crash on this video
Updated•16 years ago
|
Flags: blocking-firefox3.5?
Assignee: nobody → msintov
Component: General → Plug-ins
Flags: blocking-firefox3.5?
Keywords: crash
Product: Firefox → Core
QA Contact: general → plugins
Version: 3.5 Branch → Trunk
Comment 2•16 years ago
|
||
No crash here on Windows Vista.
Updated•16 years ago
|
Assignee: msintov → mmelanso
i confirm this bug on linux with firefox 3.5 and flash 10.0.22.87
this is supposed to happen only with nvidia card running nvidia drivers. from what i read out there on the great 'net.
(1) one possible fix is to disable hardware acceleration in the flash plugin setting.
(2) another is to use a wrapper for firefox to use LD_PRELOAD=/usr/lib/libGL.so.1
for example
#!/bin/sh
export LD_PRELOAD=/usr/lib/libGL.so.1
exec /usr/bin/firefox "$@"
the last one fix work for me (not tried the first)
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Updated•16 years ago
|
Status: RESOLVED → VERIFIED
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•