iOS14 Crash (EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x0000000000000000)

Since the release of iPhone 12, I have received reports from iPhone 12 users about the crash problem. Later, I discovered that this problem occurred not only in iPhone 12, but also in other models, but most users said “App Crash after updating iOS 14".

This problem does not occur to all users (approximately one in a thousand), but the user who reinstalls the app still crashes in the same place.

I have tried several methods (such as using different versions of xcode build App), but still not solved...

And all the people around me who use iPhone can’t reproduce this problem, which also makes testing difficult

Does anyone have any ideas? Or how should I solve it?

Crash: EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x0000000000000000

Code Block Crashed: com.apple.main-thread0  CoreFoundation                 0x183e0c6f4 CFStringGetLength + 81  MY_APP                    0x10066ca80 CGPKCS5_PBKDF2_gen_keyiv + 3082 (CGCryptoLib.c:3082)2  MY_APP                    0x100578194 +[MOTPs NewTransfer:bEncrypt:] + 93 (MOTPs.m:93)3  MY_APP                    0x1005773e4 +[Profile getProfileArray] + 674 (Profile.m:674)4  MY_APP                    0x100543718 -[AppDelegate updateLogo] + 88 (AppDelegate.m:88)5  MY_APP                    0x10054365c -[AppDelegate application:didFinishLaunchingWithOptions:] + 80 (AppDelegate.m:80)6  UIKitCore                      0x18681b228 -[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:] + 3607  UIKitCore                      0x18681d290 -[UIApplication _callInitializationDelegatesWithActions:forCanvas:payload:fromOriginatingProcess:] + 51368  UIKitCore                      0x186822cec -[UIApplication _runWithMainScene:transitionContext:completion:] + 12449  UIKitCore                      0x185e78c74 -[_UISceneLifecycleMultiplexer completeApplicationLaunchWithFBSScene:transitionContext:] + 15210 UIKitCore                      0x1863e6f9c _UIScenePerformActionsWithLifecycleActionMask + 11211 UIKitCore                      0x185e7980c __101-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]_block_invoke + 22412 UIKitCore                      0x185e79214 -[_UISceneLifecycleMultiplexer _performBlock:withApplicationOfDeactivationReasons:fromReasons:] + 30013 UIKitCore                      0x185e7961c -[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:] + 76814 UIKitCore                      0x185e78e58 -[_UISceneLifecycleMultiplexer uiScene:transitionedFromState:withTransitionContext:] + 34015 UIKitCore                      0x185e813a4 __186-[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:]_block_invoke + 19616 UIKitCore                      0x1862f360c +[BSAnimationSettings(UIKit) tryAnimatingWithSettings:actions:completion:] + 89217 UIKitCore                      0x1863ff6c4 _UISceneSettingsDiffActionPerformChangesWithTransitionContext + 27218 UIKitCore                      0x185e8109c -[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:] + 38419 UIKitCore                      0x185ca85a0 __64-[UIScene scene:didUpdateWithDiff:transitionContext:completion:]_block_invoke + 77620 UIKitCore                      0x185ca6f14 -[UIScene _emitSceneSettingsUpdateResponseForCompletion:afterSceneUpdateWork:] + 25621 UIKitCore                      0x185ca81c8 -[UIScene scene:didUpdateWithDiff:transitionContext:completion:] + 24822 UIKitCore                      0x186820e8c -[UIApplication workspace:didCreateScene:withTransitionContext:completion:] + 57223 UIKitCore                      0x18631ce38 -[UIApplicationSceneClientAgent scene:didInitializeWithEvent:completion:] + 38824 FrontBoardServices             0x193bd43bc -[FBSScene _callOutQueue_agent_didCreateWithTransitionContext:completion:] + 43225 FrontBoardServices             0x193bffd04 __94-[FBSWorkspaceScenesClient createWithSceneID:groupID:parameters:transitionContext:completion:]_block_invoke.200 + 12826 FrontBoardServices             0x193be34a0 -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 24027 FrontBoardServices             0x193bff9c8 __94-[FBSWorkspaceScenesClient createWithSceneID:groupID:parameters:transitionContext:completion:]_block_invoke + 37228 libdispatch.dylib              0x183a5ddb0 _dispatch_client_callout + 2029 libdispatch.dylib              0x183a61738 _dispatch_block_invoke_direct + 26830 FrontBoardServices             0x193c28250 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 4831 FrontBoardServices             0x193c27ee0 -[FBSSerialQueue _targetQueue_performNextIfPossible] + 44832 FrontBoardServices             0x193c28434 -[FBSSerialQueue _performNextFromRunLoopSource] + 3233 CoreFoundation                 0x183de576c __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 2834 CoreFoundation                 0x183de5668 __CFRunLoopDoSource0 + 20835 CoreFoundation                 0x183de4960 __CFRunLoopDoSources0 + 26836 CoreFoundation                 0x183ddea8c __CFRunLoopRun + 82437 CoreFoundation                 0x183dde21c CFRunLoopRunSpecific + 60038 GraphicsServices               0x19b9aa784 GSEventRunModal + 16439 UIKitCore                      0x18681eee8 -[UIApplication _run] + 107240 UIKitCore                      0x18682475c UIApplicationMain + 16841 MOTP Client                    0x100543328 main + 16 (main.m:16)42 libdyld.dylib                  0x183a9e6b0 start + 4

Answered by DTS Engineer in 663847022
Code Block  Exception Type:  EXC_BAD_ACCESS (SIGSEGV)Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000000


This indicates that your app crash because it tried to referenced NULL.

Code Block  0   CoreFoundation … CFStringGetLength + 8 (CFString.c:2396)1   MOTP Client    … CGPKCS5_PBKDF2_gen_keyiv + 200 (CGCryptoLib.c:3082)


Frame 0 shows that it crashed in CFStringGetLength. That function only has one parameter, the string itself, so it’s likely that was nil. So you then need to look to its caller, that is, frame 1. This is your code, and you should debug things from there. Look at line 3082 of CGCryptoLib.c and work back through the code to find out where the nil string came from.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Since the release of iPhone 12, I have received reports from iPhone 12
users about the crash problem.

Can you post a complete Apple crash report for this? Use the text attachment feature (the paperclip icon) to avoid clogging up the timeline.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@apple.com"
Hi eskimo

this is crash log

Incident Identifier: 1974C5FE-C2C6-46C8-8195-0A4488D18E5E
Hardware Model:      iPhone13,3
Process:             MOTP Client [10777]
Path:                /private/var/containers/Bundle/Application/FB5F6F9D-37D3-4479-A06A-11505E63E3AE/MOTP Client.app/MOTP Client
Identifier:          com.changingtec.MOTP-Client
Version:             3.10.20.210223 (3.10.20)
AppStoreTools:       12D4d
AppVariant:          1:iPhone13,3:14
Beta:                YES
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           com.changingtec.MOTP-Client [1422]


Date/Time:           2021-02-24 00:58:09.2056 +0800
Launch Time:         2021-02-24 00:58:08.9053 +0800
OS Version:          iPhone OS 14.3 (18C66)
Release Type:        User
Baseband Version:    1.31.03-5
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: 4338860032
      REGION TYPE                 START - END      [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      UNUSED SPACE AT START
--->  
      __TEXT                   1029dc000-1029e8000 [   48K] r-x/r-x SM=COW  ...p/MOTP Client

Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [10777]
Triggered by Thread:  0

Thread 0 name:
Thread 0 Crashed:
0   CoreFoundation                	0x000000018b6386f4 CFStringGetLength + 8 (CFString.c:2396)
1   MOTP Client                   	0x0000000102b12394 CGPKCS5_PBKDF2_gen_keyiv + 200 (CGCryptoLib.c:3082)
2   MOTP Client                   	0x0000000102a1eb58 +[MOTPs NewTransfer:bEncrypt:] + 152 (MOTPs.m:88)
3   MOTP Client                   	0x0000000102a1dda8 +[Profile getProfileArray] + 156 (Profile.m:674)
4   MOTP Client                   	0x00000001029e9748 -[AppDelegate updateLogo] + 48 (AppDelegate.m:88)
5   MOTP Client                   	0x00000001029e968c -[AppDelegate application:didFinishLaunchingWithOptions:] + 420 (AppDelegate.m:77)
6   UIKitCore                     	0x000000018e045320 -[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:] + 360 (UIApplication.m:2269)
7   UIKitCore                     	0x000000018e047388 -[UIApplication _callInitializationDelegatesWithActions:forCanvas:payload:fromOriginatingProcess:] + 5136 (UIApplication.m:2655)
8   UIKitCore                     	0x000000018e04cde4 -[UIApplication _runWithMainScene:transitionContext:completion:] + 1244 (UIApplication.m:4168)
9   UIKitCore                     	0x000000018d6a2f20 -[_UISceneLifecycleMultiplexer completeApplicationLaunchWithFBSScene:transitionContext:] + 152 (_UISceneLifecycleMultiplexer.m:436)
10  UIKitCore                     	0x000000018dc11054 _UIScenePerformActionsWithLifecycleActionMask + 112 (_UISceneLifecycleState.m:109)
11  UIKitCore                     	0x000000018d6a3ab8 __101-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]_block_invoke + 224 (_UISceneLifecycleMultiplexer.m:549)
12  UIKitCore                     	0x000000018d6a34c0 -[_UISceneLifecycleMultiplexer _performBlock:withApplicationOfDeactivationReasons:fromReasons:] + 300 (_UISceneLifecycleMultiplexer.m:498)
13  UIKitCore                     	0x000000018d6a38c8 -[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:] + 768 (_UISceneLifecycleMultiplexer.m:548)
14  UIKitCore                     	0x000000018d6a3104 -[_UISceneLifecycleMultiplexer uiScene:transitionedFromState:withTransitionContext:] + 340 (_UISceneLifecycleMultiplexer.m:454)
15  UIKitCore                     	0x000000018d6ab650 __186-[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:]_block... + 196 (_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction.m:72)
16  UIKitCore                     	0x000000018db1d6c4 +[BSAnimationSettings(UIKit) tryAnimatingWithSettings:actions:completion:] + 892 (BSAnimationSettings+UIKit.m:50)
17  UIKitCore                     	0x000000018dc2977c _UISceneSettingsDiffActionPerformChangesWithTransitionContext + 272 (_UISceneSettingsDiffAction.m:23)
18  UIKitCore                     	0x000000018d6ab348 -[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:] + 384 (_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction.m:57)
19  UIKitCore                     	0x000000018d4d284c __64-[UIScene scene:didUpdateWithDiff:transitionContext:completion:]_block_invoke + 776 (UIScene.m:1413)
20  UIKitCore                     	0x000000018d4d11c0 -[UIScene _emitSceneSettingsUpdateResponseForCompletion:afterSceneUpdateWork:] + 256 (UIScene.m:1134)
21  UIKitCore                     	0x000000018d4d2474 -[UIScene scene:didUpdateWithDiff:transitionContext:completion:] + 248 (UIScene.m:1380)
22  UIKitCore                     	0x000000018e04af84 -[UIApplication workspace:didCreateScene:withTransitionContext:completion:] + 572 (UIApplication.m:3681)
23  UIKitCore                     	0x000000018db46ef0 -[UIApplicationSceneClientAgent scene:didInitializeWithEvent:completion:] + 388 (UIApplicationSceneClientAgent.m:45)
24  FrontBoardServices            	0x000000019b3563bc -[FBSScene _callOutQueue_agent_didCreateWithTransitionContext:completion:] + 432 (FBSScene.m:435)
25  FrontBoardServices            	0x000000019b381d04 __94-[FBSWorkspaceScenesClient createWithSceneID:groupID:parameters:transitionContext:completion:]_block_invoke.200 + 128 (FBSWorkspaceScenesClient.m:365)
26  FrontBoardServices            	0x000000019b3654a0 -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 240 (FBSWorkspace.m:355)
27  FrontBoardServices            	0x000000019b3819c8 __94-[FBSWorkspaceScenesClient createWithSceneID:groupID:parameters:transitionContext:completion:]_block_invoke + 372 (FBSWorkspaceScenesClient.m:364)
28  libdispatch.dylib             	0x000000018b289db0 _dispatch_client_callout + 20 (object.m:559)
29  libdispatch.dylib             	0x000000018b28d738 _dispatch_block_invoke_direct + 268 (queue.c:468)
30  FrontBoardServices            	0x000000019b3aa250 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 48 (FBSSerialQueue.m:184)
31  FrontBoardServices            	0x000000019b3a9ee0 -[FBSSerialQueue _targetQueue_performNextIfPossible] + 448 (FBSSerialQueue.m:227)
32  FrontBoardServices            	0x000000019b3aa434 -[FBSSerialQueue _performNextFromRunLoopSource] + 32 (FBSSerialQueue.m:258)
33  CoreFoundation                	0x000000018b61176c __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28 (CFRunLoop.c:1967)
34  CoreFoundation                	0x000000018b611668 __CFRunLoopDoSource0 + 208 (CFRunLoop.c:2011)
35  CoreFoundation                	0x000000018b610960 __CFRunLoopDoSources0 + 268 (CFRunLoop.c:2048)
36  CoreFoundation                	0x000000018b60aa8c __CFRunLoopRun + 824 (CFRunLoop.c:2925)
37  CoreFoundation                	0x000000018b60a21c CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242)
38  GraphicsServices              	0x00000001a310e784 GSEventRunModal + 164 (GSEvent.c:2259)
39  UIKitCore                     	0x000000018e048fe0 -[UIApplication _run] + 1072 (UIApplication.m:3253)
40  UIKitCore                     	0x000000018e04e854 UIApplicationMain + 168 (UIApplication.m:4707)
41  MOTP Client                   	0x00000001029e9358 main + 88 (main.m:16)
42  libdyld.dylib                 	0x000000018b2ca6b0 start + 4

