Closed
Bug 1185176
Opened 10 years ago
Closed 10 years ago
"Assertion failure: mStream (How come we don't have a stream here?)" with oscillator
Categories
(Core :: Web Audio, defect)
Core
Web Audio
Tracking
()
RESOLVED
FIXED
mozilla42
People
(Reporter: jruderman, Assigned: padenot)
References
Details
(4 keywords)
Attachments
(4 files)
364 bytes,
text/html
|
Details | |
8.75 KB,
text/plain
|
Details | |
1.62 KB,
patch
|
karlt
:
review+
|
Details | Diff | Splinter Review |
1.83 KB,
patch
|
karlt
:
review+
ritu
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Debug:
Assertion failure: mStream (How come we don't have a stream here?), at dom/media/webaudio/AudioNode.cpp:297
Release:
Crash [@ mozilla::MediaStream::GraphImpl() ]
bp-2fc31d94-27e8-4e9d-8524-bb5a52150718
Reporter | ||
Comment 1•10 years ago
|
||
Assignee | ||
Comment 2•10 years ago
|
||
A fallout from the optimization where we kill the stream when we know the
it's finished.
Attachment #8637785 -
Flags: review?(karlt)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → padenot
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•10 years ago
|
||
Attachment #8637787 -
Flags: review?(karlt)
Comment 4•10 years ago
|
||
Comment on attachment 8637787 [details] [diff] [review]
Account for the fact that it is possible for nodes to not have streams. r=
Thank you.
Attachment #8637787 -
Flags: review?(karlt) → review+
Updated•10 years ago
|
Comment 5•10 years ago
|
||
Comment on attachment 8637785 [details] [diff] [review]
Crashtest. r=
Feel free to needinfo me on any bugs I should know about.
I don't find time to read bugmail.
Attachment #8637785 -
Flags: review?(karlt) → review+
https://hg.mozilla.org/mozilla-central/rev/9aecef20996d
https://hg.mozilla.org/mozilla-central/rev/472d56e57321
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
Comment 8•10 years ago
|
||
Comment on attachment 8637787 [details] [diff] [review]
Account for the fact that it is possible for nodes to not have streams. r=
Approval Request Comment
[Feature/regressing bug #]: bug 974089
[User impact if declined]:
Potential crash. The is probably not likely in typical Web Audio usage, but some slightly out of ordinary usage could trip this.
[Describe test coverage new/current, TreeHerder]: new crashtest.
[Risks and why]: low risk, simple null check.
[String/UUID change made/needed]: none.
Attachment #8637787 -
Flags: approval-mozilla-aurora?
Comment on attachment 8637787 [details] [diff] [review]
Account for the fact that it is possible for nodes to not have streams. r=
Approved. Crash tests added which is great. Has been in m-c for a few days, seems safe to uplift.
Attachment #8637787 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 10•10 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/11446d89a3ad
https://hg.mozilla.org/releases/mozilla-aurora/rev/2215ae5f7406
Flags: in-testsuite+
Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•