CFNetwork crash

This thread has been locked by a moderator.

Apple Recommended

Replies

How often are you seeing this crash? The reason I ask is that the crash report you posted is from Sep 2016 on iOS 10.0.1. If you’re seeing the crash frequently then you should have more recent crash reports, no?

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Hi,

We're seeing many crashes like this. It's one of the most frequent type of crash in our app. Here's a recent example:


Hardware Model: iPhone9,3

Code Type: ARM-64

Date/Time: 2017-05-30T12:01:38Z

OS Version: iPhone OS 10.3.2 (14F89)


Exception Type: SIGSEGV

Exception Codes: SEGV_ACCERR at 0x0

Crashed Thread: 2


Thread 2 Crashed:

0 CFNetwork 0x000000018cb42d7c TubeManager::_onqueue_newTubeReady(Tube*, CFStreamError) + 984

1 CFNetwork 0x000000018cb42958 ___ZN11TubeManager12newTubeReadyEP4Tube13CFStreamError_block_invoke + 64

2 libdispatch.dylib 0x000000018b2ee9a0 _dispatch_client_callout + 12

3 libdispatch.dylib 0x000000018b2fa194 _dispatch_block_invoke_direct + 328

4 CFNetwork 0x000000018cc7bb30 RunloopBlockContext::_invoke_block(void const*, void*) + 32

5 CoreFoundation 0x000000018c312710 CFArrayApplyFunction + 64

6 CFNetwork 0x000000018cc7b9f0 RunloopBlockContext::perform() + 124

7 CFNetwork 0x000000018cc7cd34 MultiplexerSource::perform() + 308

8 CFNetwork 0x000000018cc7caa0 MultiplexerSource::_perform(void*) + 60

9 CoreFoundation 0x000000018c3e542c __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 20

10 CoreFoundation 0x000000018c3e4d9c __CFRunLoopDoSources0 + 536

11 CoreFoundation 0x000000018c3e29a8 __CFRunLoopRun + 740

12 CoreFoundation 0x000000018c312da4 CFRunLoopRunSpecific + 420

13 CFNetwork 0x000000018cb1edf4 +[NSURLConnection(Loader) _resourceLoadLoop:] + 400

14 Foundation 0x000000018cf2a2d8 __NSThread__start__ + 992

15 libsystem_pthread.dylib 0x000000018b4f968c _pthread_body + 236

16 libsystem_pthread.dylib 0x000000018b4f959c _pthread_start + 280

17 libsystem_pthread.dylib 0x000000018b4f6cb4 thread_start + 0

I’ve been looking into crashes like this as part of a DTS incident (s. 665555146). The situation is complex because there seems to be more than one issue like this, some of which have been fixed in shipping system software, some of which have been fixed internally but the fix hasn’t shipped, and so of which are still being investigated.

It would help if I could see the full crash log. Can you post that?

Also, how does your app manage NSURLSession objects? Do you create one (or a small set) of session objects and use them for all your requests? Or do you create one session object per request? The latter is strongly recommended against in general, and I have a suspicion that it might be implicated in these problems. Although, to be crystal clear, that’s just a suspicion right now, I’m still gathering evidence.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

WWDC runs Mon, 5 Jun through to Fri, 9 Jun. During that time all of DTS will be at the conference, helping folks out face-to-face. http://developer.apple.com/wwdc/

Here's a selection of full crashlogs from our app involving TubeManager https://gist.github.com/kolyuchiy/57d6a6d9888af78df390b82181afa28e.


We have a number of NSURLSession objects created in different subsystems of the app: one for custom URL protocol, one for background tasks, one for loading images, etc.

Wow, that’s a pretty wide selection of crashes.

We have a number of NSURLSession objects created in different subsystems of the app: one for custom URL protocol, one for background tasks, one for loading images, etc.

Right, but you’re not allocating and invalidating sessions often, which is good. That gels with the crash reports you posted; none of them show evidence of the specific

TubeManager
problem I discussed earlier (r. 32397611).

Here’s a summary of what I can see in those crash logs:

  • 2c38dd7ae5c96cdfc3e15364425baa04 — AFAICT this is not something we’ve seen before.

  • 6d1440fac5af6b30c0aa508cb4ebfec7 — This is probably a known bug (r. 28007668) but it’s hard to be 100% sure without digging into the details.

  • 81dcef8b6a6eaee0ac3f89fc1d825785 — Likewise, although for a different bug (r. 27636468).

  • a062ed6990f8b7771bf2c20d95cd279c — AFAICT this is not something we’ve seen before.

  • ddf28e616efebd94a185abcadde6a7ba — This looks like a dup of 81dcef8b6a6eaee0ac3f89fc1d825785.

The fact that you’re seeing all of these crashes in the same app makes me somewhat suspicious that there’s something else going on. The most obvious candidate here is memory corruption. Have you run your app’s test suite with Zombies enabled? What about address sanitiser? If not, I recommend you do both before continuing.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

WWDC runs Mon, 5 Jun through to Fri, 9 Jun. During that time all of DTS will be at the conference, helping folks out face-to-face. http://developer.apple.com/wwdc/

Thanks a lot. We'll try to run our tests with Zombies and Address Sanitizer. I'll let you know of the results.

ssakthivel85 posted a full crash report about their original issue in another thread. I’m responding here because I want to keep things centralised.

c8755a4a8eccdc789bf775069de629957a6641d0 — While is being tracked as a separate issue (r. 28904079), I strongly suspect that the underlying cause is the same as an issue I noted above (r. 27636468)

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Hi eskimo,


Can you please clarify - what is the cause of CFNetwork background thread crash and how to avoid it?


Thanks,

Timur

+1 for this being our #1 crash and seemingly undiagnosable. Here's a recent example of ours:


Hardware Model:      iPhone8,2
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Date/Time:           2018-01-08 12:14:57.7053 -0500
Launch Time:         2018-01-08 08:30:24.3805 -0500
OS Version:          iPhone OS 11.2.1 (15C153)
Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000000
Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [0]
Triggered by Thread:  12

Thread 12 Crashed:
0   CFNetwork                     0x0000000184800934 CFAllocatedReferenceCountedObject::_retainable_hash(void const*) + 0 (CFObject.cpp:204)
1   CoreFoundation                 0x0000000184099360 CFBasicHashFindBucket + 164 (CFBasicHash.c:455)
2   CoreFoundation                 0x00000001840992a0 CFDictionaryGetValue + 224 (CFDictionary.c:418)
3   CFNetwork                     0x0000000184831070 TubeManager::_onqueue_enqueueRequestForProtocol(MetaConnectionCacheClient*, HTTPRequestMessage const*, MetaConnectionOptions, BaseAwaitingTube*) + 80 (CFObject.h:712)
4   CFNetwork                     0x0000000184831fd8 TubeManager::_onqueue_reenqueueAwaitingTube(BaseAwaitingTube*) + 112 (TubeManager.cpp:428)
5   CFNetwork                     0x0000000184832238 invocation function for block in TubeManager::_onqueue_newTubeReady(Tube*, CFStreamError) + 28 (TubeManager.cpp:681)
6   CFNetwork                     0x0000000184990904 invocation function for block in QCoreSchedulingSet::performAsync(void () block_pointer) const + 52 (CoreSchedulingSet.mm:189)
7   libdispatch.dylib             0x0000000183b56a54 _dispatch_call_block_and_release + 24 (init.c:994)
8   libdispatch.dylib             0x0000000183b56a14 _dispatch_client_callout + 16 (object.m:502)
9   libdispatch.dylib             0x0000000183b6096c _dispatch_queue_serial_drain$VARIANT$mp + 528 (inline_internal.h:2500)
10  libdispatch.dylib             0x0000000183b612fc _dispatch_queue_invoke$VARIANT$mp + 340 (queue.c:5302)
11  libdispatch.dylib             0x0000000183b60824 _dispatch_queue_serial_drain$VARIANT$mp + 200 (inline_internal.h:2539)
12  libdispatch.dylib             0x0000000183b612fc _dispatch_queue_invoke$VARIANT$mp + 340 (queue.c:5302)
13  libdispatch.dylib             0x0000000183b61d20 _dispatch_root_queue_drain_deferred_wlh$VARIANT$mp + 404 (queue.c:5920)
14  libdispatch.dylib             0x0000000183b6a03c _dispatch_workloop_worker_thread$VARIANT$mp + 644 (source.c:2529)
15  libsystem_pthread.dylib       0x0000000183dfef1c _pthread_wqthread + 932 (pthread.c:2207)
16  libsystem_pthread.dylib       0x0000000183dfeb6c start_wqthread + 4

+1 We have a lot of such crashes, all of them on iOS 11.2.1. Here's a last example:


#13. Crashed: com.apple.CFNetwork.LoaderQ
0  CFNetwork                      0x186c30934 CFAllocatedReferenceCountedObject::_retainable_hash(void const*) + 26
1  CoreFoundation                 0x1864c9360 CFBasicHashFindBucket + 164
2  CoreFoundation                 0x1864c92a0 CFDictionaryGetValue + 224
3  CFNetwork                      0x186c61070 TubeManager::_onqueue_enqueueRequestForProtocol(MetaConnectionCacheClient*, HTTPRequestMessage const*, MetaConnectionOptions, BaseAwaitingTube*) + 80
4  CFNetwork                      0x186c61fd8 TubeManager::_onqueue_reenqueueAwaitingTube(BaseAwaitingTube*) + 112
5  CFNetwork                      0x186c62238 ___ZN11TubeManager21_onqueue_newTubeReadyEP4Tube13CFStreamError_block_invoke + 28
6  CFNetwork                      0x186dc0904 ___ZNK18QCoreSchedulingSet12performAsyncEU13block_pointerFvvE_block_invoke + 52
7  libdispatch.dylib              0x185f86a54 _dispatch_call_block_and_release + 24
8  libdispatch.dylib              0x185f86a14 _dispatch_client_callout + 16
9  libdispatch.dylib              0x185f9096c _dispatch_queue_serial_drain$VARIANT$mp + 528
10 libdispatch.dylib              0x185f912fc _dispatch_queue_invoke$VARIANT$mp + 340
11 libdispatch.dylib              0x185f90824 _dispatch_queue_serial_drain$VARIANT$mp + 200
12 libdispatch.dylib              0x185f912fc _dispatch_queue_invoke$VARIANT$mp + 340
13 libdispatch.dylib              0x185f91d20 _dispatch_root_queue_drain_deferred_wlh$VARIANT$mp + 404
14 libdispatch.dylib              0x185f9a03c _dispatch_workloop_worker_thread$VARIANT$mp + 644
15 libsystem_pthread.dylib        0x18622ef1c _pthread_wqthread + 932
16 libsystem_pthread.dylib        0x18622eb6c start_wqthread + 4

Us too we have a bunch of this mysterious crashes

