Closed
Bug 1347067
Opened 8 years ago
Closed 8 years ago
Shutdown hang in audiounit_close_stream
Categories
(Core :: Audio/Video: cubeb, defect, P1)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox55 | --- | affected |
People
(Reporter: jwwang, Assigned: achronop)
References
(Blocks 1 open bug)
Details
(Keywords: stale-bug)
Reporter | ||
Comment 1•8 years ago
|
||
640b7ecb-7c06-4cf8-85bc-bfe872170314
Thread 36
6 AudioToolbox APComponentInstance::DisposeInstance()
7 XUL audiounit_close_stream media/libcubeb/src/cubeb_audiounit.cpp:1801
8 XUL ___ZL36audiounit_property_listener_callbackjjPK26AudioObjectPropertyAddressPv_block_invoke media/libcubeb/src/cubeb_audiounit.cpp:566
Thread 38
6 AudioToolbox APComponentInstance::DisposeInstance()
7 XUL audiounit_close_stream media/libcubeb/src/cubeb_audiounit.cpp:1801
8 XUL audiounit_stream_destroy media/libcubeb/src/cubeb_audiounit.cpp:1817
9 XUL mozilla::AudioStream::Shutdown() dom/media/AudioStream.h:26
Reporter | ||
Comment 2•8 years ago
|
||
https://crash-stats.mozilla.com/report/index/a34735ee-ffe8-47a9-be77-76f5f2170314#allthreads
Thread 47
6 AudioToolbox APComponentInstance::DisposeInstance()
7 XUL audiounit_close_stream media/libcubeb/src/cubeb_audiounit.cpp:1801
8 XUL ___ZL36audiounit_property_listener_callbackjjPK26AudioObjectPropertyAddressPv_block_invoke media/libcubeb/src/cubeb_audiounit.cpp:566
Thread 50
6 AudioToolbox APComponentInstance::DisposeInstance()
7 XUL audiounit_close_stream media/libcubeb/src/cubeb_audiounit.cpp:1801
8 XUL audiounit_stream_destroy media/libcubeb/src/cubeb_audiounit.cpp:1817
9 XUL mozilla::AudioStream::Shutdown() dom/media/AudioStream.h:26
Reporter | ||
Comment 3•8 years ago
|
||
https://crash-stats.mozilla.com/report/index/e3494569-df78-474e-b658-219ad2170313#allthreads
Thread 48
8 XUL audiounit_close_stream media/libcubeb/src/cubeb_audiounit.cpp:1801
9 XUL ___ZL36audiounit_property_listener_callbackjjPK26AudioObjectPropertyAddressPv_block_invoke media/libcubeb/src/cubeb_audiounit.cpp:566
Thread 54
8 XUL audiounit_close_stream media/libcubeb/src/cubeb_audiounit.cpp:1801
9 XUL audiounit_stream_destroy media/libcubeb/src/cubeb_audiounit.cpp:1817
10 XUL mozilla::AudioStream::Shutdown() dom/media/AudioStream.h:26
Reporter | ||
Comment 4•8 years ago
|
||
It looks like deadlock will happen if both audiounit_reinit_stream() and audiounit_stream_destroy() call audiounit_close_stream() at the same time.
Assignee | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 6•8 years ago
|
||
bp-aef242fa-0842-4e04-8e8f-c992f2170314
Thread 53
4 XUL audiounit_close_stream media/libcubeb/src/cubeb_audiounit.cpp:765
5 XUL ___ZL36audiounit_property_listener_callbackjjPK26AudioObjectPropertyAddressPv_block_invoke media/libcubeb/src/cubeb_audiounit.cpp:642
Thread 57
1 XUL audiounit_stream_stop media/libcubeb/src/cubeb_utils_unix.h:56
2 XUL mozilla::AudioStream::Shutdown() dom/media/AudioStream.cpp:468
We have this crash on 55.0a1 even with bug 1343930 fixed.
Reporter | ||
Comment 7•8 years ago
|
||
One more instance: bp-f245e015-5dc0-4cd6-981d-084aa2170320
Reporter | ||
Comment 8•8 years ago
|
||
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → achronop
Assignee | ||
Comment 9•8 years ago
|
||
Patch of bug 1345049 landed in m-c 2017-03-10. Most of crash-stats mentioned above have build date before landing. There are 2 crash-stats though that are indeed after landing.
2017-03-13: aef242fa-0842-4e04-8e8f-c992f2170314
2017-03-19: f245e015-5dc0-4cd6-981d-084aa2170320
Assignee | ||
Comment 10•8 years ago
|
||
Given crash-stat: 2017-03-13: aef242fa-0842-4e04-8e8f-c992f2170314
thread 52
0 libsystem_kernel.dylib libsystem_kernel.dylib@0x15746
1 XUL audiounit_property_listener_callback media/libcubeb/src/cubeb_utils_unix.h:56
thread 53
0 libsystem_kernel.dylib libsystem_kernel.dylib@0x15716
1 CoreAudio CAGuard::WaitFor(unsigned long long)
2 CoreAudio HALObject::RemovePropertyListener(AudioObjectPropertyAddress const&, HALPropertyListener const&)
3 CoreAudio AudioObjectRemovePropertyListener
4 XUL audiounit_close_stream media/libcubeb/src/cubeb_audiounit.cpp:765
5 XUL ___ZL36audiounit_property_listener_callbackjjPK26AudioObjectPropertyAddressPv_block_invoke media/libcubeb/src/cubeb_audiounit.cpp:642
thread 57
0 libsystem_kernel.dylib libsystem_kernel.dylib@0x15746
1 XUL audiounit_stream_stop media/libcubeb/src/cubeb_utils_unix.h:56
2 XUL mozilla::AudioStream::Shutdown() dom/media/AudioStream.cpp:468
Cubeb threads 52 and 57 are waiting for 53 to finish which makes sense. Cubeb thread 53 is blocked with many other non-cubeb threads of the system: 3 - 16, 18 - 31, 33 - 35, 37 -41, 45 - 51, 54, 56
I am not sure where the deadlock is created but I believe is not caused by cubeb. Cubeb is blocked along with the most of the system.
The other crash-stat from 2017-03-19 is similar.
Can you please double check the above? Do you have any idea where the deadlock is created?
Flags: needinfo?(jwwang)
Reporter | ||
Comment 11•8 years ago
|
||
No, I have no idea where deadlock is from. It just appears to me audiounit_stream_stop() is waiting forever to acquire a lock.
Flags: needinfo?(jwwang)
Updated•8 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•8 years ago
|
Rank: 15
Priority: -- → P1
Comment 12•8 years ago
|
||
This is an assigned P1 bug without activity in two weeks.
If you intend to continue working on this bug for the current release/iteration/sprint, remove the 'stale-bug' keyword.
Otherwise we'll reset the priority of the bug back to '--' on Monday, August 28th.
Keywords: stale-bug
Assignee | ||
Comment 13•8 years ago
|
||
I haven't seen that crash for a long time. Feel free to reopen if you have it again.
Status: NEW → RESOLVED
Closed: 8 years ago → 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•