Closed
Bug 1000813
Opened 11 years ago
Closed 11 years ago
WARNING: NS_ENSURE_TRUE(mDecoderStateMachine) failed: file /builds/slave/try-lx-d-000000000000000000000/build/content/media/MediaDecoder.cpp, line 1025
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla32
People
(Reporter: jwwang, Assigned: jwwang)
Details
Attachments
(1 file)
|
965 bytes,
patch
|
cpearce
:
review+
rlin
:
feedback+
|
Details | Diff | Splinter Review |
https://tbpl.mozilla.org/php/getParsedLog.php?id=38372921&tree=Try&full=1
Found this warning when running test_seek.html.
MediaDecoder::NotifyBytesConsumed() is called by DispatchBytesConsumedEvent::Run() which could run later than the async shutdown process of MediaDecoder and MediaDecoderStateMachine.
We should just return from NotifyBytesConsumed() if |mShuttingDown| is true without checking |mDecoderStateMachine|.
Updated•11 years ago
|
Attachment #8420729 -
Flags: feedback?(rlin) → feedback+
| Assignee | ||
Updated•11 years ago
|
Attachment #8420729 -
Flags: review?(cpearce)
Updated•11 years ago
|
Attachment #8420729 -
Flags: review?(cpearce) → review+
| Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 2•11 years ago
|
||
Keywords: checkin-needed
Comment 3•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla32
You need to log in
before you can comment on or make changes to this bug.
Description
•