Closed
Bug 1275538
Opened 7 years ago
Closed 7 years ago
Crash in mozilla::MediaFormatReader::RequestVideoData
Categories
(Core :: Audio/Video: Playback, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla49
Tracking | Status | |
---|---|---|
firefox49 | --- | fixed |
People
(Reporter: marcia, Assigned: jya)
References
(Blocks 1 open bug)
Details
(Keywords: crash)
Crash Data
Attachments
(2 files)
This bug was filed from the Socorro interface and is report bp-51fb7abe-4cc5-4723-9411-4fd6d2160525. ============================================================= 29 crashes reported on Nightly Build 20160524073714 - https://crash-stats.mozilla.com/signature/?build_id=20160524073714&product=Firefox&release_channel=nightly&platform=Windows&signature=mozilla%3A%3AMediaFormatReader%3A%3ARequestVideoData&date=%3E%3D2016-05-24 Bug 1273018 had some similiar signatures in MediaFormatReader. Adding a few folks from that bug.
Flags: needinfo?(jyavenard)
Flags: needinfo?(dglastonbury)
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → jyavenard
Flags: needinfo?(jyavenard)
Assignee | ||
Comment 1•7 years ago
|
||
this is a consequence of bug 1272964 (P4). We continue to service request for video data until we now the skip will fail... maybe we should just drop all pending frames at least (we've already stopped the decoder, but it will continue to return already decoded frames)
Flags: needinfo?(dglastonbury)
Assignee | ||
Comment 2•7 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/55346/diff/#index_header See other reviews: https://reviewboard.mozilla.org/r/55346/
Attachment #8756710 -
Flags: review?(dglastonbury)
Assignee | ||
Comment 3•7 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/55348/diff/#index_header See other reviews: https://reviewboard.mozilla.org/r/55348/
Assignee | ||
Comment 4•7 years ago
|
||
Comment on attachment 8756709 [details] MozReview Request: Bug 1275538: P1. Abort early if a skip request is in progress. r?kamidphish Review request updated; see interdiff: https://reviewboard.mozilla.org/r/55346/diff/1-2/
Attachment #8756709 -
Attachment description: MozReview Request: Amend P1 → MozReview Request: Bug 1275538: P1. Abort early if a skip request is in progress. r?kamidphish
Attachment #8756709 -
Flags: review?(dglastonbury)
Assignee | ||
Comment 5•7 years ago
|
||
Comment on attachment 8756710 [details] MozReview Request: Bug 1275538: P2. Drop decoded frames that we know are already too late. r?kamidphish Review request updated; see interdiff: https://reviewboard.mozilla.org/r/55348/diff/1-2/
Updated•7 years ago
|
Priority: -- → P1
Assignee | ||
Updated•7 years ago
|
Attachment #8756709 -
Flags: review?(dglastonbury) → review?(gsquelart)
Attachment #8756710 -
Flags: review?(dglastonbury) → review?(gsquelart)
Updated•7 years ago
|
Attachment #8756709 -
Flags: review?(gsquelart) → review+
Comment 6•7 years ago
|
||
Comment on attachment 8756709 [details] MozReview Request: Bug 1275538: P1. Abort early if a skip request is in progress. r?kamidphish https://reviewboard.mozilla.org/r/55346/#review52402
Assignee | ||
Updated•7 years ago
|
Attachment #8756709 -
Flags: review?(dglastonbury)
Attachment #8756710 -
Flags: review?(gsquelart) → review?(dglastonbury)
Assignee | ||
Comment 7•7 years ago
|
||
sorry, Dan indicated he wanted to review this, so I'll wait for his feedback.
Attachment #8756710 -
Flags: review?(dglastonbury) → review+
Comment on attachment 8756710 [details] MozReview Request: Bug 1275538: P2. Drop decoded frames that we know are already too late. r?kamidphish https://reviewboard.mozilla.org/r/55348/#review52412
Comment on attachment 8756709 [details] MozReview Request: Bug 1275538: P1. Abort early if a skip request is in progress. r?kamidphish https://reviewboard.mozilla.org/r/55346/#review52414
Attachment #8756709 -
Flags: review?(dglastonbury) → review+
Comment 10•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/dc73bf8a692f https://hg.mozilla.org/integration/mozilla-inbound/rev/d3428c4506b5
Comment 11•7 years ago
|
||
Will this fix also fix the crashes in RequestAudioData that also spiked starting on May 24 builds? https://crash-stats.mozilla.com/signature/?product=Firefox&release_channel=nightly&platform=Windows&date=%3E%3D2016-05-15&signature=mozilla%3A%3AMediaFormatReader%3A%3ARequestAudioData
Flags: needinfo?(jyavenard)
Assignee | ||
Comment 12•7 years ago
|
||
No it wouldn't. However, all those in those reports in build earlier than 24th have been fixed already The problem with those pgo build is that we often can't trust the backtrace, and it doesn't make sense. The crashes are always because there's a pending audio request promise. Dan any ideas?
Flags: needinfo?(jyavenard) → needinfo?(dglastonbury)
Assignee | ||
Comment 13•7 years ago
|
||
One of the crash in RequestAudioData has a build id of 20160521030227 and another 20160518030234 ; this is right after bug 1273018, but before bug 1272964 which is what is causing this bug. So obviously bug 1273018 didn't fix the problem of that assertion. So maybe the crash spiking after May 24th is just a coincidence and bug 1272964 has nothing to do with the audio assert. will open a new bug about it
Comment 14•7 years ago
|
||
jya, I've found an issue. I'll upload a patch soon.
Flags: needinfo?(dglastonbury)
Comment 15•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/dc73bf8a692f https://hg.mozilla.org/mozilla-central/rev/d3428c4506b5
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
You need to log in
before you can comment on or make changes to this bug.
Description
•