Crash in [@ (anonymous namespace)::get_output_buffer]
Categories
(Core :: Audio/Video: cubeb, defect)
Tracking
()
People
(Reporter: RyanVM, Assigned: kinetik)
References
Details
(Keywords: crash)
Crash Data
Crash report: https://crash-stats.mozilla.org/report/index/78d2ff4f-5963-4705-baef-68b890230717
Reason: EXCEPTION_ACCESS_VIOLATION_READ
Top 8 frames of crashing thread:
0 xul.dll media/libcubeb/src/cubeb_wasapi.cpp:1163
1 xul.dll media/libcubeb/src/cubeb_wasapi.cpp:1339
2 xul.dll media/libcubeb/src/cubeb_wasapi.cpp:1473
3 ucrtbase.dll thread_start<unsigned int , 1>
4 kernel32.dll BaseThreadInitThunk
5 mozglue.dll mozilla::interceptor::FuncHook<mozilla::interceptor::WindowsDllInterceptor<mozilla::interceptor::VMSharingPolicyShared>, void const toolkit/xre/dllservices/mozglue/nsWindowsDllInterceptor.h:150
5 mozglue.dll patched_BaseThreadInitThunk toolkit/xre/dllservices/mozglue/WindowsDllBlocklist.cpp:621
6 ntdll.dll RtlUserThreadStart
| Reporter | ||
Comment 1•2 years ago
|
||
This signature has been around for awhile, but seems to be spiking in 115. Possible regression from bug 1833633?
| Reporter | ||
Comment 2•2 years ago
|
||
Bug 1838241 spiked around the same time - maybe this is another signature falling under that?
Updated•2 years ago
|
| Assignee | ||
Comment 3•2 years ago
|
||
I haven't had a chance to dig into this in detail yet, but it appears to be a slightly different issue to bug 1838241 although it does seem related to the render thread lifetime changes that landed in bug 1833633. In this case, it looks like the render thread is still actively processing audio buffers (on a stopped stream?) while another thread is in the middle of a stream start/reconfigure device sequence. ni? myself to investigate further when I have time.
| Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Comment 4•2 years ago
|
||
I hit this crash immediately after turning off my Bluetooth headphones while listening to Spotify. Unfortunately, I wasn't able to reproduce the crash.
https://crash-stats.mozilla.org/report/index/e919b8be-ef3c-47d4-a76c-c49ac0240103
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•1 year ago
|
| Assignee | ||
Comment 5•19 days ago
|
||
Hopefully this will be fixed by https://github.com/mozilla/cubeb/pull/844
Description
•