Re: crash in com.apple.audio.AppleHDAHALPlugIn
Re: crash in com.apple.audio.AppleHDAHALPlugIn
- Subject: Re: crash in com.apple.audio.AppleHDAHALPlugIn
- From: John Smith <email@hidden>
- Date: Thu, 22 Sep 2016 16:34:28 +0000 (UTC)
If you have the dSYM file for that app build then you can symbolicate the full crash report. It won't help you with Thread 1, but if some of the other threads are executing your app code then that might give some insight as to what went wrong.
On Wednesday, September 21, 2016 7:40 PM, Hamish Moffatt <email@hidden> wrote:
Hi,
A customer of ours has reported our
application crashing on OSX 10.11.4. The crash reports shows the
crash occurred in the following thread.
Thread 1 Crashed:
0 com.apple.audio.AppleHDAHALPlugIn 0x0000000116333b7f 0x116331000 + 11135
1 libdispatch.dylib 0x00007fff883c540b _dispatch_client_callout + 8
2 libdispatch.dylib 0x00007fff883d5675 _dispatch_source_latch_and_call + 2235
3 libdispatch.dylib 0x00007fff883c9a83 _dispatch_source_invoke + 983
4 libdispatch.dylib 0x00007fff883ca200 _dispatch_queue_drain + 1207
5 libdispatch.dylib 0x00007fff883d0707 _dispatch_queue_invoke + 549
6 libdispatch.dylib 0x00007fff883c8d53 _dispatch_root_queue_drain + 538
7 libdispatch.dylib 0x00007fff883c8b00 _dispatch_worker_thread3 + 91
8 libsystem_pthread.dylib 0x00007fff90ff14de _pthread_wqthread + 1129
9 libsystem_pthread.dylib 0x00007fff90fef341 start_wqthread + 13
I have no idea how to investigate this because that code is all
OS frameworks and nothing of ours. Does anyone have any ideas?
Hamish
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden