Closed
Bug 1333644
Opened 9 years ago
Closed 9 years ago
Crash in mozilla::MediaDecoder::GetOwner
Categories
(Core :: Audio/Video: Playback, defect, P1)
Tracking
()
RESOLVED
DUPLICATE
of bug 1333576
People
(Reporter: jwwang, Assigned: jwwang)
References
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-c2669d87-ca3a-42f4-a3b5-c8edf2170124.
=============================================================
We failed the assertion at https://hg.mozilla.org/mozilla-central/annotate/d5343b0f7e6a/dom/media/MediaDecoder.cpp#l1650 which means we have a non-null mOwner pointing a deleted HTMLMediaElement.
I can't see how this is possible because HTMLMediaElement ensures to nullify MediaDecoder::mOwner before being deleted.
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → jwwang
Priority: -- → P1
| Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•