Closed
Bug 1342950
Opened 9 years ago
Closed 9 years ago
MOZ_ASSERT(true) in SourceMediaStream::AddDirectTrackListenerImpl.
Categories
(Core :: Audio/Video: MediaStreamGraph, defect, P3)
Tracking
()
RESOLVED
FIXED
mozilla55
| Tracking | Status | |
|---|---|---|
| firefox55 | --- | fixed |
People
(Reporter: bobowen, Assigned: pehrsons)
References
Details
Attachments
(1 file)
Just noticed this when searching for something else, I assume this [1] should be MOZ_ASSERT(false).
[1] https://hg.mozilla.org/mozilla-central/file/106a96755d3b/dom/media/MediaStreamGraph.cpp#l3026
Flags: needinfo?(pehrson)
| Assignee | ||
Comment 2•9 years ago
|
||
Whoa. Yes. Thanks for filing!
Assignee: nobody → pehrson
Rank: 35
Flags: needinfo?(pehrson)
Priority: -- → P3
| Comment hidden (mozreview-request) |
| Assignee | ||
Updated•9 years ago
|
Attachment #8861895 -
Flags: review?(rjesup)
| Assignee | ||
Updated•9 years ago
|
Status: NEW → ASSIGNED
Comment 4•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8861895 [details]
Bug 1342950 - Assert false, not true, on failure in debug.
https://reviewboard.mozilla.org/r/133926/#review137694
Attachment #8861895 -
Flags: review?(rjesup) → review+
Pushed by pehrsons@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/dfaab9ab88f9
Assert false, not true, on failure in debug. r=jesup
Comment 6•9 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•