Closed
Bug 877231
Opened 11 years ago
Closed 11 years ago
WebAudio Assertion failure: mWriteIndex < mLength (How did this happen?) [@mozilla::dom::OfflineDestinationNodeEngine::ProduceAudioBlock]
Categories
(Core :: Web Audio, defect)
Tracking
()
RESOLVED
FIXED
mozilla24
People
(Reporter: posidron, Assigned: ehsan.akhgari)
References
Details
(Keywords: assertion, crash, testcase)
Attachments
(3 files, 1 obsolete file)
I have marked this as s-s because it is similar to bug 877125.
Tested with m-i http://hg.mozilla.org/integration/mozilla-inbound/rev/bd9e82e152d5
Reporter | ||
Comment 1•11 years ago
|
||
Reporter | ||
Comment 2•11 years ago
|
||
Reporter | ||
Updated•11 years ago
|
Attachment #755449 -
Attachment is obsolete: true
Assignee | ||
Comment 3•11 years ago
|
||
This is not really a security bug. Nothing bad actually happens in this case, it's just a bogus assertion.
That being said, it doesn't make sense to make it possible to create offline contexts with a length of zero, so we should just disallow that, I think.
Group: core-security
Assignee | ||
Comment 4•11 years ago
|
||
Attachment #755598 -
Flags: review?(roc) → review+
Assignee | ||
Comment 5•11 years ago
|
||
Comment 6•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
Assignee | ||
Comment 7•11 years ago
|
||
Mass moving Web Audio bugs to the Web Audio component. Filter on duckityduck.
Component: Video/Audio → Web Audio
You need to log in
before you can comment on or make changes to this bug.
Description
•