Date/Time:           2017-11-10 17:31:09.0306 +0800
Launch Time:         2017-11-10 17:20:59.7179 +0800
OS Version:          iPhone OS 11.0.3 (15A432)
Baseband Version:    6.17.00
Report Version:      104
Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000000
VM Region Info: 0 is not in any region.  Bytes before following region: 4304535552
      REGION TYPE                      START - END             [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      UNUSED SPACE AT START
---> 
      __TEXT                 0000000100920000-0000000100924000 [   16K] r-x/r-x SM=COW  ...B/AVA.app/AVA
Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [0]
Triggered by Thread:  3
Thread 0 name:
Thread 0:
0   libobjc.A.dylib               0x0000000181b8a6dc search_method_list(method_list_t const*, objc_selector*) + 4 (objc-runtime-new.h:102)
1   libobjc.A.dylib               0x0000000181b85adc getMethodNoSuper_nolock(objc_class*, objc_selector*) + 100 (objc-runtime-new.mm:4707)
2   libobjc.A.dylib               0x0000000181b85780 lookUpImpOrForward + 288 (objc-runtime-new.mm:4883)
3   libobjc.A.dylib               0x0000000181b90758 _objc_msgSend_uncached + 56
4   UIKit                         0x000000018ba72f28 -[UIView(Hierarchy) _makeSubtreePerformSelector:withObject:withObject:copySublayers:] + 196 (UIView.m:9663)
5   UIKit                         0x000000018bd557b0 __UIViewWillBeRemovedFromSuperview + 544 (UIView.m:9123)
6   UIKit                         0x000000018ba72674 -[UIView(Hierarchy) removeFromSuperview] + 100 (UIView.m:9218)
7   AVA                           0x000000010094bc9c __38-[SplashViewController viewDidAppear:]_block_invoke.99 + 44 (SplashViewController.m:265)
8   UIKit                         0x000000018baafd7c -[UIViewAnimationBlockDelegate _didEndBlockAnimation:finished:context:] + 764 (UIView.m:12112)
9   UIKit                         0x000000018baaf70c -[UIViewAnimationState sendDelegateAnimationDidStop:finished:] + 312 (UIView.m:0)
10  UIKit                         0x000000018baaf418 -[UIViewAnimationState animationDidStop:finished:] + 296 (UIView.m:1977)
11  QuartzCore                    0x0000000186653d6c CA::Layer::run_animation_callbacks(void*) + 284 (CALayer.mm:6573)
12  libdispatch.dylib             0x0000000181fed048 _dispatch_client_callout + 16 (object.m:502)
13  libdispatch.dylib             0x0000000181ff9b74 _dispatch_main_queue_callback_4CF$VARIANT$mp + 1016 (inline_internal.h:2500)
14  CoreFoundation                0x000000018260ff20 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12 (CFRunLoop.c:1815)
15  CoreFoundation                0x000000018260dafc __CFRunLoopRun + 2012 (CFRunLoop.c:3111)
16  CoreFoundation                0x000000018252e2d8 CFRunLoopRunSpecific + 436 (CFRunLoop.c:3245)
17  GraphicsServices              0x00000001843bff84 GSEventRunModal + 100 (GSEvent.c:2245)
18  UIKit                         0x000000018badb880 UIApplicationMain + 208 (UIApplication.m:3948)
19  AVA                           0x000000010094a760 main + 88 (main.m:16)
20  libdyld.dylib                 0x000000018205256c start + 4
Thread 1 name:
Thread 1:
0   AVA                           0x00000001009893c4 -[ANSAnswersController eventQueue] + 0
1   AVA                           0x00000001009868d8 __39-[ANSAnswersController setupFlushTimer]_block_invoke + 36
2   Foundation                    0x0000000183032310 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 16 (NSOperation.m:1467)
3   Foundation                    0x0000000182f729e4 -[NSBlockOperation main] + 72 (NSOperation.m:1486)
4   Foundation                    0x0000000182f62620 -[__NSOperationInternal _start:] + 848 (NSOperation.m:830)
5   libdispatch.dylib             0x0000000181fed048 _dispatch_client_callout + 16 (object.m:502)
6   libdispatch.dylib             0x0000000181ff46c8 _dispatch_block_invoke_direct$VARIANT$mp + 288 (queue.c:3025)
7   libdispatch.dylib             0x0000000181fed048 _dispatch_client_callout + 16 (object.m:502)
8   libdispatch.dylib             0x0000000181ff46c8 _dispatch_block_invoke_direct$VARIANT$mp + 288 (queue.c:3025)
9   libdispatch.dylib             0x0000000181ff4574 dispatch_block_perform$VARIANT$mp + 104 (queue.c:2997)
10  Foundation                    0x0000000183033fe8 __NSOQSchedule_f + 376 (NSOperation.m:2086)
11  libdispatch.dylib             0x0000000181fed048 _dispatch_client_callout + 16 (object.m:502)
12  libdispatch.dylib             0x0000000181ff53d4 _dispatch_continuation_pop$VARIANT$mp + 428 (inline_internal.h:2500)
13  libdispatch.dylib             0x0000000181ff3cd4 _dispatch_async_redirect_invoke$VARIANT$mp + 604 (queue.c:3429)
14  libdispatch.dylib             0x0000000181ffa1c8 _dispatch_root_queue_drain + 596 (inline_internal.h:2539)
15  libdispatch.dylib             0x0000000181ff9f10 _dispatch_worker_thread3 + 120 (queue.c:6104)
16  libsystem_pthread.dylib       0x0000000182293130 _pthread_wqthread + 1268 (pthread.c:2286)
17  libsystem_pthread.dylib       0x0000000182292c30 start_wqthread + 4
Thread 2 name:
Thread 2:
0   libsystem_kernel.dylib        0x0000000182160bc4 mach_msg_trap + 8
1   libsystem_kernel.dylib        0x0000000182160a3c mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                0x000000018260fce4 __CFRunLoopServiceMachPort + 196 (CFRunLoop.c:2613)
3   CoreFoundation                0x000000018260d8b0 __CFRunLoopRun + 1424 (CFRunLoop.c:2969)
4   CoreFoundation                0x000000018252e2d8 CFRunLoopRunSpecific + 436 (CFRunLoop.c:3245)
5   Foundation                    0x0000000182f566e4 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 304 (NSRunLoop.m:367)
6   Foundation                    0x0000000182f75afc -[NSRunLoop(NSRunLoop) runUntilDate:] + 96 (NSRunLoop.m:411)
7   UIKit                         0x000000018c62702c -[UIEventFetcher threadMain] + 136 (UIEventFetcher.m:422)
8   Foundation                    0x0000000183057860 __NSThread__start__ + 996 (NSThread.m:1181)
9   libsystem_pthread.dylib       0x000000018229432c _pthread_body + 308 (pthread.c:740)
10  libsystem_pthread.dylib       0x00000001822941f8 _pthread_start + 312 (pthread.c:799)
11  libsystem_pthread.dylib       0x0000000182292c38 thread_start + 4
Thread 3 name:
Thread 3 Crashed:
0   CFNetwork                     0x0000000182c8c178 CFAllocatedReferenceCountedObject::_retainable_hash(void const*) + 0 (CFObject.cpp:204)
1   CoreFoundation                0x00000001825277e0 CFBasicHashFindBucket + 164 (CFBasicHash.c:455)
2   CoreFoundation                0x0000000182527720 CFDictionaryGetValue + 224 (CFDictionary.c:418)
3   CFNetwork                     0x0000000182cbc62c TubeManager::_onqueue_enqueueRequestForProtocol(MetaConnectionCacheClient*, HTTPRequestMessage const*, MetaConnectionOptions, BaseAwaitingTube*) + 80 (CFObject.h:712)
4   CFNetwork                     0x0000000182cbd594 TubeManager::_onqueue_reenqueueAwaitingTube(BaseAwaitingTube*) + 112 (TubeManager.cpp:428)
5   CFNetwork                     0x0000000182cbd7f4 ___ZN11TubeManager21_onqueue_newTubeReadyEP4Tube13CFStreamError_block_invoke + 28 (TubeManager.cpp:681)
6   CFNetwork                     0x0000000182e177f0 ___ZNK18QCoreSchedulingSet12performAsyncEU13block_pointerFvvE_block_invoke + 52 (CoreSchedulingSet.mm:187)
7   libdispatch.dylib             0x0000000181fed088 _dispatch_call_block_and_release + 24 (init.c:994)
8   libdispatch.dylib             0x0000000181fed048 _dispatch_client_callout + 16 (object.m:502)
9   libdispatch.dylib             0x0000000181ff6e48 _dispatch_queue_serial_drain$VARIANT$mp + 528 (inline_internal.h:2500)
10  libdispatch.dylib             0x0000000181ff77d8 _dispatch_queue_invoke$VARIANT$mp + 340 (queue.c:5302)
11  libdispatch.dylib             0x0000000181ff6d00 _dispatch_queue_serial_drain$VARIANT$mp + 200 (inline_internal.h:2539)
12  libdispatch.dylib             0x0000000181ff77d8 _dispatch_queue_invoke$VARIANT$mp + 340 (queue.c:5302)
13  libdispatch.dylib             0x0000000181ff8200 _dispatch_root_queue_drain_deferred_wlh$VARIANT$mp + 400 (queue.c:5920)
14  libdispatch.dylib             0x00000001820004a0 _dispatch_workloop_worker_thread$VARIANT$mp + 644 (source.c:2515)
15  libsystem_pthread.dylib       0x0000000182292fe0 _pthread_wqthread + 932 (pthread.c:2207)
16  libsystem_pthread.dylib       0x0000000182292c30 start_wqthread + 4
Thread 4 name:
Thread 4:
0   libsystem_kernel.dylib        0x0000000182160bc4 mach_msg_trap + 8
1   libsystem_kernel.dylib        0x0000000182160a3c mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                0x000000018260fce4 __CFRunLoopServiceMachPort + 196 (CFRunLoop.c:2613)
3   CoreFoundation                0x000000018260d8b0 __CFRunLoopRun + 1424 (CFRunLoop.c:2969)
4   CoreFoundation                0x000000018252e2d8 CFRunLoopRunSpecific + 436 (CFRunLoop.c:3245)
5   Foundation                    0x0000000182f566e4 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 304 (NSRunLoop.m:367)
6   Foundation                    0x0000000182fa862c -[NSRunLoop(NSRunLoop) run] + 88 (NSRunLoop.m:389)
7   AVA                           0x00000001009ba44c +[GAI threadMain:] + 64
8   Foundation                    0x0000000183057860 __NSThread__start__ + 996 (NSThread.m:1181)
9   libsystem_pthread.dylib       0x000000018229432c _pthread_body + 308 (pthread.c:740)
10  libsystem_pthread.dylib       0x00000001822941f8 _pthread_start + 312 (pthread.c:799)
11  libsystem_pthread.dylib       0x0000000182292c38 thread_start + 4
Thread 5 name:
Thread 5:
0   libsystem_kernel.dylib        0x0000000182160bc4 mach_msg_trap + 8
1   libsystem_kernel.dylib        0x0000000182160a3c mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                0x000000018260fce4 __CFRunLoopServiceMachPort + 196 (CFRunLoop.c:2613)
3   CoreFoundation                0x000000018260d8b0 __CFRunLoopRun + 1424 (CFRunLoop.c:2969)
4   CoreFoundation                0x000000018252e2d8 CFRunLoopRunSpecific + 436 (CFRunLoop.c:3245)
5   CFNetwork                     0x0000000182c97b40 +[NSURLConnection(Loader) _resourceLoadLoop:] + 404 (NSURLConnection.mm:367)
6   Foundation                    0x0000000183057860 __NSThread__start__ + 996 (NSThread.m:1181)
7   libsystem_pthread.dylib       0x000000018229432c _pthread_body + 308 (pthread.c:740)
8   libsystem_pthread.dylib       0x00000001822941f8 _pthread_start + 312 (pthread.c:799)
9   libsystem_pthread.dylib       0x0000000182292c38 thread_start + 4
Thread 6 name:
Thread 6:
0   libsystem_kernel.dylib        0x0000000182160bc4 mach_msg_trap + 8
1   libsystem_kernel.dylib        0x0000000182160a3c mach_msg + 72 (mach_msg.c:103)
2   AVA                           0x000000010095db28 CLSMachExceptionServer + 1180
3   libsystem_pthread.dylib       0x000000018229432c _pthread_body + 308 (pthread.c:740)
4   libsystem_pthread.dylib       0x00000001822941f8 _pthread_start + 312 (pthread.c:799)
5   libsystem_pthread.dylib       0x0000000182292c38 thread_start + 4
Thread 7 name:
Thread 7:
0   libsystem_kernel.dylib        0x0000000182160c18 semaphore_timedwait_trap + 8
1   libdispatch.dylib             0x0000000181fef4d0 _dispatch_sema4_timedwait$VARIANT$mp + 84 (lock.c:149)
2   libdispatch.dylib             0x0000000181fefd40 _dispatch_semaphore_wait_slow + 72 (semaphore.c:127)
3   CoreLocation                  0x0000000188b9aab0 CLClientInvokeCallback(__CLClient*, CLClientEvent, objc_object*) + 396 (CLClient.mm:775)
4   CoreLocation                  0x0000000188ba0544 _CLClientHandleMessage(__CLClient*, std::__1::shared_ptr<CLConnectionMessage>) + 624 (CLClient.mm:1268)
5   CoreLocation                  0x0000000188ba0274 ___ZL25_CLClientCreateConnectionP10__CLClient_block_invoke + 120 (CLClient.mm:852)
6   CoreLocation                  0x0000000188bf7f38 ___ZN18CLConnectionClient32setDefaultMessageHandler_onQueueEU13block_pointerFvNSt3__110shared_ptrI19CLConnectionMessageEEE_block_invoke + 180 (CLConnectionClient.mm:197)
7   CoreLocation                  0x0000000188bf430c CLConnection::handleMessage(std::__1::shared_ptr<CLConnectionMessage>) + 156 (CLConnection.mm:129)
8   CoreLocation                  0x0000000188bf4230 ___ZN12CLConnection23initializeConnection_nlEv_block_invoke + 60 (CLConnection.mm:110)
9   CoreLocation                  0x0000000188bf5ac4 ___ZL15setEventHandlerPU24objcproto13OS_xpc_object8NSObjectU13block_pointerFvNSt3__110shared_ptrI19CLConnectionMessageEEEU13block_pointerFvvES9_PS9__block_invoke + 424 (CLConnection.mm:194)
10  libxpc.dylib                  0x00000001822ce300 _xpc_connection_call_event_handler + 68 (connection.c:0)
11  libxpc.dylib                  0x00000001822cbcb0 _xpc_connection_mach_event + 984 (connection.c:1203)
12  libdispatch.dylib             0x0000000181fed118 _dispatch_client_callout4 + 16 (object.m:542)
13  libdispatch.dylib             0x00000001820038b8 _dispatch_mach_msg_invoke$VARIANT$mp + 356 (mach.c:2169)
14  libdispatch.dylib             0x0000000181ff6d00 _dispatch_queue_serial_drain$VARIANT$mp + 200 (inline_internal.h:2539)
15  libdispatch.dylib             0x0000000182004534 _dispatch_mach_invoke$VARIANT$mp + 952 (mach.c:2467)
16  libdispatch.dylib             0x0000000181ff6d00 _dispatch_queue_serial_drain$VARIANT$mp + 200 (inline_internal.h:2539)
17  libdispatch.dylib             0x0000000181ff77d8 _dispatch_queue_invoke$VARIANT$mp + 340 (queue.c:5302)
18  libdispatch.dylib             0x0000000181ff6d00 _dispatch_queue_serial_drain$VARIANT$mp + 200 (inline_internal.h:2539)
19  libdispatch.dylib             0x0000000181ff77d8 _dispatch_queue_invoke$VARIANT$mp + 340 (queue.c:5302)
20  libdispatch.dylib             0x0000000181ff8200 _dispatch_root_queue_drain_deferred_wlh$VARIANT$mp + 400 (queue.c:5920)
21  libdispatch.dylib             0x00000001820004a0 _dispatch_workloop_worker_thread$VARIANT$mp + 644 (source.c:2515)
22  libsystem_pthread.dylib       0x0000000182292fe0 _pthread_wqthread + 932 (pthread.c:2207)
23  libsystem_pthread.dylib       0x0000000182292c30 start_wqthread + 4
Thread 8:
0   libsystem_kernel.dylib        0x0000000182181150 __psynch_cvwait + 8
1   libsystem_pthread.dylib       0x0000000182296d40 _pthread_cond_wait$VARIANT$mp + 640 (pthread_cond.c:579)
2   libc++.1.dylib                0x0000000181affea4 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:278)
3   JavaScriptCore                0x00000001898acb30 void std::__1::condition_variable_any::wait<std::__1::unique_lock<bmalloc::Mutex> >(std::__1::unique_lock<bmalloc::Mutex>&) + 96 (condition_variable:202)
4   JavaScriptCore                0x00000001898aca58 bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>::threadRunLoop() + 172 (condition_variable:211)
5   JavaScriptCore                0x00000001898acdbc void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (*)(bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>*), bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>*> >(void*) + 44 (type_traits:4291)
6   libsystem_pthread.dylib       0x000000018229432c _pthread_body + 308 (pthread.c:740)
7   libsystem_pthread.dylib       0x00000001822941f8 _pthread_start + 312 (pthread.c:799)
8   libsystem_pthread.dylib       0x0000000182292c38 thread_start + 4
Thread 9 name:
Thread 9:
0   libsystem_kernel.dylib        0x0000000182160bc4 mach_msg_trap + 8
1   libsystem_kernel.dylib        0x0000000182160a3c mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                0x000000018260fce4 __CFRunLoopServiceMachPort + 196 (CFRunLoop.c:2613)
3   CoreFoundation                0x000000018260d8b0 __CFRunLoopRun + 1424 (CFRunLoop.c:2969)
4   CoreFoundation                0x000000018252e2d8 CFRunLoopRunSpecific + 436 (CFRunLoop.c:3245)
5   WebCore                       0x000000018a37dac4 RunWebThread(void*) + 456 (WebCoreThread.mm:694)
6   libsystem_pthread.dylib       0x000000018229432c _pthread_body + 308 (pthread.c:740)
7   libsystem_pthread.dylib       0x00000001822941f8 _pthread_start + 312 (pthread.c:799)
8   libsystem_pthread.dylib       0x0000000182292c38 thread_start + 4
Thread 10:
0   libsystem_pthread.dylib       0x0000000182292c2c start_wqthread + 0
Thread 3 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x00000001c4364150   x3: 0x000000016f822618
    x4: 0x00000001c42d1800   x5: 0x000000000000001a   x6: 0x0000000151d1e2d0   x7: 0x0000000000000a00
    x8: 0x0000000000000005   x9: 0x0000000182c8c178  x10: 0x0000000152002200  x11: 0x0000000000000001
   x12: 0x00000000000008ff  x13: 0x0000000000000100  x14: 0x0000000000000001  x15: 0xffffffffffffffff
   x16: 0x000000018228daa0  x17: 0x0000000181b9b0e0  x18: 0x0000000000000000  x19: 0x0000000000000000
   x20: 0x00000001c426f180  x21: 0x0000000000000000  x22: 0x0000000000000001  x23: 0x00000001b303b000
   x24: 0x00000001c446c880  x25: 0x0000000000000000  x26: 0x0000000000000000  x27: 0x0000000000000000
   x28: 0x00000001c40fde00   fp: 0x000000016f822510   lr: 0x00000001825277e0
    sp: 0x000000016f8224a0   pc: 0x0000000182c8c178 cpsr: 0x60000000
