Closed
Bug 1273018
Opened 9 years ago
Closed 9 years ago
Crash in mozilla::MediaFormatReader::UpdateReceivedNewData
Categories
(Core :: Audio/Video: Playback, defect)
Tracking
()
RESOLVED
FIXED
mozilla49
Tracking | Status | |
---|---|---|
firefox49 | --- | fixed |
People
(Reporter: n.nethercote, Assigned: u480271)
Details
(Keywords: crash)
Crash Data
Attachments
(3 files)
This bug was filed from the Socorro interface and is
report bp-409af35a-bd13-445c-acf8-199462160515.
=============================================================
Three of these crashes in Nightly 20160514030209 on Windows. jya says it's similar to bug 1272562.
Flags: needinfo?(dglastonbury)
![]() |
Reporter | |
Comment 1•9 years ago
|
||
Dan, we also have related crashes here:
https://crash-stats.mozilla.com/signature/?build_id=20160514030209&product=Firefox&release_channel=nightly&platform=Windows&date=%3E%3D2016-05-14&signature=mozilla%3A%3AMediaFormatReader%3A%3ARequestAudioData&_columns=date&_columns=product&_columns=version&_columns=build_id&_columns=platform&_columns=reason&_columns=address&page=1
Please fix those at the same time.
Crash Signature: [@ mozilla::MediaFormatReader::UpdateReceivedNewData] → [@ mozilla::MediaFormatReader::UpdateReceivedNewData]
[@ mozilla::MediaFormatReader::RequestAudioData]
Comment 2•9 years ago
|
||
MediaFormatReader::mOriginalSeekTarget now has different use and the name was no longer reflective of the actual usage.
Review commit: https://reviewboard.mozilla.org/r/52740/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/52740/
Attachment #8752707 -
Flags: review?(dglastonbury)
Attachment #8752708 -
Flags: review?(dglastonbury)
Attachment #8752709 -
Flags: review?(dglastonbury)
Comment 3•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/52742/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/52742/
Comment 4•9 years ago
|
||
With the new video-only seek type, we need to ignore the current audio decoding state whenever video-only seeking is in progress.
Review commit: https://reviewboard.mozilla.org/r/52744/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/52744/
Comment on attachment 8752707 [details]
MozReview Request: Bug 1273018: P1. Rename some members. r?kamidphish
https://reviewboard.mozilla.org/r/52740/#review49916
Attachment #8752707 -
Flags: review+
Updated•9 years ago
|
Attachment #8752707 -
Flags: review?(dglastonbury)
Attachment #8752708 -
Flags: review?(dglastonbury) → review?(gsquelart)
Attachment #8752709 -
Flags: review?(dglastonbury) → review?(gsquelart)
Comment on attachment 8752708 [details]
MozReview Request: Bug 1273018: P2. Don't reject audio waiting promise when performing a video only seek. r?kamidphish
https://reviewboard.mozilla.org/r/52742/#review49920
Attachment #8752708 -
Flags: review?(gsquelart) → review+
Comment on attachment 8752709 [details]
MozReview Request: Bug 1273018: P3. Adjust range of audio assertions. r?kamidphish
https://reviewboard.mozilla.org/r/52744/#review49926
Attachment #8752709 -
Flags: review?(gsquelart) → review+
Comment 9•9 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d910e79d6aa7
https://hg.mozilla.org/mozilla-central/rev/b523bf012a7d
https://hg.mozilla.org/mozilla-central/rev/7211d10acecc
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
Updated•9 years ago
|
Crash Signature: [@ mozilla::MediaFormatReader::UpdateReceivedNewData]
[@ mozilla::MediaFormatReader::RequestAudioData] → [@ mozilla::MediaFormatReader::UpdateReceivedNewData]
[@ mozilla::MediaFormatReader::RequestAudioData]
[@ xul.dll@0x1739c82 | strspn]
Updated•9 years ago
|
Crash Signature: [@ mozilla::MediaFormatReader::UpdateReceivedNewData]
[@ mozilla::MediaFormatReader::RequestAudioData]
[@ xul.dll@0x1739c82 | strspn] → [@ mozilla::MediaFormatReader::UpdateReceivedNewData]
[@ mozilla::MediaFormatReader::RequestAudioData]
[@ xul.dll@0x1739c82 | strspn]
[@ xul.dll@0x1739c82 | ucrtbase.dll@0xe41bf]
You need to log in
before you can comment on or make changes to this bug.
Description
•