Thread 1 name:
Thread 1:
0   CoreFoundation                	0x000000018b6688e0 __CFURLResourceInfoPtr + 0 (CFURL.c:4281)
1   CoreFoundation                	0x000000018b66c7c0 __CFURLBeginResourcePropertyCacheAccess + 24 (CFURL.c:6871)
2   CoreFoundation                	0x000000018b573ad0 -[NSURL setResourceValue:forKey:error:] + 100 (NSURL.m:143)
3   MOTP Client                   	0x0000000102ae59b4 APMExcludeFilePathFromBackup + 144
4   MOTP Client                   	0x0000000102ac1e38 -[APMSqliteStore openAndValidateDatabase:] + 540
5   MOTP Client                   	0x0000000102abd870 -[APMSqliteStore initWithDatabasePath:error:] + 220
6   MOTP Client                   	0x0000000102a92ef0 -[APMDatabase initializeDatabaseResourcesWithContext:databasePath:error:] + 100
7   MOTP Client                   	0x0000000102a88d14 -[APMDatabase initWithDatabaseName:persistedConfig:error:] + 188
8   MOTP Client                   	0x0000000102a99f14 __47-[APMMeasurement startMeasurementOnWorkerQueue]_block_invoke + 1480
9   MOTP Client                   	0x0000000102a99830 -[APMMeasurement startMeasurementOnWorkerQueue] + 168
10  MOTP Client                   	0x0000000102a99198 -[APMMeasurement setEnabledOnWorkerQueue:] + 272
11  MOTP Client                   	0x0000000102a99078 __29-[APMMeasurement setEnabled:]_block_invoke + 44
12  MOTP Client                   	0x0000000102aac250 __51-[APMScheduler scheduleOnWorkerQueueBlockID:block:]_block_invoke + 44
13  libdispatch.dylib             	0x000000018b28824c _dispatch_call_block_and_release + 32 (init.c:1454)
14  libdispatch.dylib             	0x000000018b289db0 _dispatch_client_callout + 20 (object.m:559)
15  libdispatch.dylib             	0x000000018b29110c _dispatch_lane_serial_drain + 580 (inline_internal.h:2548)
16  libdispatch.dylib             	0x000000018b291c5c _dispatch_lane_invoke + 408 (queue.c:3862)
17  libdispatch.dylib             	0x000000018b29bd78 _dispatch_workloop_worker_thread + 708 (queue.c:6601)
18  libsystem_pthread.dylib       	0x00000001d6e67804 _pthread_wqthread + 276 (pthread.c:2207)
19  libsystem_pthread.dylib       	0x00000001d6e6e75c start_wqthread + 8

Thread 2:
0   libsystem_pthread.dylib       	0x00000001d6e6e754 start_wqthread + 0

Thread 3 name:
Thread 3:
0   libboringssl.dylib            	0x00000001a19f707c fe_mul_impl + 384 (curve25519_64.h:138)
1   libboringssl.dylib            	0x00000001a19f6a48 X25519 + 640 (curve25519.c:235)
2   libboringssl.dylib            	0x00000001a19f6a48 X25519 + 640 (curve25519.c:235)
3   libboringssl.dylib            	0x00000001a19d15e0 bssl::(anonymous namespace)::X25519KeyShare::Finish(bssl::Array<unsigned char>*, unsigned char*, bssl::Span<unsigned char const>) + 100 (ssl_key_share.cc:182)
4   libboringssl.dylib            	0x00000001a19b2108 bssl::ssl_ext_key_share_parse_serverhello(bssl::SSL_HANDSHAKE*, bssl::Array<unsigned char>*, unsigned char*, cbs_st*) + 268 (t1_lib.cc:2173)
5   libboringssl.dylib            	0x00000001a19c8cd0 bssl::tls13_client_handshake(bssl::SSL_HANDSHAKE*) + 4956 (tls13_client.cc:436)
6   libboringssl.dylib            	0x00000001a19fcb54 bssl::ssl_client_handshake(bssl::SSL_HANDSHAKE*) + 2480 (handshake_client.cc:838)
7   libboringssl.dylib            	0x00000001a1a079a8 bssl::ssl_run_handshake(bssl::SSL_HANDSHAKE*, bool*) + 372 (handshake.cc:695)
8   libboringssl.dylib            	0x00000001a19daf74 SSL_do_handshake + 80 (ssl_lib.cc:889)
9   libboringssl.dylib            	0x00000001a1991ec0 boringssl_session_handshake_continue + 112 (boringssl_session.m:141)
10  libboringssl.dylib            	0x00000001a19986b4 nw_protocol_boringssl_handshake_negotiate + 144 (protocol_boringssl.m:791)
11  libboringssl.dylib            	0x00000001a19994c8 nw_boringssl_read + 2932 (protocol_boringssl.m:688)
12  libboringssl.dylib            	0x00000001a19999bc nw_protocol_boringssl_input_available + 416 (protocol_boringssl.m:1354)
13  libusrtcp.dylib               	0x000000018ecee88c nw_protocol_tcp_wake_read + 540 (protocol_tcp.c:308)
14  libusrtcp.dylib               	0x000000018ecf52a4 nw_protocol_tcp_input_flush + 104 (user_north.c:40)
15  libnetwork.dylib              	0x000000018c4171c4 nw_channel_add_input_frames + 10468 (channel.c:1261)
16  libnetwork.dylib              	0x000000018c41489c nw_channel_update_input_source + 260 (channel.c:1337)
17  libnetwork.dylib              	0x000000018c413f38 __nw_channel_create_block_invoke.29 + 52 (channel.c:2224)
18  libdispatch.dylib             	0x000000018b289db0 _dispatch_client_callout + 20 (object.m:559)
19  libdispatch.dylib             	0x000000018b28d12c _dispatch_continuation_pop + 416 (inline_internal.h:2548)
20  libdispatch.dylib             	0x000000018b29ec08 _dispatch_source_invoke + 1260 (source.c:570)
21  libdispatch.dylib             	0x000000018b292e60 _dispatch_workloop_invoke + 1588 (inline_internal.h:2589)
22  libdispatch.dylib             	0x000000018b29bd78 _dispatch_workloop_worker_thread + 708 (queue.c:6601)
23  libsystem_pthread.dylib       	0x00000001d6e67804 _pthread_wqthread + 276 (pthread.c:2207)
24  libsystem_pthread.dylib       	0x00000001d6e6e75c start_wqthread + 8

Thread 4:
0   libsystem_pthread.dylib       	0x00000001d6e6e754 start_wqthread + 0

Thread 5:
0   libsystem_pthread.dylib       	0x00000001d6e6e754 start_wqthread + 0

Thread 6 name:
Thread 6:
0   libsystem_kernel.dylib        	0x00000001b93e82d0 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001b93e7660 mach_msg + 76 (mach_msg.c:103)
2   CoreFoundation                	0x000000018b610c30 __CFRunLoopServiceMachPort + 380 (CFRunLoop.c:2641)
3   CoreFoundation                	0x000000018b60ac14 __CFRunLoopRun + 1216 (CFRunLoop.c:2974)
4   CoreFoundation                	0x000000018b60a21c CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242)
5   Foundation                    	0x000000018c8b9df0 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 232 (NSRunLoop.m:374)
6   Foundation                    	0x000000018c8b9cbc -[NSRunLoop(NSRunLoop) runUntilDate:] + 92 (NSRunLoop.m:421)
7   UIKitCore                     	0x000000018e0fcd48 -[UIEventFetcher threadMain] + 516 (UIEventFetcher.m:838)
8   Foundation                    	0x000000018ca2ba34 __NSThread__start__ + 864 (NSThread.m:724)
9   libsystem_pthread.dylib       	0x00000001d6e65b40 _pthread_start + 320 (pthread.c:881)
10  libsystem_pthread.dylib       	0x00000001d6e6e768 thread_start + 8

Thread 7:
0   libsystem_pthread.dylib       	0x00000001d6e6e754 start_wqthread + 0

Thread 8:
0   libsystem_pthread.dylib       	0x00000001d6e6e754 start_wqthread + 0

Thread 9:
0   libsystem_pthread.dylib       	0x00000001d6e6e754 start_wqthread + 0

Thread 10 name:
Thread 10:
0   libsystem_kernel.dylib        	0x00000001b93e82d0 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001b93e7660 mach_msg + 76 (mach_msg.c:103)
2   MOTP Client                   	0x0000000102a4e5f4 FIRCLSMachExceptionServer + 884 (FIRCLSMachException.c:260)
3   libsystem_pthread.dylib       	0x00000001d6e65b40 _pthread_start + 320 (pthread.c:881)
4   libsystem_pthread.dylib       	0x00000001d6e6e768 thread_start + 8

Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000283716560   x2: 0x0000000000000000   x3: 0x000000019b3e6cdc
    x4: 0x00000000000062dc   x5: 0x0000000000000000   x6: 0x000000000000004a   x7: 0x00000002835282dc
    x8: 0x00000001ee1a9d38   x9: 0x00000001ee1a9d38  x10: 0x0000000ffffffff8  x11: 0x00000000000007fd
   x12: 0x0000000000000001  x13: 0x00000000a6068ffb  x14: 0x00000000a6269000  x15: 0x00000000000000d2
   x16: 0x000000018b6386ec  x17: 0x0000000026200000  x18: 0x0000000000000000  x19: 0x0000000000000000
   x20: 0x000000016d420bf8  x21: 0x0000000000000000  x22: 0x0000000000000020  x23: 0x0000000281335ad0
   x24: 0x0000000000000008  x25: 0x0000000000000010  x26: 0x0000000281408a80  x27: 0x0000000281408a30
   x28: 0x0000000000000000   fp: 0x000000016d421450   lr: 0x0000000102b12394
    sp: 0x000000016d420be0   pc: 0x000000018b6386f4 cpsr: 0x60000000
   esr: 0x92000006 (Data Abort) byte read Translation fault

