Closed
Bug 1306813
Opened 8 years ago
Closed 8 years ago
Intermittent test_peerConnection_capturedVideo.html,media-element-source-seek-1.html,test_video_dimensions.html,test_streams_srcObject.html | application terminated with exit code -139 after Assertion failure: aFailureHandling == DontAssertDispatchSuccess
Categories
(Core :: Audio/Video: Playback, defect, P3)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla52
Tracking | Status | |
---|---|---|
firefox50 | --- | unaffected |
firefox51 | --- | unaffected |
firefox52 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: jwwang)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
Updated•8 years ago
|
Summary: Intermittent dom/media/tests/mochitest/test_peerConnection_capturedVideo.html | application terminated with exit code -139 after Assertion failure: aFailureHandling == DontAssertDispatchSuccess || ((bool)(__builtin_expect(!!(!NS_FAILED_impl(rv)), 1))) → Intermittent test_peerConnection_capturedVideo.html,media-element-source-seek-1.html | application terminated with exit code -139 after Assertion failure: aFailureHandling == DontAssertDispatchSuccess
Updated•8 years ago
|
Summary: Intermittent test_peerConnection_capturedVideo.html,media-element-source-seek-1.html | application terminated with exit code -139 after Assertion failure: aFailureHandling == DontAssertDispatchSuccess → Intermittent test_peerConnection_capturedVideo.html,media-element-source-seek-1.html,test_video_dimensions.html | application terminated with exit code -139 after Assertion failure: aFailureHandling == DontAssertDispatchSuccess
Comment hidden (Intermittent Failures Robot) |
Comment 2•8 years ago
|
||
JW, this is crashing in `DecodedStreamGraphListener::NotifyOutput`, care to have a look ?
Flags: needinfo?(jwwang)
Updated•8 years ago
|
Rank: 35
Priority: -- → P3
Updated•8 years ago
|
Component: WebRTC → Audio/Video
Summary: Intermittent test_peerConnection_capturedVideo.html,media-element-source-seek-1.html,test_video_dimensions.html | application terminated with exit code -139 after Assertion failure: aFailureHandling == DontAssertDispatchSuccess → Intermittent test_peerConnection_capturedVideo.html,media-element-source-seek-1.html,test_video_dimensions.html,test_streams_srcObject.html | application terminated with exit code -139 after Assertion failure: aFailureHandling == DontAssertDispatchSuccess
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → jwwang
Blocks: 1305353
Component: Audio/Video → Audio/Video: Playback
Flags: needinfo?(jwwang)
Comment hidden (mozreview-request) |
Assignee | ||
Updated•8 years ago
|
Attachment #8797540 -
Flags: review?(pehrson)
Comment 4•8 years ago
|
||
mozreview-review |
Comment on attachment 8797540 [details]
Bug 1306813 - Don't puslish events to mOnOutput after DecodedStream::Stop() is called.
https://reviewboard.mozilla.org/r/83236/#review81720
Attachment #8797540 -
Flags: review?(pehrson) → review+
Assignee | ||
Comment 5•8 years ago
|
||
Thanks!
Pushed by jwwang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/223c97813e23
Don't puslish events to mOnOutput after DecodedStream::Stop() is called. r=pehrsons
Comment 7•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
Updated•8 years ago
|
status-firefox50:
--- → unaffected
status-firefox51:
--- → unaffected
Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•