Closed
Bug 865532
Opened 12 years ago
Closed 12 years ago
Crash when calling AudioBufferSourceNode.stop on a buffer that was playing when the window goes away [@ mozilla::dom::AudioContext::DestinationStream() const ]
Categories
(Core :: Web Audio, defect)
Core
Web Audio
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
Details
(Keywords: crash, Whiteboard: [native-crash])
Crash Data
Attachments
(1 file)
(deleted),
patch
|
padenot
:
review+
|
Details | Diff | Splinter Review |
This happened to me when running a Web Audio test case, pretty simple nullptr check fix.
https://crash-stats.mozilla.com/report/index/326b7c09-f008-474b-b596-8ea722130425
Attachment #741640 -
Flags: review?(paul)
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → ehsan
Updated•12 years ago
|
Severity: normal → critical
Crash Signature: [@ mozilla::dom::AudioContext::DestinationStream() const ]
[@ mozilla::dom::AudioContext::DestinationStream() ]
Keywords: crash
OS: Mac OS X → All
Hardware: x86 → All
Whiteboard: [b2g-crash]
Updated•12 years ago
|
Crash Signature: [@ mozilla::dom::AudioContext::DestinationStream() const ]
[@ mozilla::dom::AudioContext::DestinationStream() ] → [@ mozilla::dom::AudioContext::DestinationStream() const]
[@ mozilla::dom::AudioContext::DestinationStream()]
Updated•12 years ago
|
Attachment #741640 -
Flags: review?(paul) → review+
Updated•12 years ago
|
Whiteboard: [b2g-crash] → [native-crash]
Assignee | ||
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
Updated•12 years ago
|
Crash Signature: [@ mozilla::dom::AudioContext::DestinationStream() const]
[@ mozilla::dom::AudioContext::DestinationStream()] → [@ mozilla::dom::AudioContext::DestinationStream() const]
[@ mozilla::dom::AudioContext::DestinationStream()]
[@ mozilla::dom::AudioBufferSourceNode::Stop(double, mozilla::ErrorResult&)]
Assignee | ||
Comment 3•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
•