firebase / firebase-ios-sdk

Firebase SDK for Apple App Development
https://firebase.google.com
Apache License 2.0
5.67k stars 1.49k forks source link

[FIRASqliteStore executeSQLStatement:error:] sqlite _os_unfair_lock_unowned_abort crashes #5503

Open elefantel opened 4 years ago

elefantel commented 4 years ago

Step 0: Are you in the right place?

[REQUIRED] Step 1: Describe your environment

[REQUIRED] Step 2: Describe the problem

Steps to reproduce:

We are getting a lot of crashes from [FIRASqliteStore executeSQLStatement:error:]. It seems to be a threading issue but it is difficult to reproduce, but two things are the common denominator in all the crashes:

1) sqlite3 2) _os_unfair_lock_unowned_abort

We are not working with sqlite3 directly in our codebase but use Core Data for our persistence. What we have noticed though is that FIRASqliteStore crashes tend to include (not always) mParticle_Apple_SDK and vice versa and always have both sqlite3 and _os_unfair_lock_unowned_abort entries in the logs. We are wondering if it it may be because of a race condition in sqlite3 between the two SDKs we have in our app?

We have been having the crashes since early last year, so not much to do with the latest versions per se.

Relevant Code:

Incident Identifier: 3CBE4AB5-EE8C-4351-8B4C-C2C52B8BC449
CrashReporter Key:   1d2ef4ec78a2be02a000c772cf5a9dee2b783b4c
Hardware Model:      iPhone10,5
Process:             App [1438]
Path:                /private/var/containers/Bundle/Application/3A5E4737-1D89-46E4-825B-635255B68C0B/path-to-app
Identifier:          za.co.xxx
Version:             38 (6.9.0)
AppStoreTools:       11E146
AppVariant:          1:iPhone10,5:13
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           za.co.xxx [708]

Date/Time:           2020-04-24 11:40:55.5953 +0200
Launch Time:         2020-04-24 11:40:54.1661 +0200
OS Version:          iPhone OS 13.4 (17E255)
Release Type:        User
Baseband Version:    3.04.02
Report Version:      104

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000001, 0x000000019cf6a5c0
Termination Signal: Trace/BPT trap: 5
Termination Reason: Namespace SIGNAL, Code 0x5
Terminating Process: exc handler [1438]
Triggered by Thread:  4

