Closed
Bug 1059035
Opened 11 years ago
Closed 11 years ago
Crash [@ mozilla::dom::SourceBuffer::Remove]
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla34
People
(Reporter: jruderman, Assigned: kinetik)
References
Details
(Keywords: crash, testcase)
Crash Data
Attachments
(3 files)
With:
user_pref("media.mediasource.enabled", true);
Reporter | ||
Comment 1•11 years ago
|
||
In mozilla::dom::SourceBuffer::Remove:
-> 281 if (IsNaN(mMediaSource->Duration()) ||
mMediaSource is null
Assignee | ||
Comment 2•11 years ago
|
||
Bug 1053682 moved some mMediaSource accesses above the IsAttached() test.
Blocks: 1053682
Assignee | ||
Comment 3•11 years ago
|
||
Attachment #8479538 -
Flags: review?(cajbir.bugzilla)
Updated•11 years ago
|
Attachment #8479538 -
Flags: review?(cajbir.bugzilla) → review+
Assignee | ||
Comment 4•11 years ago
|
||
Comment 5•11 years ago
|
||
Assignee: nobody → kinetik
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
You need to log in
before you can comment on or make changes to this bug.
Description
•