Closed
Bug 427460
Opened 17 years ago
Closed 15 years ago
locks up while perhaps trying to play a video.
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: fahlmanc_ca, Unassigned)
References
()
Details
(Whiteboard: [CLOSEME 2010-09-15])
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9pre) Gecko/2008040604 Minefield/3.0pre
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9pre) Gecko/2008040604 Minefield/3.0pre
If you go to this site, there is an area on the left where a video highlight reel can be selected to play.
Do so, and a small progress diagram appears. Also, a missing plugin drop down from firefox appears. Dismiss this.
Then click the big play button graphic in the video window.
The screen where the video would play goes white. Also firefox seems frozen, as its screen won't redraw, and no buttons or menus in its interface work. I think it is at least related to the flash plugin, since it doesn't happen if I disable the flash plugin. But when you disable flash, you don't progress to the point to try playing the video.
I have a flash plugin installed. It is the only plugin I have.
libflashplayer.so
Shockwave Flash 9.0 r115
Reproducible: Always
Steps to Reproduce:
1.Go the site
2.Click to choose to play a video. A big play button should appear in the area where the video should play.
3.Click this.
Actual Results:
Firefox locks up.
Expected Results:
It should not lock up. I don't really care if it doesn't play the video (I don't expect it should, since I didn't install the plugin.)
strace shows endlessly repeating messages.
futex(0xadb11d70, 0x81 /* FUTEX_??? */, 1) = 1
rt_sigreturn(0x1) = -1 EINTR (Interrupted system call)
semop(32769, 0xbfb5c18a, 1) = -1 EINTR (Interrupted system call)
--- SIGIO (I/O possible) @ 0 (0) ---
futex(0xadb11d70, 0x81 /* FUTEX_??? */, 1) = 1
rt_sigreturn(0x1) = -1 EINTR (Interrupted system call)
semop(32769, 0xbfb5c18a, 1) = -1 EINTR (Interrupted system call)
--- SIGIO (I/O possible) @ 0 (0) ---
futex(0xadb11d70, 0x81 /* FUTEX_??? */, 1) = 1
rt_sigreturn(0x1) = -1 EINTR (Interrupted system call)
semop(32769, 0xbfb5c18a, 1) = -1 EINTR (Interrupted system call)
--- SIGIO (I/O possible) @ 0 (0) ---
futex(0xadb11d70, 0x81 /* FUTEX_??? */, 1) = 1
rt_sigreturn(0x1) = -1 EINTR (Interrupted system call)
Comment 1•15 years ago
|
||
Reporter, are you still seeing this issue with Firefox 3.6.x or later in safe mode? If not, please close. These links can help you in your testing.
http://support.mozilla.com/kb/Safe+Mode
http://support.mozilla.com/kb/Managing+profiles
Whiteboard: [CLOSEME 2010-09-15]
Version: unspecified → 3.0 Branch
The site's changed too much.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•