Thread 0 name:
Thread 0:
0   libsystem_kernel.dylib          0x000000019d035198 mach_msg_trap + 8
1   libsystem_kernel.dylib          0x000000019d03460c mach_msg + 72 (mach_msg.c:103)
2   libdispatch.dylib               0x000000019cefb8bc _dispatch_mach_send_and_wait_for_reply + 560 (mach.c:830)
3   libdispatch.dylib               0x000000019cefbc78 dispatch_mach_send_with_result_and_wait_for_reply$VARIANT$armv81 + 52 (mach.c:2006)
4   libxpc.dylib                    0x000000019ce289d8 xpc_connection_send_message_with_reply_sync + 236 (connection.c:829)
5   Foundation                      0x000000019d74ca20 __NSXPCCONNECTION_IS_WAITING_FOR_A_SYNCHRONOUS_REPLY__ + 12 (NSXPCConnection.m:178)
6   Foundation                      0x000000019d5282dc -[NSXPCConnection _sendInvocation:orArguments:count:methodSignature:selector:withProxy:] + 2556 (NSXPCConnection.m:1441)
7   Foundation                      0x000000019d5359bc -[NSXPCConnection _sendSelector:withProxy:arg1:arg2:] + 136 (NSXPCConnection.m:1078)
8   Foundation                      0x000000019d7536f8 _NSXPCDistantObjectSimpleMessageSend2 + 40 (NSXPCDistantObject.m:262)
9   UserNotifications               0x00000001a45dd878 __81-[UNUserNotificationServiceConnection notificationCategoriesForBundleIdentifier:]_block_invoke + 212 (UNUserNotificationServiceConnection.m:154)
10  libdispatch.dylib               0x000000019cf27524 _dispatch_client_callout + 16 (object.m:495)
11  libdispatch.dylib               0x000000019cf0b1fc _dispatch_lane_barrier_sync_invoke_and_complete + 56 (queue.c:996)
12  UserNotifications               0x00000001a45dd73c -[UNUserNotificationServiceConnection notificationCategoriesForBundleIdentifier:] + 284 (UNUserNotificationServiceConnection.m:153)
13  UserNotifications               0x00000001a45da8ec -[UNUserNotificationCenter notificationCategories] + 64 (UNUserNotificationCenter.m:124)
14  UIKitCore                       0x00000001a1328bb0 -[UIApplication currentUserNotificationSettings] + 92 (UIApplication.m:12757)
15  App                             0x00000001030ccdbc AppDelegate.applicationDidBecomeActive(_:) + 1472 (AppDelegate.swift:91)
16  App                             0x00000001030ccf68 @objc AppDelegate.applicationDidBecomeActive(_:) + 48 (<compiler-generated>:0)
17  UIKitCore                       0x00000001a13015c8 -[UIApplication _stopDeactivatingForReason:] + 1160 (UIApplication.m:1976)
18  UIKitCore                       0x00000001a0ab1a30 -[_UISceneLifecycleMultiplexer _performBlock:withApplicationOfDeactivationReasons:fromReasons:] + 428 (_UISceneLifecycleMultiplexer.m:104)
19  UIKitCore                       0x00000001a0ab1d7c -[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionSto... + 740 (_UISceneLifecycleMultiplexer.m:500)
20  UIKitCore                       0x00000001a0ab163c -[_UISceneLifecycleMultiplexer uiScene:transitionedFromState:withTransitionContext:] + 336 (_UISceneLifecycleMultiplexer.m:406)
21  UIKitCore                       0x00000001a0ab5ad8 __186-[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsFo... + 188 (_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction.m:102)
22  UIKitCore                       0x00000001a0e84dd4 +[BSAnimationSettings(UIKit) tryAnimatingWithSettings:actions:completion:] + 812 (BSAnimationSettings+UIKit.m:50)
23  UIKitCore                       0x00000001a0f79e7c _UISceneSettingsDiffActionPerformChangesWithTransitionContext + 244 (_UISceneSettingsDiffAction.m:43)
24  UIKitCore                       0x00000001a0ab5834 __186-[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsFo... + 140 (_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction.m:87)
25  UIKitCore                       0x00000001a0f79d78 _UISceneSettingsDiffActionPerformActionsWithDelayForTransitionContext + 100 (_UISceneSettingsDiffAction.m:35)
26  UIKitCore                       0x00000001a0ab569c -[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUISc... + 376 (_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction.m:85)
27  UIKitCore                       0x00000001a0924f2c __64-[UIScene scene:didUpdateWithDiff:transitionContext:completion:]_block_invoke + 636 (UIScene.m:1340)
28  UIKitCore                       0x00000001a0923acc -[UIScene _emitSceneSettingsUpdateResponseForCompletion:afterSceneUpdateWork:] + 248 (UIScene.m:1073)
29  UIKitCore                       0x00000001a0924c64 -[UIScene scene:didUpdateWithDiff:transitionContext:completion:] + 220 (UIScene.m:1317)
30  UIKitCore                       0x00000001a0eaa6f4 -[UIApplicationSceneClientAgent scene:handleEvent:withCompletion:] + 464 (UIApplicationSceneClientAgent.m:80)
31  FrontBoardServices              0x00000001a23dbc98 -[FBSSceneImpl updater:didUpdateSettings:withDiff:transitionContext:completion:] + 528 (FBSSceneImpl.m:551)
32  FrontBoardServices              0x00000001a2400274 __88-[FBSWorkspaceScenesClient sceneID:updateWithSettingsDiff:transitionContext:completion:]_bloc... + 120 (FBSWorkspaceScenesClient.m:356)
33  FrontBoardServices              0x00000001a23e57ec -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 232 (FBSWorkspace.m:357)
34  FrontBoardServices              0x00000001a24001a8 __88-[FBSWorkspaceScenesClient sceneID:updateWithSettingsDiff:transitionContext:completion:]_bloc... + 184 (FBSWorkspaceScenesClient.m:355)
35  libdispatch.dylib               0x000000019cf27524 _dispatch_client_callout + 16 (object.m:495)
36  libdispatch.dylib               0x000000019cf01808 _dispatch_block_invoke_direct$VARIANT$armv81 + 216 (queue.c:466)
37  FrontBoardServices              0x00000001a2424440 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 40 (FBSSerialQueue.m:173)
38  FrontBoardServices              0x00000001a242410c -[FBSSerialQueue _queue_performNextIfPossible] + 404 (FBSSerialQueue.m:216)
39  FrontBoardServices              0x00000001a2424634 -[FBSSerialQueue _performNextFromRunLoopSource] + 28 (FBSSerialQueue.m:247)
40  CoreFoundation                  0x000000019d1dfb64 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24 (CFRunLoop.c:1922)
41  CoreFoundation                  0x000000019d1dfabc __CFRunLoopDoSource0 + 80 (CFRunLoop.c:1956)
42  CoreFoundation                  0x000000019d1df2a0 __CFRunLoopDoSources0 + 276 (CFRunLoop.c:2000)
43  CoreFoundation                  0x000000019d1da274 __CFRunLoopRun + 788 (CFRunLoop.c:2882)
44  CoreFoundation                  0x000000019d1d9c34 CFRunLoopRunSpecific + 424 (CFRunLoop.c:3192)
45  GraphicsServices                0x00000001a732338c GSEventRunModal + 160 (GSEvent.c:2246)
46  UIKitCore                       0x00000001a130c22c UIApplicationMain + 1932 (UIApplication.m:4820)
47  App                             0x0000000102efb2b0 main + 68 (AppDelegate.swift:17)
48  libdyld.dylib                   0x000000019d061800 start + 4

Thread 1:
0   libsystem_pthread.dylib         0x000000019cf7b738 _pthread_dependency_fulfill_slow + 192 (pthread_dependency.c:69)

Thread 2 name:
Thread 2:
0   libnetwork.dylib                0x000000019f8019e4 nw_endpoint_copy_parent_endpoint + 0 (endpoint.m:1941)
1   libboringssl.dylib              0x00000001a213a214 nw_protocol_boringssl_get_subject_name + 136 (protocol_boringssl.m:364)
2   libboringssl.dylib              0x00000001a213ce34 nw_protocol_boringssl_connected + 892 (protocol_boringssl.m:452)
3   libusrtcp.dylib                 0x00000001a2588214 nw_protocol_tcp_wake_connected + 396 (protocol_tcp.c:335)
4   libusrtcp.dylib                 0x00000001a25af918 tcp_input_available + 1204 (user_north.c:40)
5   libusrtcp.dylib                 0x00000001a25777f8 nw_protocol_tcp_input_available + 220 (protocol_tcp.c:1867)
6   libnetwork.dylib                0x000000019f67d350 nw_channel_add_input_frames + 4328 (channel.c:1121)
7   libnetwork.dylib                0x000000019f67c1ec nw_channel_update_input_source + 168 (channel.c:1195)
8   libnetwork.dylib                0x000000019f680e0c nw_channel_get_input_frames + 112 (channel.c:1236)
9   libnetwork.dylib                0x000000019f80b06c nw_protocol_ipv4_get_input_frames + 148 (protocol_ip.c:861)
10  libusrtcp.dylib                 0x00000001a25777a8 nw_protocol_tcp_input_available + 140 (protocol_tcp.c:1845)
11  libusrtcp.dylib                 0x00000001a257b018 nw_protocol_tcp_connected + 1624 (protocol_tcp.c:2066)
12  libnetwork.dylib                0x000000019f80c204 nw_protocol_ipv4_connected + 264 (protocol_ip.c:1039)
13  libnetwork.dylib                0x000000019f68283c nw_channel_connect + 124 (channel.c:680)
14  libusrtcp.dylib                 0x00000001a257a0f8 nw_protocol_tcp_connect + 116 (protocol_tcp.c:1982)
15  libboringssl.dylib              0x00000001a213ca20 nw_protocol_boringssl_connect + 320 (protocol_boringssl.m:1362)
16  CFNetwork                       0x00000001a06b06cc ConnectionProtocolConnect(nw_protocol*, nw_protocol*) + 964 (ConnectionProtocol.cpp:348)
17  libnetwork.dylib                0x000000019f4ae3cc nw_endpoint_flow_connect + 184 (endpoint_flow.m:2376)
18  libnetwork.dylib                0x000000019f4ab07c nw_endpoint_flow_setup_protocols + 2844 (endpoint_flow.m:2650)
19  libnetwork.dylib                0x000000019f4a9144 nw_endpoint_flow_setup_channel + 1256 (endpoint_flow.m:2814)
20  libnetwork.dylib                0x000000019f4a69c0 -[NWConcrete_nw_endpoint_flow updatePathWithHandler:] + 1920 (endpoint_flow.m:285)
21  libnetwork.dylib                0x000000019f567898 nw_endpoint_handler_path_change + 11848 (endpoint_handler.m:0)
22  libnetwork.dylib                0x000000019f563a14 __nw_endpoint_handler_initialize_association_block_invoke + 152 (endpoint_handler.m:872)
23  libnetwork.dylib                0x000000019f6458b4 __nw_association_update_paths_block_invoke.77 + 84 (association.m:313)
24  libnetwork.dylib                0x000000019f750098 nw_hash_table_apply + 408 (hash_table.c:380)
25  libnetwork.dylib                0x000000019f6453c4 nw_association_update_paths + 408 (association.m:308)
26  libnetwork.dylib                0x000000019f84a1fc nw_path_necp_update_evaluator + 1580 (path_evaluation.m:974)
27  libnetwork.dylib                0x000000019f84990c nw_path_necp_check_for_updates + 864 (path_evaluation.m:1062)
28  libnetwork.dylib                0x000000019f859114 nw_path_evaluator_force_update + 104 (path_evaluation.m:5128)
29  libnetwork.dylib                0x000000019f64a494 nw_association_force_update + 96 (association.m:611)
30  libnetwork.dylib                0x000000019f4aa1cc nw_endpoint_flow_setup_channel + 5488 (endpoint_flow.m:2834)
31  libnetwork.dylib                0x000000019f4a5c14 -[NWConcrete_nw_endpoint_flow startWithHandler:] + 4336 (endpoint_flow.m:181)
32  libnetwork.dylib                0x000000019f567898 nw_endpoint_handler_path_change + 11848 (endpoint_handler.m:0)
33  libnetwork.dylib                0x000000019f56cc84 nw_endpoint_handler_start + 1204 (endpoint_handler.m:925)
34  libnetwork.dylib                0x000000019f758768 nw_endpoint_resolver_start_next_child + 3656 (endpoint_resolver.m:708)
35  libdispatch.dylib               0x000000019cf27524 _dispatch_client_callout + 16 (object.m:495)
36  libdispatch.dylib               0x000000019cf01274 _dispatch_continuation_pop$VARIANT$armv81 + 404 (inline_internal.h:2484)
37  libdispatch.dylib               0x000000019cf11410 _dispatch_source_invoke$VARIANT$armv81 + 1220 (source.c:568)
38  libdispatch.dylib               0x000000019cf065e8 _dispatch_workloop_invoke$VARIANT$armv81 + 1544 (inline_internal.h:2525)
39  libdispatch.dylib               0x000000019cf0e84c _dispatch_workloop_worker_thread + 580 (queue.c:6445)
40  libsystem_pthread.dylib         0x000000019cf78b74 _pthread_wqthread + 272 (pthread.c:2351)
41  libsystem_pthread.dylib         0x000000019cf7b740 start_wqthread + 8

Thread 3 name:
Thread 3:
0   libsystem_kernel.dylib          0x000000019d0351ec semaphore_timedwait_trap + 8
1   libdispatch.dylib               0x000000019cef92f4 _dispatch_sema4_timedwait$VARIANT$armv81 + 64 (lock.c:154)
2   libdispatch.dylib               0x000000019cef9890 _dispatch_semaphore_wait_slow + 72 (semaphore.c:116)
3   mParticle_Apple_SDK             0x0000000103fb3a84 -[MPConnector responseFromGetRequestToURL:] + 584 (MPConnector.m:222)
4   mParticle_Apple_SDK             0x0000000104025058 -[MPNetworkCommunication requestConfig:withCompletionHandler:] + 772 (MPNetworkCommunication.m:383)
5   mParticle_Apple_SDK             0x0000000103ff079c -[MPBackendController requestConfig:] + 148 (MPBackendController.mm:545)
6   mParticle_Apple_SDK             0x0000000103ffaab0 -[MPBackendController checkForKitsAndUploadWithCompletionHandler:] + 148 (MPBackendController.mm:1839)
7   mParticle_Apple_SDK             0x0000000103ffa8ac -[MPBackendController waitForKitsAndUploadWithCompletionHandler:] + 112 (MPBackendController.mm:1822)
8   mParticle_Apple_SDK             0x0000000103ff2858 -[MPBackendController uploadOpenSessions:completionHandler:] + 460 (MPBackendController.mm:779)
9   mParticle_Apple_SDK             0x0000000103fefd48 -[MPBackendController processOpenSessionsEndingCurrent:completionHandler:] + 844 (MPBackendController.mm:495)
10  mParticle_Apple_SDK             0x0000000103ff9c38 __132-[MPBackendController startWithKey:secret:firstRun:installationType:proxyAppDelegate:startKi... + 320 (MPBackendController.mm:1728)
11  libdispatch.dylib               0x000000019cf269a8 _dispatch_call_block_and_release + 24 (init.c:1408)
12  libdispatch.dylib               0x000000019cf27524 _dispatch_client_callout + 16 (object.m:495)
13  libdispatch.dylib               0x000000019cf04b3c _dispatch_lane_serial_drain$VARIANT$armv81 + 564 (inline_internal.h:2484)
14  libdispatch.dylib               0x000000019cf0554c _dispatch_lane_invoke$VARIANT$armv81 + 396 (queue.c:3863)
15  libdispatch.dylib               0x000000019cf0e84c _dispatch_workloop_worker_thread + 580 (queue.c:6445)
16  libsystem_pthread.dylib         0x000000019cf78b74 _pthread_wqthread + 272 (pthread.c:2351)
17  libsystem_pthread.dylib         0x000000019cf7b740 start_wqthread + 8

Thread 4 name:
Thread 4 Crashed:
0   libsystem_platform.dylib        0x000000019cf6a5c0 _os_unfair_lock_unowned_abort + 36 (lock.c:529)
1   libsystem_platform.dylib        0x000000019cf68648 _os_unfair_lock_unlock_slow + 144
2   libsqlite3.dylib                0x000000019ee76888 fillInUnixFile + 464 (sqlite3.c:0)
3   libsqlite3.dylib                0x000000019ee764ac unixOpen + 2352 (sqlite3.c:43604)
4   libsqlite3.dylib                0x000000019eed8de0 pager_write + 956 (sqlite3.c:22951)
5   libsqlite3.dylib                0x000000019ef37ae0 btreeOverwriteContent + 328 (sqlite3.c:63568)
6   libsqlite3.dylib                0x000000019ef374bc btreeOverwriteCell + 128 (sqlite3.c:78000)
7   libsqlite3.dylib                0x000000019eedb870 sqlite3BtreeInsert + 444 (sqlite3.c:0)
8   libsqlite3.dylib                0x000000019eeba304 sqlite3VdbeExec + 28548 (sqlite3.c:95081)
9   libsqlite3.dylib                0x000000019eeb1e9c sqlite3_step + 736 (sqlite3.c:88583)
10  App                             0x000000010379fa00 -[APMSqliteStore executeSQLStatement:error:] + 104
11  App                             0x000000010379e06c -[APMSqliteStore updateRecord:inTableWithName:columnName:columnValue:error:] + 344
12  App                             0x00000001037686d8 -[APMDatabase updateDataType:inTableWithName:columnName:columnValue:error:] + 292
13  App                             0x000000010375ce94 -[APMDatabase updateDailyCounts:error:] + 660
14  App                             0x0000000103775e44 __42-[APMMeasurement writeEventOnWorkerQueue:]_block_invoke.1266 + 2604
15  App                             0x000000010379f234 -[APMSqliteStore performTransactionWithError:block:] + 176
16  App                             0x000000010375bee0 -[APMDatabase performTransaction:] + 56
17  App                             0x00000001037750d4 -[APMMeasurement writeEventOnWorkerQueue:] + 1056
18  App                             0x0000000103774844 -[APMMeasurement handleEventOnWorkerQueue:] + 3440
19  App                             0x0000000103773ac4 __27-[APMMeasurement logEvent:]_block_invoke + 44
20  App                             0x0000000103789320 __51-[APMScheduler scheduleOnWorkerQueueBlockID:block:]_block_invoke + 44
21  libdispatch.dylib               0x000000019cf269a8 _dispatch_call_block_and_release + 24 (init.c:1408)
22  libdispatch.dylib               0x000000019cf27524 _dispatch_client_callout + 16 (object.m:495)
23  libdispatch.dylib               0x000000019cf04b3c _dispatch_lane_serial_drain$VARIANT$armv81 + 564 (inline_internal.h:2484)
24  libdispatch.dylib               0x000000019cf0554c _dispatch_lane_invoke$VARIANT$armv81 + 396 (queue.c:3863)
25  libdispatch.dylib               0x000000019cf0e84c _dispatch_workloop_worker_thread + 580 (queue.c:6445)
26  libsystem_pthread.dylib         0x000000019cf78b74 _pthread_wqthread + 272 (pthread.c:2351)
27  libsystem_pthread.dylib         0x000000019cf7b740 start_wqthread + 8

Thread 5 name:
Thread 5:
0   libsystem_kernel.dylib          0x000000019d035198 mach_msg_trap + 8
1   libsystem_kernel.dylib          0x000000019d03460c mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                  0x000000019d1df3b4 __CFRunLoopServiceMachPort + 148 (CFRunLoop.c:2575)
3   CoreFoundation                  0x000000019d1da3e8 __CFRunLoopRun + 1160 (CFRunLoop.c:2931)
4   CoreFoundation                  0x000000019d1d9c34 CFRunLoopRunSpecific + 424 (CFRunLoop.c:3192)
5   Foundation                      0x000000019d51cbcc -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 228 (NSRunLoop.m:374)
6   Foundation                      0x000000019d51caac -[NSRunLoop(NSRunLoop) runUntilDate:] + 88 (NSRunLoop.m:421)
7   UIKitCore                       0x00000001a13ae160 -[UIEventFetcher threadMain] + 152 (UIEventFetcher.m:736)
8   Foundation                      0x000000019d64b9d0 __NSThread__start__ + 848 (NSThread.m:724)
9   libsystem_pthread.dylib         0x000000019cf77d98 _pthread_start + 156 (pthread.c:896)
10  libsystem_pthread.dylib         0x000000019cf7b74c thread_start + 8

Thread 6 name:
Thread 6:
0   libsystem_kernel.dylib          0x000000019d035198 mach_msg_trap + 8
1   libsystem_kernel.dylib          0x000000019d03460c mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                  0x000000019d1df3b4 __CFRunLoopServiceMachPort + 148 (CFRunLoop.c:2575)
3   CoreFoundation                  0x000000019d1da3e8 __CFRunLoopRun + 1160 (CFRunLoop.c:2931)
4   CoreFoundation                  0x000000019d1d9c34 CFRunLoopRunSpecific + 424 (CFRunLoop.c:3192)
5   CoreFoundation                  0x000000019d1da990 CFRunLoopRun + 60 (CFRunLoop.c:3216)
6   CoreMotion                      0x00000001a9e3f188 CLMotionCore::runMotionThread(void*) + 1096 (CLMotionCore.mm:354)
7   libsystem_pthread.dylib         0x000000019cf77d98 _pthread_start + 156 (pthread.c:896)
8   libsystem_pthread.dylib         0x000000019cf7b74c thread_start + 8

Thread 7:
0   libsystem_pthread.dylib         0x000000019cf7b738 _pthread_dependency_fulfill_slow + 192 (pthread_dependency.c:69)

Thread 8:
0   libsystem_pthread.dylib         0x000000019cf7b738 _pthread_dependency_fulfill_slow + 192 (pthread_dependency.c:69)

Thread 9:
0   libsystem_pthread.dylib         0x000000019cf7b738 _pthread_dependency_fulfill_slow + 192 (pthread_dependency.c:69)

Thread 10 name:
Thread 10:
0   libsystem_pthread.dylib         0x000000019cf7b738 _pthread_dependency_fulfill_slow + 192 (pthread_dependency.c:69)

Thread 11:
0   libsystem_pthread.dylib         0x000000019cf7b738 _pthread_dependency_fulfill_slow + 192 (pthread_dependency.c:69)

Thread 12:
0   libsystem_pthread.dylib         0x000000019cf7b738 _pthread_dependency_fulfill_slow + 192 (pthread_dependency.c:69)

Thread 13 name:
Thread 13:
0   libsystem_kernel.dylib          0x000000019d035198 mach_msg_trap + 8
1   libsystem_kernel.dylib          0x000000019d03460c mach_msg + 72 (mach_msg.c:103)
2   App                             0x000000010365667c FIRCLSMachExceptionServer + 964 (FIRCLSMachException.c:194)
3   libsystem_pthread.dylib         0x000000019cf77d98 _pthread_start + 156 (pthread.c:896)
4   libsystem_pthread.dylib         0x000000019cf7b74c thread_start + 8

Thread 14 name:
Thread 14:
0   libsystem_kernel.dylib          0x000000019d035198 mach_msg_trap + 8
1   libsystem_kernel.dylib          0x000000019d03460c mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                  0x000000019d1df3b4 __CFRunLoopServiceMachPort + 148 (CFRunLoop.c:2575)
3   CoreFoundation                  0x000000019d1da3e8 __CFRunLoopRun + 1160 (CFRunLoop.c:2931)
4   CoreFoundation                  0x000000019d1d9c34 CFRunLoopRunSpecific + 424 (CFRunLoop.c:3192)
5   CFNetwork                       0x00000001a049ec44 -[__CoreSchedulingSetRunnable runForever] + 192 (CoreSchedulingSet.mm:1372)
6   Foundation                      0x000000019d64b9d0 __NSThread__start__ + 848 (NSThread.m:724)
7   libsystem_pthread.dylib         0x000000019cf77d98 _pthread_start + 156 (pthread.c:896)
8   libsystem_pthread.dylib         0x000000019cf7b74c thread_start + 8

Thread 15 name:
Thread 15:
0   libsystem_kernel.dylib          0x000000019d035198 mach_msg_trap + 8
1   libsystem_kernel.dylib          0x000000019d03460c mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                  0x000000019d1df3b4 __CFRunLoopServiceMachPort + 148 (CFRunLoop.c:2575)
3   CoreFoundation                  0x000000019d1da3e8 __CFRunLoopRun + 1160 (CFRunLoop.c:2931)
4   CoreFoundation                  0x000000019d1d9c34 CFRunLoopRunSpecific + 424 (CFRunLoop.c:3192)
5   AVFAudio                        0x00000001a9f825dc GenericRunLoopThread::Entry(void*) + 156 (GenericRunLoopThread.h:91)
6   AVFAudio                        0x00000001a9fd3300 CAPThread::Entry(CAPThread*) + 204 (CAPThread.cpp:286)
7   libsystem_pthread.dylib         0x000000019cf77d98 _pthread_start + 156 (pthread.c:896)
8   libsystem_pthread.dylib         0x000000019cf7b74c thread_start + 8

Thread 16 name:
Thread 16:
0   libsystem_kernel.dylib          0x000000019d056b58 __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x000000019cf7506c _pthread_cond_wait$VARIANT$armv81 + 672 (pthread_cond.c:591)
2   libc++.1.dylib                  0x000000019d0a87ac std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:295)
3   JavaScriptCore                  0x00000001ac14adec void std::__1::condition_variable_any::wait<std::__1::unique_lock<bmalloc::Mutex> >(std::__1::uni... + 108 (condition_variable:203)
4   JavaScriptCore                  0x00000001ac14eac4 bmalloc::Scavenger::threadRunLoop() + 160 (condition_variable:212)
5   JavaScriptCore                  0x00000001ac14e7d4 bmalloc::Scavenger::threadEntryPoint(bmalloc::Scavenger*) + 12 (Scavenger.cpp:385)
6   JavaScriptCore                  0x00000001ac14fa18 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, st... + 40 (type_traits:4425)
7   libsystem_pthread.dylib         0x000000019cf77d98 _pthread_start + 156 (pthread.c:896)
8   libsystem_pthread.dylib         0x000000019cf7b74c thread_start + 8

Thread 17 name:
Thread 17:
0   libsystem_kernel.dylib          0x000000019d056b58 __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x000000019cf750a0 _pthread_cond_wait$VARIANT$armv81 + 724 (pthread_cond.c:595)
2   Foundation                      0x000000019d555f50 -[NSCondition waitUntilDate:] + 144 (NSLock.m:92)
3   Foundation                      0x000000019d54df00 -[NSConditionLock lockWhenCondition:beforeDate:] + 100 (NSLock.m:350)
4   App                             0x00000001037e1b90 -[Queue newPullWithTimeout:] + 88 (Queue.m:70)
5   App                             0x00000001037f1d20 -[APAPIThread main] + 656 (APEventLoop.m:1020)
6   Foundation                      0x000000019d64b9d0 __NSThread__start__ + 848 (NSThread.m:724)
7   libsystem_pthread.dylib         0x000000019cf77d98 _pthread_start + 156 (pthread.c:896)
8   libsystem_pthread.dylib         0x000000019cf7b74c thread_start + 8

Thread 18 name:
Thread 18:
0   libsystem_kernel.dylib          0x000000019d0577f4 __unlink + 8
1   libsystem_kernel.dylib          0x000000019d03c584 unlink + 16 (unlink.c:30)
2   libsqlite3.dylib                0x000000019eee75a8 unixDelete + 60 (sqlite3.c:43626)
3   libsqlite3.dylib                0x000000019eec8fcc pager_end_transaction + 816 (sqlite3.c:22958)
4   libsqlite3.dylib                0x000000019eec8958 sqlite3BtreeCommitPhaseTwo + 224 (sqlite3.c:64054)
5   libsqlite3.dylib                0x000000019ee93da0 sqlite3VdbeHalt + 3448 (sqlite3.c:85254)
6   libsqlite3.dylib                0x000000019eec153c sqlite3VdbeExec + 57788 (sqlite3.c:91472)
7   libsqlite3.dylib                0x000000019eeb1e9c sqlite3_step + 736 (sqlite3.c:88583)
8   App                             0x00000001037ea248 +[APDB singular_sqlite3_step:] + 60 (APDB.m:228)
9   App                             0x00000001037ec090 -[APSession writeToDatabase:] + 500 (APAPI.m:565)
10  App                             0x00000001037ef8a4 -[APEventThread waitForEvents] + 320 (APEventLoop.m:437)
11  App                             0x00000001037ef060 -[APEventThread main] + 80 (APEventLoop.m:175)
12  Foundation                      0x000000019d64b9d0 __NSThread__start__ + 848 (NSThread.m:724)
13  libsystem_pthread.dylib         0x000000019cf77d98 _pthread_start + 156 (pthread.c:896)
14  libsystem_pthread.dylib         0x000000019cf7b74c thread_start + 8

Thread 4 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000001   x1: 0x0000000000000000   x2: 0x0000000000001e03   x3: 0x0000000000000000
    x4: 0x0000000000000000   x5: 0x000000000000002d   x6: 0x00000000000001a4   x7: 0x0000000000000000
    x8: 0x0000000000000001   x9: 0x00000000d11d9829  x10: 0x0000000051000000  x11: 0x000000000000002a
   x12: 0x0000000000000001  x13: 0x0000000000000029  x14: 0x00000000000003b4  x15: 0x0000000000000306
   x16: 0x000000019cf68594  x17: 0x000000003ce00000  x18: 0x0000000000000000  x19: 0x00000001ea14b440
   x20: 0x000000010a810438  x21: 0x00000001de5537b0  x22: 0x000000000000000d  x23: 0x0000000000000000
   x24: 0x00000001ea14d000  x25: 0x000000019efe6c4e  x26: 0x000000019efe668e  x27: 0x00000001e718d000
   x28: 0x00000001de5537b0   fp: 0x000000016d134c30   lr: 0x000000019cf68648
    sp: 0x000000016d134c20   pc: 0x000000019cf6a5c0 cpsr: 0x00000000
   esr: 0xf2000001  Address size fault

Binary Images:
0x102ef4000 - 0x1039c3fff App arm64  <6c821572f6f83ed5bdff45084f26f54e> /var/containers/Bundle/Application/3A5E4737-1D89-46E4-825B-635255B68C0B/App.app/App
0x103d7c000 - 0x103d8bfff SocketRocket arm64  <1c7ed1dd121e3f17a6b8ab6597d4ccae> /var/containers/Bundle/Application/3A5E4737-1D89-46E4-825B-635255B68C0B/App.app/Frameworks/SocketRocket.framework/SocketRocket
0x103da8000 - 0x103e0bfff dyld arm64  <23eead922ec9376cbb08574507ab6177> /usr/lib/dyld
0x103e84000 - 0x103e97fff TTTAttributedLabel arm64  <fa1e30ec935b30d99b93bd5e6221a420> /var/containers/Bundle/Application/3A5E4737-1D89-46E4-825B-635255B68C0B/App.app/Frameworks/TTTAttributedLabel.framework/TTTAttributedLabel
0x103eac000 - 0x103eb7fff TSMarkdownParser arm64  <b01397b1ab763ba79a3959f41eb9d225> /var/containers/Bundle/Application/3A5E4737-1D89-46E4-825B-635255B68C0B/App.app/Frameworks/TSMarkdownParser.framework/TSMarkdownParser
0x103ec8000 - 0x103f07fff SDWebImage arm64  <d3e7afdffebd3bc19f229bbe290da061> /var/containers/Bundle/Application/3A5E4737-1D89-46E4-825B-635255B68C0B/App.app/Frameworks/SDWebImage.framework/SDWebImage
0x103f50000 - 0x103f63fff Pusher arm64  <ea72dc2b537b3e909763fe00e478d739> /var/containers/Bundle/Application/3A5E4737-1D89-46E4-825B-635255B68C0B/App.app/Frameworks/Pusher.framework/Pusher
0x103f84000 - 0x10405ffff mParticle_Apple_SDK arm64  <a3eaedfcbbe233e599f206f24490b93a> /var/containers/Bundle/Application/3A5E4737-1D89-46E4-825B-635255B68C0B/App.app/Frameworks/mParticle_Apple_SDK.framework/mParticle_Apple_SDK
0x1040fc000 - 0x104113fff NYTPhotoViewer arm64  <5b30360dd7d5366a8a55b5855589a34c> /var/containers/Bundle/Application/3A5E4737-1D89-46E4-825B-635255B68C0B/App.app/Frameworks/NYTPhotoViewer.framework/NYTPhotoViewer
0x104130000 - 0x10413ffff FLAnimatedImage arm64  <d5e658fcecb7367286ce67ca7240054b> /var/containers/Bundle/Application/3A5E4737-1D89-46E4-825B-635255B68C0B/App.app/Frameworks/FLAnimatedImage.framework/FLAnimatedImage
0x104154000 - 0x1041c3fff Kustomer arm64  <a6027f7520f732caade1b994f4b178d6> /var/containers/Bundle/Application/3A5E4737-1D89-46E4-825B-635255B68C0B/App.app/Frameworks/Kustomer.framework/Kustomer
0x104234000 - 0x10424bfff Sift arm64  <65e8385585013bc49cd61be6b657a7f0> /var/containers/Bundle/Application/3A5E4737-1D89-46E4-825B-635255B68C0B/App.app/Frameworks/Sift.framework/Sift
0x104264000 - 0x104297fff Atributika arm64  <6617e6bb9ffc34d3b49e738f671acea2> /var/containers/Bundle/Application/3A5E4737-1D89-46E4-825B-635255B68C0B/App.app/Frameworks/Atributika.framework/Atributika
0x1042c4000 - 0x10431ffff Nuke arm64  <c5da6ede40da398cad5711d8b312847b> /var/containers/Bundle/Application/3A5E4737-1D89-46E4-825B-635255B68C0B/App.app/Frameworks/Nuke.framework/Nuke
0x10438c000 - 0x1043cffff PhoneNumberKit arm64  <70ccbf005c383e4793a02257df45f15f> /var/containers/Bundle/Application/3A5E4737-1D89-46E4-825B-635255B68C0B/App.app/Frameworks/PhoneNumberKit.framework/PhoneNumberKit
0x104400000 - 0x104533fff SwiftProtobuf arm64  <cb88ca914e91389187b9c6f4f487576d> /var/containers/Bundle/Application/3A5E4737-1D89-46E4-825B-635255B68C0B/App.app/Frameworks/SwiftProtobuf.framework/SwiftProtobuf
0x10469c000 - 0x1047fffff Charts arm64  <4c78e28465293cab8c9f21eb1b372461> /var/containers/Bundle/Application/3A5E4737-1D89-46E4-825B-635255B68C0B/App.app/Frameworks/Charts.framework/Charts
0x1049cc000 - 0x1049ebfff CheckoutKit arm64  <87aba40d1dda3561b4855caab3ab27f1> /var/containers/Bundle/Application/3A5E4737-1D89-46E4-825B-635255B68C0B/App.app/Frameworks/CheckoutKit.framework/CheckoutKit
0x104a18000 - 0x104acbfff Lottie arm64  <2bb7b88ea2403a0186017b0249746e46> /var/containers/Bundle/Application/3A5E4737-1D89-46E4-825B-635255B68C0B/App.app/Frameworks/Lottie.framework/Lottie
0x104e78000 - 0x104e83fff libobjc-trampolines.dylib arm64  <2df134bae62230edb227eb9333bfa4d9> /usr/lib/libobjc-trampolines.dylib
0x19ce06000 - 0x19ce1cfff libsystem_trace.dylib arm64  <f67d8aff28893f9abf166036c3203325> /usr/lib/system/libsystem_trace.dylib
0x19ce1d000 - 0x19ce4efff libxpc.dylib arm64  <9e9d069de3b136fa85755e1d9e6b6b54> /usr/lib/system/libxpc.dylib
0x19ce4f000 - 0x19ce4ffff libsystem_blocks.dylib arm64  <0afa438b8355370794f5015ad81f32df> /usr/lib/system/libsystem_blocks.dylib
0x19ce50000 - 0x19cecbfff libsystem_c.dylib arm64  <8d39ff48e14c3f868e1090f54896bb65> /usr/lib/system/libsystem_c.dylib
0x19cecc000 - 0x19cf40fff libdispatch.dylib arm64  <5a83d0cf8fb937278a32012d20a47ec8> /usr/lib/system/libdispatch.dylib
0x19cf41000 - 0x19cf61fff libsystem_malloc.dylib arm64  <a0a7d67af0f3399a8f006f92716d8e6f> /usr/lib/system/libsystem_malloc.dylib
0x19cf62000 - 0x19cf6cfff libsystem_platform.dylib arm64  <a5d5822c76223859b0c0b869b7e244b5> /usr/lib/system/libsystem_platform.dylib
0x19cf6d000 - 0x19cf7dfff libsystem_pthread.dylib arm64  <fb1dd49f0cfb3114bdb40ef7be44f6bc> /usr/lib/system/libsystem_pthread.dylib
0x19cf7e000 - 0x19cfaffff libobjc.A.dylib arm64  <091241f8e94c39ba9ca67352e998bb41> /usr/lib/libobjc.A.dylib
0x19cfb0000 - 0x19d017fff libcorecrypto.dylib arm64  <28c07c08a95635b1b04e88d84542020b> /usr/lib/system/libcorecrypto.dylib
0x19d018000 - 0x19d030fff libc++abi.dylib arm64  <f07199ac8a903127b17f0a906ffb7302> /usr/lib/libc++abi.dylib
0x19d031000 - 0x19d05ffff libsystem_kernel.dylib arm64  <b422ba38a9f63062be28d28d39e3fe25> /usr/lib/system/libsystem_kernel.dylib
0x19d060000 - 0x19d092fff libdyld.dylib arm64  <876fb49abfba37bfad376ffc90f7f981> /usr/lib/system/libdyld.dylib
0x19d093000 - 0x19d09bfff libsystem_darwin.dylib arm64  <fc50d2ff80ac31179ff0608fa6cff3a3> /usr/lib/system/libsystem_darwin.dylib
0x19d09c000 - 0x19d0f5fff libc++.1.dylib arm64  <d7934e7f3eed3c078d1342fe55250c88> /usr/lib/libc++.1.dylib
0x19d0f6000 - 0x19d136fff libsystem_info.dylib arm64  <6a94223de5dc3df6b89780ba56191d92> /usr/lib/system/libsystem_info.dylib
0x19d137000 - 0x19d4aafff CoreFoundation arm64  <409609cd841038e1ba5dbded609d2018> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x19d4ab000 - 0x19d514fff SystemConfiguration arm64  <b1f843cc55883c0ba02fc5b80883cc9c> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x19d515000 - 0x19d7ccfff Foundation arm64  <1a46239df2fc34b695bc9f38869f0c85> /System/Library/Frameworks/Foundation.framework/Foundation
0x19d7cd000 - 0x19d7fffff libCRFSuite.dylib arm64  <b5116ed3cf69347d85687d2c8d5d76c0> /usr/lib/libCRFSuite.dylib
0x19d800000 - 0x19d97afff CoreServices arm64  <43035d98ba1c3d5d972fd61df826fcb3> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x19d97b000 - 0x19d9dbfff libSparse.dylib arm64  <fd83188d02163838a7c012b81f36e440> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x19d9dc000 - 0x19dec6fff ImageIO arm64  <428fc36a6d0234b5a10cc2cf6f9e0674> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x19dec7000 - 0x19dec9fff ConstantClasses arm64  <07aead6b70b73890b27f7aea1cd02350> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x19deca000 - 0x19e068fff CoreText arm64  <3a068b6f533e36b18e9823833c815854> /System/Library/Frameworks/CoreText.framework/CoreText
0x19e069000 - 0x19e19efff Security arm64  <d5a88c36cb0932a6906055bbc4b6817d> /System/Library/Frameworks/Security.framework/Security
0x19e19f000 - 0x19e242fff IOKit arm64  <d138895882be3a12964aa53ca8da1b74> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x19e243000 - 0x19e27afff libMobileGestalt.dylib arm64  <fe7d38beb09530eca24b70bc964ec273> /usr/lib/libMobileGestalt.dylib
0x19e27b000 - 0x19e2d7fff libprotobuf.dylib arm64  <027d49d7fea839cda49a4a4fb32c7f6f> /usr/lib/libprotobuf.dylib
0x19e2d8000 - 0x19e2e9fff libprotobuf-lite.dylib arm64  <2c82919a66fa30a7841320190f2c202d> /usr/lib/libprotobuf-lite.dylib
0x19e2ea000 - 0x19e53afff libicucore.A.dylib arm64  <e00735d86bab31f8acbac8fdb01f290e> /usr/lib/libicucore.A.dylib
0x19e53b000 - 0x19e564fff CoreServicesInternal arm64  <7b6acc45f64532258e2012c49fbcde7a> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x19e565000 - 0x19e5acfff WirelessDiagnostics arm64  <dc60c14089ab3ecb916e94fb63a2ae46> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x19e5ad000 - 0x19e5e6fff libAWDSupport.dylib arm64  <52926ffdcfd0397881e93a4df6893672> /usr/lib/libAWDSupport.dylib
0x19e5e7000 - 0x19ea6bfff CoreAudio arm64  <e467570caf523683bf36ce2594f1c98e> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x19ea6c000 - 0x19ed38fff CoreImage arm64  <4aee50c9e546312ead5d721a6afdb059> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x19ed39000 - 0x19ee27fff LanguageModeling arm64  <1d022988ea363113a096c2f107568542> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x19ee28000 - 0x19ee6efff Lexicon arm64  <9d08273daeac34e78493ff7bff76cab2> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x19ee6f000 - 0x19eff1fff libsqlite3.dylib arm64  <4fadb9ee56a73afca3604780ddf3411b> /usr/lib/libsqlite3.dylib
0x19eff2000 - 0x19f024fff MobileKeyBag arm64  <6cf66de926bb32089688747ed1dbd888> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x19f025000 - 0x19f02efff libsystem_notify.dylib arm64  <21a918766a2c3f89855046e0f854018a> /usr/lib/system/libsystem_notify.dylib
0x19f02f000 - 0x19f210fff CoreDuet arm64  <5640bda664273303800ed189c16e8049> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x19f211000 - 0x19f353fff Montreal arm64  <69a3d186833f35c5963a43e4d365e897> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x19f354000 - 0x19f43afff NLP arm64  <22401c0f186737c295999afaf82b1840> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x19f43b000 - 0x19f458fff CellularPlanManager arm64  <c88939c958243367b5401c11b803b8d1> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x19f459000 - 0x19f496fff AppSupport arm64  <1731e2fba0303bdbb0cf8b02e5e56ecd> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x19f497000 - 0x19f968fff libnetwork.dylib arm64  <cf9b76bf435b38d2aed3fb2c050d9216> /usr/lib/libnetwork.dylib
0x19f969000 - 0x19fa75fff ManagedConfiguration arm64  <a40f654260d932528c5ebff3f5575cab> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x19fa76000 - 0x19fa9ffff CoreServicesStore arm64  <c16b4fad3e753a2e85d67639481e8080> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore
0x19faa0000 - 0x19fac0fff UserManagement arm64  <ad5afd364e75332288e4a3bbcce41b5a> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x19fac1000 - 0x19fd78fff CoreML arm64  <4b1ed9735bef37929aa9775df017a4f2> /System/Library/Frameworks/CoreML.framework/CoreML
0x19fd79000 - 0x19fd8ffff ProtocolBuffer arm64  <4e652067e296363bbfa380eba32585ad> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x19fd90000 - 0x19fdaafff CommonUtilities arm64  <8c65f3b91e6d322ebeedf8a0e60e717a> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x19fdab000 - 0x19fdabfff libenergytrace.dylib arm64  <b9fc54b519c53301bda0c5607f0e7806> /usr/lib/libenergytrace.dylib
0x19fdac000 - 0x19fde2fff RunningBoardServices arm64  <c78723a9f231370b8944596226f2b836> /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
0x19fde3000 - 0x19fe60fff BaseBoard arm64  <33a252545a9730ab9cc7fad0345d4758> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x19fe61000 - 0x1a03b6fff SiriTTS arm64  <f4cc905a59803fe5b6283c8d3b2e70c7> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x1a03b7000 - 0x1a0429fff CoreLocation arm64  <c8b1e677d38435d38b12bab96c65a426> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x1a0437000 - 0x1a048bfff Accounts arm64  <75940abf4f773731855da69467dbb796> /System/Library/Frameworks/Accounts.framework/Accounts
0x1a048c000 - 0x1a049cfff SharedWebCredentials arm64  <1393d99cb36e3c7083e82748f44855b0> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
0x1a049d000 - 0x1a07fffff CFNetwork arm64  <c4865497192b3dbe81e984a99b788adf> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x1a0800000 - 0x1a08dffff UIFoundation arm64  <5633754447e039efbb34f207fda2553c> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x1a08e0000 - 0x1a19f4fff UIKitCore arm64  <3062ff32218237a2a5f9b38f6fb6b8c3> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x1a19f5000 - 0x1a1a02fff AssertionServices arm64  <eff14a5c8feb33c1ac3004921caa2a25> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1a1a03000 - 0x1a1ad5fff CoreTelephony arm64  <f04a58a0c439319784c1f4ea154f6363> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x1a1ad6000 - 0x1a1adbfff AggregateDictionary arm64  <e0ce74236eb13c98bb05186b7f4e3d2b> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1a1adc000 - 0x1a1af2fff libsystem_asl.dylib arm64  <24190e9ac7db3006b4dfc5e64e85774a> /usr/lib/system/libsystem_asl.dylib
0x1a1af3000 - 0x1a1b6bfff CloudDocs arm64  <c2f43b62730b3b8ba93d6acca741d864> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x1a1b6c000 - 0x1a1e94fff CoreData arm64  <a654d396b79c3f469e3fbe9ec0ee1af4> /System/Library/Frameworks/CoreData.framework/CoreData
0x1a1e95000 - 0x1a20bafff Vision arm64  <958d82a44f733f0f96350b6f68bd9381> /System/Library/Frameworks/Vision.framework/Vision
0x1a20bb000 - 0x1a20fdfff PhotoFoundation arm64  <9e49f30ca736349893a9716346e41898> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
0x1a20fe000 - 0x1a2129fff BoardServices arm64  <728b59e6907e31e5892de5b2c55c48ce> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
0x1a212a000 - 0x1a21dffff libboringssl.dylib arm64  <e764c033b42637618fe522445b621fcf> /usr/lib/libboringssl.dylib
0x1a21e0000 - 0x1a21eefff libsystem_networkextension.dylib arm64  <3a3722da76863c2a99c2cce0e3924bf7> /usr/lib/system/libsystem_networkextension.dylib
0x1a21ef000 - 0x1a220ffff CoreAnalytics arm64  <85843ee0a89b3316a3e68531eba75336> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x1a2210000 - 0x1a2380fff CloudKit arm64  <d54d14692ec130d7b5af5f852438dc3e> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x1a2381000 - 0x1a23cefff SpringBoardServices arm64  <50878840805636d7bff4a6aa6d6cdfa9> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x1a23cf000 - 0x1a2441fff FrontBoardServices arm64  <ca8e712fa22732ae842b65567f6046bb> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1a2442000 - 0x1a2569fff Network arm64  <38a032852b86333e95c553eb41e5d3e5> /System/Library/Frameworks/Network.framework/Network
0x1a256a000 - 0x1a25c6fff libusrtcp.dylib arm64  <10fe0faf8a4d3bcfbc43e8a951656957> /usr/lib/libusrtcp.dylib
0x1a25c7000 - 0x1a25cefff libsystem_symptoms.dylib arm64  <a0e89bc6db7f3c578468bdc9ae67fdcb> /usr/lib/system/libsystem_symptoms.dylib
0x1a25cf000 - 0x1a34b9fff GeoServices arm64  <d2fc5b30d98a352d952013a5b60a073b> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x1a34ba000 - 0x1a34c2fff TCC arm64  <e8eb1bfdf24d34f2a53b5d0700632050> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1a34c3000 - 0x1a351cfff IMFoundation arm64  <b2d85b147b823944beebc644d365b564> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x1a351d000 - 0x1a3690fff CoreUtils arm64  <b642c3a48cdc3b1aba6d651b7e00d61c> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x1a3691000 - 0x1a3742fff IMSharedUtilities arm64  <7e3c3dc898663d13b83dffaa5a1170a5> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities
0x1a3743000 - 0x1a3778fff ImageCaptureCore arm64  <99700767f48d36cb8ccb1d9e33962eda> /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore
0x1a3779000 - 0x1a3782fff libsystem_containermanager.dylib arm64  <4764ee5a2f0a3fbb8a756f60f0e02cd8> /usr/lib/system/libsystem_containermanager.dylib
0x1a3783000 - 0x1a37fefff AppleAccount arm64  <972cea5083b43105b83f737be8ad7a43> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x1a37ff000 - 0x1a3819fff ApplePushService arm64  <61a7d33046ff3eec8d22ddd488a37581> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x1a381a000 - 0x1a3902fff IDS arm64  <cf2b018761f736d4a1dfad15aa703c85> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x1a3903000 - 0x1a3a2dfff IDSFoundation arm64  <a6bd395156ff3624b78997bb3ed24a06> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x1a3a2e000 - 0x1a3a2ffff libCTGreenTeaLogger.dylib arm64  <2ab5f36320803bda84913992c492743e> /usr/lib/libCTGreenTeaLogger.dylib
0x1a3a94000 - 0x1a3b94fff CoreMedia arm64  <b9bf44cd041a37af8879451f66687468> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x1a3b95000 - 0x1a3ba4fff UIKitServices arm64  <0eeb42c795483dba82a142eeda85503e> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x1a3ba5000 - 0x1a3c02fff BackBoardServices arm64  <6f0540d2fedc308eacff631bff19cd69> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x1a3c03000 - 0x1a3e54fff QuartzCore arm64  <ba9eccee9f613baab8a88eb3b7e0a24f> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x1a3e55000 - 0x1a3f1cfff ColorSync arm64  <503c108270703f1786df14588e7f9ff7> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x1a3f1d000 - 0x1a448cfff CoreGraphics arm64  <e068b7652d603d90aba30df6da3578bc> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x1a448d000 - 0x1a45bcfff Contacts arm64  <18807e6ef924349a9384161c92390665> /System/Library/Frameworks/Contacts.framework/Contacts
0x1a45bd000 - 0x1a45ebfff UserNotifications arm64  <44b07041e9723af2a6446a04bc8588a7> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x1a45ec000 - 0x1a460ffff LocationSupport arm64  <470b39d55daf3170b1a38841292d494d> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport
0x1a4610000 - 0x1a476bfff Sharing arm64  <34759ac26e85385f9cca89d83469028d> /System/Library/PrivateFrameworks/Sharing.framework/Sharing
0x1a476c000 - 0x1a4dabfff WebKit arm64  <0d71fc8cc7e331948094d1c767c7bc09> /System/Library/Frameworks/WebKit.framework/WebKit
0x1a4dac000 - 0x1a6b60fff WebCore arm64  <fbf9a3b9df503629af395c41d3e4e83a> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x1a6b61000 - 0x1a6b7bfff libAccessibility.dylib arm64  <f55983edebf933948322efaefe1ecbca> /usr/lib/libAccessibility.dylib
0x1a6b7c000 - 0x1a6b87fff AXCoreUtilities arm64  <c9ced073466a32208dbabf96d0a50f15> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x1a6b88000 - 0x1a6bfbfff ContactsFoundation arm64  <0ba958ac9959337ca4d72b34bd2d50aa> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x1a6bfc000 - 0x1a6c10fff PowerLog arm64  <eec0214c57da38818a8622fde679829c> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1a6c11000 - 0x1a6c22fff IOSurface arm64  <4abf1719833c3f8db61863ff9b392891> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1a6c23000 - 0x1a731ffff MediaToolbox arm64  <bce0f04fbe4d3f55bce62184be284bfd> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x1a7320000 - 0x1a7328fff GraphicsServices arm64  <aea26bf9483739a29902950b92b52592> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1a7329000 - 0x1a7410fff AccessibilityUtilities arm64  <08d2bcd32ab83f8092501c61f87023db> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
0x1a7411000 - 0x1a7609fff AVFoundation arm64  <20bfceb457453bd2a5b3ce71ea50c1b2> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x1a760a000 - 0x1a7641fff OnBoardingKit arm64  <e2e88272c1933ba4b9f2245bc7dba1e1> /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
0x1a7642000 - 0x1a7690fff MobileWiFi arm64  <3e4f5fc8825839f084694f7c77d62907> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x1a7691000 - 0x1a76a9fff MobileAsset arm64  <9a597efb899f383a867473d91b06eb94> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x1a76aa000 - 0x1a76b7fff libGSFont.dylib arm64  <59fe7a3b9b8437a7a992bdae0faab9d6> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib
0x1a76b8000 - 0x1a76c1fff FontServices arm64  <2b26f3985f9030d39a40bfe0df98686b> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x1a76c2000 - 0x1a780bfff libFontParser.dylib arm64  <cac8dc5601323efd9875a5e886d92ea8> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1a780c000 - 0x1a7857fff AXRuntime arm64  <1bf005f54f9c3c5b9fda419692ab5039> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
0x1a7858000 - 0x1a785afff libAXSafeCategoryBundle.dylib arm64  <0647401436ea3e41a216da49a20c27a6> /usr/lib/libAXSafeCategoryBundle.dylib
0x1a785b000 - 0x1a7994fff SearchFoundation arm64  <e91f6d1fcdd23a1595d49b7ed678ec0a> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x1a7995000 - 0x1a7ab3fff Preferences arm64  <9cb3558569ea3b2c8a520db57aba8688> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x1a7ab4000 - 0x1a8122fff PhotoLibraryServices arm64  <7e2dec0b4e49338fb908b97df773b12a> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x1a8123000 - 0x1a8387fff vImage arm64  <1987440ca5e638368a23cd7341b1932a> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1a8388000 - 0x1a85bcfff AudioToolbox arm64  <9eea0978fcad33cc9e3035ea939b2143> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x1a85bd000 - 0x1a85effff libAudioToolboxUtility.dylib arm64  <5e0ec0bf47f03853a777ea0123cdecaa> /usr/lib/libAudioToolboxUtility.dylib
0x1a85f0000 - 0x1a87acfff ContactsUI arm64  <f9dc4b6c059f37809b709240dcc469ac> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x1a87ad000 - 0x1a8816fff UIAccessibility arm64  <58bafe0cc769397fb7b29554f1f77749> /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility
0x1a8817000 - 0x1a8a1bfff Photos arm64  <beb29988134830ce91e9ba3af86440a0> /System/Library/Frameworks/Photos.framework/Photos
0x1a8a1c000 - 0x1a8ab0fff ShareSheet arm64  <0e75ee0b6aeb34c69e1403fe2a0b602a> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
0x1a8ab1000 - 0x1a8ac4fff BaseBoardUI arm64  <5d95725058ed3df2a41c71a5d4726900> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x1a8ac5000 - 0x1a8b79fff PDFKit arm64  <d8c1fee5d77635d895bbd3b646f269fc> /System/Library/Frameworks/PDFKit.framework/PDFKit
0x1a8bf7000 - 0x1a8c24fff DocumentManager arm64  <df6155e3a82c3b98aad02755b34ffac2> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x1a8c25000 - 0x1a8e7ffff libmecabra.dylib arm64  <1157edfce8ad3df6a01b4ebb2f100af0> /usr/lib/libmecabra.dylib
0x1a8e80000 - 0x1a8ef7fff AuthKit arm64  <2fda46a0c0c03b0e8222936e5ef11f24> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x1a8ef8000 - 0x1a9314fff Intents arm64  <4c28f731a5bf380abec95b89347dcca6> /System/Library/Frameworks/Intents.framework/Intents
0x1a9315000 - 0x1a9329fff libCGInterfaces.dylib arm64  <e2a730f6b7b63f2aa3be0ed27cf3cab5> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x1a932a000 - 0x1a9489fff WebKitLegacy arm64  <dd6cd4bf7b9535ea92c9c5d914af546b> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x1a948a000 - 0x1a94f4fff TextInput arm64  <982b9b2cc64d3667aeb3863f355e5f6f> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x1a94f5000 - 0x1a956ffff AXMediaUtilities arm64  <58f1ede868c134f59db1842bdcdfc608> /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities
0x1a9570000 - 0x1a9573fff XCTTargetBootstrap arm64  <5c185207156334bcbfddbae1d7470d2b> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x1a9574000 - 0x1a9628fff CorePDF arm64  <4068ec815d3438b59ad58c2ae7167ef4> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x1a9629000 - 0x1a9663fff AccessibilityUIUtilities arm64  <95663a65573e305d8caefd5f89977aa8> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities
0x1a9664000 - 0x1a9a15fff MediaPlayer arm64  <2730d66693cf3968b472685e5323ea96> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x1a9a16000 - 0x1a9d2dfff AppleMediaServices arm64  <bfd95f83910f387e9876e28ebdd4dd57> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x1a9d2e000 - 0x1a9d54fff CacheDelete arm64  <0c48aade3fe43589acc552d3e119c591> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x1a9d55000 - 0x1a9f1cfff CoreMotion arm64  <70ed3ef1d8263d55b5eae657ac5e8057> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x1a9f1d000 - 0x1aa00afff AVFAudio arm64  <1df3312395353945983fb139a4216fa9> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x1aa00b000 - 0x1aa227fff RawCamera arm64  <1bf4eb4c14f636da870cb1a1b23a7e77> /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x1aa228000 - 0x1aa2defff CoreUI arm64  <d90479e8d57435b1a4cbab0423d21770> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x1aa2df000 - 0x1aa303fff AppSupportUI arm64  <7264f3b8500e30b0ad4e3f00500d64bd> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x1aa304000 - 0x1aa339fff CoreVideo arm64  <443ef021c4123a32a3970433993d16fe> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1aa33a000 - 0x1aa570fff AudioToolboxCore arm64  <5cc99c07d3b3317aa0aa90b7edb05d00> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore
0x1aa571000 - 0x1aa5b4fff CoreDuetContext arm64  <badc9da39c60341aa29c34542cb16158> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x1aa5b5000 - 0x1aa5effff SetupAssistant arm64  <3f5a75d178773381875c6c41678d79e1> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x1aa5f0000 - 0x1aa6acfff TelephonyUtilities arm64  <5c63d78ffe1433738deae30f6c98838d> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x1aa6ad000 - 0x1aa6d7fff PlugInKit arm64  <5d4ad58191a23317a0d2ee6357784767> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x1aa6d8000 - 0x1aaa5afff libswiftCore.dylib arm64  <dcbc2d499c313dbebcf3b0f5205f87fe> /usr/lib/swift/libswiftCore.dylib
0x1aaa5b000 - 0x1aab96fff AssistantServices arm64  <a8b7086d107935e5a99f4496e472e170> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x1aab97000 - 0x1aabf6fff ProactiveSupport arm64  <f139ee3c405538eb8b0e3157dfeb850b> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x1aabf7000 - 0x1aae39fff MapKit arm64  <7029e175072a3830a8d7e0402b5e3436> /System/Library/Frameworks/MapKit.framework/MapKit
0x1aae3a000 - 0x1aae56fff PrototypeTools arm64  <cc8e1d9d10a23e8785900518b23242dd> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x1aae57000 - 0x1aaf48fff MediaExperience arm64  <d3696f197c97386d855765ea3931bdea> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience
0x1aaf49000 - 0x1ab21dfff Celestial arm64  <f23ff8ceade230c2946daf42793d76ab> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x1ab21e000 - 0x1ab27afff CallKit arm64  <43fdc2704c013b87a03e8d080c082b83> /System/Library/Frameworks/CallKit.framework/CallKit
0x1ab27b000 - 0x1ab43ffff EventKitUI arm64  <79fc1a551ac53966a1d5e1f30e90fde0> /System/Library/Frameworks/EventKitUI.framework/EventKitUI
0x1ab440000 - 0x1abb36fff VectorKit arm64  <5655a0aafafb3c3d8b69a2ef8e8e2146> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x1abb37000 - 0x1abc06fff AVKit arm64  <2afc669447223d058ee6c706b54cbb35> /System/Library/Frameworks/AVKit.framework/AVKit
0x1abc07000 - 0x1abc35fff Pegasus arm64  <8b990cff02533a6782f88bd0831837f4> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
0x1abc36000 - 0x1abc38fff libapp_launch_measurement.dylib arm64  <2741e56c89873a20acde4979ee28be22> /usr/lib/libapp_launch_measurement.dylib
0x1abc4e000 - 0x1abcb0fff CoreSpotlight arm64  <73ad186f492c3a338c9f3cea760b172f> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x1abcb1000 - 0x1abd48fff AddressBookLegacy arm64  <e45307d41ffb3a969616fe7e59195de2> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x1abd49000 - 0x1abd58fff CrashReporterSupport arm64  <8f50c9095b293180a908ffdbdeecede3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1abd59000 - 0x1abd6bfff MobileBluetooth arm64  <6c5b5fd25a743a74b69bc8e8fe200b70> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x1abd6c000 - 0x1abe25fff LinkPresentation arm64  <652903c4cccb3fb38ef4495e900b809b> /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation
0x1abe26000 - 0x1abe5dfff StoreKit arm64  <f61422d2afeb39bd9143458d82a29536> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x1abe5e000 - 0x1abe62fff libsystem_configuration.dylib arm64  <1f77794460993bc0a06207f2193781f6> /usr/lib/system/libsystem_configuration.dylib
0x1abe63000 - 0x1abebdfff RemoteUI arm64  <2f684cc557103242b20baf988113cb51> /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
0x1abebe000 - 0x1abf13fff AuthKitUI arm64  <629ab78d4fc83ddfb4d6a2126d3215f5> /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI
0x1abf14000 - 0x1abf79fff CoreRecognition arm64  <2ebd686e061537b7a7b8e68085e0fba0> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
0x1abf7a000 - 0x1abffcfff Social arm64  <286389b70f603f62ad78a0c38377938f> /System/Library/Frameworks/Social.framework/Social
0x1ac04a000 - 0x1ac058fff HangTracer arm64  <f7cd6e3068023cb8b89cfb387970d104> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x1ac059000 - 0x1ac0befff CoreNLP arm64  <bc2c4aea12293a0fab1f92fc80182f74> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x1ac0bf000 - 0x1ac0c0fff liblangid.dylib arm64  <e1c11f41cd7031148ffeb431b53b9fdd> /usr/lib/liblangid.dylib
0x1ac0c1000 - 0x1acf4cfff JavaScriptCore arm64  <aaf4e988dfd33f50af21779cf1258c80> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x1acf4d000 - 0x1acfdafff libTelephonyUtilDynamic.dylib arm64  <a187f39512fe32d99a85829691a49f64> /usr/lib/libTelephonyUtilDynamic.dylib
0x1acfef000 - 0x1ad26dfff StoreServices arm64  <ec2375561d7b3b6aad035307560492cd> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x1ad26e000 - 0x1ad277fff IOMobileFramebuffer arm64  <7462439e125833758ae73bd083b45ae2> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1ad278000 - 0x1ad3fffff SafariServices arm64  <140f2dc426773ad0a53b9091cc230645> /System/Library/Frameworks/SafariServices.framework/SafariServices
0x1ad400000 - 0x1ad5d7fff Message arm64  <4252efde3f2e3f06b90767acf0e4cafd> /System/Library/PrivateFrameworks/Message.framework/Message
0x1ad5ef000 - 0x1ad609fff CoreMaterial arm64  <0c57d0346b8038ac99da29d1c5756073> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial
0x1ad60a000 - 0x1ad6effff libxml2.2.dylib arm64  <59363b79c5c93f4a8225d4514922256a> /usr/lib/libxml2.2.dylib
0x1aef5e000 - 0x1aefa6fff MetadataUtilities arm64  <a6b4a006922d31b3a175503669bc8e3c> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x1aefa7000 - 0x1aeffffff UserActivity arm64  <5cee49c805f930de8cad926a2d5d9417> /System/Library/PrivateFrameworks/UserActivity.framework/UserActivity
0x1af930000 - 0x1afb41fff NetworkExtension arm64  <b9952b5daeb134a6b570a193e0440119> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x1afb42000 - 0x1afb77fff DataDetectorsCore arm64  <3d0a108f71733e29965b637096e09ec8> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x1afb78000 - 0x1afbd7fff CalendarFoundation arm64  <741401805340338b9af74bb4b3abbcec> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x1afbd8000 - 0x1afccafff EventKit arm64  <ccf2cfad170235068b9442ef6e9223c3> /System/Library/Frameworks/EventKit.framework/EventKit
0x1afccb000 - 0x1afd01fff MediaServices arm64  <280846cf79173979b3983b4d12c94480> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x1afe0d000 - 0x1affacfff PencilKit arm64  <6fc9866e623835f795cfb8ed07534c63> /System/Library/Frameworks/PencilKit.framework/PencilKit
0x1affad000 - 0x1b00cffff MessageUI arm64  <2417303b23b23eef9f1b2b5e0c89836b> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x1b011d000 - 0x1b015cfff BiometricKit arm64  <e6db96b653b93c1ebfc883ed0eaf8aec> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x1b015d000 - 0x1b0187fff PersistentConnection arm64  <396582b9038d33ecbbaf6270715f2b50> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1b0188000 - 0x1b01dbfff CalendarDaemon arm64  <7f06d2437059300ab555af7cb5998810> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x1b01dc000 - 0x1b0272fff CalendarDatabase arm64  <94a758b9924130a9a008623815ebbac9> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x1b0273000 - 0x1b0461fff MediaRemote arm64  <1a209e28192c390bab18d149f841c17f> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x1b0462000 - 0x1b046afff CorePhoneNumbers arm64  <68106cb9cf6d390d8e267e7bbf249c6b> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x1b047b000 - 0x1b04a1fff DuetActivityScheduler arm64  <13c0f1714e3036779c37852398f0bafa> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
0x1b04a2000 - 0x1b0565fff SpringBoardFoundation arm64  <9550d529bedf3020a878712cbef45297> /System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation
0x1b0566000 - 0x1b05a5fff ContactsAutocompleteUI arm64  <72e5828e055237548a9f2c708024caaf> /System/Library/PrivateFrameworks/ContactsAutocompleteUI.framework/ContactsAutocompleteUI
0x1b05a6000 - 0x1b05c8fff CoreSVG arm64  <73bfc0febb0d31628b9223dc7a5a983f> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG
0x1b05e3000 - 0x1b0600fff ProactiveEventTracker arm64  <d3f6831ea3103097999b303f03c8719e> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x1b0601000 - 0x1b060cfff MallocStackLogging arm64  <bd95833751b935d8bfaa122f9c6eaafa> /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging
0x1b060d000 - 0x1b06a1fff CoreSuggestions arm64  <5692520a6a6a3fa4a4dabef3347d528b> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x1b06a2000 - 0x1b0853fff IMCore arm64  <fe16f952a8763d4ba91b2fb929d8ef98> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
0x1b0854000 - 0x1b08a5fff DeviceManagement arm64  <a2ec1a2c4bdc3d4da47e05f8c0b0810d> /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
0x1b10aa000 - 0x1b10b7fff BluetoothManager arm64  <f0706407ab963b31aac5f69d7e70dead> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x1b10b8000 - 0x1b10edfff CoreBluetooth arm64  <bfd3e1ab946c30a4b6a3c86c831f13d2> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x1b10ee000 - 0x1b10f0fff libsystem_sandbox.dylib arm64  <19bf542aa27f358aaf26c829d92f3995> /usr/lib/system/libsystem_sandbox.dylib
0x1b10f1000 - 0x1b1153fff SpringBoardUIServices arm64  <74237ef454fa3ded852d4e9a8f3f870e> /System/Library/PrivateFrameworks/SpringBoardUIServices.framework/SpringBoardUIServices
0x1b1154000 - 0x1b1186fff TelephonyUI arm64  <d2ecd5d73e413ba6b3f2da3e083290f2> /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI
0x1b11d5000 - 0x1b120cfff TextInputUI arm64  <584490afffd630b0a2b86d6045db9880> /System/Library/PrivateFrameworks/TextInputUI.framework/TextInputUI
0x1b121b000 - 0x1b1227fff ContextKit arm64  <af4e539a51ed31f58501db604920f663> /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit
0x1b1258000 - 0x1b12c4fff Rapport arm64  <0d829a31fed33c2bb4da9a2712178c8c> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x1b12c5000 - 0x1b1308fff OSAnalytics arm64  <66d408f799793943ae529a4b12829625> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics
0x1b1309000 - 0x1b1337fff MobileInstallation arm64  <82830c2abb583bd5a627995189600504> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x1b1338000 - 0x1b13d2fff Metal arm64  <245b6ff0bdfd33a7a34ce4fe57ebc2a2> /System/Library/Frameworks/Metal.framework/Metal
0x1b13d3000 - 0x1b13d9fff IOAccelerator arm64  <3335cc966200367c99e96bb8fd064751> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1b13da000 - 0x1b13e5fff MediaAccessibility arm64  <f8f4cb6f12af349aadc0c2124373d615> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1b1403000 - 0x1b140afff libsystem_dnssd.dylib arm64  <59b26d826fd335ed998cf5b62e38f910> /usr/lib/system/libsystem_dnssd.dylib
0x1b140b000 - 0x1b1411fff PushKit arm64  <634713aced1d38df81cd370674d873ad> /System/Library/Frameworks/PushKit.framework/PushKit
0x1b1412000 - 0x1b1517fff FileProvider arm64  <817c33078d9f344bae2e99274886c2de> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x1b152c000 - 0x1b152dfff BackgroundTaskAgent arm64  <2ba41ad36b8a36088b6f0097d4a014fd> /System/Library/PrivateFrameworks/BackgroundTaskAgent.framework/BackgroundTaskAgent
0x1b152e000 - 0x1b1533fff LinguisticData arm64  <ee7e5c2f67d63fdb8f294a556494ffa5> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x1b1534000 - 0x1b154cfff CoreSDB arm64  <3c8d2ae38db03228b83874a7957493c9> /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB
0x1b154d000 - 0x1b155dfff Categories arm64  <4aee06d32058399082825c91d95b7771> /System/Library/PrivateFrameworks/Categories.framework/Categories
0x1b155e000 - 0x1b1577fff DoNotDisturb arm64  <b0094a4cb5bb3d9e888d9f2edb1b8b17> /System/Library/PrivateFrameworks/DoNotDisturb.framework/DoNotDisturb
0x1b1578000 - 0x1b1633fff VideoToolbox arm64  <cb7226845bc83f528ef0eb5e3d9e7d06> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x1b1a67000 - 0x1b1a68fff MessageSupport arm64  <d4456184f8623984b58e7045027ab964> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0x1b1a69000 - 0x1b1ac8fff PersonalizationPortrait arm64  <c41be57e68c13b2e91365a72b69ae410> /System/Library/PrivateFrameworks/PersonalizationPortrait.framework/PersonalizationPortrait
0x1b1ac9000 - 0x1b1b37fff AppStoreDaemon arm64  <abfb54c05afa3403ae220b67aaea8563> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon
0x1b1b92000 - 0x1b1b9afff SymptomDiagnosticReporter arm64  <7f5611dfa5063e699db9329b22f493de> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1b1b9b000 - 0x1b1b9dfff IOSurfaceAccelerator arm64  <4d17d1ca325c350a8cceec8a93550c14> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1b1b9e000 - 0x1b1c4cfff AssetsLibraryServices arm64  <4955c2b198f034fabf1be5e071b1f199> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x1b1c4d000 - 0x1b1c7ffff DataAccessExpress arm64  <ccd6268a555f36fc823411bece0a960a> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x1b1c80000 - 0x1b1ceefff EmailFoundation arm64  <b0b3b9e3acec3a48bb87f56f005d525f> /System/Library/PrivateFrameworks/EmailFoundation.framework/EmailFoundation
0x1b1cef000 - 0x1b1d04fff CoreFollowUp arm64  <edfbe826475a330eb7062eaf1f013738> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x1b1d05000 - 0x1b1d0dfff FamilyCircle arm64  <47b6531315713b6fb50aa030a9bc27b9> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
0x1b1d0e000 - 0x1b1d23fff libcoretls.dylib arm64  <e83864eb177533af91d71d6e5bfd6799> /usr/lib/libcoretls.dylib
0x1b1d7a000 - 0x1b1e0bfff libate.dylib arm64  <0dbd4cdb7d493a94a11e8c4b6eb9d303> /usr/lib/libate.dylib
0x1b2ecd000 - 0x1b3095fff iAdCore arm64  <3eac21a18a613b609382112f70698bed> /System/Library/PrivateFrameworks/iAdCore.framework/iAdCore
0x1b30bb000 - 0x1b3109fff FTServices arm64  <c451d4c6281f34c7880529373e2a84d7> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x1b31aa000 - 0x1b31bafff MaterialKit arm64  <d3e26e28496a3abd9ae6a5aa64c30ff6> /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit
0x1b31bb000 - 0x1b3225fff SAObjects arm64  <4d72bf5c563e3a9ca016e691ae307b08> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x1b3226000 - 0x1b3230fff CoreRecents arm64  <e64c1a460cf23b7880679d9bc3521015> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x1b3231000 - 0x1b3277fff MIME arm64  <7f0ef966897c3fefb7d003e74f1f2f37> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x1b32d9000 - 0x1b32e6fff DataMigration arm64  <bda78d7eac783fb7ad49253a971577af> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x1b33eb000 - 0x1b3446fff EmailCore arm64  <409829c8474d3171b47db351fea74c9c> /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore
0x1b349a000 - 0x1b34befff IconServices arm64  <9d0a77437f5e311097babd6a8f94e8a1> /System/Library/PrivateFrameworks/IconServices.framework/IconServices
0x1b34bf000 - 0x1b36abfff iTunesCloud arm64  <e806cac9c1f13e80bf88b696c4cdd5e4> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x1b36ac000 - 0x1b3971fff MusicLibrary arm64  <c4573d69b57033c8871d37d686109222> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x1b3972000 - 0x1b3973fff WatchdogClient arm64  <834e0b823de23ff6b57e7904ce03a445> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient
0x1b3974000 - 0x1b3985fff libprequelite.dylib arm64  <83d923c30f863498843177b257132ca9> /usr/lib/libprequelite.dylib
0x1b39aa000 - 0x1b39affff IDSKVStore arm64  <0107cc7a4d5e38619995358ffa0a265d> /System/Library/PrivateFrameworks/IDSKVStore.framework/IDSKVStore
0x1b39b0000 - 0x1b39c0fff CoreEmoji arm64  <577a37002ad53990bcc8b0c9fd511a74> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1b39c1000 - 0x1b3a58fff Email arm64  <507eb51e36c7368ba0a84d6500b6b892> /System/Library/PrivateFrameworks/Email.framework/Email
0x1b3a59000 - 0x1b3abbfff ClassKit arm64  <a5b8753d353b33adb396bb4c1770589a> /System/Library/Frameworks/ClassKit.framework/ClassKit
0x1b3b27000 - 0x1b3b34fff CPMS arm64  <df575af01b103cfcb663abf02f06ac80> /System/Library/PrivateFrameworks/CPMS.framework/CPMS
0x1b3b35000 - 0x1b3b3dfff RTCReporting arm64  <0a2ce1ac2e2e3ce4a08f6cac1003638f> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1b3c02000 - 0x1b3c5ffff iAd arm64  <225969c9a3f83481abe3eadce4d3efc6> /System/Library/Frameworks/iAd.framework/iAd
0x1b3c99000 - 0x1b3ce5fff MobileBackup arm64  <c8b58b1f4f1b3c4e90d8a015dc4b8a5d> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x1b3d94000 - 0x1b3d9bfff CoreTime arm64  <cf3715716c1635b68d871a966ae17239> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x1b3de2000 - 0x1b3f21fff IMDPersistence arm64  <cd78aa6993ee36f289a9f7f9f382bc4d> /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence
0x1b3f98000 - 0x1b403dfff DistributedEvaluation arm64  <cbfb34ab5b7a319ebd0b1edda53ca1e9> /System/Library/PrivateFrameworks/DistributedEvaluation.framework/DistributedEvaluation
0x1b403e000 - 0x1b408dfff DataAccess arm64  <15849e30ae3335a68f58eea5689f3d91> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x1b43c9000 - 0x1b441cfff ToneLibrary arm64  <ae796371fa9c388d875bf9987e816484> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x1b46b6000 - 0x1b46d4fff AppConduit arm64  <154844916f3532859f72c3ab9b95ae87> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x1b46d5000 - 0x1b46edfff IntlPreferences arm64  <19b52e5151793276afea6f0b59e6a97e> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1b4a94000 - 0x1b4b82fff CoreBrightness arm64  <df0aac48fa243894800d72a97e6b4943> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1b4b83000 - 0x1b4b8afff libIOReport.dylib arm64  <ab2118f813b933e48f29f6d37d8d976e> /usr/lib/libIOReport.dylib
0x1b4d13000 - 0x1b4f46fff libBNNS.dylib arm64  <a36340b78a703f8180b712c7759ab043> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1b4f47000 - 0x1b4f4efff StudyLog arm64  <6ba8e4d9754b3e25b97d3084e1646db0> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x1b4fd5000 - 0x1b5063fff iTunesStore arm64  <b89f93b7ddc33e6993b8701d7e98e765> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x1b5ab6000 - 0x1b5b0dfff SafariCore arm64  <0cd7ad921ee937db82a85e9a9252636d> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
0x1b5b0e000 - 0x1b5b75fff ScreenTimeCore arm64  <3a52a67989fb39a98d87749022ce38c6> /System/Library/PrivateFrameworks/ScreenTimeCore.framework/ScreenTimeCore
0x1b6180000 - 0x1b6192fff LocalAuthentication arm64  <b6f98d423e8634dc93182ca70b09cf3b> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x1b6193000 - 0x1b6197fff CommunicationsFilter arm64  <b6b1cc145f2a3b199c85ada5af8dfd3e> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x1b6198000 - 0x1b61bafff AddressBook arm64  <437470fa20f039ebbd8f319565a681e7> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x1b61bb000 - 0x1b61c6fff CaptiveNetwork arm64  <dc9b5ed33e063d7eb9edec10ebd0e665> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x1b61c7000 - 0x1b61c7fff AdSupport arm64  <afca7c21a5333a25a035cdb5ee2e7535> /System/Library/Frameworks/AdSupport.framework/AdSupport
0x1b6317000 - 0x1b63c7fff libBLAS.dylib arm64  <62050c2e28b83071926604f28576b48a> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1b63c8000 - 0x1b63d6fff CTCarrierSpace arm64  <41d7677ad9313fe891ce68c033bec647> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x1b6be5000 - 0x1b6cb0fff CoreParsec arm64  <cdc62617d5a9365bafacc9546ea06583> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x1b6e9e000 - 0x1b6eb9fff libtailspin.dylib arm64  <450b7c0ece54385bbdab05395a050bcd> /usr/lib/libtailspin.dylib
0x1b6eba000 - 0x1b6ef7fff CalendarUIKit arm64  <9c1dc4af830831ed8f0f08656853dcf1> /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit
0x1b6f16000 - 0x1b6f2afff ContactsDonation arm64  <d9c53579f3753255a0d649fe1f7780dc> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x1b6f75000 - 0x1b6f7efff MobileActivation arm64  <ed46d70e41b63f13bf3b17894f6b594d> /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation
0x1b6fff000 - 0x1b700dfff MobileIcons arm64  <3326557a3286356a87ca1df0d6130151> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1b700e000 - 0x1b710dfff ResponseKit arm64  <f16e781681d434dab63e5b9f5b065347> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
0x1b712a000 - 0x1b7163fff Notes arm64  <8d6dbca1ee0138f5a694e76c04bb46ac> /System/Library/PrivateFrameworks/Notes.framework/Notes
0x1b7164000 - 0x1b717bfff MetalKit arm64  <d6c06209589d3675acb927d06137a931> /System/Library/Frameworks/MetalKit.framework/MetalKit
0x1b71d4000 - 0x1b721efff CoreHaptics arm64  <06db7c401d2d3d9cb266f37874fa0bbb> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics
0x1b721f000 - 0x1b72e7fff ProofReader arm64  <285fa52fafcf39bfaf8609a085422cd8> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x1b7336000 - 0x1b7341fff EmailAddressing arm64  <a7b8c7ee40ed378c9c3af178d338245e> /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing
0x1b7342000 - 0x1b7357fff MailServices arm64  <a1f8a7beff043f029898327354f73688> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x1b7358000 - 0x1b73e7fff CoreSymbolication arm64  <a57040868d163139acb568011b34123a> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1b73e8000 - 0x1b73eefff IdleTimerServices arm64  <39c79767aa7034c9a680af46224d4640> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x1b74e7000 - 0x1b75a0fff VideoSubscriberAccount arm64  <b9300042738f365c90ca366308d929c9> /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
0x1b75a1000 - 0x1b75b4fff WebContentAnalysis arm64  <b5a41f5f33aa395ca7b385566e8a518b> /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalysis
0x1b75b5000 - 0x1b75b8fff FTClientServices arm64  <78f0b76870173a47ae1f3024101d4aad> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x1b75b9000 - 0x1b761efff ContactsUICore arm64  <2da1d6849b7b36e3bc95d2be741b2ea9> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x1b76a2000 - 0x1b76aefff iAdServices arm64  <06897fca38aa3f1099ca8b11fb9b4776> /System/Library/PrivateFrameworks/iAdServices.framework/iAdServices
0x1b7a7a000 - 0x1b7ac1fff LoggingSupport arm64  <6b7e370405d33c45967ac8c458928a3f> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x1b7bc5000 - 0x1b7c1efff ProtectedCloudStorage arm64  <bbc869b2f84b34d6bf61cef9d1fa8fc0> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1b7d05000 - 0x1b7d0dfff OpenGLES arm64  <287f3b01842d30da9702f5cd4793458e> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1b7e6d000 - 0x1b7e75fff libGFXShared.dylib arm64  <2209635c627c36d381f28da5e9019b90> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1b7e76000 - 0x1b7eabfff SharedUtils arm64  <f6c64f0f3df3385aab929b5f99acb807> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x1b7eac000 - 0x1b7ef9fff PhotosFormats arm64  <80f459a667303db0b188f9a6c61eb6cd> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x1b9506000 - 0x1b9542fff StreamingZip arm64  <80a7602a6d27384abec3ffe12bc0c50f> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1ba181000 - 0x1ba334fff SafariShared arm64  <930666655b4937d9a2152c6834d06a0a> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
0x1ba3ba000 - 0x1ba3bdfff InternationalTextSearch arm64  <d534123f5b233184ac92042f378619cd> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1ba3db000 - 0x1ba3f7fff AssetCacheServices arm64  <fe2d1f58a37a30459b13dcc1814362e6> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x1bad68000 - 0x1bad6dfff IncomingCallFilter arm64  <d6b56428a9b634788ecddd75c8420b8e> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x1bad89000 - 0x1bada1fff NetworkStatistics arm64  <52d0181fe70c385697ef3746d5fe1bb4> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x1bb20d000 - 0x1bb213fff Netrb arm64  <53cc7821890f34b380124739cbb90896> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1bb217000 - 0x1bb247fff EAP8021X arm64  <e8e5622aa64439bdae85b80f604662f1> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1bb248000 - 0x1bb24afff OSAServicesClient arm64  <785aab0a88ed34ba885d7483d3be9ee9> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient
0x1bb3ce000 - 0x1bb3d2fff libgermantok.dylib arm64  <e15d5eee368a3e16b9a11328963ce574> /usr/lib/libgermantok.dylib
0x1bb3d3000 - 0x1bb486fff libmecab.dylib arm64  <0bb7b7b678bb3ab887345ee24d6eff43> /usr/lib/libmecab.dylib
0x1bb487000 - 0x1bb4c2fff Catalyst arm64  <986bc11a0f5131e191295b9c7a3f7ab2> /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
0x1bb62b000 - 0x1bb62dfff AdAnalytics arm64  <7d286c3f249d34e09f9c92a42646a96d> /System/Library/PrivateFrameworks/AdAnalytics.framework/AdAnalytics
0x1bb62e000 - 0x1bb66afff VoiceServices arm64  <e6f4af2654f03125b334ccce6916d07d> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x1bb66b000 - 0x1bb781fff Navigation arm64  <16a6a764ab0a3f75bc063f808063cbbf> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x1bba9a000 - 0x1bbaa8fff CoreDuetDaemonProtocol arm64  <165d40fd3ad831c19723d85738aabf53> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1bbaa9000 - 0x1bbac8fff FTAWD arm64  <51a4c50a1e883595bf4d7195a506fc8c> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x1bd07a000 - 0x1bd07cfff OAuth arm64  <a6900a3c3a9639aca03ab1e00576cede> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x1bd07d000 - 0x1bd080fff AdPlatforms arm64  <be2005701e3a37dcabf5e142173ac4d0> /System/Library/PrivateFrameworks/AdPlatforms.framework/AdPlatforms
0x1bd317000 - 0x1bd352fff DifferentialPrivacy arm64  <b0a6360b231337369dc89715c832eb22> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x1bd604000 - 0x1bd79bfff EmailDaemon arm64  <e0b632446f33378db7f021a85d61a2fd> /System/Library/PrivateFrameworks/EmailDaemon.framework/EmailDaemon
0x1bdb00000 - 0x1bdb2bfff MailSupport arm64  <303a3e5968943ddf9cb09d0ac8c79387> /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport
0x1bdb2c000 - 0x1bdb9afff libarchive.2.dylib arm64  <f687622c8e6e3452a0d48f7ed993c0d4> /usr/lib/libarchive.2.dylib
0x1bdb9b000 - 0x1bdbcbfff C2 arm64  <0d7a3e496f95395c9eae28b0d0b16ba5> /System/Library/PrivateFrameworks/C2.framework/C2
0x1bdbcc000 - 0x1bdbfffff NaturalLanguage arm64  <cfa438750b4032c8b14daf751e0b0df0> /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage
0x1bdc92000 - 0x1bdc93fff libsystem_coreservices.dylib arm64  <50693ebd12b43fc8acaad84a8b82a0df> /usr/lib/system/libsystem_coreservices.dylib
0x1bdca5000 - 0x1bdcb7fff libmis.dylib arm64  <70eb0208446d35d1a06035cee66ecf30> /usr/lib/libmis.dylib
0x1bdcb8000 - 0x1bdd0dfff WebBookmarks arm64  <999457f8960a3611bf14c3f4619837a5> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x1bdd0e000 - 0x1bdd1bfff DCIMServices arm64  <2f74408211e2332b8aa91789e71ae562> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x1bdd1c000 - 0x1bde6cfff CloudPhotoLibrary arm64  <51a836e0dea1366b83a29640fc2648b1> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x1bde6d000 - 0x1bdea6fff ContactsAutocomplete arm64  <76d4fc1b31463366a750fa828ef05692> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
0x1bdea7000 - 0x1bdeaffff libcopyfile.dylib arm64  <f5f048c1d258338f96bd94863b7f84e4> /usr/lib/system/libcopyfile.dylib
0x1bdeb0000 - 0x1bded1fff UsageTracking arm64  <81e36061690d39c19eb46f605c1fbcff> /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking
0x1be213000 - 0x1be2a7fff AccountsDaemon arm64  <7abea61a48783baaa76d6ba23b765846> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x1be2a8000 - 0x1be2b3fff AppleIDSSOAuthentication arm64  <e4999d56d7673b7b9c1370b23fcbbec5> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1be2b4000 - 0x1be2c7fff SettingsFoundation arm64  <d6b7da8b402b3d9c91234c18f5dc7ffb> /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation
0x1be400000 - 0x1be482fff Symbolication arm64  <31fd30f6ccb13309b25294a1d85326e2> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
0x1be637000 - 0x1be684fff ChunkingLibrary arm64  <6c669fdc362138dd89e33201adb10962> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1be688000 - 0x1be68cfff DAAPKit arm64  <407eb1b504133cf59185bb985c8834bd> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x1beb61000 - 0x1beb63fff CoreDuetDebugLogging arm64  <1fd35a97edf032d68a771db66fc72f52> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1bf688000 - 0x1bf6c6fff SignpostSupport arm64  <a8ffcfa229463bc087f1dcc98e94864e> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1bf95b000 - 0x1bf964fff SignpostCollection arm64  <4f5984b7fa9938779a0e784f4ec5f2e1> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1c0091000 - 0x1c0097fff URLFormatting arm64  <fbc08a2be4293492a507ee08d69db0b9> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x1c00ac000 - 0x1c0153fff MMCS arm64  <a0b62405414f3082832d301e6c98c361> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x1c01ab000 - 0x1c03d7fff MobileSpotlightIndex arm64  <001c3d304f153304b2a50fef0300dae4> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1c07fa000 - 0x1c0840fff CoreLocationProtobuf arm64  <354363c3361234f0bde81d06b68951a8> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1c08f4000 - 0x1c0970fff Quagga arm64  <1e8a7a5cf04239d8b8a9d719c1aeddad> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1c0c08000 - 0x1c0c16fff libAXSpeechManager.dylib arm64  <0ec202b25e9539bfaf0c1624320330e9> /usr/lib/libAXSpeechManager.dylib
0x1c0c6d000 - 0x1c0c75fff ProgressUI arm64  <3f5d100a7e3b3fa2ba7a28507ad54e3b> /System/Library/PrivateFrameworks/ProgressUI.framework/ProgressUI
0x1c0c7b000 - 0x1c0c90fff libEDR arm64  <66ee6000bd2339d1ba5e6b3b10c2470c> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1c18ae000 - 0x1c18bbfff libperfcheck.dylib arm64  <3ba9a8fd8a773231ab960d7701333c63> /usr/lib/libperfcheck.dylib
0x1c18bc000 - 0x1c18c7fff libAudioStatistics.dylib arm64  <c74af5a6998431e3b5cf65f2283d2145> /usr/lib/libAudioStatistics.dylib
0x1c1a8b000 - 0x1c1a9bfff caulk arm64  <eb0f4cd651633b23948a25c8c2ba93c2> /System/Library/PrivateFrameworks/caulk.framework/caulk
0x1c1ada000 - 0x1c1ae0fff MobileSystemServices arm64  <a1c84260dd6f36be94784291ef6f1c30> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1c1c76000 - 0x1c1c8ffff TextToSpeech arm64  <6cee67718e8f3340886f84400bfd5b64> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
0x1c29ec000 - 0x1c2a11fff CloudKitCode arm64  <a8a9397bd09537db9c21a1c2aed35a11> /System/Library/PrivateFrameworks/CloudKitCode.framework/CloudKitCode
0x1c2b57000 - 0x1c2c11fff CloudKitCodeProtobuf arm64  <c12e1cabe3be3579a19a2b75f63a1299> /System/Library/PrivateFrameworks/CloudKitCodeProtobuf.framework/CloudKitCodeProtobuf
0x1c2c12000 - 0x1c2c1cfff HID arm64  <b07d4f0b24023f4ea0d2ab04d5871a94> /System/Library/PrivateFrameworks/HID.framework/HID
0x1c2c49000 - 0x1c2c82fff libGLImage.dylib arm64  <15ad0d4a18443118ac68cf15538dab9e> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1c307d000 - 0x1c308efff libSparseBLAS.dylib arm64  <1f51189eaa19385c94b7fb0292561c82> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1c308f000 - 0x1c30a2fff Engram arm64  <6e8e17826af3317f92fb524fa0b85c33> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1c3119000 - 0x1c3153fff DataDetectorsNaturalLanguage arm64  <fdd18833bb40393cb0b36aa612898268> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage
0x1c344a000 - 0x1c3452fff FSEvents arm64  <ff8eb4136ed734ddbba680ce0c3e88be> /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents
0x1c3462000 - 0x1c34dffff CoreDAV arm64  <bc90cfd12bae381e89a63307c80599a5> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x1c3e28000 - 0x1c3e38fff RemoteTextInput arm64  <76a999dbfd5a363384d1ad23aaadccf6> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x1c3e61000 - 0x1c3e90fff iCalendar arm64  <9df467aa8d1630b69f7d5e1371cf1b12> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x1c3ead000 - 0x1c3eb6fff CloudPhotoServices arm64  <fa48e241fdfe38fe8596c734d100b850> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x1c3ef5000 - 0x1c3f09fff libLinearAlgebra.dylib arm64  <83e007597b01399783a65a8f7a6c3208> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1c3f9d000 - 0x1c4097fff ConfigurationEngineModel arm64  <4577aebeb8fc3bd09d1b030d97373dde> /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel
0x1c4098000 - 0x1c409ffff CertUI arm64  <6680caf12d653f11a1df07a43db46053> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x1c4184000 - 0x1c4192fff CoreAUC arm64  <0baa16e29c3a372aafd1f0e84f547e5c> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1c4b23000 - 0x1c4b69fff PhysicsKit arm64  <b47ea3ebcfd037bda7b951e1ad5f7f90> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x1c4b6a000 - 0x1c4bbbfff CorePrediction arm64  <e70c69587f633651b1c42a87caa03dc9> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1c4fad000 - 0x1c4ffafff SafariSafeBrowsing arm64  <76e45ab6253135dbbcc5b9657344c140> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x1c53a8000 - 0x1c541efff HomeSharing arm64  <f5d31569258d319fa9d6df64a246504d> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x1c54ac000 - 0x1c54cafff GenerationalStorage arm64  <05a7c289ff76316bad961b4e87eefbf6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1c552d000 - 0x1c5538fff PersonaKit arm64  <818ad3bb76b83cf2a5e2abd964da978b> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1c5539000 - 0x1c5545fff PersonaUI arm64  <65aeb7d64ae135f28487092ea21b4344> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
0x1c56fd000 - 0x1c573bfff AdCore arm64  <483afd07fcc33cd1869c762ef4cbee98> /System/Library/PrivateFrameworks/AdCore.framework/AdCore
0x1c5951000 - 0x1c5956fff kperf arm64  <4dd4a30e85383405b9959fde4fd003f1> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1c5af3000 - 0x1c5b01fff AssetsLibrary arm64  <486139609c8b3b29bf7561f253873e44> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x1c5b2e000 - 0x1c5b61fff libpcap.A.dylib arm64  <80be39cf99d83d1eb3c6b8d3fd8a838d> /usr/lib/libpcap.A.dylib
0x1c5e21000 - 0x1c5e35fff WebUI arm64  <a9cd6647a4913d30ac88fd88bc4c4667> /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x1c5e36000 - 0x1c5e4dfff SafariFoundation arm64  <ebcb0a0b83f53be091d8d09e80e2b2ec> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
0x1c5e99000 - 0x1c5f33fff libvDSP.dylib arm64  <76375e092cdb311185ec8ed1d8f4bfc9> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1c5f34000 - 0x1c5f5efff vCard arm64  <b0b531acb8d93d96b56ebc95a2d3f347> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1c5fa6000 - 0x1c6030fff SampleAnalysis arm64  <b0b83d5c49fc3b3d9737165254abfacb> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1c6031000 - 0x1c603dfff IntentsFoundation arm64  <2090563ffa41300da28ea5bc984ed49b> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1c6229000 - 0x1c622bfff ParsecSubscriptionServiceSupport arm64  <a90bc317d0c63803a67dd9fac0e4bc06> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
0x1c622c000 - 0x1c62bbfff MediaPlatform arm64  <a7f36f3dd45230f78c0dfd793cf737da> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x1c62bc000 - 0x1c65ccfff MediaLibraryCore arm64  <55b303ee3c563e8ba58e5d3aaa7af419> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x1c662f000 - 0x1c6667fff PhotosImagingFoundation arm64  <d5ab64a694fc362c8a1af663f04dc142> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
0x1c6668000 - 0x1c668afff MediaConversionService arm64  <546cb2add7863f26a98d7269bef43091> /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService
0x1c668b000 - 0x1c66a8fff MediaStream arm64  <53b300858ffc31d8a6b4c6c007e5e24b> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x1c66a9000 - 0x1c67a3fff CoreMediaStream arm64  <199d1804e5113baa9df9d57487aeb62a> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x1c6aa3000 - 0x1c6aa3fff Accelerate arm64  <9818869ce13333be8f6636eea59aedc8> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1c6aa4000 - 0x1c6db9fff libLAPACK.dylib arm64  <1d4e4b0531313da5b611fb2575e17079> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1c6dba000 - 0x1c6dbefff libQuadrature.dylib arm64  <cccd3657551a38ef9e6c240d60dc8df8> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1c6dbf000 - 0x1c6e18fff libvMisc.dylib arm64  <435399eb7a8f3979b0d139c3f453fd29> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1c6e19000 - 0x1c6e19fff vecLib arm64  <b52984345da233bb9108b4b63a4b26a6> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1c6e1a000 - 0x1c6e21fff AddressBookUI arm64  <7fdacaa3a2a43ccea4445c1407c23e82> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
0x1c6e22000 - 0x1c6e30fff AuthenticationServices arm64  <5af6c2ea423e34cdbe63b7567d256def> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices
0x1c6e75000 - 0x1c6f69fff Combine arm64  <25b66e311fbc3bf68cb6df8c27a2152f> /System/Library/Frameworks/Combine.framework/Combine
0x1c6f7b000 - 0x1c6fcbfff CoreMIDI arm64  <c742c545e39338cfa7a113ee469671dc> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x1c7159000 - 0x1c718efff CryptoKit arm64  <eb9c786ab7383e45950e7362ae8294c0> /System/Library/Frameworks/CryptoKit.framework/CryptoKit
0x1c71ca000 - 0x1c71f7fff GSS arm64  <a117041e533335ba8e67d0af00477b37> /System/Library/Frameworks/GSS.framework/GSS
0x1c720a000 - 0x1c723cfff MPSCore arm64  <7f98e0d3952a38c09bc314765766fc86> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1c723d000 - 0x1c72b9fff MPSImage arm64  <63f5ffc1702e36ff841abafcd47d0301> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1c72ba000 - 0x1c72dcfff MPSMatrix arm64  <cb977b3da929362a9a59a85ba312a392> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1c72dd000 - 0x1c72f1fff MPSNDArray arm64  <8a75d75a84c439e0bdf578136ceb73f1> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray
0x1c72f2000 - 0x1c7483fff MPSNeuralNetwork arm64  <4b7b42c84e2538758d2503bcaf4c695d> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1c7484000 - 0x1c74c8fff MPSRayIntersector arm64  <9d947816460c35e2b072e2d9b809d01b> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x1c74c9000 - 0x1c74c9fff MetalPerformanceShaders arm64  <7de1dbb3681835558dfb8c6d50de268b> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1c74d6000 - 0x1c74d6fff MobileCoreServices arm64  <d7873825e57d3c4081f1da103c723f89> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1c74e1000 - 0x1c74e2fff libCVMSPluginSupport.dylib arm64  <cda51c2ff1b33e6fa71ae3ae6daa7325> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1c74e3000 - 0x1c74e9fff libCoreFSCache.dylib arm64  <84690d5764ad3ee3864e18d4704e08cd> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1c74ea000 - 0x1c74effff libCoreVMClient.dylib arm64  <66daee76addf32a981f2daca6fb6b0fe> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1c7524000 - 0x1c755bfff QuickLookThumbnailing arm64  <b2d5c531a95638c695531339b1bbfa52> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x1c7990000 - 0x1c7990fff UIKit arm64  <47a27c57c3aa387fbc3d53d2e7249e16> /System/Library/Frameworks/UIKit.framework/UIKit
0x1c79b2000 - 0x1c7a74fff VisionKit arm64  <d1b7edc5ddfb3540b1675acbc3878d38> /System/Library/Frameworks/VisionKit.framework/VisionKit
0x1c7de2000 - 0x1c7f34fff ANECompiler arm64  <931531fa29713983a242fe34c7917616> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler
0x1c7f35000 - 0x1c7f45fff ANEServices arm64  <c2fbaeaf090e35deacb75ae881fb4b14> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x1c7f4e000 - 0x1c7fdefff APFS arm64  <0d446bc9f2f93ca0b2ee1727925f10ef> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x1c7fdf000 - 0x1c7fe3fff ASEProcessing arm64  <d4b121b1aabb3f92baafe2a6b70e32de> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x1c80ec000 - 0x1c812efff AccessibilitySharedSupport arm64  <f4f03da460de3aa89f8451e1cea0f6ce> /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/AccessibilitySharedSupport
0x1c818a000 - 0x1c8195fff AccountSettings arm64  <d3c47caea6ce393a80e478b9f1266638> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
0x1c8ac0000 - 0x1c8acefff AppleFSCompression arm64  <a1d88ec9766332a89edc09ee5ab40182> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1c8ad5000 - 0x1c8adffff AppleIDAuthSupport arm64  <fe30c61996483b1887f3cc6c25edf7ce> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1c8ae0000 - 0x1c8b21fff AppleJPEG arm64  <14d3a4bcfc0f374297d912b8c85cc5a0> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1c8b6a000 - 0x1c8b7bfff AppleNeuralEngine arm64  <622801b185fe3bfb834d3d44ad9f9187> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x1c8b82000 - 0x1c8ba5fff AppleSauce arm64  <f5d836a116f13ebba5fc71d3efb4d030> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1c8d9e000 - 0x1c8dcefff Bom arm64  <0dfe861e6be13f9eb920584c5b46f646> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1c9847000 - 0x1c984efff CommonAuth arm64  <ba671729ef0f30039c1774666fc6592c> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x1c9b74000 - 0x1c9c66fff CoreHandwriting arm64  <f67d6ed94bd8300aa089fa065a1ed9b2> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
0x1c9c7c000 - 0x1c9c80fff CoreOptimization arm64  <81a3200ad13730a59e896c36e69ff6fc> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x1c9cf8000 - 0x1c9cfbfff CryptoKitCBridging arm64  <690d0e85e3eb3c05aec150702fdb8e4d> /System/Library/PrivateFrameworks/CryptoKitCBridging.framework/CryptoKitCBridging
0x1c9cfc000 - 0x1c9d13fff CryptoKitPrivate arm64  <fa6076e59ca43c7482e030513c35cea9> /System/Library/PrivateFrameworks/CryptoKitPrivate.framework/CryptoKitPrivate
0x1c9dcb000 - 0x1c9dd6fff DeviceIdentity arm64  <8e7caf4f24f0322c9947f91c17a715fd> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1c9f66000 - 0x1c9f82fff DocumentManagerCore arm64  <a077927cd5eb35ce992239758da231b9> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x1ca039000 - 0x1ca694fff Espresso arm64  <9df07bcd41c4334fb57ed6ea22476366> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x1ca946000 - 0x1cad57fff FaceCore arm64  <4de7d3c4806235d09407711b87b2bae5> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1cae28000 - 0x1cae3cfff libGSFontCache.dylib arm64  <abcdc382bad33a6c9ba10d0cf44c136f> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1caea0000 - 0x1caeacfff libhvf.dylib arm64  <9563809693d6387db69fea88af4564e3> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x1caece000 - 0x1caee2fff Futhark arm64  <07fc0e314de9321fb0f6ff75d012a134> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x1cbbaf000 - 0x1cbbbbfff GraphVisualizer arm64  <d5a5d07491713bfd892d31889ec1b6ce> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1cc4f3000 - 0x1cc563fff Heimdal arm64  <0a1b601c4d7331c4a37c44d2f5271264> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x1ccaaf000 - 0x1ccab5fff InternationalSupport arm64  <56238f820e0f3cc4befe347f830ffe44> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1ccc1f000 - 0x1ccc3dfff LatentSemanticMapping arm64  <dd848ae97ddd3c6ba5933c657b4dae5c> /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/LatentSemanticMapping
0x1ccd55000 - 0x1ccd55fff Marco arm64  <d1a138229ac438b586ef4d9bd9f5d5a2> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1cd20a000 - 0x1cd234fff MetricsKit arm64  <6464cc726ac63bd0b755a159e205a73f> /System/Library/PrivateFrameworks/MetricsKit.framework/MetricsKit
0x1cd244000 - 0x1cd257fff MobileDeviceLink arm64  <687959b4e80d3fe08b0cc23ec02a82b2> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x1cd25d000 - 0x1cd25efff MobileObliteration arm64  <9a159552e50c316db64a9d62321d5530> /System/Library/PrivateFrameworks/MobileObliteration.framework/MobileObliteration
0x1cd50b000 - 0x1cd54afff OTSVG arm64  <4295cc2da66d3905963b70f4ca852533> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x1cdb8f000 - 0x1cdb8ffff PhoneNumbers arm64  <e23d89e41d5939f5a5def8c70b89efe4> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1cf349000 - 0x1cf355fff PrototypeToolsUI arm64  <8277cbc465f43ca7814bcfc32b64c436> /System/Library/PrivateFrameworks/PrototypeToolsUI.framework/PrototypeToolsUI
0x1cf559000 - 0x1cf55dfff RevealCore arm64  <40fbd11d577e3bbc9d10621400e5f57f> /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore
0x1cf653000 - 0x1cf684fff ScreenReaderCore arm64  <362dcb4576b73808aaff7703c4c659f2> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
0x1cf6f9000 - 0x1cf705fff SetupAssistantSupport arm64  <12028ece9f6a3995b90d31fed2d46a77> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1cf723000 - 0x1cf723fff SignpostMetrics arm64  <bd8c101a86253fdb87532ccbd64266f7> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics
0x1cf751000 - 0x1cf781fff SiriInstrumentation arm64  <a08172f898bf358b9e79ac9ced804429> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation
0x1cff96000 - 0x1d00b1fff TextRecognition arm64  <3f60021f659d3da9b2b470d0b997fc61> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition
0x1d00b2000 - 0x1d0153fff TextureIO arm64  <55a7d4be7c2835d59ed2cbc7db47f880> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1d029f000 - 0x1d02aafff TransparencyDetailsView arm64  <59583f96ab7136c0b17edf757c550cda> /System/Library/PrivateFrameworks/TransparencyDetailsView.framework/TransparencyDetailsView
0x1d10cc000 - 0x1d162dfff libwebrtc.dylib arm64  <fb6670b5c0093e729bd61ea2e0c710f4> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1d17c5000 - 0x1d17cdfff kperfdata arm64  <0280752ec857378482e788bd63ad43ef> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1d17ce000 - 0x1d1815fff ktrace arm64  <fddcc7c6de53358985ed0fe969d61468> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1d182e000 - 0x1d183afff perfdata arm64  <d5f09efc1baa33a0b6a7e59d13432cfb> /System/Library/PrivateFrameworks/perfdata.framework/perfdata
0x1d1c58000 - 0x1d1f81fff libAWDSupportFramework.dylib arm64  <5079327466f43f86b15028858aa1bb67> /usr/lib/libAWDSupportFramework.dylib
0x1d212b000 - 0x1d2135fff libChineseTokenizer.dylib arm64  <5dd82d181e2e32d4a3e755012a2534aa> /usr/lib/libChineseTokenizer.dylib
0x1d215f000 - 0x1d2311fff libFosl_dynamic.dylib arm64  <6692e724c11b3bfb9593a3180f183057> /usr/lib/libFosl_dynamic.dylib
0x1d238c000 - 0x1d2393fff libMatch.1.dylib arm64  <d0d21782e5c730e59c5059b33b72995c> /usr/lib/libMatch.1.dylib
0x1d2530000 - 0x1d2531fff libSystem.B.dylib arm64  <18687f3a21d73966b82704fc5d4e2188> /usr/lib/libSystem.B.dylib
0x1d253a000 - 0x1d253cfff libThaiTokenizer.dylib arm64  <342d2a135b0a37a2969fcb30ef6f5217> /usr/lib/libThaiTokenizer.dylib
0x1d263b000 - 0x1d2650fff libapple_nghttp2.dylib arm64  <50a1e06796123db8af9bdc15a2c82dfe> /usr/lib/libapple_nghttp2.dylib
0x1d26c9000 - 0x1d26d9fff libbsm.0.dylib arm64  <8072366407503038b0e1eccd42c12f23> /usr/lib/libbsm.0.dylib
0x1d26da000 - 0x1d26e6fff libbz2.1.0.dylib arm64  <aa92d96b6c6b3c30b868bd327247c281> /usr/lib/libbz2.1.0.dylib
0x1d26e7000 - 0x1d26e7fff libcharset.1.dylib arm64  <3a1952fac60c363fb2720123f782b09c> /usr/lib/libcharset.1.dylib
0x1d26e8000 - 0x1d26f9fff libcmph.dylib arm64  <3db1a5a10dee3c8cac717ea539ca7ff6> /usr/lib/libcmph.dylib
0x1d26fa000 - 0x1d2711fff libcompression.dylib arm64  <d5cd6dc1de683966b5a5a18a6f5eae85> /usr/lib/libcompression.dylib
0x1d2712000 - 0x1d2713fff libcoretls_cfhelpers.dylib arm64  <7940b1e1e9b33782860ac608bfd44fbc> /usr/lib/libcoretls_cfhelpers.dylib
0x1d2714000 - 0x1d271afff libcupolicy.dylib arm64  <39fd4f3cb58e35ab8095f873beed4007> /usr/lib/libcupolicy.dylib
0x1d275a000 - 0x1d2763fff libdscsym.dylib arm64  <0b0f4385a47f3eeb9cc385864a69b909> /usr/lib/libdscsym.dylib
0x1d2764000 - 0x1d2780fff libedit.3.dylib arm64  <208aef48da0a3872b9cabc520a506e19> /usr/lib/libedit.3.dylib
0x1d2cd5000 - 0x1d2cdafff libheimdal-asn1.dylib arm64  <40eb02d5300c3a129e2ad0ed647ac737> /usr/lib/libheimdal-asn1.dylib
0x1d2cdb000 - 0x1d2dccfff libiconv.2.dylib arm64  <8467990cb00c3b1194ce7feae7e3370a> /usr/lib/libiconv.2.dylib
0x1d2de2000 - 0x1d2dedfff liblockdown.dylib arm64  <63d8b54e30bf3af39b56fc654cabf8ff> /usr/lib/liblockdown.dylib
0x1d2dee000 - 0x1d2e06fff liblzma.5.dylib arm64  <4074d76ec7a93b8492a262a059d3b837> /usr/lib/liblzma.5.dylib
0x1d3183000 - 0x1d31b2fff libncurses.5.4.dylib arm64  <fde38058c2563bb88c96fc717f409d6b> /usr/lib/libncurses.5.4.dylib
0x1d31b3000 - 0x1d31c8fff libnetworkextension.dylib arm64  <6dc4d4e4896a3c5da26ddd4f3528d833> /usr/lib/libnetworkextension.dylib
0x1d354b000 - 0x1d3562fff libresolv.9.dylib arm64  <7d42c468c5223bcd8764b1706b530a84> /usr/lib/libresolv.9.dylib
0x1d3563000 - 0x1d3565fff libsandbox.1.dylib arm64  <ae76c31a749a355a9d26b8c216681c0f> /usr/lib/libsandbox.1.dylib
0x1d3566000 - 0x1d356bfff libsysdiagnose.dylib arm64  <8accc334bf85392e96f9800ceeffd6c0> /usr/lib/libsysdiagnose.dylib
0x1d356c000 - 0x1d359dfff libtidy.A.dylib arm64  <9596a6a694de3e1d80c5a18e8f81366a> /usr/lib/libtidy.A.dylib
0x1d35a5000 - 0x1d35a8fff libutil.dylib arm64  <0520efce5fe43c2fb18ee9d621dd2433> /usr/lib/libutil.dylib
0x1d35d6000 - 0x1d35e7fff libz.1.dylib arm64  <58a7ec43dad53a55aa9ed43f7d72639e> /usr/lib/libz.1.dylib
0x1d360e000 - 0x1d3610fff liblog_network.dylib arm64  <331cc2c0fc3237aea38af49702e318fd> /usr/lib/log/liblog_network.dylib
0x1d3630000 - 0x1d3664fff libswiftAccelerate.dylib arm64  <9e7e66236b7e3fb380c0881fcb4a4a20> /usr/lib/swift/libswiftAccelerate.dylib
0x1d3673000 - 0x1d3682fff libswiftCloudKit.dylib arm64  <97ada4c709213803ba496d7025b191ee> /usr/lib/swift/libswiftCloudKit.dylib
0x1d368d000 - 0x1d3693fff libswiftContacts.dylib arm64  <26dc6a2997fe345d8c9e1bbb99ecef02> /usr/lib/swift/libswiftContacts.dylib
0x1d36a9000 - 0x1d36adfff libswiftCoreFoundation.dylib arm64  <95f4aa43717e35ed8455f1f98a41d718> /usr/lib/swift/libswiftCoreFoundation.dylib
0x1d36ae000 - 0x1d36bcfff libswiftCoreGraphics.dylib arm64  <6a3a6ef138423e4cad5e634184b7ed1c> /usr/lib/swift/libswiftCoreGraphics.dylib
0x1d36bd000 - 0x1d36c1fff libswiftCoreImage.dylib arm64  <5667910aa13f374a8d4b562110880561> /usr/lib/swift/libswiftCoreImage.dylib
0x1d36c2000 - 0x1d36c8fff libswiftCoreLocation.dylib arm64  <3aa2846d79dd33cbaf7f052f26c4670c> /usr/lib/swift/libswiftCoreLocation.dylib
0x1d370d000 - 0x1d3716fff libswiftDarwin.dylib arm64  <3d54fb1adeda33e4ba691b56bddf23d8> /usr/lib/swift/libswiftDarwin.dylib
0x1d3717000 - 0x1d3730fff libswiftDispatch.dylib arm64  <96f8dbd7431c38ec9b6436e82a2c3a36> /usr/lib/swift/libswiftDispatch.dylib
0x1d3731000 - 0x1d389efff libswiftFoundation.dylib arm64  <8b541f9dd90234288dfaea18559508b2> /usr/lib/swift/libswiftFoundation.dylib
0x1d38db000 - 0x1d38e2fff libswiftMetal.dylib arm64  <23a9ea2bb79e33518d47c8ef06b87ca0> /usr/lib/swift/libswiftMetal.dylib
0x1d3952000 - 0x1d3958fff libswiftObjectiveC.dylib arm64  <8433a4b12ec035638806cb4be16007bb> /usr/lib/swift/libswiftObjectiveC.dylib
0x1d3963000 - 0x1d3968fff libswiftQuartzCore.dylib arm64  <c53da33c928a3323ab582b5c59b20fd8> /usr/lib/swift/libswiftQuartzCore.dylib
0x1d39aa000 - 0x1d39c3fff libswiftUIKit.dylib arm64  <d14e6a0abc373717854e10207c781d7a> /usr/lib/swift/libswiftUIKit.dylib
0x1d39d5000 - 0x1d39ddfff libswiftos.dylib arm64  <6304e0aca95f36f8aed7adde39a043c5> /usr/lib/swift/libswiftos.dylib
0x1d39fa000 - 0x1d39fffff libcache.dylib arm64  <f8f9d9c8fa2c341f9f6ba0fe985552eb> /usr/lib/system/libcache.dylib
0x1d3a00000 - 0x1d3a0cfff libcommonCrypto.dylib arm64  <367980207814337795ba9d6fd082d14e> /usr/lib/system/libcommonCrypto.dylib
0x1d3a0d000 - 0x1d3a11fff libcompiler_rt.dylib arm64  <cd83d9e185c43820a03fd018a7321b2a> /usr/lib/system/libcompiler_rt.dylib
0x1d3adf000 - 0x1d3adffff liblaunch.dylib arm64  <5e9d917f41d23568889a2d74a12446a9> /usr/lib/system/liblaunch.dylib
0x1d3ae0000 - 0x1d3ae5fff libmacho.dylib arm64  <7e4bdcc5830e33feb1141fcd5abe21aa> /usr/lib/system/libmacho.dylib
0x1d3ae6000 - 0x1d3ae8fff libremovefile.dylib arm64  <4acd11ced3f83562a5ff9d6896b07164> /usr/lib/system/libremovefile.dylib
0x1d3ae9000 - 0x1d3aeafff libsystem_featureflags.dylib arm64  <956d43661dea3dd5a7029b8d345289ca> /usr/lib/system/libsystem_featureflags.dylib
0x1d3aeb000 - 0x1d3b18fff libsystem_m.dylib arm64  <adfc3aac75c0342cb72b2d50d29ef28d> /usr/lib/system/libsystem_m.dylib
0x1d3b19000 - 0x1d3b1efff libunwind.dylib arm64  <2ad0d47cf0f53a9f8c140cb8dd009c91> /usr/lib/system/libunwind.dylib
0x1d3dfe000 - 0x1d3e65fff NanoRegistry arm64  <115719fffc0d394a9516e82dd06f219c> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x1d3e66000 - 0x1d3e73fff NanoPreferencesSync arm64  <d48f6b82db873cd99cb3332f0d4a8f48> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x1d4856000 - 0x1d488ffff CryptoTokenKit arm64  <15782f61144b32ffa99852964437ef46> /System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit
0x1d5747000 - 0x1d5765fff AppSSO arm64  <218026c5368839a281410c2a703778c8> /System/Library/PrivateFrameworks/AppSSO.framework/AppSSO
0x1d5766000 - 0x1d577afff AppSSOCore arm64  <a8d86f1c336531a0a7144e8c0e059684> /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore
0x1d5b67000 - 0x1d5b71fff PointerUIServices arm64  <0df18b83eb173ca9a87fd1391fdeea49> /System/Library/PrivateFrameworks/PointerUIServices.framework/PointerUIServices
0x1d5b72000 - 0x1d5bf6fff SafariSharedUI arm64  <07a13071a4f2307e8e6ebacd4f692dd3> /System/Library/PrivateFrameworks/SafariSharedUI.framework/SafariSharedUI

EOF
google-oss-bot commented 4 years ago

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

morganchen12 commented 4 years ago

Analytics uses sqlite in fullmutex mode, so concurrent accesses should not cause crashes. Analytics may normally access sqlite from multiple threads without an additional SDK added.

Can you check if mParticle_Apple_SDK is shipping its own version of sqlite or if it's opening the sqlite database in a non-threadsafe mode?

elefantel commented 4 years ago

Hi @morganchen12 See - (void)updateSession:(MPSession *)session here perhaps you can advise? https://github.com/mParticle/mparticle-apple-sdk/blob/5bea9cb078e198803178a9be0cdded131e8f9a09/mParticle-Apple-SDK/Persistence/MPPersistenceController.mm

morganchen12 commented 4 years ago

Based on this line it looks like mParticle expects sqlite to be compiled in multi-thread mode. Analytics expects to be able to open a database in serialized mode. Can you try removing the mParticle SDK and seeing if it causes the Analytics crashes to go away?

elefantel commented 4 years ago

Yeah that seems to be the case as they are expecting sqlite3_threadsafe() to return 2 instead of 1. I have reached out to mParticle for feedback. Thanks!

elefantel commented 4 years ago

@morganchen12 Feedback from mParticle:

1) No, we are not shipping our own version of sqlite
2) No, we are not opening the database in a non-threadsafe mode, 
we use fullmutex same as firebase does
3) We support sqlite being compiled in either multi-thread or serialized mode

That line in the unit test is only there to help us monitor the platform SQLite settings 
so that if Apple makes changes in a new Xcode version, our unit tests will break 
and we can verify whether there are any changes to make on our end

That means we have reached a deadlock :(

morganchen12 commented 4 years ago

Thanks for updating @elefantel, it seems I have led us down the wrong debugging path.

Can you share your version of Analytics? The FIRASQLiteStore class has been renamed and should not exist in your app if you're using the latest version of Analytics.

elefantel commented 4 years ago

Thanks for the feedback @morganchen12 . Yes it has changed to APMSqliteStore I believe, we now receive crashes from:

  1. [APMSqliteStore executeSQLStatement:error:]
  2. [APMSqliteStore endTransaction]
  3. [APMSqliteStore openAndValidateDatabase:] And a few more.

Not sure the latest version has changed much as we still get the crashes from the same functions. The attached stack trace above shows an APMSqliteStore crash. Our Podfile.lock looks like this:

  - FBSDKCoreKit (5.7.0):
    - FBSDKCoreKit/Basics (= 5.7.0)
    - FBSDKCoreKit/Core (= 5.7.0)
  - FBSDKCoreKit/Basics (5.7.0)
  - FBSDKCoreKit/Core (5.7.0):
    - FBSDKCoreKit/Basics
  - FBSDKLoginKit (5.7.0):
    - FBSDKLoginKit/Login (= 5.7.0)
  - FBSDKLoginKit/Login (5.7.0):
    - FBSDKCoreKit (~> 5.0)
  - Firebase/Analytics (6.23.0):
    - Firebase/Core
  - Firebase/Core (6.23.0):
    - Firebase/CoreOnly
    - FirebaseAnalytics (= 6.4.2)
  - Firebase/CoreOnly (6.23.0):
    - FirebaseCore (= 6.6.7)
  - Firebase/Crashlytics (6.23.0):
    - Firebase/CoreOnly
    - FirebaseCrashlytics (~> 4.0.0)
  - FirebaseAnalytics (6.4.2):
    - FirebaseCore (~> 6.6)
    - FirebaseInstallations (~> 1.2)
    - GoogleAppMeasurement (= 6.4.2)
    - GoogleUtilities/AppDelegateSwizzler (~> 6.0)
    - GoogleUtilities/MethodSwizzler (~> 6.0)
    - GoogleUtilities/Network (~> 6.0)
    - "GoogleUtilities/NSData+zlib (~> 6.0)"
    - nanopb (= 0.3.9011)
  - FirebaseAnalyticsInterop (1.5.0)
  - FirebaseCore (6.6.7):
    - FirebaseCoreDiagnostics (~> 1.2)
    - FirebaseCoreDiagnosticsInterop (~> 1.2)
    - GoogleUtilities/Environment (~> 6.5)
    - GoogleUtilities/Logger (~> 6.5)
  - FirebaseCoreDiagnostics (1.2.4):
    - FirebaseCoreDiagnosticsInterop (~> 1.2)
    - GoogleDataTransportCCTSupport (~> 3.0)
    - GoogleUtilities/Environment (~> 6.5)
    - GoogleUtilities/Logger (~> 6.5)
    - nanopb (~> 0.3.901)
  - FirebaseCoreDiagnosticsInterop (1.2.0)
  - FirebaseCrashlytics (4.0.0):
    - FirebaseAnalyticsInterop (~> 1.2)
    - FirebaseCore (~> 6.6)
    - FirebaseInstallations (~> 1.1)
    - GoogleDataTransport (~> 6.0)
    - GoogleDataTransportCCTSupport (~> 3.0)
    - nanopb (~> 0.3.901)
    - PromisesObjC (~> 1.2)
  - FirebaseInstallations (1.2.0):
    - FirebaseCore (~> 6.6)
    - GoogleUtilities/Environment (~> 6.6)
    - GoogleUtilities/UserDefaults (~> 6.6)
    - PromisesObjC (~> 1.2)
  - GoogleAppMeasurement (6.4.2):
    - GoogleUtilities/AppDelegateSwizzler (~> 6.0)
    - GoogleUtilities/MethodSwizzler (~> 6.0)
    - GoogleUtilities/Network (~> 6.0)
    - "GoogleUtilities/NSData+zlib (~> 6.0)"
    - nanopb (= 0.3.9011)
  - GoogleDataTransport (6.0.0)
  - GoogleDataTransportCCTSupport (3.0.0):
    - GoogleDataTransport (~> 6.0)
    - nanopb (~> 0.3.901)
  - GoogleSignIn (5.0.2):
    - AppAuth (~> 1.2)
    - GTMAppAuth (~> 1.0)
    - GTMSessionFetcher/Core (~> 1.1)
  - GoogleUtilities/AppDelegateSwizzler (6.6.0):
    - GoogleUtilities/Environment
    - GoogleUtilities/Logger
    - GoogleUtilities/Network
  - GoogleUtilities/Environment (6.6.0):
    - PromisesObjC (~> 1.2)
  - GoogleUtilities/Logger (6.6.0):
    - GoogleUtilities/Environment
  - GoogleUtilities/MethodSwizzler (6.6.0):
    - GoogleUtilities/Logger
  - GoogleUtilities/Network (6.6.0):
    - GoogleUtilities/Logger
    - "GoogleUtilities/NSData+zlib"
    - GoogleUtilities/Reachability
  - "GoogleUtilities/NSData+zlib (6.6.0)"
  - GoogleUtilities/Reachability (6.6.0):
    - GoogleUtilities/Logger
  - GoogleUtilities/UserDefaults (6.6.0):
    - GoogleUtilities/Logger
  - GTMAppAuth (1.0.0):
    - AppAuth/Core (~> 1.0)
    - GTMSessionFetcher (~> 1.1)
  - GTMSessionFetcher (1.3.1):
    - GTMSessionFetcher/Full (= 1.3.1)
  - GTMSessionFetcher/Core (1.3.1)
  - GTMSessionFetcher/Full (1.3.1):
    - GTMSessionFetcher/Core (= 1.3.1)
  - Leanplum-iOS-SDK (2.6.4)
  - nanopb (0.3.9011):
    - nanopb/decode (= 0.3.9011)
    - nanopb/encode (= 0.3.9011)
  - nanopb/decode (0.3.9011)
  - nanopb/encode (0.3.9011)
morganchen12 commented 4 years ago

I'll keep this open in case we see more instances of this crash. For the time being, we don't have a clear path towards fixing the bug without a repro or a greater understanding of what causes the bug.

elefantel commented 4 years ago

Thanks! Hopefully we can resolve this. It does look like others have been getting it over the years from back in 2018, like this one here that wasn't resolved https://github.com/firebase/firebase-ios-sdk/issues/1966

I will update as well when we find a solution. Thanks again!