[10.15] Crash in [@ tcp_connection_fallback_handle_change_on_queue]
Categories
(Core :: Audio/Video: cubeb, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox69 | --- | unaffected |
firefox70 | --- | fix-optional |
People
(Reporter: marcia, Assigned: padenot)
Details
(Keywords: crash, regression)
Crash Data
Attachments
(1 obsolete file)
Seen while looking at nightly crash data. This crash started in 20190717093640 and has 20 crashes/5 installs, all on macOS 10.15: https://bit.ly/2M6tZ9o.
Possible regression range based on build ID: https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=57e096cabc296b897baec44b65ece648b54463c0&tochange=b6d154b2309846531934289c1e167208fc385ac3
Comment 1•6 years ago
|
||
This is not a crash on our socket thread. I guess it's a crash in a thread that tries to upload a report to crash-stats? Anyway, all reports seem to have some exception on a thread which calls cubeb_init().
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
This is trying to open cubeb from the RDD, and it can't, of course, it's locked down tighter than the content process and can't access what it needs. It's a bit surprising that it crashes instead of erroring out, but maybe it's what it does in Nightly.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 5•6 years ago
|
||
Instead of this patch, we need to be able to know how many output channels the default audio output device has.
Assignee | ||
Updated•6 years ago
|
Reporter | ||
Comment 6•6 years ago
|
||
Last crashes in this signature were seen in 20190720214009.
Comment 7•6 years ago
|
||
fix optional for 70 given the low volume
Comment 8•6 years ago
|
||
Even though this crash is dropped to zero (mostly likely a result of Haik's fixes from Bug 1566540), it is caused by Opus touching audio backends on RDD (which is sandboxed more tightly than content processes). The change to fix how Opus handles the mono downmix decision is coming in Bug 1567389. I'm marking this bug a duplicate of Bug 1567389.
Updated•6 years ago
|
Description
•