Binary Images:
0x100920000 - 0x100a97fff AVA arm64  <dd61ab0eb99933c5871945637a456be5> /var/containers/Bundle/Application/022ACC19-CF9D-4853-936A-C8CA578EB5FB/AVA.app/AVA
0x100b9c000 - 0x100bdbfff dyld arm64  <113803ec7f6936e6b06abef57a8755fd> /usr/lib/dyld
0x181af6000 - 0x181af7fff libSystem.B.dylib arm64  <140fcf0af41038bcbcc9143449b0cab5> /usr/lib/libSystem.B.dylib
0x181af8000 - 0x181b51fff libc++.1.dylib arm64  <b5750788b63b3612b8bbfb2da1e3dbca> /usr/lib/libc++.1.dylib
0x181b52000 - 0x181b72fff libc++abi.dylib arm64  <9dc64e3f9d1a31ffbd425695d02c3fea> /usr/lib/libc++abi.dylib
0x181b74000 - 0x181f6bfff libobjc.A.dylib arm64  <d5f3817d3f4e3326b690688e1484ec38> /usr/lib/libobjc.A.dylib
0x181f6c000 - 0x181f70fff libcache.dylib arm64  <646be68098ea3b7ea9fe9a99028b19b2> /usr/lib/system/libcache.dylib
0x181f71000 - 0x181f7cfff libcommonCrypto.dylib arm64  <df61da1e49933adf97238737fd34f44b> /usr/lib/system/libcommonCrypto.dylib
0x181f7d000 - 0x181f80fff libcompiler_rt.dylib arm64  <d269360ab8553644a82a1fb5ce9d9597> /usr/lib/system/libcompiler_rt.dylib
0x181f81000 - 0x181f88fff libcopyfile.dylib arm64  <9ec7f9a0ad703544abc0297192ab7294> /usr/lib/system/libcopyfile.dylib
0x181f89000 - 0x181febfff libcorecrypto.dylib arm64  <b3ca6ff1dc4d3ad59fe74daec704bfea> /usr/lib/system/libcorecrypto.dylib
0x181fec000 - 0x182050fff libdispatch.dylib arm64  <d16541550d403e77967bd529061c87a4> /usr/lib/system/libdispatch.dylib
0x182051000 - 0x18206bfff libdyld.dylib arm64  <07ea3edae26b33ccb1e88ef771ff7ee4> /usr/lib/system/libdyld.dylib
0x18206c000 - 0x18206cfff liblaunch.dylib arm64  <a2e68c7089ba360e9fe1c2f71cef033b> /usr/lib/system/liblaunch.dylib
0x18206d000 - 0x182072fff libmacho.dylib arm64  <f384756091413dc18d540a60b1d78863> /usr/lib/system/libmacho.dylib
0x182073000 - 0x182074fff libremovefile.dylib arm64  <dec463ad2922349d9447681f0277a592> /usr/lib/system/libremovefile.dylib
0x182075000 - 0x18208cfff libsystem_asl.dylib arm64  <efd2bb6daeb832dda9301f476f2b200f> /usr/lib/system/libsystem_asl.dylib
0x18208d000 - 0x18208dfff libsystem_blocks.dylib arm64  <26a917fcb90131d9b897b72c4552d679> /usr/lib/system/libsystem_blocks.dylib
0x18208e000 - 0x18210bfff libsystem_c.dylib arm64  <8ea1d364be023157b5d8bed8ebc9a313> /usr/lib/system/libsystem_c.dylib
0x18210c000 - 0x182110fff libsystem_configuration.dylib arm64  <8cf0b157c3f03be3b29a508f00a9d3b5> /usr/lib/system/libsystem_configuration.dylib
0x182111000 - 0x182116fff libsystem_containermanager.dylib arm64  <8bc89cd3ae6630b685e301fad855596e> /usr/lib/system/libsystem_containermanager.dylib
0x182117000 - 0x182118fff libsystem_coreservices.dylib arm64  <d98d116a800d3f33928bbfc3dd08c31f> /usr/lib/system/libsystem_coreservices.dylib
0x182119000 - 0x18211afff libsystem_darwin.dylib arm64  <be175cfebf1b31a3b332885778dc6847> /usr/lib/system/libsystem_darwin.dylib
0x18211b000 - 0x182121fff libsystem_dnssd.dylib arm64  <14d0f03f303836c7a7185668ce7b0522> /usr/lib/system/libsystem_dnssd.dylib
0x182122000 - 0x18215ffff libsystem_info.dylib arm64  <9dc8ba8705e033cb8d2c02e3bdb2f0bf> /usr/lib/system/libsystem_info.dylib
0x182160000 - 0x182187fff libsystem_kernel.dylib arm64  <05b1da08eba13342b0a776a29ad02c23> /usr/lib/system/libsystem_kernel.dylib
0x182188000 - 0x1821b5fff libsystem_m.dylib arm64  <11aee15148e2399eae7bacf96ba51267> /usr/lib/system/libsystem_m.dylib
0x1821b6000 - 0x1821d0fff libsystem_malloc.dylib arm64  <902bc46c74203a2f9f961488f20887a4> /usr/lib/system/libsystem_malloc.dylib
0x1821d1000 - 0x182270fff libsystem_network.dylib arm64  <79ef5028a0113ab8a0ae20aa77ad9862> /usr/lib/system/libsystem_network.dylib
0x182271000 - 0x18227cfff libsystem_networkextension.dylib arm64  <1950c6f6d72e3148a77c04bcfb744592> /usr/lib/system/libsystem_networkextension.dylib
0x18227d000 - 0x182287fff libsystem_notify.dylib arm64  <266f38a610d23eed98864a40a20ccaa8> /usr/lib/system/libsystem_notify.dylib
0x182288000 - 0x182291fff libsystem_platform.dylib arm64  <d622670234e637039351770fbd25a89e> /usr/lib/system/libsystem_platform.dylib
0x182292000 - 0x1822a1fff libsystem_pthread.dylib arm64  <79349704b029373da3a4116da895eadc> /usr/lib/system/libsystem_pthread.dylib
0x1822a2000 - 0x1822a5fff libsystem_sandbox.dylib arm64  <a850a46bf1de3716988bd1b093333387> /usr/lib/system/libsystem_sandbox.dylib
0x1822a6000 - 0x1822adfff libsystem_symptoms.dylib arm64  <29ef743636383bb9b19a6592a581e279> /usr/lib/system/libsystem_symptoms.dylib
0x1822ae000 - 0x1822c1fff libsystem_trace.dylib arm64  <3185cddeca983d5d9ca01a9998e0c5ae> /usr/lib/system/libsystem_trace.dylib
0x1822c2000 - 0x1822c7fff libunwind.dylib arm64  <1bbecec4400b3fa19f176d1a2c35799e> /usr/lib/system/libunwind.dylib
0x1822c8000 - 0x1822c8fff libvminterpose.dylib arm64  <2be4e5790f673386a2329d2ee621d20e> /usr/lib/system/libvminterpose.dylib
0x1822c9000 - 0x1822f2fff libxpc.dylib arm64  <a75cf23f010b383aaa4a5a162f4da1f8> /usr/lib/system/libxpc.dylib
0x1822f3000 - 0x182513fff libicucore.A.dylib arm64  <f3544fde32dc3b9790b320e43af949d1> /usr/lib/libicucore.A.dylib
0x182514000 - 0x182525fff libz.1.dylib arm64  <3d5ad144ebf234f08f8fa6317ed61e38> /usr/lib/libz.1.dylib
0x182526000 - 0x1828b9fff CoreFoundation arm64  <89e52e2bd28f3d3ebb800ed0d39a067f> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x1828ba000 - 0x1828cafff libbsm.0.dylib arm64  <71af2a23cc5b376f9545b56f43ab78c1> /usr/lib/libbsm.0.dylib
0x1828cb000 - 0x1828cbfff libenergytrace.dylib arm64  <0462669dfa083154bc08a2d0ca04d6bc> /usr/lib/libenergytrace.dylib
0x1828cc000 - 0x182951fff IOKit arm64  <d8fc36d6ed573990908cf638598ad2cb> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x182952000 - 0x182a3bfff libxml2.2.dylib arm64  <375572194230337fa5612241c5cc0e70> /usr/lib/libxml2.2.dylib
0x182a3c000 - 0x182a49fff libbz2.1.0.dylib arm64  <15b80930d08f330fba800e8b567d8dcf> /usr/lib/libbz2.1.0.dylib
0x182a4a000 - 0x182a62fff liblzma.5.dylib arm64  <739cf02ed7013b1d96266ccfef8c4094> /usr/lib/liblzma.5.dylib
0x182a63000 - 0x182bc1fff libsqlite3.dylib arm64  <2482d47050d53820ba2c94e7069eba3c> /usr/lib/libsqlite3.dylib
0x182bc2000 - 0x182be8fff libMobileGestalt.dylib arm64  <41538d7639dd395cbcb878ac0249be34> /usr/lib/libMobileGestalt.dylib
0x182be9000 - 0x182f49fff CFNetwork arm64  <d800884ac3643fd3985b4f9901874f31> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x182f4a000 - 0x183243fff Foundation arm64  <ef884462ca233774a8bdeb9d443acda9> /System/Library/Frameworks/Foundation.framework/Foundation
0x183244000 - 0x18332ffff Security arm64  <ce16b46d20563137b3607153e60bc18c> /System/Library/Frameworks/Security.framework/Security
0x183330000 - 0x18339cfff SystemConfiguration arm64  <d31a0885e9eb33e887c18f38e9727486> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x18339d000 - 0x1833d3fff libCRFSuite.dylib arm64  <e5d8881b2eb23a7d8856548df3ad9d42> /usr/lib/libCRFSuite.dylib
0x1833d4000 - 0x1833d4fff libapple_crypto.dylib arm64  <af92c27fa2b837c189273166be134df6> /usr/lib/libapple_crypto.dylib
0x1833d5000 - 0x1833ebfff libapple_nghttp2.dylib arm64  <4586415f57893ea89f4dee5aa101fa0c> /usr/lib/libapple_nghttp2.dylib
0x1833ec000 - 0x183415fff libarchive.2.dylib arm64  <fba52cfa1567328f8dc7e63c6ef28cd4> /usr/lib/libarchive.2.dylib
0x183416000 - 0x1834bffff libboringssl.dylib arm64  <f755942217a93c34a13a38bf71bc276c> /usr/lib/libboringssl.dylib
0x1834c0000 - 0x1834d7fff libcoretls.dylib arm64  <09e0323cf36e3563abb6fa6b5dbef304> /usr/lib/libcoretls.dylib
0x1834d8000 - 0x1834d9fff libcoretls_cfhelpers.dylib arm64  <e1d479c70217395e999d44f1dd68d70f> /usr/lib/libcoretls_cfhelpers.dylib
0x1834da000 - 0x1834dbfff liblangid.dylib arm64  <bf7d0a0f22b83733b6a495859601ba29> /usr/lib/liblangid.dylib
0x1834dc000 - 0x1835adfff libnetwork.dylib arm64  <b5303855f78d348d829f81a1725e052b> /usr/lib/libnetwork.dylib
0x1835ae000 - 0x1835e0fff libpcap.A.dylib arm64  <34293864f7e331e284237f1278adcf24> /usr/lib/libpcap.A.dylib
0x1835e1000 - 0x183616fff libusrtcp.dylib arm64  <b86ddfb022ed3bea998aeb1d0d339075> /usr/lib/libusrtcp.dylib
0x183617000 - 0x183620fff IOSurface arm64  <2b4efa85ccc8321f88c86f111a5354cb> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x183621000 - 0x1836c6fff libBLAS.dylib arm64  <8eef4271b09c30559e7964cd2a5ea258> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1836c7000 - 0x1839f6fff libLAPACK.dylib arm64  <f6bb57872aac3aa5897d506b120be14d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1839f7000 - 0x183c63fff vImage arm64  <1d02d86de0fa39388148068e1517099c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x183c64000 - 0x183c75fff libSparseBLAS.dylib arm64  <bc10c7c259e93f2c9e5508b812a969dc> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x183c76000 - 0x183c9afff libvMisc.dylib arm64  <9744827de4e930b3a9effb653df2d860> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x183c9b000 - 0x183cc6fff libBNNS.dylib arm64  <af5bb641dca3387e91b6936cc28e3aeb> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x183cc7000 - 0x183cdcfff libLinearAlgebra.dylib arm64  <a8348fb8d2c73226b491716566b0210f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x183cdd000 - 0x183ce1fff libQuadrature.dylib arm64  <7469159bd64738dab467d905432295fe> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x183ce2000 - 0x183d38fff libSparse.dylib arm64  <bee3a005dcc63eef94da6f43c2a19dd6> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x183d39000 - 0x183db1fff libvDSP.dylib arm64  <f2325f789f4b34cca0862961c3d81aa1> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x183db2000 - 0x183db2fff vecLib arm64  <1cfa494bc66730d79c6440df00e68a49> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x183db3000 - 0x183db3fff Accelerate arm64  <4e55f70c680a3eab9d72f569fea9f1f2> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x183db4000 - 0x183dc9fff libcompression.dylib arm64  <bbc80f2c3b5e36268713288c7dde44ca> /usr/lib/libcompression.dylib
0x183dca000 - 0x18430dfff CoreGraphics arm64  <9c5a4cc9cd6c30b8bd95ebe86faaedd6> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x18430e000 - 0x184316fff IOAccelerator arm64  <e84acc9de34e3e3588d5736aceb0f1b0> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x184317000 - 0x18431afff libCoreFSCache.dylib arm64  <dc099a1be9be389fb910578f849d3b3f> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x18431b000 - 0x1843b4fff Metal arm64  <32f4a1c23d643777ba2fc542dd9d0f74> /System/Library/Frameworks/Metal.framework/Metal
0x1843b5000 - 0x1843c8fff GraphicsServices arm64  <90fde06d13af38fd9e261fce7d8f90a1> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1843c9000 - 0x18451ffff MobileCoreServices arm64  <4ed82a0bc37238b48b208bc9496e9711> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x184520000 - 0x184522fff IOSurfaceAccelerator arm64  <dbd7aeebb43b39c2b06d1a20766d6e6d> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x184523000 - 0x184564fff AppleJPEG arm64  <7b40250ad3d9310c9dfb3f1c3e4ec3cc> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x184565000 - 0x184b10fff ImageIO arm64  <16609f0edb3732f08011d2b05e690f50> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x184b11000 - 0x184b75fff BaseBoard arm64  <b72f4e6b8fbd3b328263f1b2421e2604> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x184b76000 - 0x184b8cfff AssertionServices arm64  <a0f1665376003b6db7739d5afe06d356> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x184b8d000 - 0x184b95fff CorePhoneNumbers arm64  <ad77bfdb46823e67a5991e1271f53d76> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x184b96000 - 0x184bdafff AppSupport arm64  <f999256e2a853694b8e47c85a1f07204> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x184bdb000 - 0x184bf3fff CrashReporterSupport arm64  <e66a0237b1353ae79f02410282b6011f> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x184bf4000 - 0x184bf9fff AggregateDictionary arm64  <5654167da62a3276a6cdd2f744ff91bc> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x184bfa000 - 0x184c7bfff libTelephonyUtilDynamic.dylib arm64  <9608c7a970b33206ada3e665daa6f1c2> /usr/lib/libTelephonyUtilDynamic.dylib
0x184c7c000 - 0x184c9bfff ProtocolBuffer arm64  <f44c2b8b385a3c98b4c2540234137c92> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x184c9c000 - 0x184cc7fff MobileKeyBag arm64  <fa3937700bab3d7ba1eabbfd089b2e6d> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x184cc8000 - 0x184cfcfff BackBoardServices arm64  <4a9f74cc50153c7a93c3c0ef137daf08> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x184cfd000 - 0x184d58fff FrontBoardServices arm64  <b5ca1c4ec4d73a5bbca449f01c48a5d4> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x184d59000 - 0x184d95fff SpringBoardServices arm64  <ca05f8086f293fdeaabb9aaf5e6c991b> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x184d96000 - 0x184da4fff PowerLog arm64  <e3b5890a70dc3f6baa301612b2e9ddf2> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x184da5000 - 0x184dc0fff CommonUtilities arm64  <51cca92ec2ee309e9731b5725efab52f> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x184dc1000 - 0x184dcbfff liblockdown.dylib arm64  <24b82bc31836376f865086df944c8760> /usr/lib/liblockdown.dylib
0x184dcc000 - 0x1850cbfff CoreData arm64  <ecccb7ed0d313484956ec7a05758f1fb> /System/Library/Frameworks/CoreData.framework/CoreData
0x1850cc000 - 0x1850d2fff TCC arm64  <55df2388deb036d0b40092217b2b1903> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1850d3000 - 0x1850dafff libcupolicy.dylib arm64  <863be7356df23fea8e73db58d498d891> /usr/lib/libcupolicy.dylib
0x1850db000 - 0x185167fff CoreTelephony arm64  <caec18b860023ece8f1ddbfd2e9596de> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x185168000 - 0x1851befff Accounts arm64  <ec6dd32b8fc73c1d83d0a67b14c75c2a> /System/Library/Frameworks/Accounts.framework/Accounts
0x1851bf000 - 0x1851e8fff AppleSauce arm64  <edda7e874bba3245af5bf3ff3e38f370> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1851e9000 - 0x1851f1fff DataMigration arm64  <fc7c973cc4343303aad8ffcbcd11b5a4> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x1851f2000 - 0x1851f8fff Netrb arm64  <eaa621e12412308eaedb3ac12d1fae39> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1851f9000 - 0x18522bfff PersistentConnection arm64  <48c45bb47b55361aac1912d8343d6c1a> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x18522c000 - 0x18523dfff libmis.dylib arm64  <ac4e9e66d0543e709a5b426f597b8027> /usr/lib/libmis.dylib
0x18523e000 - 0x18533efff ManagedConfiguration arm64  <8ee4ecbd34db373ca26e22014ffdc022> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x18533f000 - 0x185344fff libReverseProxyDevice.dylib arm64  <0e91d587438f3526a7883b5275c4abd2> /usr/lib/libReverseProxyDevice.dylib
0x185345000 - 0x185356fff libamsupport.dylib arm64  <1b4623fcf15d3540974499384d8d4e17> /usr/lib/libamsupport.dylib
0x185357000 - 0x18535cfff libCoreVMClient.dylib arm64  <d506df683039393aad2d51e3f49bc2a8> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x18535d000 - 0x18535efff libCVMSPluginSupport.dylib arm64  <69b38b8fb77735af846299e0365237f6> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x18535f000 - 0x185362fff libutil.dylib arm64  <be1fe75d868931caaec05dfb006efa84> /usr/lib/libutil.dylib
0x185363000 - 0x1853a4fff libGLImage.dylib arm64  <66431dd4255e349ca10e9b35aa8b5e30> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1853a5000 - 0x185412fff APFS arm64  <6067027de8693f50a3f9f1a29294a033> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x185413000 - 0x185444fff MediaKit arm64  <947c18b9c2fe30549d3a78db490b7672> /System/Library/PrivateFrameworks/MediaKit.framework/MediaKit
0x185445000 - 0x18545dfff libSERestoreInfo.dylib arm64  <65cb04fd57be3e1ab0c8b362b4497624> /usr/lib/updaters/libSERestoreInfo.dylib
0x185462000 - 0x18549efff DiskImages arm64  <a6af434ec9d03c2899bb361ce721cbb6> /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages
0x18549f000 - 0x1854a9fff libGFXShared.dylib arm64  <ed9b59b30a263fbcbf091e1df183bab2> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1854aa000 - 0x1854effff libauthinstall.dylib arm64  <55cfe0920b1c39869db6581e283f777f> /usr/lib/libauthinstall.dylib
0x1854f0000 - 0x1854f8fff IOMobileFramebuffer arm64  <d4bdc326b6e83462ba52571368c29902> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1854f9000 - 0x185504fff OpenGLES arm64  <f4376050b6b03dacafd5d058682f317f> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x185505000 - 0x18558cfff ColorSync arm64  <f8ef482b22ae34019d29478a0132370d> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x18558d000 - 0x1855b7fff CoreVideo arm64  <198c8bb37d7a35d2a02be30b4c908b99> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1855b8000 - 0x1855b9fff libCTGreenTeaLogger.dylib arm64  <334783661d7435afade90fe1f1957ab9> /usr/lib/libCTGreenTeaLogger.dylib
0x1855ba000 - 0x18571bfff CoreAudio arm64  <7a3a3aa8d81b33c2b876941234d2c32e> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x18571c000 - 0x18574afff CoreAnalytics arm64  <b4ed424185ba373aba9cc17cb2234223> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x18574b000 - 0x18574efff UserFS arm64  <65d42759011c3e24a954ffaeb6f4a318> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
0x18574f000 - 0x1858b6fff CoreMedia arm64  <5ba648f76a753f938386f7fc9c53681d> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x1858b7000 - 0x1858c9fff libprotobuf-lite.dylib arm64  <4c05073cf4463525a12a957ad16b127a> /usr/lib/libprotobuf-lite.dylib
0x1858ca000 - 0x18592efff libprotobuf.dylib arm64  <85e0e9f2debe391fa696cff6a44d1327> /usr/lib/libprotobuf.dylib
0x18592f000 - 0x185bf3fff libAWDSupportFramework.dylib arm64  <920c7ec7dc5139198b3231cbe48fdd69> /usr/lib/libAWDSupportFramework.dylib
0x185bf4000 - 0x185c3afff WirelessDiagnostics arm64  <777e8acd47c538179847511d2722e619> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x185c3b000 - 0x185cf2fff ************ arm64  <ec06656e1a8d34fd8ae931d7fa91eb87> /System/Library/Frameworks/************.framework/************
0x185cf3000 - 0x185dfefff libFontParser.dylib arm64  <08a9ece78e5b31dba1a68038b19d6a08> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x185dff000 - 0x185e00fff FontServices arm64  <c6d89c890909333887f2aad4c867bf94> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x185e01000 - 0x185f4ffff CoreText arm64  <75b98c16a7fb3cb8b81d792f38e2be33> /System/Library/Frameworks/CoreText.framework/CoreText
0x185f50000 - 0x185f5ffff IntlPreferences arm64  <e0d895b60f4d33f8b77705bb6579ac0a> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x185f60000 - 0x185f68fff RTCReporting arm64  <abe434570bcb31c4a5ba14349a61596e> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x185f69000 - 0x185fd3fff CoreBrightness arm64  <2f0179ebb2b830aba0f9d43bf7af8d47> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x185fd4000 - 0x185fdefff libAudioStatistics.dylib arm64  <91e26fa6f7123705a908f845ac1557f8> /usr/lib/libAudioStatistics.dylib
0x185fdf000 - 0x186526fff AudioToolbox arm64  <cccbf1fa6482372587a0c1c552fb768c> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x186527000 - 0x186750fff QuartzCore arm64  <c92010e1ca3c3cd08eaf82a979c85e5e> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x186751000 - 0x18675cfff MediaAccessibility arm64  <e1ebd811d69231a3bf0066d4d2929d38> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x18675d000 - 0x18684ffff libiconv.2.dylib arm64  <e4ef84daa5c63bf5b2f4fcc3bff89257> /usr/lib/libiconv.2.dylib
0x186850000 - 0x18686cfff NetworkStatistics arm64  <48161480032a376693b1058ad3ab7378> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x18686d000 - 0x186882fff MPSCore arm64  <1a6f1f3a14c038d9847eb0618c262d16> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x186883000 - 0x1868e7fff MPSImage arm64  <8f1697a4f37d3b1e989fc12ce6fde9b8> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1868e8000 - 0x186904fff MPSMatrix arm64  <9ecce3f2cbd13588a6dc86f5c15db8d7> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x186905000 - 0x186913fff CoreAUC arm64  <308b4eab1c4e331fb34a9fcb2e8ebf87> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x186914000 - 0x186f7dfff MediaToolbox arm64  <8ee61bc4ebb432259a98e84b9f1a39de> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x186f7e000 - 0x18703bfff MPSNeuralNetwork arm64  <a098d20479c83d30b7fed1a28326c942> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x18703c000 - 0x18703cfff MetalPerformanceShaders arm64  <7dc6fefb28083092a189b14b0392f3ef> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x18703d000 - 0x187470fff FaceCore arm64  <a26967046793306cad1f39b875a288c3> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x187471000 - 0x18747efff GraphVisualizer arm64  <5459bc9172ac3c07adb7c6bfb259ee20> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x18747f000 - 0x187624fff libFosl_dynamic.dylib arm64  <25d51f5194f2358ca71814173143eafe> /usr/lib/libFosl_dynamic.dylib
0x187625000 - 0x187895fff CoreImage arm64  <43f016d358be3226b7faa078d5da9ae3> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x187896000 - 0x187a7ffff CoreMotion arm64  <59997815a7333f018512df3e05612faf> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x187a80000 - 0x187aaefff CoreBluetooth arm64  <978e95f94e5938e6a61c38adb9d2a029> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x187aaf000 - 0x187ad1fff PlugInKit arm64  <6d284e3ad42d38f4987abc0ffb95e471> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x187ad2000 - 0x187ceffff ********* arm64  <24513d62c7f934c3a7bba90ababb1590> /System/Library/PrivateFrameworks/*********.framework/*********
0x187cf0000 - 0x187d72fff Quagga arm64  <02b31403bd483776998262e860c8d86a> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x187d73000 - 0x187e64fff AVFAudio arm64  <4b3f80ece4ff3aebb7cb594c390667a4> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x187e65000 - 0x18804bfff AVFoundation arm64  <6094de3d584930e38329c0058ffa0207> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x18804c000 - 0x18806ffff CacheDelete arm64  <a2dca6e349f238e4b420bfba07c378d3> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x188070000 - 0x188094fff StreamingZip arm64  <1e61c3a6377134acaa6b3d36d5987e09> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x188095000 - 0x1880a6fff CoreEmoji arm64  <731ddd59cbd33dd797c9075d91b19b81> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1880a7000 - 0x1880f5fff CoreLocationProtobuf arm64  <d3e219cc3a5139ad89c784882bcb69c4> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1880f6000 - 0x1880fdfff SymptomDiagnosticReporter arm64  <ac750ae2408634d38a7455f779be8763> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1880fe000 - 0x1889f7fff GeoServices arm64  <669ddbc5046638b7b0db56be719610d2> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x1889f8000 - 0x188a0efff MobileAsset arm64  <0e6227d5634c3010a9c989b3cc880e37> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x188a0f000 - 0x188a50fff Lexicon arm64  <d84ea992318b34ac922ac2fdeb533b77> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x188a51000 - 0x188a61fff libcmph.dylib arm64  <5e29bb4d8b953091aa4959a30ef58ed4> /usr/lib/libcmph.dylib
0x188a62000 - 0x188b7efff LanguageModeling arm64  <b1062983a8b23dd680954d87c2db9385> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x188b7f000 - 0x188b96fff libmarisa.dylib arm64  <304e0f8f03d934d1b9d7fcaa98098e09> /usr/lib/libmarisa.dylib
0x188b97000 - 0x188c31fff CoreLocation arm64  <2f95d4496d4b3d7a80d69128ec629da9> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x188c32000 - 0x188c32fff PhoneNumbers arm64  <94c351f1114e3841ad96207495426dfe> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x188c33000 - 0x188c3efff libChineseTokenizer.dylib arm64  <c666d9ab87233fa48219ec0d8d61115c> /usr/lib/libChineseTokenizer.dylib
0x188c3f000 - 0x188cecfff libmecab_em.dylib arm64  <3b1ea89e0eb634c6b2ec3038c180e466> /usr/lib/libmecab_em.dylib
0x188ced000 - 0x188ceefff libThaiTokenizer.dylib arm64  <4dfa551c3d1d3900823d497a8226bd7d> /usr/lib/libThaiTokenizer.dylib
0x188cef000 - 0x188cf3fff libgermantok.dylib arm64  <e12d31af36ae3ef4bb982fe7a9c5f1d9> /usr/lib/libgermantok.dylib
0x188cf4000 - 0x188d4bfff CoreNLP arm64  <f77b2b832c343587823734628c488bf5> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x188d4c000 - 0x188f08fff MobileSpotlightIndex arm64  <5056edfda7af304aa6eb2e7b79e8cf4b> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x188f09000 - 0x188f66fff CoreSpotlight arm64  <7c5d3930260b3cfc83790d16d558f44d> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x188f67000 - 0x189938fff JavaScriptCore arm64  <fe18b54e53b630f9852dd2004f67d5b1> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x189939000 - 0x18993efff libheimdal-asn1.dylib arm64  <e10f4aa3fcd03564b1f89d7d538d4d09> /usr/lib/libheimdal-asn1.dylib
0x18993f000 - 0x1899b9fff libate.dylib arm64  <6902c7bab16635ceb8970c235a431a07> /usr/lib/libate.dylib
0x1899c6000 - 0x189a68fff TextureIO arm64  <0ca30eb362163b6fa870fc526558d7ac> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x189a69000 - 0x189b33fff CoreUI arm64  <d8e5e2962f5b3df1ba88e3dab281981b> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x189b34000 - 0x189b3dfff MobileIcons arm64  <e9969eb339b5389984b679203358cdc8> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x189b3e000 - 0x189b4cfff AppleFSCompression arm64  <291c86fc32c832c88c800e67160c1344> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x189b4d000 - 0x189ba5fff TextInput arm64  <1ba1753b71053c789c397ec5bba53bb5> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x189ba6000 - 0x189bcefff libxslt.1.dylib arm64  <e577e9bd498930f39e6723f3db2d6845> /usr/lib/libxslt.1.dylib
0x189bcf000 - 0x189c04fff DataDetectorsCore arm64  <30ecb03b3c113f8babdb4c64b0e5b8e9> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x189c05000 - 0x189c95fff FileProvider arm64  <30007f5c30e3322bb35cd6cd6bdccee6> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x189c96000 - 0x189d95fff NLP arm64  <463d7fa1e5a933be9d00b35ef42cdc88> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x189d96000 - 0x189e6efff ProofReader arm64  <84c1a0d1bb97359fb5ea003413f8f7af> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x189e6f000 - 0x189e82fff libAccessibility.dylib arm64  <14ab325d05d23cd2815d2616d523a624> /usr/lib/libAccessibility.dylib
0x189e83000 - 0x18a2dbfff libwebrtc.dylib arm64  <473a5895db0d325996a8dd9fbf7b0cf6> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x18a2dc000 - 0x18a33bfff ContactsFoundation arm64  <f8b94f41eb5c3de3acd30e4b60d73eea> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x18a33c000 - 0x18b6dcfff WebCore arm64  <bdf4bcce39043de7b49baafec5d063cf> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x18b6dd000 - 0x18b84ffff WebKitLegacy arm64  <a8f494df4b983520ae5dcf99c53ab6fb> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x18b850000 - 0x18b878fff DataAccessExpress arm64  <f45f686e499135f687c939fa03090e96> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x18b879000 - 0x18b910fff AddressBookLegacy arm64  <decfab22076f37d98c9edec7eafd05e1> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x18b911000 - 0x18b964fff ProtectedCloudStorage arm64  <58dcc57798973bb5b7c3dfe5272b0500> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x18b965000 - 0x18b991fff UserNotifications arm64  <b09aa02f96223e6d8ea7cbc9acc26145> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x18b992000 - 0x18b99dfff AppleIDAuthSupport arm64  <c632a858931d30ff8118d0d92ac65dea> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x18b99e000 - 0x18b9ebfff AuthKit arm64  <36111f2e975b31f984cdf9611c5f4f09> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x18b9ec000 - 0x18ba15fff DictionaryServices arm64  <1da8481356a13780a8e9f3afd3fb1bb6> /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices
0x18ba16000 - 0x18ba67fff DocumentManager arm64  <5b9452ae2dbc36d6a9a06ee70cd5630f> /System/Library/Frameworks/UIKit.framework/Frameworks/DocumentManager.framework/DocumentManager
0x18ba68000 - 0x18cabffff UIKit arm64  <0acb1223824331549d217a9941528bdf> /System/Library/Frameworks/UIKit.framework/UIKit
0x18cac0000 - 0x18cacffff DocumentManagerCore arm64  <608886bd230b3c8a82974f3f6425bd25> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x18cad0000 - 0x18cad3fff HangTracer arm64  <6282fb12e2bd3ad7b8f935db699e6120> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x18cad4000 - 0x18cb26fff PhysicsKit arm64  <da83a5db0ba43e26a09cf1cefc80f19a> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x18cb27000 - 0x18cb29fff StudyLog arm64  <a6f674df17a434a79f3481279611a480> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x18cb2a000 - 0x18cc0afff UIFoundation arm64  <78058fbbe6a23f048a97978c98f951f6> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x18cc0b000 - 0x18cd16fff CloudKit arm64  <2ae56a2bc3553b92a08f7feddc63fc41> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x18cd17000 - 0x18cd17fff IntentsFoundation arm64  <a39a657e8fc33f5b8b7c24d04ca5f571> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x18cd18000 - 0x18cde1fff Network arm64  <a04dd69739603055bda1dc9573de45c3> /System/Library/PrivateFrameworks/Network.framework/Network
0x18cde2000 - 0x18cfeafff Intents arm64  <ff3330242b453d52b23d398d95f7edc7> /System/Library/Frameworks/Intents.framework/Intents
0x18cfeb000 - 0x18d006fff libresolv.9.dylib arm64  <719a1f6bbcd73e648fbd88834a314d1e> /usr/lib/libresolv.9.dylib
0x18d007000 - 0x18d009fff CoreDuetDebugLogging arm64  <8ca4aba506a13bf791db41504fbbb21c> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x18d00a000 - 0x18d03efff libtidy.A.dylib arm64  <16361bb57a073fad94e962775205daec> /usr/lib/libtidy.A.dylib
0x18d03f000 - 0x18d166fff CoreDuet arm64  <f0e6c71e9c453e52a4f3f47c2b947e7c> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x18d167000 - 0x18d185fff CoreDuetContext arm64  <7960a7fc596d3c8dae0fe499dc696688> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x18d186000 - 0x18d19afff CoreDuetDaemonProtocol arm64  <4bf29805b2663cedb03f3a133e5cfddf> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x18d19b000 - 0x18d205fff IMFoundation arm64  <f3d09ef374423470ae01e5fb48f09fd3> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x18d206000 - 0x18d234fff vCard arm64  <0c498baef9493dec8bddc6aeb3f5a9ff> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x18d235000 - 0x18d33cfff Contacts arm64  <e807b88d7a4b3762b21a911fa1f7c429> /System/Library/Frameworks/Contacts.framework/Contacts
0x18d33d000 - 0x18d33efff DiagnosticLogCollection arm64  <2a23554cede030d8a1b61ecba9765697> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x18d33f000 - 0x18d340fff Marco arm64  <23760dbb1bde36f7a064314f0842ac90> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x18d341000 - 0x18d347fff MessageProtection arm64  <9213fc28d35a3e2faed441a5328c5bb2> /System/Library/PrivateFrameworks/MessageProtection.framework/MessageProtection
0x18d348000 - 0x18d63ffff StoreServices arm64  <abe1120d33e435a0bad17374a9ade911> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x18d640000 - 0x18d658fff Engram arm64  <f1b98f6cdba630b6a3cc406b403c08d8> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x18d659000 - 0x18d8bffff IDSFoundation arm64  <a14d8a5902ac3002aa57a7802b83b06d> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x18d8c0000 - 0x18d8cbfff CaptiveNetwork arm64  <9178e01f056630bdb3daba45b956cdc1> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x18d8cc000 - 0x18d8fafff EAP8021X arm64  <83f421edac2a30b9938ef506684c8290> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x18d8fb000 - 0x18d935fff MobileWiFi arm64  <9c2a6bd77982379582fb90e4e951b261> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x18d936000 - 0x18d938fff OAuth arm64  <899ba1eacb8038e9bfb7b58cacef0444> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x18d939000 - 0x18d93bfff CommonAuth arm64  <9a38775670213f84b12fc4e0d7672d67> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x18d93c000 - 0x18d9aafff Heimdal arm64  <092cf1c2104f3f859cf3dfdc119e079a> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x18d9ab000 - 0x18d9d4fff GSS arm64  <9848221aff94303eb61f7a22579cef15> /System/Library/Frameworks/GSS.framework/GSS
0x18d9d5000 - 0x18d9ecfff ApplePushService arm64  <926a436742913293bbf625a5d493542f> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x18d9ed000 - 0x18da85fff AccountsDaemon arm64  <8719e007608f3280a86a36b8ac9ece5b> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x18da86000 - 0x18daa4fff AppleIDSSOAuthentication arm64  <16d0e2b08ce136f7898e14c75aa6fe65> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x18daa5000 - 0x18db17fff AppleAccount arm64  <94290d421f803c7c977d86759eef50fd> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x18db18000 - 0x18dc0efff CoreUtils arm64  <13ce80655f393d25af9aaef8da0f37a1> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x18dc0f000 - 0x18dd27fff IDS arm64  <5157581725e0374ea3a3cb58135efc15> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x18dd28000 - 0x18dd4afff MediaServices arm64  <31cbb99a2ce037f386e7d65d9884f5d9> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x18dd4b000 - 0x18de75fff MediaRemote arm64  <e260b5c063b0312c8113a2998f610756> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x18de76000 - 0x18de8cfff UserManagement arm64  <15f9151aec833d85a85fac13af7b3ed6> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x18de8d000 - 0x18de9cfff MobileBluetooth arm64  <8b7a934d21973d8784b68fce9d78901c> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x18de9d000 - 0x18decdfff Bom arm64  <87b2f69cf3f0384396d337a14c42936d> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x18dece000 - 0x18ded2fff CommunicationsFilter arm64  <9495c7c67b7c349f9109d5297d226022> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x18ded3000 - 0x18def8fff FTAWD arm64  <90ba7b1a114a38cb9255a8320687cc69> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x18def9000 - 0x18df4cfff FTServices arm64  <c212058e1a683eaa95189b6190cb9571> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x18df4d000 - 0x18df9ffff WirelessProximity arm64  <5966bcb347e43c7ea217e91ffbad6424> /System/Library/PrivateFrameworks/WirelessProximity.framework/WirelessProximity
0x18dfa0000 - 0x18dfaafff ProactiveEventTracker arm64  <8948a4cb4ef337ff8a72e6c5f1568241> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x18dfab000 - 0x18dffcfff ChunkingLibrary arm64  <0019b8d423233fe392b70e4a40b3db96> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x18dffd000 - 0x18e009fff libnetworkextension.dylib arm64  <62ac536a68f23f54b332d8ecf615c3af> /usr/lib/libnetworkextension.dylib
0x18e00a000 - 0x18e02efff AddressBook arm64  <894912ba45b0300daad1889caf5b1705> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x18ee14000 - 0x18efa9fff NetworkExtension arm64  <c85716051b763949a70515d3abd51657> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x18efaa000 - 0x18f3adfff SiriTTS arm64  <8398434ef72333a4a71b0ac9ca1b819f> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x18f3ae000 - 0x18f404fff SAObjects arm64  <f4ffb120ba2c3ed38391944a4abc076a> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x18f405000 - 0x18f440fff VoiceServices arm64  <8eac26dc05333f8a9782b9bce9ea7778> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x18f441000 - 0x18f471fff GLKit arm64  <2ada09b534f638b3b8b8eb43773bc8b5> /System/Library/Frameworks/GLKit.framework/GLKit
0x18f472000 - 0x18f53dfff AssistantServices arm64  <07a64fd2c0bf33ab94415c957239c066> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x18f53e000 - 0x18f545fff AssetCacheServices arm64  <154dacf0d74836a0bc28daf9fa64cf74> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x18f546000 - 0x18f600fff NetworkServiceProxy arm64  <a25cce25daf43002ab98c00428a7e2b0> /System/Library/PrivateFrameworks/NetworkServiceProxy.framework/NetworkServiceProxy
0x18f601000 - 0x18f6e6fff MMCS arm64  <592aa073f2a2303a8512620807b662a1> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x18f6e7000 - 0x18f6f3fff BluetoothManager arm64  <2ec2bbc4c4ca3cf5859dc92ee11d0de6> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x18f6f4000 - 0x18f765fff CoreDAV arm64  <bcd70fe29bff388888746dad2c6d69b9> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x18f766000 - 0x18f79afff iCalendar arm64  <13dc66bd9deb39a28ab472ee2310bb8c> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x18f79b000 - 0x18f7a9fff PersonaKit arm64  <cf2f68ac783e3565a8aff72558da516c> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x18f7aa000 - 0x18f803fff CalendarFoundation arm64  <37526ac1057a37bfbcee9b5cc30a220d> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x18f804000 - 0x18f831fff PhotosFormats arm64  <14982115561d35cfb82267cc2cc3592b> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x18f832000 - 0x18f8cffff CalendarDatabase arm64  <0f22ddff069a3a8e862f5268c61018f3> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x18f8d0000 - 0x18f921fff CalendarDaemon arm64  <a06d9c591fa83a8084f3a8b37290b142> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x18f922000 - 0x18fa3ffff CloudPhotoLibrary arm64  <356326c319703fa8a341a33474109712> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x18fa40000 - 0x18fb23fff EventKit arm64  <13d63675d1f13d9395a92155d03020b9> /System/Library/Frameworks/EventKit.framework/EventKit
0x18fb24000 - 0x18fb4efff AssetsLibraryServices arm64  <e2960036a4ba3509b0b98ee57994433c> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x18fb4f000 - 0x18fb83fff ACTFramework arm64  <5a7b4a508c6a32d1b63643933b9ff5b3> /System/Library/PrivateFrameworks/ACTFramework.framework/ACTFramework
0x18fb84000 - 0x18fba4fff DCIMServices arm64  <caa0f4ef79e83b0b8c541973d9037eac> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x18fba5000 - 0x18fcdffff CoreMediaStream arm64  <314485276a683be9abdee7546c7e0d3c> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x18fce0000 - 0x18fce7fff XPCKit arm64  <5cacccb262043a2881e7150a085de248> /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit
0x18fce8000 - 0x18fdcefff CameraKit arm64  <b45e00f5652b36f8a43209f032876231> /System/Library/PrivateFrameworks/CameraKit.framework/CameraKit
0x18fdcf000 - 0x18fde7fff CloudPhotoServices arm64  <98387b09153d304b87563ea9fc2a1de2> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x18fde8000 - 0x18fdf3fff CoreRecents arm64  <9ce82e27934236608236ab55e86aa3c0> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x18fdf4000 - 0x18fe12fff MediaStream arm64  <5bf49456db47359a89da0684ce3f33f1> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x18fe13000 - 0x190235fff PhotoLibraryServices arm64  <f253b85b0aae3700829240854f313d67> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x190236000 - 0x19026cfff PrototypeTools arm64  <bbc78e0ea359394f928c329ff8ef40ca> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x19026d000 - 0x1902f8fff CoreSymbolication arm64  <b3cb4ce7a0f43baabed637cdf6bc939d> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1902f9000 - 0x19041cfff SearchFoundation arm64  <d91fabf1daf932c69c1094fd303ce874> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x19041d000 - 0x190423fff IncomingCallFilter arm64  <a7ef8d55741e3745a25f99966bde5d44> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x190424000 - 0x1904cafff iTunesStore arm64  <3b0a3974ce7b367eb96c582c89fae46c> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x1904cb000 - 0x1904d1fff libtzupdate.dylib arm64  <a0bd2d251f183eb791cfa62fb79a1892> /usr/lib/libtzupdate.dylib
0x1904d2000 - 0x190625fff Preferences arm64  <8340fd3be317304b931935041e390c79> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x190626000 - 0x19062dfff CoreTime arm64  <2385b8857bbe3e75a126c127928baa72> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x19062e000 - 0x190796fff CVML arm64  <f16575d079963975a557726d9479d865> /System/Library/PrivateFrameworks/CVML.framework/CVML
0x190797000 - 0x1907e3fff CoreAppleCVA arm64  <eaf7afc07afd3970806a708e57478b14> /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA
0x1907e4000 - 0x19081afff DifferentialPrivacy arm64  <0db8450801c436ddbc2abb0b5aec0f05> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x19081b000 - 0x190974fff AppleCVA arm64  <49c25553ed4937ec818a4f8e3a67efe3> /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA
0x190975000 - 0x190a10fff Montreal arm64  <57a965dc0c7439479568644eea681477> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x190a11000 - 0x190bd9fff Espresso arm64  <38f9a49cb0a8313d924dec79188ab63f> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x190bde000 - 0x190d30fff Photos arm64  <f981dc7d89b634b5a694f401531384eb> /System/Library/Frameworks/Photos.framework/Photos
0x190d31000 - 0x190edefff CoreML arm64  <0283b75ab7ec352fb45e12cd8eea7511> /System/Library/Frameworks/CoreML.framework/CoreML
0x190edf000 - 0x190ee3fff CoreOptimization arm64  <a0a0d23ce6b932b096424a51e692957e> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x190ee4000 - 0x190f1cfff SafariCore arm64  <7c958d4a833b36d4a23b416d9764ab26> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
0x190f1d000 - 0x190f77fff CorePrediction arm64  <275df81318713aee966f2791f60fd4da> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x190f78000 - 0x191074fff Navigation arm64  <7b2de14ba4473bf98c215eaf1aeafa44> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x191075000 - 0x19108dfff ContactsDonation arm64  <ac7cbb9dcc003376bdb2f4068853a323> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x19108e000 - 0x1910bafff Futhark arm64  <90a4c94bf5373d1e854aef5f3a88ac8d> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x1910fe000 - 0x191150fff ToneLibrary arm64  <ec25de8ec68c3b328cde53a7416ca227> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x191151000 - 0x191162fff BaseBoardUI arm64  <4fbd3c99d39d321ca8db36221393b083> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x191163000 - 0x1911bafff ContactsUICore arm64  <e7d5f0398a573553a4b49847f915b5ec> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x1911bb000 - 0x19131efff ContactsUI arm64  <eb07a951b8023cf48b8cf0438b5558e9> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x19131f000 - 0x1913f3fff CorePDF arm64  <ecc70b2da62330e5a99f1c6b41b206bf> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x1913f4000 - 0x19164ffff Vision arm64  <0a2658fb851433a88a4cb60c428c56dc> /System/Library/Frameworks/Vision.framework/Vision
0x19165c000 - 0x191a0afff WebKit arm64  <b8b05087619a35f4b82707d135d7736e> /System/Library/Frameworks/WebKit.framework/WebKit
0x191a0b000 - 0x191ac3fff BulletinBoard arm64  <27cee3015ccf349187e8c12b912422dd> /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
0x191ac4000 - 0x191ac9fff ConstantClasses arm64  <04af95112fe73d53a9e50e0c569b397b> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x191aca000 - 0x191ad2fff CertUI arm64  <1d8687d38af233a98264e0610d82ac40> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x191ad3000 - 0x191b15fff AXRuntime arm64  <8b0cf846565f3d1aaeb36a1d00efd34c> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
0x191b16000 - 0x191b4dfff ScreenReaderCore arm64  <22da11e71b0d38839ccd0ee97bafe837> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
0x191b4e000 - 0x191b71fff TextToSpeech arm64  <3b2915924a8e348aa4a8387c779f483c> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
0x191b72000 - 0x191bb8fff CoreMIDI arm64  <01121b1919233810b22e9f18440244d5> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x191bb9000 - 0x191c55fff MediaPlatform arm64  <e7bbce819a69373cb3d333c117e2aeae> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x191c56000 - 0x191cb5fff WebBookmarks arm64  <86d68981d4a232eebbf13e34049772ae> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x191cb6000 - 0x191cbcfff DAAPKit arm64  <c8837b439db433b1bc69249e74b43077> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x191cbd000 - 0x191cbffff libAXSafeCategoryBundle.dylib arm64  <4680ce257e00335ab1c131c623f80878> /usr/lib/libAXSafeCategoryBundle.dylib
0x191cc0000 - 0x191ccafff libAXSpeechManager.dylib arm64  <dd03ea154dd63a179592abd7362a0923> /usr/lib/libAXSpeechManager.dylib
0x191ccb000 - 0x191daafff AccessibilityUtilities arm64  <3f329347a8b03df3a2fd91e154dde86f> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
0x191dab000 - 0x192083fff MediaLibraryCore arm64  <88131871f4003cd38a5c4739bcc9aa32> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x192084000 - 0x192084fff AdSupport arm64  <f35b9a544eab348aaafe311dbb28a149> /System/Library/Frameworks/AdSupport.framework/AdSupport
0x192085000 - 0x192303fff MusicLibrary arm64  <f4ac5dc2150236b1be387a0b44728b76> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x192304000 - 0x19298afff VectorKit arm64  <585621f4c764346b9751f66662cac7f8> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x19298b000 - 0x192bc6fff MapKit arm64  <f8a763cf483333d6a59fb0a46f0cc499> /System/Library/Frameworks/MapKit.framework/MapKit
0x192bc7000 - 0x192d2ffff iTunesCloud arm64  <3cec4e8f2fe33275bf81db95c680a35f> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x192d30000 - 0x192dd0fff HomeSharing arm64  <3622802ad014317ca404db6fec431275> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x192dd1000 - 0x192e46fff WebInspector arm64  <a6252b98f7383243b0d40e7f67799c3b> /System/Library/PrivateFrameworks/WebInspector.framework/WebInspector
0x192e47000 - 0x192f2efff ITMLKit arm64  <5ea3318759283794a97e8eaf41deca9b> /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit
0x192f3f000 - 0x19336ffff MediaPlayer arm64  <f7ee1bcf1076361490c2aa0f4f6b7bd4> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x193399000 - 0x19339ffff EmailAddressing arm64  <e7d00c5a233732ae9d1152082870cba9> /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing
0x1933a0000 - 0x1933a2fff MessageSupport arm64  <ac2cdd7d4f333bc59fa00259c5ed3297> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0x1933a6000 - 0x193400fff MIME arm64  <637ff36dcb43322fbb2c85c2f447e3a5> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x193431000 - 0x193469fff Notes arm64  <d6f5d3e5855b3836bfcb869108ad095c> /System/Library/PrivateFrameworks/Notes.framework/Notes
0x19351b000 - 0x193555fff CalendarUIKit arm64  <3d57812c7fde3e22993fa0d6d8891005> /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit
0x193556000 - 0x19356dfff AccessibilityUIUtilities arm64  <7086eb6a13f632e09c2d4c2b7a5185ea> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities
0x19356e000 - 0x1935c9fff DataAccess arm64  <aeb0591017d036518ae23bfe3aa5355c> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x1935ca000 - 0x1935ddfff AssetsLibrary arm64  <266e789cfaf53c229ff6206de8a6bf40> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x1935de000 - 0x1937bbfff EventKitUI arm64  <b2254a7bebd63b2e90b10a7f368933e8> /System/Library/Frameworks/EventKitUI.framework/EventKitUI
0x1937bc000 - 0x193814fff AXMediaUtilities arm64  <4e88ab2b61cf35d39b0ee05577b06c35> /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities
0x193815000 - 0x19388cfff UIAccessibility arm64  <157be050c27234488cfd25e4fa82ecd8> /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility
0x1938af000 - 0x193950fff Social arm64  <38acde1cb2e13e56885a6ae09a59dbc3> /System/Library/Frameworks/Social.framework/Social
0x193a64000 - 0x193a74fff MailServices arm64  <04501530c20c37efb5f2dfe1439e4304> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x193a75000 - 0x193b0afff CoreRecognition arm64  <624ea9f09a5c37fc8e3b3de5646e23a9> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
0x193b0b000 - 0x193b25fff MailSupport arm64  <08ef957042f13d3b9bd8942589eabd52> /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport
0x193b26000 - 0x193c74fff Message arm64  <7046ac3f602b3430a1d9a0ea955688c2> /System/Library/PrivateFrameworks/Message.framework/Message
0x193c75000 - 0x193e97fff libmecabra.dylib arm64  <f59422a2b6b2303c8a2a834e51b46d80> /usr/lib/libmecabra.dylib
0x193e98000 - 0x193f32fff CoreParsec arm64  <57f03dd05a2831a1879aa750b270201c> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x193f63000 - 0x193f93fff SharedUtils arm64  <58a1eb04fa2e32cdaa646b604285dd0e> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x193f94000 - 0x193fcffff ContactsAutocomplete arm64  <8db985989ba23279a8db2cdbd613c692> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
0x193fd0000 - 0x19408ffff VideoSubscriberAccount arm64  <4ee8bd74ff9434e89a6be618a2dac957> /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
0x194090000 - 0x1940c1fff Pegasus arm64  <f141ce8e29f33d6388918f6149cf6a34> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
0x1940c2000 - 0x194140fff AVKit arm64  <618e474167033d6fb8ca1696c6fe2f3a> /System/Library/Frameworks/AVKit.framework/AVKit
0x194164000 - 0x194167fff FTClientServices arm64  <93ca516c03203bbfba01ed91fafb9e27> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x194305000 - 0x194319fff LocalAuthentication arm64  <eff6925ad24d3bc69c42f66555c49259> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x19431a000 - 0x19431cfff ParsecSubscriptionServiceSupport arm64  <38bca8684bdb33cc866378b54484ee53> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
0x1943c2000 - 0x1943dafff CoreInterest arm64  <f0cf96afd0ed3f8498f70aab30dcb782> /System/Library/PrivateFrameworks/CoreInterest.framework/CoreInterest
0x1943db000 - 0x194639fff SafariShared arm64  <5115344b3d5530968dbc4f745946b482> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
0x19463a000 - 0x194674fff WebUI arm64  <e0777c4e00a83ddbb30e38b75cbc9c7b> /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x1946f5000 - 0x1946fefff MobileStorage arm64  <a6b63b50a1b631b096d560ef8fa4a42c> /System/Library/PrivateFrameworks/MobileStorage.framework/MobileStorage
0x1946ff000 - 0x194741fff ContentIndex arm64  <9b31e99d58653879810d69347780ea02> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
0x194742000 - 0x194a35fff ImageCapture arm64  <acba3d5936d138d78ecea59f81170c48> /System/Library/PrivateFrameworks/ImageCapture.framework/ImageCapture
0x194a36000 - 0x194c05fff NeutrinoCore arm64  <fc1a34b2d0e430beb6451161a2c7a8fc> /System/Library/PrivateFrameworks/NeutrinoCore.framework/NeutrinoCore
0x194c06000 - 0x194c1cfff iPhotoMigrationSupport arm64  <3de19f1695c43e05a72bbb00cf41b63c> /System/Library/PrivateFrameworks/iPhotoMigrationSupport.framework/iPhotoMigrationSupport
0x194c1d000 - 0x194c2efff DiagnosticExtensions arm64  <34393765cb7b3a918098cba514f4c319> /System/Library/PrivateFrameworks/DiagnosticExtensions.framework/DiagnosticExtensions
0x194ef5000 - 0x194f8cfff PhotoLibrary arm64  <6d46cbff684336618b0da977e21dfc85> /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary
0x194f8d000 - 0x1952d9fff PhotosUICore arm64  <42003cc0de5c39509b6829d30f845a4b> /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore
0x195380000 - 0x195386fff LinguisticData arm64  <3a3fd60cbd5b35d090e3c0f08aa29c6f> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x195387000 - 0x19539efff NeutrinoKit arm64  <729234b048d1347a950395f1ac527d3b> /System/Library/PrivateFrameworks/NeutrinoKit.framework/NeutrinoKit
0x19539f000 - 0x195429fff PhotoEditSupport arm64  <5ccd672dd04e3826ba0230d616f9e265> /System/Library/PrivateFrameworks/PhotoEditSupport.framework/PhotoEditSupport
0x19542a000 - 0x19543cfff SiriTasks arm64  <fcc7ef4a9c8936ce918fd76dfde5d6e0> /System/Library/PrivateFrameworks/SiriTasks.framework/SiriTasks
0x19543d000 - 0x19585dfff PhotosUI arm64  <1467d09309353ab2af66c602cb4359d2> /System/Library/Frameworks/PhotosUI.framework/PhotosUI
0x195b29000 - 0x195b4afff GenerationalStorage arm64  <76d6425e40f2371fb9a85f6dd1f4ea46> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x195f8b000 - 0x196059fff CoreHandwriting arm64  <c44ed5208a0c3b4e9390e3d391d9bfb9> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
0x1961bd000 - 0x1961c5fff AddressBookUI arm64  <97439ebe295e3d40bb1de25f463be5a8> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
0x1965f6000 - 0x19671ffff PencilKit arm64  <8ad0f98e99b33e4eacd4e525157b45e5> /System/Library/PrivateFrameworks/PencilKit.framework/PencilKit
0x196720000 - 0x19673dfff QuickLookThumbnailing arm64  <470fdd27c3fd3e8e80e8ee444e61524e> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x19673e000 - 0x1967f9fff PDFKit arm64  <33ded0e13cf530f593a76191e5df4bcb> /System/Library/Frameworks/PDFKit.framework/PDFKit
0x1967fa000 - 0x196926fff AnnotationKit arm64  <a73f1840f6873a05812b0a15f8d467f6> /System/Library/PrivateFrameworks/AnnotationKit.framework/AnnotationKit
0x196b45000 - 0x196b75fff MarkupUI arm64  <c8ae0e41f25f365c882eb7c6f6890df0> /System/Library/PrivateFrameworks/MarkupUI.framework/MarkupUI
0x196b98000 - 0x196c4ffff QuickLook arm64  <7c88544772423ccf90f45352c249cb07> /System/Library/Frameworks/QuickLook.framework/QuickLook
0x197217000 - 0x197311fff MessageUI arm64  <8082e954a0ef3ae9a2566a4d85fb546a> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x198471000 - 0x198475fff AccessibilityUIShared arm64  <2c487c4c9dd033b69076bed5c04a46c5> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIShared.framework/AccessibilityUIShared
0x1987f9000 - 0x1987fffff AccessibilityUI arm64  <023473a0a5c23a358f730533c7588758> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUI.framework/AccessibilityUI
0x19b0a4000 - 0x19b0c8fff AppSupportUI arm64  <8b2968fb21e032c28e99c9ecd9ec659c> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x19c711000 - 0x19c713fff SpeakTypingServices arm64  <ef388d3f327c34f9acb4552845db0eee> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/SpeakTypingServices.framework/SpeakTypingServices
0x19c714000 - 0x19c719fff ZoomServices arm64  <a72bfa1f0d5e3af69e36e0fbf3e88e0e> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/ZoomServices.framework/ZoomServices
0x1a1208000 - 0x1a1215fff AccessibilitySettingsLoader arm64  <427285b37cd4351f994a22065ec495df> /System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader
0x1a12df000 - 0x1a12f2fff QuickSpeak arm64  <33cd960cd1fc3fc3ba7ae03b016ab3f8> /System/Library/AccessibilityBundles/QuickSpeak.bundle/QuickSpeak
0x1a1515000 - 0x1a17c9fff RawCamera arm64  <2021306f6fc13a0aa01bf2257d6764b1> /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x1a1a7f000 - 0x1a1a93fff libCGInterfaces.dylib arm64  <1d1226684f763cb896403b5eb6b8a16f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x1a3f1e000 - 0x1a3f45fff CoreServicesInternal arm64  <23365a9f92d0374cb611ba97613c1fa7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x1a44f6000 - 0x1a4507fff libGSFontCache.dylib arm64  <f74e048bf71f35ee93c5f0b8e93fe753> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1a4508000 - 0x1a453afff libTrueTypeScaler.dylib arm64  <3b74a25c73c9398c87f4fbf0114f41a9> /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
0x1a5c46000 - 0x1a5c49fff InternationalSupport arm64  <4112de0d2ce03f97af33b982ba453fa7> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1a87d3000 - 0x1a87defff libMobileGestaltExtensions.dylib arm64  <277d582925a3373b9d5ec41c66b857fd> /usr/lib/libMobileGestaltExtensions.dylib
0x1a9948000 - 0x1a9979fff libclosured.dylib arm64  <81ab29ce13173b7db7389232701746ef> /usr/lib/closure/libclosured.dylib
EOF

We also have a lot of CFNetwork related crashes:


1. The one that happens most often for some reason doesn't appear in Xcode, but only in Fabric Crashlytics. But it's exactly the same as reported here: https://forums.developer.apple.com/thread/94924

I've noticed that it happens in background during Background Fetch.


2. Our second most popular CFNetwork crash is this one:

https://gist.github.com/jarosan/af09485be31123bb6ebb9395ba9382f8

2. Our second most popular CFNetwork crash is this one:

This is a very different crash from all the other crash mentioned on this thread. If you open a new thread for it, I’ll follow-up with my thoughts.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

The same crash we got, do you any clues?

We have similar crash here. It happens quite often. About 15% percent of our crashes is this one.


  1. Code Type: ARM-64
  2. Parent Process: ??? [1]
  3. Date/Time: 2018-01-27 02:24:08 +0000
  4. OS Version: iPhone OS 11.2.2 (15C202)
  5. Report Version: 104
  6. Exception Type: SIGSEGV
  7. Exception Codes: SEGV_ACCERR at 0x0
  8. Triggered by Thread: 6
  9. Thread 6 Crashed:
  10. 0 CFNetwork 0x0000000186384934 CFAllocatedReferenceCountedObject::_retainable_equal(void const*, void const*) :28 (in CFNetwork)
  11. 1 CoreFoundation 0x0000000185c1d2a0 _CFDictionaryGetValue :224 (in CoreFoundation)
  12. 2 CFNetwork 0x00000001863b5070 TubeManager::_onqueue_enqueueRequestForProtocol(MetaConnectionCacheClient*, HTTPRequestMessage const*, MetaConnectionOptions, BaseAwaitingTube*) :80 (in CFNetwork)
  13. 3 CFNetwork 0x00000001863b5fd8 TubeManager::_onqueue_reenqueueAwaitingTube(BaseAwaitingTube*) :112 (in CFNetwork)
  14. 4 CFNetwork 0x00000001863b6238 ___ZN11TubeManager21_onqueue_newTubeReadyEP4Tube13CFStreamError_block_invoke :28 (in CFNetwork)
  15. 5 CFNetwork 0x0000000186514904 ___ZNK18QCoreSchedulingSet12performAsyncEU13block_pointerFvvE_block_invoke :52 (in CFNetwork)
  16. 6 libdispatch.dylib 0x00000001856daa54 _dispatch_call_block_and_release :24 (in libdispatch.dylib)
  17. 7 libdispatch.dylib 0x00000001856daa14 _dispatch_client_callout :16 (in libdispatch.dylib)
  18. 8 libdispatch.dylib 0x00000001856e496c _dispatch_queue_serial_drain$VARIANT$mp :528 (in libdispatch.dylib)
  19. 9 libdispatch.dylib 0x00000001856e52fc _dispatch_queue_invoke$VARIANT$mp :340 (in libdispatch.dylib)
  20. 10 libdispatch.dylib 0x00000001856e4824 _dispatch_queue_serial_drain$VARIANT$mp :200 (in libdispatch.dylib)
  21. 11 libdispatch.dylib 0x00000001856e52fc _dispatch_queue_invoke$VARIANT$mp :340 (in libdispatch.dylib)
  22. 12 libdispatch.dylib 0x00000001856e5d20 _dispatch_root_queue_drain_deferred_wlh$VARIANT$mp :404 (in libdispatch.dylib)
  23. 13 libdispatch.dylib 0x00000001856ee03c _dispatch_workloop_worker_thread$VARIANT$mp :644 (in libdispatch.dylib)
  24. 14 libsystem_pthread.dylib 0x0000000185982f1c _pthread_wqthread :932 (in libsystem_pthread.dylib)
  25. 15 libsystem_pthread.dylib 0x0000000185982b6c _start_wqthread :4 (in libsystem_pthread.dylib)