Binary Images:
0x1029dc000 - 0x102bfbfff MOTP Client arm64  <2917fc587fbc3184be5a5e8ce3ed721c> /var/containers/Bundle/Application/FB5F6F9D-37D3-4479-A06A-11505E63E3AE/MOTP Client.app/MOTP Client
0x102cf4000 - 0x102d07fff FBLPromises arm64  <1f10311e7be53c24bce76b892df241ee> /var/containers/Bundle/Application/FB5F6F9D-37D3-4479-A06A-11505E63E3AE/MOTP Client.app/Frameworks/FBLPromises.framework/FBLPromises
0x102d2c000 - 0x102d47fff GoogleUtilities arm64  <1ff5a8b377633085879c5a5222b41fdc> /var/containers/Bundle/Application/FB5F6F9D-37D3-4479-A06A-11505E63E3AE/MOTP Client.app/Frameworks/GoogleUtilities.framework/GoogleUtilities
0x102d78000 - 0x102d83fff nanopb arm64  <ae02f3693b1732d0911e7cd080bd962d> /var/containers/Bundle/Application/FB5F6F9D-37D3-4479-A06A-11505E63E3AE/MOTP Client.app/Frameworks/nanopb.framework/nanopb
0x10300c000 - 0x10307bfff dyld arm64e  <aef26ac9cbc73c16900778abe893949b> /usr/lib/dyld
0x10313c000 - 0x103147fff libobjc-trampolines.dylib arm64e  <971156a5835a310dbfc7152c55760859> /usr/lib/libobjc-trampolines.dylib
0x18b286000 - 0x18b2c8fff libdispatch.dylib arm64e  <0f3905e067203d089ae0a43a8da244c0> /usr/lib/system/libdispatch.dylib
0x18b2c9000 - 0x18b303fff libdyld.dylib arm64e  <785bee7fac2c388d865c36279d1b3dd1> /usr/lib/system/libdyld.dylib
0x18b304000 - 0x18b56ffff libicucore.A.dylib arm64e  <5df9c67888463ca8bca58ee1fcf52d83> /usr/lib/libicucore.A.dylib
0x18b570000 - 0x18b929fff CoreFoundation arm64e  <935533f235ee314ea760e74521f68435> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x18b92a000 - 0x18bad5fff CoreServices arm64e  <93715af6c73f3f3c9390faa5b3277b3c> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x18bad6000 - 0x18bb1efff WirelessDiagnostics arm64e  <d4df9a92319033cbad4207b172dff00f> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x18bb1f000 - 0x18bb9bfff SystemConfiguration arm64e  <097a53f5b92e3e8c8d94aad83a3ac34d> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x18bb9c000 - 0x18bc93fff CoreTelephony arm64e  <b924fbab9d893f54bceac699fb644d41> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x18bc94000 - 0x18c12bfff CFNetwork arm64e  <732d963945783405b2f946752c88cec2> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x18c12c000 - 0x18c839fff libnetwork.dylib arm64e  <ba939c74db973081977111bed18da835> /usr/lib/libnetwork.dylib
0x18c83a000 - 0x18c8b0fff Accounts arm64e  <d4d5a3975f783e409956cb82c3cbdb2c> /System/Library/Frameworks/Accounts.framework/Accounts
0x18c8b1000 - 0x18cb6cfff Foundation arm64e  <50b3154e8c733e17a162c30da82424cd> /System/Library/Frameworks/Foundation.framework/Foundation
0x18cb6d000 - 0x18cecdfff ImageIO arm64e  <d45f51194ec4332b9e74de6115393021> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x18cee7000 - 0x18d47ffff CoreGraphics arm64e  <ed1c5c0f087b380cb01e3e362f57bdce> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x18d480000 - 0x18e92dfff UIKitCore arm64e  <233110718ad73e8f836abe5dc8a8b0df> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x18e92e000 - 0x18e950fff libAccessibility.dylib arm64e  <83c094c40ac73bf9bb8beb0c1925f2b7> /usr/lib/libAccessibility.dylib
0x18e951000 - 0x18ebd7fff QuartzCore arm64e  <f911f0c2d892355ab6ba495376dbf2c7> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x18ebd8000 - 0x18ec43fff BackBoardServices arm64e  <48ebf0f7ebc8340fbd4778a7c13572ac> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x18ec44000 - 0x18ecd1fff TextInput arm64e  <eb97705be6a43a7d8d2bbd348b110c15> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x18ecd2000 - 0x18ed3afff libusrtcp.dylib arm64e  <1a7cd5869a873ceea69f07dbf64e7882> /usr/lib/libusrtcp.dylib
0x18ed3b000 - 0x18f106fff AppleMediaServices arm64e  <4a4731de09393969a10b331140440686> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x18f107000 - 0x18f282fff libswiftFoundation.dylib arm64e  <9a80db9297bc3343b51d9b0daf91c535> /usr/lib/swift/libswiftFoundation.dylib
0x18f283000 - 0x18f6b2fff libswiftCore.dylib arm64e  <11eabdf1b76a31d59fbf9b7ce6e2df00> /usr/lib/swift/libswiftCore.dylib
0x18f6b3000 - 0x18f6cbfff UIKitServices arm64e  <410174cfc98f3139b3e25fede3eceeb7> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x18f6cc000 - 0x18f825fff Preferences arm64e  <5462c09751893e47863e6c7a92ae81cd> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x18f826000 - 0x18fa4dfff ContactsUI arm64e  <af4ca2d219a736acac7e3ceb51fef54d> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x18fa4e000 - 0x18fc05fff CoreText arm64e  <a5ca71f8721e36c285423f0032ce6cf0> /System/Library/Frameworks/CoreText.framework/CoreText
0x18fc06000 - 0x18fc20fff ExtensionKit arm64e  <96995f08124b35a7985508e1a5981618> /System/Library/PrivateFrameworks/ExtensionKit.framework/ExtensionKit
0x18fc36000 - 0x18fcbafff BaseBoard arm64e  <e0a95ad9b7ab3b87843db59b03f206c0> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x18fcbb000 - 0x18fee6fff CoreDuet arm64e  <986f6cb8d3343ca6951d6ff084266932> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x18fee7000 - 0x190049fff Contacts arm64e  <7b1a6d1c1dfe3a4ea20dcad39da74440> /System/Library/Frameworks/Contacts.framework/Contacts
0x19004a000 - 0x191598fff GeoServices arm64e  <441d6dbb3dec324697c96cf271f9e0ef> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x191599000 - 0x19162efff CoreLocation arm64e  <4a9b0097310a30c9b7ab443521bc2c59> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x19162f000 - 0x1917ddfff CloudKit arm64e  <e2cdb510e68f31fea1180922c46ac26e> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x1917de000 - 0x191b5cfff CoreData arm64e  <d1240876c2983e82824ff4d0db8f474d> /System/Library/Frameworks/CoreData.framework/CoreData
0x19284e000 - 0x192858fff libswiftCoreGraphics.dylib arm64e  <7cef61bf5cb4379ca3f23a95e4eaae7d> /usr/lib/swift/libswiftCoreGraphics.dylib
0x192859000 - 0x192898fff AppSupport arm64e  <3ce778276c08371bad32daed8735180e> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x192899000 - 0x1929c2fff ManagedConfiguration arm64e  <50c83accad1f3555b1014831ebe08612> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x1929c3000 - 0x192a34fff IMFoundation arm64e  <849d9883997537d4ba3a5adb89bab189> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x192a35000 - 0x192b45fff IDS arm64e  <812f8408b4bd3b51a86a4bae597776f7> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x192b46000 - 0x192c93fff Security arm64e  <e1383fc7191438b197d893486d17a758> /System/Library/Frameworks/Security.framework/Security
0x1930b7000 - 0x1930cffff AudioSession arm64e  <d4cf1605ad4b3818b3ce4aa9cd34af3c> /System/Library/PrivateFrameworks/AudioSession.framework/AudioSession
0x1930d0000 - 0x193270fff AVFCore arm64e  <75d6e04835f0367fa36a2c59eea1bc41> /System/Library/PrivateFrameworks/AVFCore.framework/AVFCore
0x193271000 - 0x19381dfff Intents arm64e  <312278eb986932ca9ff0bdc2386c0dc0> /System/Library/Frameworks/Intents.framework/Intents
0x19386d000 - 0x193b86fff CoreImage arm64e  <857d7a82b0b83811b431de0c5896abd8> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x193b87000 - 0x193c44fff ColorSync arm64e  <11e5f6dc36b63488ad2876f372b25184> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x193c45000 - 0x193c80fff CoreVideo arm64e  <83d2844c69e93131a96b5e4698534231> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x193c81000 - 0x19446cfff MediaToolbox arm64e  <5ea248d72a1b3f589d3d09637db8da07> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x19446d000 - 0x19456dfff CoreMedia arm64e  <3a08e638c6703b818e08e0919ffdee7e> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x19456e000 - 0x1947d9fff AudioToolbox arm64e  <4f068bb26967312d86da3effa611aca4> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x1947da000 - 0x19482afff CoreHaptics arm64e  <5a1256f1fa9934a5a96cf3ceca7dd1b4> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics
0x19488c000 - 0x194995fff UIFoundation arm64e  <2f5d26e3788337428aa2a523744a874b> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x194996000 - 0x1949bbfff libsystem_info.dylib arm64e  <076d8dedd18b3e41b7b6b644c60cfa44> /usr/lib/system/libsystem_info.dylib
0x1949bc000 - 0x194a3afff libsystem_c.dylib arm64e  <ca117552e7213c8696a2213afd7b7d57> /usr/lib/system/libsystem_c.dylib
0x194a3b000 - 0x194a86fff RunningBoardServices arm64e  <eb122edc8d94307fa0c42abd4a8123b2> /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
0x194a87000 - 0x195bb8fff JavaScriptCore arm64e  <6a501f300cf53e66b1487bebbf861fa4> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x196188000 - 0x196219fff ContactsFoundation arm64e  <c311cd2ab12c3d58b88e57428f0a104b> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x196469000 - 0x19648cfff ProactiveEventTracker arm64e  <19bc1f90d4c43f68b2dc6990811e595e> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x19648d000 - 0x1964d7fff Lexicon arm64e  <63a53ec3ca143f6f98ae938d380a25fa> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x196546000 - 0x196596fff CoreDuetContext arm64e  <543bac71965f3b5db555ad18863fdbfb> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x196597000 - 0x196642fff IOKit arm64e  <0a341be7849d3cde9003fbff5728e2b0> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x196643000 - 0x196653fff DataMigration arm64e  <26fb7e8ccebf3186918bca1c45c3c667> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x196654000 - 0x1966b1fff SpringBoardServices arm64e  <06eb64afe5a3312e8f63a42ea1790f8a> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x1966c5000 - 0x196938fff CoreMotion arm64e  <aa720064736432f0bfa756c9f175728e> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x196939000 - 0x196a7efff EventKit arm64e  <7fa1b78a6c4a3fd8ae9f8196e4a05fb6> /System/Library/Frameworks/EventKit.framework/EventKit
0x197275000 - 0x19741dfff CoreUtils arm64e  <3b074ee0c5293d48a5efd152bd416221> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x19741e000 - 0x197434fff FamilyCircle arm64e  <7a05f9fed232364cbe042b93a78c4653> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
0x197435000 - 0x1974a5fff CoreSpotlight arm64e  <a1388adfcf1736299f2ce2016efda6af> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x197a72000 - 0x197b38fff CoreUI arm64e  <fd20a63172773bd19762649fca5d1554> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x197b39000 - 0x197b84fff SafariSafeBrowsing arm64e  <4ae4daf042cb30fca444e24dfce3f4af> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x197b85000 - 0x19857dfff WebKit arm64e  <77ddbc4922d637d78e00418600c12324> /System/Library/Frameworks/WebKit.framework/WebKit
0x19857e000 - 0x19aeddfff WebCore arm64e  <5ba09042eeb53b46920f6a2f7f98ae4d> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x19aede000 - 0x19af3dfff libMobileGestalt.dylib arm64e  <90fcf37940483531b8f1261f6f9e0f7c> /usr/lib/libMobileGestalt.dylib
0x19af3e000 - 0x19af5afff CommonUtilities arm64e  <4c4c93c808b53b4fbf7975cb45a70421> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x19af5b000 - 0x19b0c9fff IDSFoundation arm64e  <a71624be95813f6086d285fd0cb881f7> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x19b1cf000 - 0x19b279fff CoreSuggestions arm64e  <3958e368f76638bf8af884f116133d31> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x19b27a000 - 0x19b317fff AddressBookLegacy arm64e  <3bf49a48972d3e8892f4cb3405cb548f> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x19b318000 - 0x19b34bfff UserNotifications arm64e  <f1be0e4d33f13c58a38de2449f5f8e36> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x19b34c000 - 0x19b3d8fff FrontBoardServices arm64e  <fee22194e05438e6a1e203f77c643336> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x19b3d9000 - 0x19b3fcfff libsystem_malloc.dylib arm64e  <dd80ebfd97273ace97c184f53eaed689> /usr/lib/system/libsystem_malloc.dylib
0x19beab000 - 0x19bf3efff AuthKit arm64e  <e46838283fde38af8f26ad6e5d2c84c6> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x19bf3f000 - 0x19bfd2fff AppleAccount arm64e  <82ae9cea277f34de9aca0af9f1d9e878> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x19bfd3000 - 0x19c0d5fff AVFAudio arm64e  <2a9c1acdca903b67a7002131cbadc156> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x19c0d6000 - 0x19c341fff AudioToolboxCore arm64e  <de6bdf46d6b83b80b2bd83b441617ec0> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore
0x19c376000 - 0x19c64afff StoreServices arm64e  <84a1b4a20bb63eeeb17503606d194767> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x19c7d5000 - 0x19c87cfff ShareSheet arm64e  <d1502be4efa33e04a4212fceb2b53739> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
0x19c87d000 - 0x19c96cfff CoreParsec arm64e  <3a2f73f17ade36a5bf944149cf733c0b> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x19c96d000 - 0x19c9b7fff PhotoFoundation arm64e  <d4fb670a01883831b62b3b2303667d6d> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
0x19c9b8000 - 0x19cc08fff Photos arm64e  <04d9eff06706318a82855e1d29211ef0> /System/Library/Frameworks/Photos.framework/Photos
0x19cc09000 - 0x19d33afff PhotoLibraryServices arm64e  <4b1c70d3eeec353bb132ed538dcffefc> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x19d33b000 - 0x19d3fcfff AssetsLibraryServices arm64e  <5ab4502f012e3ceb96ff3ec1fdd5b78f> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x19d3fd000 - 0x19d44efff MobileBackup arm64e  <82a758aae8b93098900c0cd323cc2100> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x19d44f000 - 0x19d463fff MSUDataAccessor arm64e  <23a6455cb0f332b2b4dcbf7077c7c6b1> /System/Library/PrivateFrameworks/MSUDataAccessor.framework/MSUDataAccessor
0x19d464000 - 0x19d48afff MobileAsset arm64e  <2ea5c4ab58453c4ea6cfe908f94bddd8> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x19d48b000 - 0x19d49afff libsystem_networkextension.dylib arm64e  <dbc568bd3b0635f696a9fe6d2418a47f> /usr/lib/system/libsystem_networkextension.dylib
0x19d49b000 - 0x19d6ecfff NetworkExtension arm64e  <4cadfb74c6e133e9bd8a1cd2bddfe244> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x19d724000 - 0x19daf0fff CoreML arm64e  <6bdbc52f8e303510afd322744829b5eb> /System/Library/Frameworks/CoreML.framework/CoreML
0x19daf1000 - 0x19e276fff Espresso arm64e  <123a523fe8e23634b65baa506bf392bb> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x19e277000 - 0x19e374fff VideoToolbox arm64e  <a3e41de4ad7c37b9ae58a4c59ac8aa0a> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x19e375000 - 0x19e3c1fff OnBoardingKit arm64e  <560967708d8f3e279cac3d0a2e2fdbb0> /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
0x19e4c0000 - 0x19e4d1fff AXCoreUtilities arm64e  <2943430400033a6d915a9cebeec46de7> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x19f3c7000 - 0x19f53dfff Montreal arm64e  <1bcf904562813d6c856f2c6a45cade25> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x19f53e000 - 0x19f653fff LanguageModeling arm64e  <84e4b8532ca43b6e99f8147170817343> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x19f654000 - 0x19f65cfff InternationalSupport arm64e  <42384fe6ad98325f8245552370b38375> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x19fa0c000 - 0x19fab5fff CalendarDatabase arm64e  <b0340b2e16103d2ebd00242e200c2523> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x19fab6000 - 0x19fb05fff Notes arm64e  <04bbf65235163d00b2f998c30bc2466e> /System/Library/PrivateFrameworks/Notes.framework/Notes
0x19fbe7000 - 0x19fd0afff Combine arm64e  <594468b8aa063295a896ec55aa4efd17> /System/Library/Frameworks/Combine.framework/Combine
0x19fd99000 - 0x19fdaafff UniformTypeIdentifiers arm64e  <d69cbfa5fc493f3bbbc8b29e23ea1f82> /System/Library/Frameworks/UniformTypeIdentifiers.framework/UniformTypeIdentifiers
0x19fdab000 - 0x19fe2dfff CloudDocs arm64e  <c5de704568013d99b71b7b2ebd4c082f> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x19fe2e000 - 0x1a002dfff Message arm64e  <9b2037174b0f326db7b63b02287228ea> /System/Library/PrivateFrameworks/Message.framework/Message
0x1a002e000 - 0x1a00adfff EmailFoundation arm64e  <7c91618ef2a739829aaae0181ac6e2e1> /System/Library/PrivateFrameworks/EmailFoundation.framework/EmailFoundation
0x1a038e000 - 0x1a0520fff SearchFoundation arm64e  <a2a8557483b23bf597f116b55178da51> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x1a05fe000 - 0x1a0634fff libobjc.A.dylib arm64e  <2e47abd72c5a318d8044776883bcccb6> /usr/lib/libobjc.A.dylib
0x1a0635000 - 0x1a0697fff LoggingSupport arm64e  <400d2a1f525b3827a69edffa2e6d7d0f> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x1a0698000 - 0x1a06f6fff libc++.1.dylib arm64e  <0073bc582e413d4786f43b51f934fbe1> /usr/lib/libc++.1.dylib
0x1a06f7000 - 0x1a0710fff libc++abi.dylib arm64e  <f7f0397b828f31029b946a926d52d3fc> /usr/lib/libc++abi.dylib
0x1a0711000 - 0x1a0753fff SetupAssistant arm64e  <fc61b97de33b3255b69437aada436477> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x1a0754000 - 0x1a076efff OctagonTrust arm64e  <cd6904ebb0183dd0bdf52c425563e883> /System/Library/PrivateFrameworks/OctagonTrust.framework/OctagonTrust
0x1a089c000 - 0x1a08dffff CoreAutoLayout arm64e  <44455e87a63130bcb64711f4f92d70ed> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/CoreAutoLayout
0x1a08e0000 - 0x1a0a3efff Network arm64e  <2c8c473787cd354cbac5946720dedd5b> /System/Library/Frameworks/Network.framework/Network
0x1a0a3f000 - 0x1a0a75fff MobileKeyBag arm64e  <b1b49ca9aa583fb584c16007266fc411> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x1a0cb9000 - 0x1a0ccdfff BaseBoardUI arm64e  <b7abefdc6b99364a9dc1e9131683b3f4> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x1a0cce000 - 0x1a0d80fff libvDSP.dylib arm64e  <179ae738b97c3ff98df6dd5aa19da686> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1a0d81000 - 0x1a0db4fff libAudioToolboxUtility.dylib arm64e  <c9f23955b6ae328cb89acc8b11810553> /usr/lib/libAudioToolboxUtility.dylib
0x1a0f82000 - 0x1a100efff CoreNLP arm64e  <84fbc8ac011d377787059c14148b4c28> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x1a100f000 - 0x1a1129fff FileProvider arm64e  <bf2581f8d78639cc8ce4b4883c32db33> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x1a113b000 - 0x1a1153fff libswiftDispatch.dylib arm64e  <1422dd58b4eb387db9dc330244e4b9b7> /usr/lib/swift/libswiftDispatch.dylib
0x1a1154000 - 0x1a118afff DataDetectorsCore arm64e  <445726f0e3193acda2018f90b1491537> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x1a118b000 - 0x1a121bfff Symbolication arm64e  <6f5ad452a4b7399ba73c41f7d71b6544> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
0x1a121c000 - 0x1a1239fff CrashReporterSupport arm64e  <b3f69c67b95e37d0985f88b3d775cb1d> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1a13a5000 - 0x1a1593fff MPSNeuralNetwork arm64e  <be74cf58180032428aaef486b1f615a5> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1a1594000 - 0x1a15eafff MPSCore arm64e  <4d56444d00843a5785c07cead595779a> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1a1748000 - 0x1a17b5fff CalendarFoundation arm64e  <81be0d2f4afc3220b3e1d74f985aaf44> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x1a1819000 - 0x1a1905fff NLP arm64e  <87ac48aecd0433c28a0e213255446c9a> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x1a1906000 - 0x1a192efff AppSupportUI arm64e  <533531e57c71392b9691a3dc2dfd459d> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x1a1938000 - 0x1a198dfff FTServices arm64e  <566defd512773ac1b916078bce04177d> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x1a198e000 - 0x1a1a3efff libboringssl.dylib arm64e  <127f59bbc1cf3c8a8965576c125f1333> /usr/lib/libboringssl.dylib
0x1a1a3f000 - 0x1a1a56fff ProtocolBuffer arm64e  <15bdb48c1bc53d7ca1f2d129b3c5cb5a> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x1a1cd8000 - 0x1a1ce7fff AssertionServices arm64e  <f91a2f32bb3b30b9878f8e8bb61588cf> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1a1ce8000 - 0x1a1d11fff CloudServices arm64e  <cf63e2e824aa3fe693602a6040a6aba4> /System/Library/PrivateFrameworks/CloudServices.framework/CloudServices
0x1a1d64000 - 0x1a1e44fff Metal arm64e  <93d81bb817af3f8b98f164c8bae65255> /System/Library/Frameworks/Metal.framework/Metal
0x1a1e45000 - 0x1a1f94fff MediaExperience arm64e  <bcbc4656947f35b6af206a8e588ea4ba> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience
0x1a23a2000 - 0x1a23b8fff libsystem_trace.dylib arm64e  <30d179d62e1431d9a8cc998c8c77a480> /usr/lib/system/libsystem_trace.dylib
0x1a23b9000 - 0x1a23eafff CoreServicesInternal arm64e  <35185b81e5be3d1692921dadbb7c8175> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x1a2692000 - 0x1a2732fff AppStoreDaemon arm64e  <378ebb572c6035f08fadd2d48262316e> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon
0x1a2b72000 - 0x1a2bbafff ContactsAutocompleteUI arm64e  <a1de26f2557e3339aa9de38891faf1d4> /System/Library/PrivateFrameworks/ContactsAutocompleteUI.framework/ContactsAutocompleteUI
0x1a2bbb000 - 0x1a2cf9fff MessageUI arm64e  <7518858feff13aa6b8303194b65812d0> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x1a310b000 - 0x1a3113fff GraphicsServices arm64e  <08556282f8e93938a0040c0edac970bd> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1a32e8000 - 0x1a32fdfff PowerLog arm64e  <e6d2ecf434c8377db14d7ca4e30ddde9> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1a32fe000 - 0x1a3327fff DuetActivityScheduler arm64e  <5150d7d6bbf23c3b9fffc12c30b9a7fe> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
0x1a4c0a000 - 0x1a4eb6fff Vision arm64e  <8a103d1b85053d42b42727287ecdaa63> /System/Library/Frameworks/Vision.framework/Vision
0x1a4eb7000 - 0x1a4f13fff DataAccess arm64e  <7e0c3dc40d3339ccb12ccb72454c844a> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x1a4f14000 - 0x1a4f82fff ProactiveSupport arm64e  <b3c9173ac99335d48520633cf450e8ff> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x1a4fb0000 - 0x1a4fcffff ApplePushService arm64e  <f3753141a9f933b68c0ed11853afd928> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x1a4fd0000 - 0x1a4ff9fff BoardServices arm64e  <7575f25e05b13848be93de718432b499> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
0x1a5197000 - 0x1a51e5fff OSAnalytics arm64e  <98d65861beeb31edb170cb9183c755f8> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics
0x1a51e6000 - 0x1a5245fff CoreBluetooth arm64e  <151b02f0228e3b95ba16a22186283c1b> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x1a542f000 - 0x1a5474fff TemplateKit arm64e  <7b1b47ad0e6534a395f4d5ccc88e2247> /System/Library/PrivateFrameworks/TemplateKit.framework/TemplateKit
0x1a5475000 - 0x1a54aafff MobileInstallation arm64e  <7ee17a1045183e59be667571d6f09b96> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x1a54ab000 - 0x1a5539fff libTelephonyUtilDynamic.dylib arm64e  <2260ab37ec0b3142a16b56e2647643a0> /usr/lib/libTelephonyUtilDynamic.dylib
0x1a553a000 - 0x1a55a9fff NanoRegistry arm64e  <13da5919765a3297bd124a689d9c9c29> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x1a568e000 - 0x1a56acfff CoreMaterial arm64e  <16cd9897486236e6a71c3f258e3f93ae> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial
0x1a5723000 - 0x1a58acfff libsqlite3.dylib arm64e  <a9012fa3fc0e31ac85f49c461ed61a97> /usr/lib/libsqlite3.dylib
0x1a58ad000 - 0x1a5973fff AVFCapture arm64e  <a4cc5da114dc32b69f04261babfeed00> /System/Library/PrivateFrameworks/AVFCapture.framework/AVFCapture
0x1a5974000 - 0x1a5cd6fff CMCapture arm64e  <be1260cb1d7c3a6aa83b5f217745663d> /System/Library/PrivateFrameworks/CMCapture.framework/CMCapture
0x1a5e35000 - 0x1a6094fff MobileSpotlightIndex arm64e  <8ba070166878351ca47e12c7e4645326> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1a6095000 - 0x1a613efff Email arm64e  <4cc8d06a97883a32b46ca9b13c56a4c5> /System/Library/PrivateFrameworks/Email.framework/Email
0x1a64d5000 - 0x1a64dffff libsystem_notify.dylib arm64e  <7a1b577f2d853b1dbc32b48b6895baee> /usr/lib/system/libsystem_notify.dylib
0x1a64e0000 - 0x1a6525fff CryptoTokenKit arm64e  <91fa9baab209303d8f2e0234393271bc> /System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit
0x1a6593000 - 0x1a6606fff libcorecrypto.dylib arm64e  <e8f7626f8a8a3e65b83b2400dd8344d8> /usr/lib/system/libcorecrypto.dylib
0x1a6607000 - 0x1a662bfff UserManagement arm64e  <c98f5c3bee8333c5a917d582a1b58aee> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x1a6708000 - 0x1a671efff libsystem_asl.dylib arm64e  <7efa85eaf0583cc197fa18fae89c68e0> /usr/lib/system/libsystem_asl.dylib
0x1a69a8000 - 0x1a69e0fff DataAccessExpress arm64e  <80019264dc263365be582c5448ae788d> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x1a69e1000 - 0x1a6a18fff CoreServicesStore arm64e  <ff845045c63c3c91a1e0b3aaf6bc6377> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore
0x1a6a19000 - 0x1a6a3efff CoreAnalytics arm64e  <0c0e7c67d78032bfb4de99420c581b53> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x1a6a3f000 - 0x1a6a4afff SymptomAnalytics arm64e  <e8714fdbb15d37caa99800aa7234b5fd> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomAnalytics.framework/SymptomAnalytics
0x1a6c3d000 - 0x1a6c4dfff NanoPreferencesSync arm64e  <5c9b54cf26bf3ca2b7346fccfd00824d> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x1a747d000 - 0x1a74a9fff IconServices arm64e  <bcb240780c12379d9aa0744d08c7a4ba> /System/Library/PrivateFrameworks/IconServices.framework/IconServices
0x1a7f7f000 - 0x1a8246fff vImage arm64e  <8ecd3884aaf7311db420845ae0d38e07> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1a9221000 - 0x1a927afff ktrace arm64e  <3dc76c8d1c45322aa8d5a27f02c86519> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1a927b000 - 0x1a927dfff libAXSafeCategoryBundle.dylib arm64e  <da6ac1bdcc863f5681bbdbee8ab5f0d8> /usr/lib/libAXSafeCategoryBundle.dylib
0x1a9598000 - 0x1a95a6fff Celestial arm64e  <9b37d1919a30369e8317d258e6bfa253> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x1a969e000 - 0x1a9826fff WebKitLegacy arm64e  <38fa72395c3530f59cce8f9c351ba229> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x1a989a000 - 0x1a9911fff ClassKit arm64e  <88926106576336c7b88a7e0bb0d87ba4> /System/Library/Frameworks/ClassKit.framework/ClassKit
0x1a9912000 - 0x1a9959fff StoreKit arm64e  <ea16ffd75b5b3580a19001cc5f032bdb> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x1aa891000 - 0x1aa89bfff IOMobileFramebuffer arm64e  <6d6340e4e6113d2ea673515074b37930> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1aa9c2000 - 0x1aab4afff CloudPhotoLibrary arm64e  <8104edee7a0130399d03223a8bcd3d44> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x1aae1b000 - 0x1aae85fff CallKit arm64e  <7ed00fac21063f6fbe33c31cf2baba6e> /System/Library/Frameworks/CallKit.framework/CallKit
0x1aaf2c000 - 0x1aaf4cfff PrototypeTools arm64e  <00c63ea578d8332b89fa381b45433952> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x1aaf4d000 - 0x1aaf7afff PersistentConnection arm64e  <f3523bee1598394492bdcd6bce0045e9> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1ab0a5000 - 0x1ab363fff PencilKit arm64e  <1c393c73f6ff350b82fe43e702f51f2d> /System/Library/Frameworks/PencilKit.framework/PencilKit
0x1aba3b000 - 0x1aba51fff AppSSOCore arm64e  <d3df763ef6f43ee2a3641e2313f00622> /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore
0x1aba5d000 - 0x1aba74fff CoreFollowUp arm64e  <7a24d9224d1c32e5b2101150eef4bc3f> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x1aba75000 - 0x1abaeffff Rapport arm64e  <d8b41715727d3e70bf46666e810e7a07> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x1abeb9000 - 0x1abee0fff LocationSupport arm64e  <8ec049def0de3650a2aaf7fbab409f55> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport
0x1abee1000 - 0x1abf15fff iCalendar arm64e  <8b55ad8bd36230eb83682a4d54324823> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x1abf16000 - 0x1abf41fff CoreAccessories arm64e  <4a487014cd403fc989dafe9ee6ef2947> /System/Library/PrivateFrameworks/CoreAccessories.framework/CoreAccessories
0x1ac052000 - 0x1ac07dfff CacheDelete arm64e  <798bdae8ec9f3541b9b297da771bf196> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x1ac07e000 - 0x1ac0fbfff CVNLP arm64e  <dab652fc77643664bbfc03fc9d377cac> /System/Library/PrivateFrameworks/CVNLP.framework/CVNLP
0x1ac253000 - 0x1ac255fff OSAServicesClient arm64e  <b53625dbf80e3844bc916ee44b0c6b03> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient
0x1ac259000 - 0x1ac2b3fff ProtectedCloudStorage arm64e  <860390fc5d0c3f7c948af3d584cbea95> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1ac2b4000 - 0x1ac2ecfff C2 arm64e  <3fa5405a36e03efdb9c65577043488dd> /System/Library/PrivateFrameworks/C2.framework/C2
0x1ac2ed000 - 0x1ac344fff DifferentialPrivacy arm64e  <590bcf006fb0313eb7d6f7750afc377b> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x1acd9c000 - 0x1acde0fff BiometricKit arm64e  <3c04b45f2f16305590fc1c3cccdeaa96> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x1ace28000 - 0x1aceddfff CoreSymbolication arm64e  <3c0e18cf24ca3dc5a6c9c0f7f1107b9e> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1ad6c3000 - 0x1ad6c4fff MessageSupport arm64e  <4bd0dbb2fd0e3b138c6b9406dcba3619> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0x1ad6c5000 - 0x1ad6d7fff IOSurface arm64e  <1335ae5e794d3f1285f78a31dd60dedd> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1ad6d8000 - 0x1ad73afff MobileWiFi arm64e  <acf3f8039ed4359aaaef2e790a4e58fc> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x1adb55000 - 0x1adb71fff DoNotDisturb arm64e  <3bd64b8ee49036388e18480bb82c4b37> /System/Library/PrivateFrameworks/DoNotDisturb.framework/DoNotDisturb
0x1adbde000 - 0x1adc87fff MMCS arm64e  <b56cb42d094e3132b72663afce56c587> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x1add00000 - 0x1add3bfff libGLImage.dylib arm64e  <bac88d59b9433669a42068ca0ebf61e1> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1add3c000 - 0x1add43fff libsystem_symptoms.dylib arm64e  <24674a06f0723aa3a7f0b33556fab0fd> /usr/lib/system/libsystem_symptoms.dylib
0x1add8b000 - 0x1ae2ebfff CoreAudio arm64e  <47815d1938cc3a7da3e0a219d5dca724> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1ae2ec000 - 0x1ae303fff ContactsDonation arm64e  <1ee08785afda3d3e981a2fc5cc166ed3> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x1ae3ca000 - 0x1ae403fff ImageCaptureCore arm64e  <65299a6db6813fe48c090499b682c574> /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore
0x1ae85d000 - 0x1ae871fff MaterialKit arm64e  <8020dde96cf23abf9b5625199728c46e> /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit
0x1ae9f7000 - 0x1aea07fff CoreAUC arm64e  <5147918376b5398e83256b1c6f169f2f> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1af23c000 - 0x1af24dfff SettingsFoundation arm64e  <507f6a4a908b34aa9edacc2e793e3868> /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation
0x1afc4e000 - 0x1afcaefff ToneLibrary arm64e  <e7f1cb76ff693509ae448c9b2f4b538b> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x1b0513000 - 0x1b0520fff MediaSafetyNet arm64e  <5be00a71a7713479bb8c6a55ae697c14> /System/Library/PrivateFrameworks/MediaSafetyNet.framework/MediaSafetyNet
0x1b0521000 - 0x1b055efff TimeSync arm64e  <1d838d72cc1e3ce48d525c94283785b3> /System/Library/PrivateFrameworks/TimeSync.framework/TimeSync
0x1b05f6000 - 0x1b063bfff ExposureNotification arm64e  <8b21bb10644436d98c70111505392da6> /System/Library/Frameworks/ExposureNotification.framework/ExposureNotification
0x1b0cc8000 - 0x1b0cd1fff CoreTime arm64e  <880008ad66523017b872b176c2597b76> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x1b16a8000 - 0x1b17a8fff TextRecognition arm64e  <ab47c812918a338aab16e10a6ad26a74> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition
0x1b18be000 - 0x1b18c7fff ContextKitExtraction arm64e  <2a757e946f303f30b8e34ab8d0085788> /System/Library/PrivateFrameworks/ContextKitExtraction.framework/ContextKitExtraction
0x1b19a5000 - 0x1b19a7fff libswiftObjectiveC.dylib arm64e  <40b9b3e993ff3884adfd026bb232fb10> /usr/lib/swift/libswiftObjectiveC.dylib
0x1b2223000 - 0x1b228efff EmailCore arm64e  <dbb27fd8a85c3880994712d424d35ba7> /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore
0x1b2be2000 - 0x1b2c2efff MIME arm64e  <e5d59c655c303f09a43977e671bcd05e> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x1b2f18000 - 0x1b2f2efff MailServices arm64e  <4819ed0afecd3a16807e228d1123f695> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x1b2fb2000 - 0x1b3036fff CoreDAV arm64e  <973b4a3dd77e3fffbf1040b19b48f831> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x1b321e000 - 0x1b322dfff MobileIcons arm64e  <51923a3374a233dd961a4498a7cb7f42> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1b361c000 - 0x1b36effff ProofReader arm64e  <e07cd922060e39d8861f251875b84cf3> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x1b495b000 - 0x1b4965fff MallocStackLogging arm64e  <5029c09e7c073cae989c8e7ae3581d44> /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging
0x1b49d1000 - 0x1b4ba1fff EmailDaemon arm64e  <c890137ad951333c81c0bab5a8611851> /System/Library/PrivateFrameworks/EmailDaemon.framework/EmailDaemon
0x1b4ba2000 - 0x1b4bedfff MetadataUtilities arm64e  <1aec53879b77371092f1bad902ca2c98> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x1b5164000 - 0x1b5197fff MailSupport arm64e  <1d6b7c58e4f931f09b270037a00d2d47> /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport
0x1b5327000 - 0x1b5386fff CoreLocationProtobuf arm64e  <66776ba19180331d804924fa6da0f10e> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1b559b000 - 0x1b55cdfff Bom arm64e  <bb0a2970254432b3831e608bf2a204f0> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1b5603000 - 0x1b560afff PushKit arm64e  <125e0837d6c43b83a972b86d473badd1> /System/Library/Frameworks/PushKit.framework/PushKit
0x1b560b000 - 0x1b5678fff PhotosFormats arm64e  <ae981e2a8517387c8412c1d99a2da60f> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x1b5812000 - 0x1b58a2fff Quagga arm64e  <cf0a7e1ad8423b80b8ad9f0ea52d5a5a> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1b58a3000 - 0x1b58abfff StudyLog arm64e  <ecb99e9ab81c39f7950f720362ad2a1b> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x1b68b4000 - 0x1b68f5fff NaturalLanguage arm64e  <2646a2a40a50363e82a5c19d8527dd53> /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage
0x1b739b000 - 0x1b73bbfff MediaStream arm64e  <78822715cf103b2091a6f7ec0e2a27a7> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x1b8050000 - 0x1b8079fff MediaConversionService arm64e  <d00cf89cdc6d3ca78db9720757c0f436> /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService
0x1b81cf000 - 0x1b8311fff CoreHandwriting arm64e  <0c68ba81d7273a7d8cc955180712a75e> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
0x1b8aff000 - 0x1b8b0afff AppleIDAuthSupport arm64e  <cd9d4db6e14337c2bc492398c8fcf462> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1b8b1a000 - 0x1b8b33fff LocalAuthentication arm64e  <e07c72e2d6cb36c4afe9108965c008f5> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x1b8b34000 - 0x1b8b3afff IOAccelerator arm64e  <b534583668773b45acb567e5f776f687> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1b8f25000 - 0x1b8f2ffff CloudPhotoServices arm64e  <be9bcc3a93e739aa836de92c6765927a> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x1b93e4000 - 0x1b9415fff libsystem_kernel.dylib arm64e  <95c83da7b2ca3c43ba7f7088c04de757> /usr/lib/system/libsystem_kernel.dylib
0x1b9659000 - 0x1b9763fff ResponseKit arm64e  <1bd88fb40a1d3c3ca32e88b8a1d41988> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
0x1b9764000 - 0x1b979efff EmojiFoundation arm64e  <d6f1cf67b1ce3e19916f96e63d7f7c62> /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation
0x1b9de5000 - 0x1b9df2fff FontServices arm64e  <b6348b2396f3398d9c3db92649639aa1> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x1b9fa3000 - 0x1b9faffff MediaAccessibility arm64e  <0e82cb0b9a4b3246ac108206f174f38c> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1ba5af000 - 0x1ba5bdfff SetupAssistantSupport arm64e  <3fcc258c6bc33924861cf45f2a2e21dc> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1ba6f5000 - 0x1ba71bfff NetAppsUtilities arm64e  <4c05b7d70a283b8c89fbfbaaac827619> /System/Library/PrivateFrameworks/NetAppsUtilities.framework/NetAppsUtilities
0x1bb953000 - 0x1bb963fff libdscsym.dylib arm64e  <8d0f7d22218437bf8f76791b62e4068d> /usr/lib/libdscsym.dylib
0x1bb964000 - 0x1bb975fff HangTracer arm64e  <963c4a68169139238c9b1169f8fbd90a> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x1bbb33000 - 0x1bbbf1fff SampleAnalysis arm64e  <9764986d2cf939f1acc8774aa0a998bf> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1bbbf2000 - 0x1bbc22fff PlugInKit arm64e  <d25b10c145f638eb80a682d5d0d50a9e> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x1bbcd1000 - 0x1bbcd2fff libSystem.B.dylib arm64e  <37501144205a386bb42936f2d10d0daf> /usr/lib/libSystem.B.dylib
0x1bbff6000 - 0x1bc04efff CalendarDaemon arm64e  <e2ee18b0e3203e428d217497b99dca7b> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x1bc146000 - 0x1bc1b6fff libarchive.2.dylib arm64e  <215c1129314137e1802ee44891c52ebf> /usr/lib/libarchive.2.dylib
0x1bc1b7000 - 0x1bc1dbfff libtailspin.dylib arm64e  <5e852129ceb933b5a0da35337eca5648> /usr/lib/libtailspin.dylib
0x1bc1dc000 - 0x1bc690fff libBNNS.dylib arm64e  <fdcf8537a890325997b98fd7378e8893> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1bc691000 - 0x1bc6d3fff SharedUtils arm64e  <dc9f7ab2f0683d26b76f1245ee8da290> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x1bc9c9000 - 0x1bcad6fff CoreMediaStream arm64e  <fe5fcf35d10e34dda095a1f06b9c764f> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x1bccef000 - 0x1bcceffff AVFoundation arm64e  <1d427b5a1f71317ba376e066aab2fb78> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x1bccf0000 - 0x1bccf0fff Accelerate arm64e  <971c6e788a583b2d823a67c8b6ae6a3e> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1bccf1000 - 0x1bcf4bfff libBLAS.dylib arm64e  <1464c5ae73d93808bf18ead962ff93b1> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1bcf4c000 - 0x1bd3f6fff libLAPACK.dylib arm64e  <da74cbf68d8e3b6baa200d0c607daf72> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1bd3f7000 - 0x1bd40bfff libLinearAlgebra.dylib arm64e  <8257b4c340bc340cb98c2174abf25583> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1bd40c000 - 0x1bd410fff libQuadrature.dylib arm64e  <7bbe6aa1587436469574eea587defbdb> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1bd411000 - 0x1bd473fff libSparse.dylib arm64e  <2612f9b0f85931f68f7cf3fe51069399> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x1bd474000 - 0x1bd485fff libSparseBLAS.dylib arm64e  <88e99ed408f838ce91481adda2d75375> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1bd486000 - 0x1bd4defff libvMisc.dylib arm64e  <51617fac7d47332d90fd0c9db90891b6> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1bd4df000 - 0x1bd4dffff vecLib arm64e  <2631ae4f1c35380595c94cc1000f29bd> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1bd4e4000 - 0x1bd4e5fff AdSupport arm64e  <c040adf1ec293ebb82aba93d579662f3> /System/Library/Frameworks/AdSupport.framework/AdSupport
0x1bdd4d000 - 0x1bdd7afff GSS arm64e  <d4eabaa126be315d9b3d6bc43ef927aa> /System/Library/Frameworks/GSS.framework/GSS
0x1bdee7000 - 0x1be039fff MLCompute arm64e  <cf34ff20a7b93f1c8071a18fcd770f39> /System/Library/Frameworks/MLCompute.framework/MLCompute
0x1be062000 - 0x1be07bfff MetalKit arm64e  <7487e30a54703725ad3764398e9d09e3> /System/Library/Frameworks/MetalKit.framework/MetalKit
0x1be07c000 - 0x1be102fff MPSImage arm64e  <43662c4a92b53c3cb009bad12d7b82f0> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1be103000 - 0x1be129fff MPSMatrix arm64e  <b7733e9cd4303b9a88c2424f57442335> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1be12a000 - 0x1be168fff MPSNDArray arm64e  <be33b81c02f0317ab73565c9048d9fc1> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray
0x1be169000 - 0x1be1b1fff MPSRayIntersector arm64e  <df0babdf4add3d0eb6f7df5c3fd6fe27> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x1be1b2000 - 0x1be1b2fff MetalPerformanceShaders arm64e  <54579591af2c331bb854c3c1e3633ebc> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1be54f000 - 0x1be54ffff MobileCoreServices arm64e  <e2b7a93bfcfa3b34b44b6cf934eeeb7a> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1bf13c000 - 0x1bf144fff OpenGLES arm64e  <d546d7af4fd633d5b3f7106c2e6e4fe2> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1bf145000 - 0x1bf146fff libCVMSPluginSupport.dylib arm64e  <cfad3820925c3df880d322c609a23dcb> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1bf147000 - 0x1bf14dfff libCoreFSCache.dylib arm64e  <243cc950c9b03b208fc64d824462a954> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1bf14e000 - 0x1bf153fff libCoreVMClient.dylib arm64e  <088d8a21563e3990bf93560679406c19> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1bf154000 - 0x1bf15dfff libGFXShared.dylib arm64e  <7a4f2f05b6ff3aaa9f2a6556d78c639e> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1bf318000 - 0x1bf3dffff PDFKit arm64e  <b7c46893e2e93bfe9768452b4d3352dd> /System/Library/Frameworks/PDFKit.framework/PDFKit
0x1bf3ef000 - 0x1bf42dfff QuickLookThumbnailing arm64e  <98ba0ae54bf535b1a0e0346352c71734> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x1bfd7c000 - 0x1bfd7cfff UIKit arm64e  <53b462928c8f32a59b1ddfa5cecd8cdc> /System/Library/Frameworks/UIKit.framework/UIKit
0x1bfe50000 - 0x1c0a27fff libfaceCore.dylib arm64e  <73bc24802904342ba75b25a677a6b029> /System/Library/Frameworks/Vision.framework/libfaceCore.dylib
0x1c0a42000 - 0x1c0a42fff VisionKit arm64e  <75abd443badb3cd4b0bacb3ffe66de4c> /System/Library/Frameworks/VisionKit.framework/VisionKit
0x1c0a43000 - 0x1c0a7ffff WatchConnectivity arm64e  <bf4e80f1c4303af4a89ac96dca64747a> /System/Library/Frameworks/WatchConnectivity.framework/WatchConnectivity
0x1c0f8c000 - 0x1c0f8ffff AFKUser arm64e  <6b48cf6527f0308aaff2dccd565ff2e0> /System/Library/PrivateFrameworks/AFKUser.framework/AFKUser
0x1c1054000 - 0x1c12dbfff ANECompiler arm64e  <762e76d7b9d73825abce7362a460b65e> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler
0x1c12dc000 - 0x1c12f0fff ANEServices arm64e  <614d750e6e4237d6b9e7f47d48f79391> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x1c12f5000 - 0x1c13b2fff APFS arm64e  <a4c1e2252185306caeacfe5d20a7d149> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x1c13b3000 - 0x1c13b9fff ASEProcessing arm64e  <2824dda045cb3911a3df672086708f4c> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x1c1beb000 - 0x1c1bf0fff AggregateDictionary arm64e  <ed017cc73e12313c88ab8281ab11e7c0> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1c1d7e000 - 0x1c1e57fff AirPlaySync arm64e  <7b36eb5798e03db798c726cc79743b02> /System/Library/PrivateFrameworks/AirPlaySync.framework/AirPlaySync
0x1c1f63000 - 0x1c1f7ffff AlgosScoreFramework arm64e  <b29de407a2993ab49f2a09461a6df3f7> /System/Library/PrivateFrameworks/AlgosScoreFramework.framework/AlgosScoreFramework
0x1c20b1000 - 0x1c2223fff AppC3D arm64e  <5cf79dbcedd13f948e0523f11df44ee8> /System/Library/PrivateFrameworks/AppC3D.framework/AppC3D
0x1c2224000 - 0x1c2247fff AppConduit arm64e  <6aab29e7f7f73b4d83074a71bded81a0> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x1c2350000 - 0x1c235afff AppStoreOverlays arm64e  <a66502e3e90737ce823c5efe62df0439> /System/Library/PrivateFrameworks/AppStoreOverlays.framework/AppStoreOverlays
0x1c3668000 - 0x1c3677fff AppleFSCompression arm64e  <1bf7f18f32ee30179b4a770467797085> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1c3684000 - 0x1c36a8fff AppleIDSSOAuthentication arm64e  <6ccad7bc4a67372aa0051bd94dfcafcc> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1c36a9000 - 0x1c36eefff AppleJPEG arm64e  <957dfaa0ff253c7095d18ea2331f98d0> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1c377a000 - 0x1c378ffff AppleNeuralEngine arm64e  <8d289eaaf6e73f6e8ff9bb1b01a5f09f> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x1c3799000 - 0x1c37bdfff AppleSauce arm64e  <94b496c2f3c7398dbd8fd1049f137e1c> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1c37ee000 - 0x1c380cfff AssetCacheServices arm64e  <a908eddb1056337b890395815b01bd93> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x1c3d70000 - 0x1c3d7ffff BluetoothManager arm64e  <1047978493393a63850aa79c6704dccd> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x1c402c000 - 0x1c4036fff CMCaptureCore arm64e  <45a6c05ee6c43367b42216ac3c73b817> /System/Library/PrivateFrameworks/CMCaptureCore.framework/CMCaptureCore
0x1c4037000 - 0x1c404efff CPAnalytics arm64e  <2f9ebde5500338af855a37579d139d70> /System/Library/PrivateFrameworks/CPAnalytics.framework/CPAnalytics
0x1c4051000 - 0x1c4060fff CPMS arm64e  <07a900f3278c3ffbb19548fc0829de50> /System/Library/PrivateFrameworks/CPMS.framework/CPMS
0x1c4061000 - 0x1c4071fff CTCarrierSpace arm64e  <ebe97e11144e3df7a0f539205748a5e1> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x1c4387000 - 0x1c4392fff CaptiveNetwork arm64e  <95193bcdbc8b39b5aa6352d3a757c083> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x1c451f000 - 0x1c4544fff CellularPlanManager arm64e  <17bbd4ccbb783e779ae367a02c1824f1> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x1c455d000 - 0x1c4565fff CertUI arm64e  <32acdb387d9f38549bc73b4d742514d5> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x1c456e000 - 0x1c45befff ChunkingLibrary arm64e  <7934bd069f783c47a232c823919d92cf> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1c49e5000 - 0x1c49ecfff CommonAuth arm64e  <4cd9dc3ac1ad328ca5c8bbd39b900d0f> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x1c49ed000 - 0x1c49f1fff CommunicationsFilter arm64e  <83b0ccae82293091a3e8688416815b88> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x1c4ac7000 - 0x1c4acafff ConstantClasses arm64e  <25ee00025fee30fcb5beaea1cee4ffb2> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x1c4ad4000 - 0x1c4b15fff ContactsAutocomplete arm64e  <ed7abccfb5d13bb0bb2c8d01993ccea8> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
0x1c4b1c000 - 0x1c4b99fff ContactsUICore arm64e  <cfab1bcd51ea3e05b134347a941c4362> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x1c4d1f000 - 0x1c4e16fff CoreBrightness arm64e  <800e204f6a493e7a990259e8703b0ca6> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1c4e84000 - 0x1c4e93fff CoreDuetDaemonProtocol arm64e  <a855c046fc733a25b8451fcc42f8bd17> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1c4e96000 - 0x1c4e98fff CoreDuetDebugLogging arm64e  <54fe7981f39f3545ab9b2ffa411a6f3b> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1c4ea7000 - 0x1c4eb9fff CoreEmoji arm64e  <9300e50c70013f7397986f4aa7d63e97> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1c54e9000 - 0x1c54edfff CoreOptimization arm64e  <c2adf8b15e7434f2aff873f03887c1b5> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x1c54ee000 - 0x1c55abfff CorePDF arm64e  <165ab935faa530b9871f5fc25d99cdd7> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x1c55ac000 - 0x1c55b4fff CorePhoneNumbers arm64e  <970ecc3c699733c4b01c320a82ed88d0> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x1c55b5000 - 0x1c560cfff CorePrediction arm64e  <8fdcfe7f7276350386b4d80febe811d4> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1c5f4e000 - 0x1c5f59fff CoreRecents arm64e  <2b297a346666366d86b8506a2dcc8bdd> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x1c5fe0000 - 0x1c600afff CoreSVG arm64e  <c59085f22f2631a2815ccd2db93c6808> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG
0x1c6203000 - 0x1c6210fff DCIMServices arm64e  <0de00cd084e739809e0964e294e989ea> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x1c6227000 - 0x1c6265fff DataDetectorsNaturalLanguage arm64e  <a4e6bddabdeb37bdbbd508b179bff674> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage
0x1c62c3000 - 0x1c62edfff DeviceIdentity arm64e  <cb2548061e4c3688a5b95d8a91713beb> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1c64b0000 - 0x1c6582fff DocumentCamera arm64e  <69e0bbcc3721322b83be858a592ca414> /System/Library/PrivateFrameworks/DocumentCamera.framework/DocumentCamera
0x1c6583000 - 0x1c65bffff DocumentManager arm64e  <7aec55434d0a3521b97b89180fd21bae> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x1c65c0000 - 0x1c65e0fff DocumentManagerCore arm64e  <93aa677d642935238bb9cf73e2e17efe> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x1c666b000 - 0x1c666dfff DragUI arm64e  <906466c290e837d781a698af36e35e12> /System/Library/PrivateFrameworks/DragUI.framework/DragUI
0x1c669d000 - 0x1c66cefff EAP8021X arm64e  <06a82d19ecc23af986072672662d91a6> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1c66e5000 - 0x1c66effff EmailAddressing arm64e  <afddccf004433f8eab3ab44d63c13dd7> /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing
0x1c66fe000 - 0x1c6713fff Engram arm64e  <400f766d54c434c68602bda8e3bbc324> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1c6854000 - 0x1c685bfff ExtensionFoundation arm64e  <8a637c247c3b391487bcda7b2aebe81e> /System/Library/PrivateFrameworks/ExtensionFoundation.framework/ExtensionFoundation
0x1c69ef000 - 0x1c69f7fff FSEvents arm64e  <7d528db7ec153f98a2b96794cf362775> /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents
0x1c69f8000 - 0x1c6a17fff FTAWD arm64e  <37d5cda17b093981a66dc4b4ea006597> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x1c6a18000 - 0x1c6a1bfff FTClientServices arm64e  <8a3b6bb9162030f2bd9500a0ea129b0f> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x1c6a1c000 - 0x1c6e30fff FaceCore arm64e  <bfad744ed6fd35a2a17175912bc9ba85> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1c6e39000 - 0x1c6e3efff FeatureFlagsSupport arm64e  <342253db28de36c2a6df9c12ff43b050> /System/Library/PrivateFrameworks/FeatureFlagsSupport.framework/FeatureFlagsSupport
0x1c6fea000 - 0x1c712cfff libFontParser.dylib arm64e  <21337d8832303f86ad0d2282c76c083c> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1c712d000 - 0x1c7135fff libGSFont.dylib arm64e  <d858bf831ee3376aa15becdb7459334b> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib
0x1c7136000 - 0x1c7173fff libGSFontCache.dylib arm64e  <ebac76b62f0b3e2c8035f06c1a3da2dc> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1c71da000 - 0x1c71e7fff libhvf.dylib arm64e  <a5fbe63945cb3c049186fa5b79e5ad7e> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x1c720f000 - 0x1c7227fff Futhark arm64e  <3e797fc1497c32108bb3a9fe520cd9e0> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x1c7ea9000 - 0x1c7ec8fff GenerationalStorage arm64e  <8d29aaed47d9338eb29c344915e9b319> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1c7ec9000 - 0x1c7ed6fff GraphVisualizer arm64e  <261e00be31a33d51a9ffd1d80158e9da> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1c7f03000 - 0x1c7f0ffff HID arm64e  <c55a884675553f90908b3fbe51da8880> /System/Library/PrivateFrameworks/HID.framework/HID
0x1c81a2000 - 0x1c8214fff Heimdal arm64e  <a450404bb95f352db1ed678588740939> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x1c89a4000 - 0x1c89adfff IOKitten arm64e  <6509bfab074f36329b222160a9c4a0e8> /System/Library/PrivateFrameworks/IOKitten.framework/IOKitten
0x1c89ae000 - 0x1c89b0fff IOSurfaceAccelerator arm64e  <25f3c0e644c03f2a8fc52159c4a32d1b> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1c89db000 - 0x1c89e2fff IdleTimerServices arm64e  <9926fb360c5d370e962b57a5b5cb6f43> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x1c8ab7000 - 0x1c8ac4fff IntentsFoundation arm64e  <46dfb1f28ccf36359bc1c8a0d667160f> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1c8adf000 - 0x1c8ae1fff InternationalTextSearch arm64e  <e6308cd93e9f313bb4c33d7add8cca5b> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1c8ae2000 - 0x1c8afffff IntlPreferences arm64e  <1a88bcbc2e413d99ba89417cba566a7a> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1c8d77000 - 0x1c8d7efff LinguisticData arm64e  <c378acc6375e3df382bffe144154a8d6> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x1c8fcf000 - 0x1c8fcffff Marco arm64e  <d3252e9c24593c898b55d1b45baa33d0> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1c9a41000 - 0x1c9b13fff MetalTools arm64e  <b48f3bce02d83204b365a43cac56109c> /System/Library/PrivateFrameworks/MetalTools.framework/MetalTools
0x1c9ba3000 - 0x1c9bb7fff MobileBluetooth arm64e  <3e71c5af21913d928b7e02d3f9aa7888> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x1c9c3a000 - 0x1c9c40fff MobileSystemServices arm64e  <a0fd91d4915e3ba0bbe243396de7a647> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1c9ffb000 - 0x1ca001fff Netrb arm64e  <ad4abbf43b643b84a3534ff8f90486ef> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1ca0c2000 - 0x1ca0dcfff NetworkStatistics arm64e  <01494ec57ab6381187f77faf882849ff> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x1ca1ba000 - 0x1ca1fbfff OTSVG arm64e  <491ddca6cfd436d7b682fc8cc2ba03c6> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x1ca850000 - 0x1ca87cfff Pasteboard arm64e  <aeec592fdc7335b79db5ebbc750a783c> /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard
0x1ca8ae000 - 0x1ca8bafff PersonaKit arm64e  <77822e7a4cd43d7d90adcc16339624c3> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1ca8bb000 - 0x1ca8c8fff PersonaUI arm64e  <1efc56d076483d7784777efee76b79af> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
0x1ca900000 - 0x1ca900fff PhoneNumbers arm64e  <141f0efec16d3091b5ab3af797bd1636> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1caad0000 - 0x1cab10fff PhotosImagingFoundation arm64e  <616af61d86ee3a55883a7aae5e4697cc> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
0x1cab11000 - 0x1cab5dfff PhysicsKit arm64e  <3b28e65a16cc3ad68b805b45d80e6bd2> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x1cac1e000 - 0x1cac29fff PointerUIServices arm64e  <787c453f7b193efda94db30efd9e4d80> /System/Library/PrivateFrameworks/PointerUIServices.framework/PointerUIServices
0x1cc11c000 - 0x1cc127fff RTCReporting arm64e  <fe31a4ca7f4b3ba2b7fa17fda9453ee0> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1cc52b000 - 0x1cc52ffff RevealCore arm64e  <76e120298fcd33edb9c93cfff21a2093> /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore
0x1cdf9e000 - 0x1cdfa8fff SignpostCollection arm64e  <e7a991ca0d9930e493a740442d51b429> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1cdfa9000 - 0x1cdfa9fff SignpostMetrics arm64e  <36bf70dd8be6397a963db3b3e9a0482e> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics
0x1cdfab000 - 0x1cdfecfff SignpostSupport arm64e  <ab647fbecb023f5fbc80c14811f45331> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1ceb08000 - 0x1ceb08fff SoftLinking arm64e  <9d63f4cc6ab8307096d71823e34d7275> /System/Library/PrivateFrameworks/SoftLinking.framework/SoftLinking
0x1cf009000 - 0x1cf047fff StreamingZip arm64e  <4be794cca2973a0fb01696cedc2d4740> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1cf04f000 - 0x1cf059fff SymptomDiagnosticReporter arm64e  <85263b47543435e7b5b8e3d0beecc495> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1cf08b000 - 0x1cf0a7fff SymptomPresentationFeed arm64e  <d065cf42437b32deab82d869af6c7b1e> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomPresentationFeed.framework/SymptomPresentationFeed
0x1cf0e7000 - 0x1cf0f7fff TCC arm64e  <62793f6548eb3781a6c6fbb2664ddc9e> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1cf9fe000 - 0x1cfab2fff TextureIO arm64e  <dc08cfe28cc733f996f5f352b83596e1> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1cfce0000 - 0x1cfce7fff URLFormatting arm64e  <64f89fa503863dcba8dea9754bd7e072> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x1d0fb8000 - 0x1d0fb9fff WatchdogClient arm64e  <b14a35cf2bb33a02bcfb0fc9b223dbe0> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient
0x1d129e000 - 0x1d19dafff libwebrtc.dylib arm64e  <32d0d5303cf631e5a14773a69054a8d6> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1d1fb5000 - 0x1d1fb8fff XCTTargetBootstrap arm64e  <87e5f6d1a5b43a4d986691ddd6949f8f> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x1d203e000 - 0x1d205dfff caulk arm64e  <624d829753363ec9929611c120fb7775> /System/Library/PrivateFrameworks/caulk.framework/caulk
0x1d45d2000 - 0x1d45d7fff kperf arm64e  <981f8f1742ae3eacaf29e42f50081e49> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1d45d8000 - 0x1d45e0fff kperfdata arm64e  <ca9efc82ec6b3ac48241930904239a31> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1d45e1000 - 0x1d45f7fff libEDR arm64e  <0dcb23211d723cffbcb110ce6979aab8> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1d4610000 - 0x1d4621fff perfdata arm64e  <495e4891424e3177a60d35fa49315791> /System/Library/PrivateFrameworks/perfdata.framework/perfdata
0x1d4622000 - 0x1d4653fff vCard arm64e  <4aa540e5b40f31208fbd80cc50412325> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1d4f81000 - 0x1d4fbdfff libAWDSupport.dylib arm64e  <e8a4782d30743c9491abca915d7390ab> /usr/lib/libAWDSupport.dylib
0x1d4fbe000 - 0x1d5379fff libAWDSupportFramework.dylib arm64e  <0a9c24f75fb931bf98b7f0294debdf48> /usr/lib/libAWDSupportFramework.dylib
0x1d54f8000 - 0x1d5507fff libAudioStatistics.dylib arm64e  <c9b0f85a06e435e3b3a5f70572f7145c> /usr/lib/libAudioStatistics.dylib
0x1d56a9000 - 0x1d56dcfff libCRFSuite.dylib arm64e  <bdfefba3521332aeb328814fbe6673de> /usr/lib/libCRFSuite.dylib
0x1d56dd000 - 0x1d56defff libCTGreenTeaLogger.dylib arm64e  <5876a9f48b1239dcb7a68e9b0b96cc85> /usr/lib/libCTGreenTeaLogger.dylib
0x1d56df000 - 0x1d56e9fff libChineseTokenizer.dylib arm64e  <bb7e5234df193083b861fa1de92a680a> /usr/lib/libChineseTokenizer.dylib
0x1d59a0000 - 0x1d59a7fff libIOReport.dylib arm64e  <99378aec8db53f85b14d564784480650> /usr/lib/libIOReport.dylib
0x1d5a23000 - 0x1d5a2afff libMatch.1.dylib arm64e  <4b76b41ee65330b5ab4b053ed9331408> /usr/lib/libMatch.1.dylib
0x1d5b47000 - 0x1d5b48fff libThaiTokenizer.dylib arm64e  <2d141137198a38e8a23552764b89650d> /usr/lib/libThaiTokenizer.dylib
0x1d5dbe000 - 0x1d5dc0fff libapp_launch_measurement.dylib arm64e  <dd7f86ac570e35b7bc6059c9d9e68118> /usr/lib/libapp_launch_measurement.dylib
0x1d5dc1000 - 0x1d5dd7fff libapple_nghttp2.dylib arm64e  <f63c55ede58a34b9bfeb47b0100e2ce1> /usr/lib/libapple_nghttp2.dylib
0x1d5dd8000 - 0x1d5e69fff libate.dylib arm64e  <0480072585a23b4faedfee55a0507a51> /usr/lib/libate.dylib
0x1d5efb000 - 0x1d5f0bfff libbsm.0.dylib arm64e  <69a08060b3353bffb46ce624360d68cc> /usr/lib/libbsm.0.dylib
0x1d5f0c000 - 0x1d5f18fff libbz2.1.0.dylib arm64e  <5976e1ba75043223b6c779b559493ae3> /usr/lib/libbz2.1.0.dylib
0x1d5f19000 - 0x1d5f19fff libcharset.1.dylib arm64e  <df13e89bde7a319fbe48aaa4eeb3a06d> /usr/lib/libcharset.1.dylib
0x1d5f1a000 - 0x1d5f2bfff libcmph.dylib arm64e  <cebffdffd7d63e1a99117d84e7c5bf61> /usr/lib/libcmph.dylib
0x1d5f2c000 - 0x1d5f43fff libcompression.dylib arm64e  <3dd8e20319103207bd0ed4012adc2e27> /usr/lib/libcompression.dylib
0x1d5f44000 - 0x1d5f5afff libcoretls.dylib arm64e  <412c627dbcd43363a5eb8adac64d5df8> /usr/lib/libcoretls.dylib
0x1d5f5b000 - 0x1d5f5cfff libcoretls_cfhelpers.dylib arm64e  <8c86770bd9a33edfb44a5e65a6e83121> /usr/lib/libcoretls_cfhelpers.dylib
0x1d5f80000 - 0x1d5f87fff libcupolicy.dylib arm64e  <bba43146d1cf38a9b8944d29e5681676> /usr/lib/libcupolicy.dylib
0x1d5f88000 - 0x1d5f8ffff libdns_services.dylib arm64e  <7051d8e3117435fcaadf13e99c463df1> /usr/lib/libdns_services.dylib
0x1d5fae000 - 0x1d5faefff libenergytrace.dylib arm64e  <cef8a8bac01d347393e320089cd973de> /usr/lib/libenergytrace.dylib
0x1d5faf000 - 0x1d5fc8fff libexpat.1.dylib arm64e  <8458b56730553db481512430799b2917> /usr/lib/libexpat.1.dylib
0x1d5ff3000 - 0x1d5ff7fff libgermantok.dylib arm64e  <15c56423f081367a9b3e46402d005b9c> /usr/lib/libgermantok.dylib
0x1d5ff8000 - 0x1d5ffdfff libheimdal-asn1.dylib arm64e  <9703f2434cb434f9b71b1d5ddd3a9b81> /usr/lib/libheimdal-asn1.dylib
0x1d5ffe000 - 0x1d60f3fff libiconv.2.dylib arm64e  <7e67d18aad88314aba3f8fad76db01c2> /usr/lib/libiconv.2.dylib
0x1d6112000 - 0x1d6113fff liblangid.dylib arm64e  <d7b530c8695635b39a2ad9cc02cfd852> /usr/lib/liblangid.dylib
0x1d6114000 - 0x1d611ffff liblockdown.dylib arm64e  <d526de59f7cf32b2895d043c3e86fa52> /usr/lib/liblockdown.dylib
0x1d6120000 - 0x1d6138fff liblzma.5.dylib arm64e  <941ac4cea9ef3920a3405459df591e1d> /usr/lib/liblzma.5.dylib
0x1d6167000 - 0x1d61bcfff libmecab.dylib arm64e  <b278e000b687372da3c326f1b8a6ed45> /usr/lib/libmecab.dylib
0x1d61bd000 - 0x1d63f4fff libmecabra.dylib arm64e  <14b748c439173265bcc22e129ee4202f> /usr/lib/libmecabra.dylib
0x1d63f5000 - 0x1d6408fff libmis.dylib arm64e  <38c42078d81d34ff9768847e136f5f35> /usr/lib/libmis.dylib
0x1d6409000 - 0x1d641efff libnetworkextension.dylib arm64e  <bc11992719a73d16a249777f852d4ffc> /usr/lib/libnetworkextension.dylib
0x1d67c9000 - 0x1d6803fff libpcap.A.dylib arm64e  <0b09f71d72a633bdaae06ba301e3a6bf> /usr/lib/libpcap.A.dylib
0x1d6804000 - 0x1d6812fff libperfcheck.dylib arm64e  <3209b947b0b63dfd8d7fa82db852e8f3> /usr/lib/libperfcheck.dylib
0x1d681a000 - 0x1d682cfff libprequelite.dylib arm64e  <895b10fdf9bf3694a072dddea896ef9c> /usr/lib/libprequelite.dylib
0x1d682d000 - 0x1d683ffff libprotobuf-lite.dylib arm64e  <e00cf97cb73335a7a7fe644741c836c7> /usr/lib/libprotobuf-lite.dylib
0x1d6840000 - 0x1d68a2fff libprotobuf.dylib arm64e  <d84817afdb2733b3b0800e0471280f5e> /usr/lib/libprotobuf.dylib
0x1d68a3000 - 0x1d6902fff libquic.dylib arm64e  <b5a9deb40d0a32d287dbb354e58b8694> /usr/lib/libquic.dylib
0x1d6903000 - 0x1d691bfff libresolv.9.dylib arm64e  <dd07d5f9399e308092f98e494eab2d86> /usr/lib/libresolv.9.dylib
0x1d691c000 - 0x1d691efff libsandbox.1.dylib arm64e  <69ad3945a8e339a19aae15ab81e2e931> /usr/lib/libsandbox.1.dylib
0x1d6968000 - 0x1d696bfff libutil.dylib arm64e  <854f760a2ad6375e8582d190903cdef4> /usr/lib/libutil.dylib
0x1d696c000 - 0x1d6a57fff libxml2.2.dylib arm64e  <7663cdaa843d3a63a6975d34e2045591> /usr/lib/libxml2.2.dylib
0x1d6a86000 - 0x1d6a97fff libz.1.dylib arm64e  <f071e04855e63942a3bcb3fdb85fd324> /usr/lib/libz.1.dylib
0x1d6b88000 - 0x1d6b88fff libswiftCoreFoundation.dylib arm64e  <9265bb891f9032208a1425f57a2adf87> /usr/lib/swift/libswiftCoreFoundation.dylib
0x1d6be2000 - 0x1d6bebfff libswiftDarwin.dylib arm64e  <5807f42dfda437208ff708a42d33566e> /usr/lib/swift/libswiftDarwin.dylib
0x1d6ce9000 - 0x1d6ceefff libcache.dylib arm64e  <e8008b66f5e93d40a485fc01e4005de8> /usr/lib/system/libcache.dylib
0x1d6cef000 - 0x1d6cfcfff libcommonCrypto.dylib arm64e  <2642db07006d3e4da311aaa8a3765aa3> /usr/lib/system/libcommonCrypto.dylib
0x1d6cfd000 - 0x1d6d00fff libcompiler_rt.dylib arm64e  <11006ab7252c34288b4bb752d35170b3> /usr/lib/system/libcompiler_rt.dylib
0x1d6d01000 - 0x1d6d09fff libcopyfile.dylib arm64e  <c0ac35bc1fa6375fbc02457fc85bf2f1> /usr/lib/system/libcopyfile.dylib
0x1d6def000 - 0x1d6deffff liblaunch.dylib arm64e  <533ec8c5aade3debaad3ab3a13505298> /usr/lib/system/liblaunch.dylib
0x1d6df0000 - 0x1d6df5fff libmacho.dylib arm64e  <ff7ec7be2e073304a6b671f5443105f3> /usr/lib/system/libmacho.dylib
0x1d6df6000 - 0x1d6df8fff libremovefile.dylib arm64e  <57a846953c1c3fd088d1306786bcff80> /usr/lib/system/libremovefile.dylib
0x1d6df9000 - 0x1d6dfafff libsystem_blocks.dylib arm64e  <460d7d6f783a3e588e34dec38eae1938> /usr/lib/system/libsystem_blocks.dylib
0x1d6dfb000 - 0x1d6dfdfff libsystem_collections.dylib arm64e  <6bbbbbef813d3fe498018ca5a772e7ad> /usr/lib/system/libsystem_collections.dylib
0x1d6dfe000 - 0x1d6e02fff libsystem_configuration.dylib arm64e  <0c1135ceb3f73af280dc4c5f0683687e> /usr/lib/system/libsystem_configuration.dylib
0x1d6e03000 - 0x1d6e15fff libsystem_containermanager.dylib arm64e  <fcc1a0a9fef73d0aa26cf14c40c7018b> /usr/lib/system/libsystem_containermanager.dylib
0x1d6e16000 - 0x1d6e17fff libsystem_coreservices.dylib arm64e  <0a689c1f686e36438d53b96905739505> /usr/lib/system/libsystem_coreservices.dylib
0x1d6e18000 - 0x1d6e21fff libsystem_darwin.dylib arm64e  <79c4abecdb93344baf9177d91ddc7a64> /usr/lib/system/libsystem_darwin.dylib
0x1d6e22000 - 0x1d6e2afff libsystem_dnssd.dylib arm64e  <0ba7db32bd5e3e05a500c78112b5f2c6> /usr/lib/system/libsystem_dnssd.dylib
0x1d6e2b000 - 0x1d6e2dfff libsystem_featureflags.dylib arm64e  <9276d11149903a068474c9051685b4d5> /usr/lib/system/libsystem_featureflags.dylib
0x1d6e2e000 - 0x1d6e5bfff libsystem_m.dylib arm64e  <14e5ee34a36e3891b4c2d42cdc33511e> /usr/lib/system/libsystem_m.dylib
0x1d6e5c000 - 0x1d6e62fff libsystem_platform.dylib arm64e  <ad0293661e3032cd8e4ca025b49e513b> /usr/lib/system/libsystem_platform.dylib
0x1d6e63000 - 0x1d6e63fff libsystem_product_info_filter.dylib arm64e  <953dfc0db6423864b345dbde8efb5862> /usr/lib/system/libsystem_product_info_filter.dylib
0x1d6e64000 - 0x1d6e6ffff libsystem_pthread.dylib arm64e  <85aa620c0b543f75b11f0d45cdd71628> /usr/lib/system/libsystem_pthread.dylib
0x1d6e70000 - 0x1d6e73fff libsystem_sandbox.dylib arm64e  <416cf773b03c39ba86787a7af263eed3> /usr/lib/system/libsystem_sandbox.dylib
0x1d6e74000 - 0x1d6e7efff libunwind.dylib arm64e  <65659b257a80323faf04023c255731b7> /usr/lib/system/libunwind.dylib
0x1d6e7f000 - 0x1d6eb5fff libxpc.dylib arm64e  <3b74544bb441312d8a64dd5a3e60e74e> /usr/lib/system/libxpc.dylib
0x1d6f58000 - 0x1d6f73fff AccessibilitySettingsLoader arm64e  <078e2e831d0d3920962b4c87dca62e4b> /System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader
0x1d927d000 - 0x1d928ffff SpotlightLinguistics arm64e  <78ccd543ceb03f9d9588df5188835a21> /System/Library/PrivateFrameworks/SpotlightLinguistics.framework/SpotlightLinguistics

