Closed
Bug 1258562
Opened 9 years ago
Closed 9 years ago
Crash in dom::MediaSource::Duration
Categories
(Core :: Audio/Video: Playback, defect, P1)
Tracking
()
VERIFIED
FIXED
mozilla48
People
(Reporter: jya, Assigned: jya)
References
(Blocks 1 open bug)
Details
(Keywords: crash, topcrash)
Crash Data
Attachments
(1 file)
58 bytes,
text/x-review-board-request
|
mozbugz
:
review+
ritu
:
approval-mozilla-aurora+
ritu
:
approval-mozilla-beta+
Sylvestre
:
approval-mozilla-release+
ritu
:
approval-mozilla-esr45+
|
Details |
Top crasher
Assignee | ||
Comment 1•9 years ago
|
||
The assumption was made that this code was never called if MediaSourceDecoder::NextFrameBufferedStatus() had been called before. However, that assumption was incorrect as NextFrameBufferedStatus() is only called if we had determine we had no frame buffered.
Review commit: https://reviewboard.mozilla.org/r/41587/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/41587/
Attachment #8733129 -
Flags: review?(gsquelart)
Assignee | ||
Updated•9 years ago
|
Assignee | ||
Updated•9 years ago
|
Attachment #8733129 -
Flags: review?(gsquelart) → review+
Comment on attachment 8733129 [details]
MozReview Request: Bug 1258562: MSE] Abort if MediaSource has been shutdown. r?gerald
https://reviewboard.mozilla.org/r/41587/#review38009
Assignee | ||
Comment 3•9 years ago
|
||
Comment on attachment 8733129 [details]
MozReview Request: Bug 1258562: MSE] Abort if MediaSource has been shutdown. r?gerald
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/41587/diff/1-2/
Assignee | ||
Comment 5•9 years ago
|
||
Comment on attachment 8733129 [details]
MozReview Request: Bug 1258562: MSE] Abort if MediaSource has been shutdown. r?gerald
[Approval Request Comment]
If this is not a sec:{high,crit} bug, please state case for ESR consideration:
User impact if declined: this is a top crasher in current release, it will be in ESR for sure.
Fix Landed on Version:
Risk to taking this patch (and alternatives if risky):
String or UUID changes made by this patch:
See https://wiki.mozilla.org/Release_Management/ESR_Landing_Process for more info.
Approval Request Comment
[Feature/regressing bug #]: 1258562
[User impact if declined]: top crasher (> 3.5k in the last week)
[Describe test coverage new/current, TreeHerder]: Manual test, similar fix to bug 1245463
[Risks and why]: None. Only checking that the mediasource object still exists and hasn't been deleted underneath us
[String/UUID change made/needed]: none
Attachment #8733129 -
Flags: approval-mozilla-esr45?
Attachment #8733129 -
Flags: approval-mozilla-beta?
Attachment #8733129 -
Flags: approval-mozilla-aurora?
Comment 6•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
This crash signature does not show up on Nightly 48.0a1 after build 03-21 which is good news. Based on that I would consider it verified.
Status: RESOLVED → VERIFIED
Hi Jean-Yves, is ESR38 affected as well? Should we uplift this fix on that branch too?
Comment on attachment 8733129 [details]
MozReview Request: Bug 1258562: MSE] Abort if MediaSource has been shutdown. r?gerald
Crash fix that has ceased on Nightly since it landed, Aurora47+, Beta46+, ESR45+
Attachment #8733129 -
Flags: approval-mozilla-esr45?
Attachment #8733129 -
Flags: approval-mozilla-esr45+
Attachment #8733129 -
Flags: approval-mozilla-beta?
Attachment #8733129 -
Flags: approval-mozilla-beta+
Attachment #8733129 -
Flags: approval-mozilla-aurora?
Attachment #8733129 -
Flags: approval-mozilla-aurora+
Comment 11•9 years ago
|
||
bugherder uplift |
Comment 12•9 years ago
|
||
bugherder uplift |
Comment 13•9 years ago
|
||
bugherder uplift |
Based on comment 10 (thanks JYA).
Comment 15•9 years ago
|
||
Jean-Yves/Anthony, we might do a new dot release for 45. I am considering taking this patch, what do you think?
Flags: needinfo?(jyavenard)
Flags: needinfo?(ajones)
Assignee | ||
Comment 16•9 years ago
|
||
sounds like a good idea, patch should apply to 45 too.
Flags: needinfo?(jyavenard)
Updated•9 years ago
|
Flags: needinfo?(ajones)
Comment 17•9 years ago
|
||
Comment on attachment 8733129 [details]
MozReview Request: Bug 1258562: MSE] Abort if MediaSource has been shutdown. r?gerald
[Triage Comment]
For 45 too.
Attachment #8733129 -
Flags: approval-mozilla-release+
Updated•9 years ago
|
tracking-firefox45:
--- → blocking
Comment 18•9 years ago
|
||
Comment 19•9 years ago
|
||
bugherder uplift |
https://hg.mozilla.org/releases/mozilla-esr45/rev/b60e2c6c4086
Landed to GECKO4501esr_2016031618_RELBRANCH
Comment 20•9 years ago
|
||
Added to the release notes with "Fix a crash impacting the video playback with Media Source Extension (1258562)" as wording
relnote-firefox:
--- → 45+
You need to log in
before you can comment on or make changes to this bug.
Description
•