Closed
Bug 931388
Opened 12 years ago
Closed 11 years ago
MediaSource causes shutdown hang ("Media State" thread)
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla35
People
(Reporter: jruderman, Assigned: kinetik)
References
(Blocks 1 open bug)
Details
(Keywords: hang, testcase)
Attachments
(2 files)
With:
user_pref("media.mediasource.enabled", true);
this testcase causes a shutdown hang with 100% CPU use.
Looking at the sample, I guess the "Media State" thread can never shut down because there are always more events for it?
Reporter | ||
Comment 1•12 years ago
|
||
I used Activity Monitor to get a sample of Firefox Nightly during the hang.
Reporter | ||
Updated•12 years ago
|
Summary: MediaSource causes shutdown hang → MediaSource causes shutdown hang ("Media State" thread)
Reporter | ||
Comment 2•12 years ago
|
||
The testcase in bug 975782 is a superset of this testcase.
Assignee | ||
Comment 3•11 years ago
|
||
Assignee | ||
Comment 4•11 years ago
|
||
No longer hangs. Unsure which bug fixed this as there have been many changes since the bug was filed. Added the testcase to crashtests to catch future occurrences.
Assignee: nobody → kinetik
Status: NEW → ASSIGNED
Comment 5•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla35
You need to log in
before you can comment on or make changes to this bug.
Description
•