Closed
Bug 1050265
Opened 11 years ago
Closed 11 years ago
HTML Video Tag in Firefox causes blue screen on 64bit Windows 7
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: mmelliott103, Unassigned, NeedInfo)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0 (Beta/Release)
Build ID: 20140605174243
Steps to reproduce:
I created an HTML page to view videos on one of my web applications. Here is the code.
<video width="640" height="480" controls>
<source
src="http://myurl/mypath/video.mp4"
type="video/mp4">
</video>
Viewing the video causes 64bit Windows 7 machines to blue screen intermittently.
Actual results:
Video is not played, machine blue screens and restarts.
Expected results:
The video should play as expected.
Comment 1•11 years ago
|
||
An OS bluescreen may or may not be a Firefox bug. Do you have any details from the bluescreen about what happened (which driver crashed, etc)?
Flags: needinfo?(mmelliott103)
| Reporter | ||
Comment 2•11 years ago
|
||
It looks to be a hardware issue with out laptops. Sorry for the confusion.
Flags: needinfo?(mmelliott103)
Comment 3•11 years ago
|
||
If you have common hardware and the bug is in the graphics driver we may be able to blacklist that driver. You wouldn't get (some) graphics on those machines but at least we wouldn't be causing bluescreens.
The bluescreen itself contains information about which driver it was, and the windows "System Information" page will contain other details of your machine that would be useful to know.
Does it happen with any video at all? Or just a particular one? If the latter is there a public link to the video in question so we can investigate further?
Flags: needinfo?(mmelliott103)
Updated•11 years ago
|
Component: Untriaged → Video/Audio
Product: Firefox → Core
Comment 4•11 years ago
|
||
Without the additional information requested in comment 3 we don't have enough to go on and will have to close this bug next week.
Updated•11 years ago
|
Group: core-security
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•