Crash in [@ IPCError-browser | RecvCreateAudioIPCConnection CubebUtils::CreateAudioIPCConnection failed]
Categories
(Core :: Audio/Video: cubeb, defect, P2)
Tracking
()
People
(Reporter: gsvelto, Assigned: kinetik)
References
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
This bug is for crash report bp-865dd2f6-9d4f-455b-9f3e-4ea3b0190505.
Not putting the stack in this one for now because the stacks visible on Socorro are all over the place. I think we're looking at the wrong minidump since there's two in the crash reports. From the signature this is related to this must be related to:
https://searchfox.org/mozilla-central/rev/b2015fdd464f598d645342614593d4ebda922d95/dom/ipc/ContentParent.cpp#4395
https://searchfox.org/mozilla-central/rev/b2015fdd464f598d645342614593d4ebda922d95/dom/media/CubebUtils.cpp#408
I'll try to manually extract a signature later and see what's wrong with Socorro.
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
I just noticed the crash report is for Windows 10. We shouldn't be in CreateAudioIPCConnection or anything related to AudioIPC as that code is not yet enabled on Windows, so this crash can only occur if the user has manually set the media.cubeb.sandbox pref to true.
| Assignee | ||
Comment 3•6 years ago
|
||
I misunderstood the purpose of IPC_FAIL() and how it interacts with async IPC. My expectation was that IPC_FAIL() would cause the promise returned by SendCreateAudioIPCConnection() to be rejected. Per bug 1313200 comment 9 through 11, that's not the case.
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 4•6 years ago
|
||
Updated•6 years ago
|
Updated•6 years ago
|
Comment 6•6 years ago
|
||
| bugherder | ||
Comment 7•6 years ago
|
||
Crash volume is low enough that I assume we can just let this ride the trains.
Description
•