EOF


Thanks for your time
Accepted Answer
Code Block  Exception Type:  EXC_BAD_ACCESS (SIGSEGV)Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000000


This indicates that your app crash because it tried to referenced NULL.

Code Block  0   CoreFoundation … CFStringGetLength + 8 (CFString.c:2396)1   MOTP Client    … CGPKCS5_PBKDF2_gen_keyiv + 200 (CGCryptoLib.c:3082)


Frame 0 shows that it crashed in CFStringGetLength. That function only has one parameter, the string itself, so it’s likely that was nil. So you then need to look to its caller, that is, frame 1. This is your code, and you should debug things from there. Look at line 3082 of CGCryptoLib.c and work back through the code to find out where the nil string came from.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

This is crash log :-

Crashed: NSManagedObjectContext 0x2837bb400 0 libobjc.A.dylib 0x4820 objc_msgSend + 32 1 CoreData 0x5837c -[NSManagedObjectContext dispose:] + 400 2 CoreData 0x58098 -[NSManagedObjectContext dealloc] + 604 3 CoreData 0x57d7c __internalBlockToDeallocNSManagedObjectContext_block_invoke + 56 4 CoreData 0x2074c developerSubmittedBlockToNSManagedObjectContextPerform + 156 5 libdispatch.dylib 0x4300 _dispatch_client_callout + 20 6 libdispatch.dylib 0xb894 _dispatch_lane_serial_drain + 748 7 libdispatch.dylib 0xc3c4 _dispatch_lane_invoke + 380 8 libdispatch.dylib 0x17004 _dispatch_root_queue_drain_deferred_wlh + 288 9 libdispatch.dylib 0x16878 _dispatch_workloop_worker_thread + 404 10 libsystem_pthread.dylib 0x1964 _pthread_wqthread + 288 11 libsystem_pthread.dylib 0x1a04 start_wqthread + 8

iOS14 Crash (EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x0000000000000000)
 
 
Q