cubeb-coreaudio-rs crashing again on macOS 12
Categories
(Core :: Audio/Video: cubeb, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox125 | --- | unaffected |
firefox126 | + | verified |
firefox127 | + | verified |
People
(Reporter: pehrsons, Assigned: pehrsons)
References
(Depends on 1 open bug, Regression)
Details
(Keywords: crash, regression)
Crash Data
Attachments
(4 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-beta+
|
Details | Review |
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-beta+
|
Details | Review |
See bug 1866595 comment 24 which can happen with a built-in mic because of the vpio force-list introduced in bug 1880244.
Comment 1•7 months ago
|
||
Set release status flags based on info from the regressing bug 1880244
Assignee | ||
Comment 2•7 months ago
|
||
Assignee | ||
Comment 3•7 months ago
|
||
cubeb-coreaudio-rs is now responsible for this.
Updated•7 months ago
|
Comment 4•7 months ago
|
||
The bug is marked as tracked for firefox126 (beta) and tracked for firefox127 (nightly). However, the bug still has low severity.
:jimm, could you please increase the severity for this tracked bug? If you disagree with the tracking decision, please talk with the release managers.
For more information, please visit BugBot documentation.
Updated•7 months ago
|
Assignee | ||
Updated•7 months ago
|
Comment 6•7 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/6c1d84f3ebd0
https://hg.mozilla.org/mozilla-central/rev/7fc57c6a8e77
Assignee | ||
Comment 7•7 months ago
|
||
Original Revision: https://phabricator.services.mozilla.com/D208444
Updated•7 months ago
|
Assignee | ||
Comment 8•7 months ago
|
||
cubeb-coreaudio-rs is now responsible for this.
Original Revision: https://phabricator.services.mozilla.com/D208445
Updated•7 months ago
|
Comment 9•7 months ago
|
||
beta Uplift Approval Request
- User impact if declined: Firefox parent process may crash when macOS 12 users capture their builtin microphone.
- Code covered by automated testing: no
- Fix verified in Nightly: no
- Needs manual QE test: yes
- Steps to reproduce for manual QE testing: See bug 1866595 comment 9
- Risk associated with taking this patch: Low risk
- Explanation of risk level: We're moving some conditionals to change how one of two well-tested paths get taken on macOS 12.
- String changes made/needed: None
- Is Android affected?: no
Comment 10•7 months ago
|
||
beta Uplift Approval Request
- User impact if declined: Firefox parent process may crash when macOS 12 users capture their builtin microphone.
- Code covered by automated testing: no
- Fix verified in Nightly: no
- Needs manual QE test: yes
- Steps to reproduce for manual QE testing: See bug 1866595 comment 9, making sure you use the builtin microphone when testing.
- Risk associated with taking this patch: Low risk
- Explanation of risk level: We're moving some conditionals to change how one of two well-tested paths get taken on macOS 12.
- String changes made/needed: None
- Is Android affected?: no
Updated•7 months ago
|
Updated•7 months ago
|
Updated•7 months ago
|
Comment 11•7 months ago
|
||
uplift |
Updated•7 months ago
|
Comment 12•6 months ago
|
||
Verified the fix using latest Nightly 127.0a1 om macOS 12. Couldn't reproduce the issue anymore.
However on Firefox 126.0b6 the issue is still reproducing. I guess I have to wait for Firefox 126.0b7 to verify the fix on beta.
Comment 13•6 months ago
|
||
(In reply to Oana Botisan, Desktop QA from comment #12)
I guess I have to wait for Firefox 126.0b7 to verify the fix on beta.
Correct, the fix was uplifted to beta after 126.0b6 was built. It's available in 126.0b7.
Comment 14•6 months ago
|
||
Thank you for your response.
Verified the fix on Firefox 126.0b7 using macOS 12. I can't seem to be able to reproduce the issue anymore.
Comment 15•4 months ago
|
||
Comment 16•4 months ago
|
||
Steven, there are unfortunately issues outside our control here, we're in contact with Apple, that has acknowledged the issue. We've disabled this new code path on most macOS version (on which the problem is happening more frequently), but left it enabled in the most recent version, where the problems exist but is rare.
Comment 17•4 months ago
|
||
This is definitely an Apple bug, and there's probably nothing Mozilla can do about it ... besides reporting it to Apple. I'm glad that's been done.
I just wanted to make people aware that these crashes haven't been fixed, or even reduced in frequency.
Description
•