Having trouble reading a crash log...

Hi all,


I've done a complete re-write of my CB app, and the reviewers have found a crashing bug when they open the feature-purchase view in the iPad version of the app. This view opens as a pop-over, and I can't reproduce the problem on any of several devices. They've sent me the crash logs, but I'm not finding anything salient in the thread 0 content, which is where the crash is. Can someone help point me in the right direction?


{"app_name":"CB","timestamp":"2019-02-04 12:00:31.17 -0800","app_version":"10.7","slice_uuid":"115d9e06-055e-36d2-98f5-92afd69b7642","adam_id":576669122,"build_version":"84","bundleID":"com.BenjaminCarroll.CB","share_with_app_devs":false,"is_first_party":false,"bug_type":"109","os_version":"iPhone OS 12.1.3 (16D39)","incident_id":"5C6FAD04-E6EE-473C-BDF4-C06E79B3EEA8","name":"CB"}
Incident Identifier: 5C6FAD04-E6EE-473C-BDF4-C06E79B3EEA8
CrashReporter Key:   2665c044e882199daa81cdbe9b04beeb032384c0
Hardware Model:      ***
Process:             CB [7925]
Path:                /private/var/containers/Bundle/Application/513A05D7-6C92-4488-9A8A-E9B81922C20A/CB.app/CB
Identifier:          com.BenjaminCarroll.CB
Version:             84 (10.7)
AppStoreTools:       10B63
Code Type:           ARM-64 (Native)
Role:                Non UI
Parent Process:      launchd [1]
Coalition:           com.BenjaminCarroll.CB [3575]




Date/Time:           2019-02-04 12:00:30.9722 -0800
Launch Time:         2019-02-04 12:00:23.3957 -0800
OS Version:          iPhone OS 12.1.3 (16D39)
Baseband Version:    7.32.00
Report Version:      104


Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note:  EXC_CORPSE_NOTIFY
Triggered by Thread:  0


Application Specific Information:
abort() called


Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   libsystem_kernel.dylib         0x000000019c343104 __pthread_kill + 8
1   libsystem_pthread.dylib       0x000000019c3bf020 pthread_kill$VARIANT$mp + 380
2   libsystem_c.dylib             0x000000019c29ad78 abort + 140
3   libswiftCore.dylib             0x000000010139d9d8 0x1010f0000 + 2808280
4   libswiftCore.dylib             0x0000000101394478 0x1010f0000 + 2770040
5   libswiftCore.dylib             0x00000001013944f0 0x1010f0000 + 2770160
6   libswiftCore.dylib             0x00000001013965e0 0x1010f0000 + 2778592
7   libswiftCore.dylib             0x0000000101398af8 0x1010f0000 + 2788088
8   CB                             0x0000000100d64ef4 0x100d5c000 + 36596
9   CB                             0x0000000100d61114 0x100d5c000 + 20756
10  libdispatch.dylib             0x000000019c1e56c8 _dispatch_call_block_and_release + 24
11  libdispatch.dylib             0x000000019c1e6484 _dispatch_client_callout + 16
12  libdispatch.dylib             0x000000019c1929a4 _dispatch_main_queue_callback_4CF$VARIANT$mp + 1068
13  CoreFoundation                 0x000000019c73cdf4 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12
14  CoreFoundation                 0x000000019c737cbc __CFRunLoopRun + 1964
15  CoreFoundation                 0x000000019c7371f0 CFRunLoopRunSpecific + 436
16  GraphicsServices               0x000000019e9b0584 GSEventRunModal + 100
17  UIKitCore                     0x00000001c968cc00 UIApplicationMain + 212
18  CB                             0x0000000100d612a0 0x100d5c000 + 21152
19  libdyld.dylib                 0x000000019c1f6bb4 start + 4

Replies

Did they tell you when it occurs ? During launch ? Just at the end of launch ? When doing some action in CB App (I understand this is the case, when they hit the purchase view)?

Please post the related code.


Are you using libraries as Firebase ?


If so, have a look here:

h ttps://github.com/firebase/firebase-ios-sdk/issues/745

Consider the following:

Thread 0 name:  Dispatch queue: com.apple.main-thread  
Thread 0 Crashed:  
…
2   libsystem_c.dylib             0x000000019c29ad78 abort + 140  
3   libswiftCore.dylib             0x000000010139d9d8 0x1010f0000 + 2808280  
…
7   libswiftCore.dylib             0x0000000101398af8 0x1010f0000 + 2788088  
8   CB                             0x0000000100d64ef4 0x100d5c000 + 36596  
9   CB                             0x0000000100d61114 0x100d5c000 + 20756  
10  libdispatch.dylib             0x000000019c1e56c8 _dispatch_call_block_and_release + 24

As this is the main thread, frame 10 indicates that this is code that’s been run on the main queue via Dispatch. Frames 9 and 8 are your code. Frame 7 indicates that you called into the Swift runtime. And frames 3 and 2 indicate that the runtime has failed for some reason.

There’s two things you can do here:

  • If you post the full crash report here, I may be able to find out more about frames 7 through 2.

    Note Posting the crash report may require moderator approval. I can take care of that. If you’re worried about the delay, put the crash report in a separate post.

    Make sure you post the full report, not some excerpt that you think is relevant.

    Put the crash report in a code block (use the

    <>
    button) to make it easier to read.

    If you have problems posting the crash report, feel free to email it to me (my email address is at the bottom).

  • You really need to uncover the identity of frames 9 and 8, and that means symbolicating your log. Technote 2151 Understanding and Analyzing iOS Application Crash Reports discusses this process in depth.

Share and Enjoy

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

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

Thanks for the response. I'm not using any third party libraries, i.e. no Firebase. They indicated that it came up when they hit the purchase view button on the iPad version, and that comes up as a popover display.


I asked them for more details, but they just told me again that it crashes on the iPad when they hit the button to bring up the purchase view and re-sent the crash logs.

Hi Quinn,


Thanks for your response and your offer. I'll go ahead and post here. I'd gone through the tech note you linked to, but I seem to be missing something in the process. I've tried to symbolicate in Xcode, I've downloaded dSYM files from a couple of builds (the two most recent that I submitted), and, well, apparently something is escaping me. In addition to looking at this, if you know of common missteps on symbolication, I'd appreciate it. I'm more than certain I'm probably making the most common mistake possible.


Anyway, here's the full thing.


{"app_name":"CB","timestamp":"2019-02-04 12:00:31.17 -0800","app_version":"10.7","slice_uuid":"115d9e06-055e-36d2-98f5-92afd69b7642","adam_id":576669122,"build_version":"84","bundleID":"com.BenjaminCarroll.CB","share_with_app_devs":false,"is_first_party":false,"bug_type":"109","os_version":"iPhone OS 12.1.3 (16D39)","incident_id":"5C6FAD04-E6EE-473C-BDF4-C06E79B3EEA8","name":"CB"}
Incident Identifier: 5C6FAD04-E6EE-473C-BDF4-C06E79B3EEA8
CrashReporter Key:   2665c044e882199daa81cdbe9b04beeb032384c0
Hardware Model:      ***
Process:             CB [7925]
Path:                /private/var/containers/Bundle/Application/513A05D7-6C92-4488-9A8A-E9B81922C20A/CB.app/CB
Identifier:          com.BenjaminCarroll.CB
Version:             84 (10.7)
AppStoreTools:       10B63
Code Type:           ARM-64 (Native)
Role:                Non UI
Parent Process:      launchd [1]
Coalition:           com.BenjaminCarroll.CB [3575]


Date/Time:           2019-02-04 12:00:30.9722 -0800
Launch Time:         2019-02-04 12:00:23.3957 -0800
OS Version:          iPhone OS 12.1.3 (16D39)
Baseband Version:    7.32.00
Report Version:      104

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note:  EXC_CORPSE_NOTIFY
Triggered by Thread:  0

Application Specific Information:
abort() called

Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   libsystem_kernel.dylib        0x000000019c343104 __pthread_kill + 8
1   libsystem_pthread.dylib       0x000000019c3bf020 pthread_kill$VARIANT$mp + 380
2   libsystem_c.dylib             0x000000019c29ad78 abort + 140
3   libswiftCore.dylib            0x000000010139d9d8 0x1010f0000 + 2808280
4   libswiftCore.dylib            0x0000000101394478 0x1010f0000 + 2770040
5   libswiftCore.dylib            0x00000001013944f0 0x1010f0000 + 2770160
6   libswiftCore.dylib            0x00000001013965e0 0x1010f0000 + 2778592
7   libswiftCore.dylib            0x0000000101398af8 0x1010f0000 + 2788088
8   CB                            0x0000000100d64ef4 0x100d5c000 + 36596
9   CB                            0x0000000100d61114 0x100d5c000 + 20756
10  libdispatch.dylib             0x000000019c1e56c8 _dispatch_call_block_and_release + 24
11  libdispatch.dylib             0x000000019c1e6484 _dispatch_client_callout + 16
12  libdispatch.dylib             0x000000019c1929a4 _dispatch_main_queue_callback_4CF$VARIANT$mp + 1068
13  CoreFoundation                0x000000019c73cdf4 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12
14  CoreFoundation                0x000000019c737cbc __CFRunLoopRun + 1964
15  CoreFoundation                0x000000019c7371f0 CFRunLoopRunSpecific + 436
16  GraphicsServices              0x000000019e9b0584 GSEventRunModal + 100
17  UIKitCore                     0x00000001c968cc00 UIApplicationMain + 212
18  CB                            0x0000000100d612a0 0x100d5c000 + 21152
19  libdyld.dylib                 0x000000019c1f6bb4 start + 4

Thread 1 name:  com.apple.uikit.eventfetch-thread
Thread 1:
0   libsystem_kernel.dylib        0x000000019c337ea4 mach_msg_trap + 8
1   libsystem_kernel.dylib        0x000000019c33737c mach_msg + 72
2   CoreFoundation                0x000000019c73cbe8 __CFRunLoopServiceMachPort + 236
3   CoreFoundation                0x000000019c737a84 __CFRunLoopRun + 1396
4   CoreFoundation                0x000000019c7371f0 CFRunLoopRunSpecific + 436
5   Foundation                    0x000000019d12d494 -[NSRunLoop+ 33940 (NSRunLoop) runMode:beforeDate:] + 300
6   Foundation                    0x000000019d12d340 -[NSRunLoop+ 33600 (NSRunLoop) runUntilDate:] + 148
7   UIKitCore                     0x00000001c977d0c4 -[UIEventFetcher threadMain] + 136
8   Foundation                    0x000000019d26023c __NSThread__start__ + 1040
9   libsystem_pthread.dylib       0x000000019c3c825c _pthread_body + 128
10  libsystem_pthread.dylib       0x000000019c3c81bc _pthread_start + 48
11  libsystem_pthread.dylib       0x000000019c3cbcf4 thread_start + 4

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

Thread 3:
0   libsystem_pthread.dylib       0x000000019c3cbce8 start_wqthread + 0

Thread 4 name:  AXSpeech
Thread 4:
0   libsystem_kernel.dylib        0x000000019c337ea4 mach_msg_trap + 8
1   libsystem_kernel.dylib        0x000000019c33737c mach_msg + 72
2   CoreFoundation                0x000000019c73cbe8 __CFRunLoopServiceMachPort + 236
3   CoreFoundation                0x000000019c737a84 __CFRunLoopRun + 1396
4   CoreFoundation                0x000000019c7371f0 CFRunLoopRunSpecific + 436
5   Foundation                    0x000000019d12d494 -[NSRunLoop+ 33940 (NSRunLoop) runMode:beforeDate:] + 300
6   libAXSpeechManager.dylib      0x00000001ac8bc740 -[AXSpeechThread main] + 264
7   Foundation                    0x000000019d26023c __NSThread__start__ + 1040
8   libsystem_pthread.dylib       0x000000019c3c825c _pthread_body + 128
9   libsystem_pthread.dylib       0x000000019c3c81bc _pthread_start + 48
10  libsystem_pthread.dylib       0x000000019c3cbcf4 thread_start + 4

Thread 5 name:  AVAudioSession Notify Thread
Thread 5:
0   libsystem_kernel.dylib        0x000000019c337ea4 mach_msg_trap + 8
1   libsystem_kernel.dylib        0x000000019c33737c mach_msg + 72
2   CoreFoundation                0x000000019c73cbe8 __CFRunLoopServiceMachPort + 236
3   CoreFoundation                0x000000019c737a84 __CFRunLoopRun + 1396
4   CoreFoundation                0x000000019c7371f0 CFRunLoopRunSpecific + 436
5   AVFAudio                      0x00000001a274b60c GenericRunLoopThread::Entry+ 587276 (void*) + 164
6   AVFAudio                      0x00000001a2777768 CAPThread::Entry+ 767848 (CAPThread*) + 88
7   libsystem_pthread.dylib       0x000000019c3c825c _pthread_body + 128
8   libsystem_pthread.dylib       0x000000019c3c81bc _pthread_start + 48
9   libsystem_pthread.dylib       0x000000019c3cbcf4 thread_start + 4

Thread 6:
0   libsystem_pthread.dylib       0x000000019c3cbce8 start_wqthread + 0

Thread 7 name:  com.apple.coreaudio.AQClient
Thread 7:
0   libsystem_kernel.dylib        0x000000019c337ea4 mach_msg_trap + 8
1   libsystem_kernel.dylib        0x000000019c33737c mach_msg + 72
2   CoreFoundation                0x000000019c73cbe8 __CFRunLoopServiceMachPort + 236
3   CoreFoundation                0x000000019c737a84 __CFRunLoopRun + 1396
4   CoreFoundation                0x000000019c7371f0 CFRunLoopRunSpecific + 436
5   AudioToolbox                  0x00000001a08ae5e4 GenericRunLoopThread::Entry+ 2328036 (void*) + 164
6   AudioToolbox                  0x00000001a0b4b6d4 CAPThread::Entry+ 5068500 (CAPThread*) + 88
7   libsystem_pthread.dylib       0x000000019c3c825c _pthread_body + 128
8   libsystem_pthread.dylib       0x000000019c3c81bc _pthread_start + 48
9   libsystem_pthread.dylib       0x000000019c3cbcf4 thread_start + 4

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

Thread 9 name:  AXSpeech
Thread 9:
0   libsystem_kernel.dylib        0x000000019c337ea4 mach_msg_trap + 8
1   libsystem_kernel.dylib        0x000000019c33737c mach_msg + 72
2   CoreFoundation                0x000000019c73cbe8 __CFRunLoopServiceMachPort + 236
3   CoreFoundation                0x000000019c737a84 __CFRunLoopRun + 1396
4   CoreFoundation                0x000000019c7371f0 CFRunLoopRunSpecific + 436
5   Foundation                    0x000000019d12d494 -[NSRunLoop+ 33940 (NSRunLoop) runMode:beforeDate:] + 300
6   libAXSpeechManager.dylib      0x00000001ac8bc740 -[AXSpeechThread main] + 264
7   Foundation                    0x000000019d26023c __NSThread__start__ + 1040
8   libsystem_pthread.dylib       0x000000019c3c825c _pthread_body + 128
9   libsystem_pthread.dylib       0x000000019c3c81bc _pthread_start + 48
10  libsystem_pthread.dylib       0x000000019c3cbcf4 thread_start + 4

Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x000000028085c13b
    x4: 0x0000000000000000   x5: 0x0000000000000020   x6: 0x007b000004210103   x7: 0x000000000000003f
    x8: 0x0000000000000800   x9: 0x000000019c3c3820  x10: 0x000000019c3beea4  x11: 0x00000001d7cc0335
   x12: 0x00000001d7cc0335  x13: 0x0000000000000015  x14: 0x0000000000000001  x15: 0x0000000000000881
   x16: 0x0000000000000148  x17: 0x0000000000000000  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x00000001010bab80  x21: 0x0000000101465608  x22: 0x0000000000000303  x23: 0x00000001010bac60
   x24: 0x000000016f0a2af0  x25: 0x000000016f0a2ae8  x26: 0x0000000000000001  x27: 0x0000000000000001
   x28: 0x0000000000000001   fp: 0x000000016f0a28a0   lr: 0x000000019c3bf020
    sp: 0x000000016f0a2870   pc: 0x000000019c343104 cpsr: 0x00000000

Binary Images:
0x100d5c000 - 0x100dabfff CB arm64  <115d9e06055e36d298f592afd69b7642> /var/containers/Bundle/Application/513A05D7-6C92-4488-9A8A-E9B81922C20A/CB.app/CB
0x100dd4000 - 0x100de7fff libswiftAVFoundation.dylib arm64  <7fcba1ba382234fd91b707961d73a373> /var/containers/Bundle/Application/513A05D7-6C92-4488-9A8A-E9B81922C20A/CB.app/Frameworks/libswiftAVFoundation.dylib
0x100df8000 - 0x100e0ffff libswiftCloudKit.dylib arm64  <0c75738d10723b1fbfa9e0e4ea1d6752> /var/containers/Bundle/Application/513A05D7-6C92-4488-9A8A-E9B81922C20A/CB.app/Frameworks/libswiftCloudKit.dylib
0x100e20000 - 0x100e27fff libswiftCoreAudio.dylib arm64   /var/containers/Bundle/Application/513A05D7-6C92-4488-9A8A-E9B81922C20A/CB.app/Frameworks/libswiftCoreAudio.dylib
0x100e34000 - 0x100e3bfff libswiftContacts.dylib arm64   /var/containers/Bundle/Application/513A05D7-6C92-4488-9A8A-E9B81922C20A/CB.app/Frameworks/libswiftContacts.dylib
0x100e44000 - 0x100e4bfff libswiftCoreData.dylib arm64   /var/containers/Bundle/Application/513A05D7-6C92-4488-9A8A-E9B81922C20A/CB.app/Frameworks/libswiftCoreData.dylib
0x100e58000 - 0x100e5ffff libswiftCoreFoundation.dylib arm64  <0d5a8c9525893e5db73f73ebf1b50067> /var/containers/Bundle/Application/513A05D7-6C92-4488-9A8A-E9B81922C20A/CB.app/Frameworks/libswiftCoreFoundation.dylib
0x100e68000 - 0x100e77fff libswiftCoreGraphics.dylib arm64  <69c706e3608b3391a42d889ee09de22a> /var/containers/Bundle/Application/513A05D7-6C92-4488-9A8A-E9B81922C20A/CB.app/Frameworks/libswiftCoreGraphics.dylib
0x100e88000 - 0x100e8ffff libswiftCoreImage.dylib arm64  <8a374c0773d23e06b0ff1a0cb4c9dba5> /var/containers/Bundle/Application/513A05D7-6C92-4488-9A8A-E9B81922C20A/CB.app/Frameworks/libswiftCoreImage.dylib
0x100e98000 - 0x100e9ffff libswiftCoreLocation.dylib arm64   /var/containers/Bundle/Application/513A05D7-6C92-4488-9A8A-E9B81922C20A/CB.app/Frameworks/libswiftCoreLocation.dylib
0x100eac000 - 0x100eb3fff libswiftCoreMedia.dylib arm64  <4cade2238a383c4ba82914061ce0b41b> /var/containers/Bundle/Application/513A05D7-6C92-4488-9A8A-E9B81922C20A/CB.app/Frameworks/libswiftCoreMedia.dylib
0x100ec0000 - 0x100ecbfff libswiftDarwin.dylib arm64   /var/containers/Bundle/Application/513A05D7-6C92-4488-9A8A-E9B81922C20A/CB.app/Frameworks/libswiftDarwin.dylib
0x100ed8000 - 0x100ef3fff libswiftDispatch.dylib arm64  <7c6b399e97f33ceda72e2cec7ba3d0f8> /var/containers/Bundle/Application/513A05D7-6C92-4488-9A8A-E9B81922C20A/CB.app/Frameworks/libswiftDispatch.dylib
0x100f0c000 - 0x100f13fff libswiftMapKit.dylib arm64   /var/containers/Bundle/Application/513A05D7-6C92-4488-9A8A-E9B81922C20A/CB.app/Frameworks/libswiftMapKit.dylib
0x100f1c000 - 0x100f23fff libswiftMetal.dylib arm64  <5f0460734d523594bce5f9d7187af7fc> /var/containers/Bundle/Application/513A05D7-6C92-4488-9A8A-E9B81922C20A/CB.app/Frameworks/libswiftMetal.dylib
0x100f30000 - 0x100f37fff libswiftObjectiveC.dylib arm64   /var/containers/Bundle/Application/513A05D7-6C92-4488-9A8A-E9B81922C20A/CB.app/Frameworks/libswiftObjectiveC.dylib
0x100f40000 - 0x100f47fff libswiftQuartzCore.dylib arm64  <82e181ad5e8e3715b842cfa9e306ce4d> /var/containers/Bundle/Application/513A05D7-6C92-4488-9A8A-E9B81922C20A/CB.app/Frameworks/libswiftQuartzCore.dylib
0x100f50000 - 0x100f5ffff libswiftUIKit.dylib arm64   /var/containers/Bundle/Application/513A05D7-6C92-4488-9A8A-E9B81922C20A/CB.app/Frameworks/libswiftUIKit.dylib
0x100f70000 - 0x100fabfff libswiftsimd.dylib arm64  <0b0046a98bee3fc9bfc50a49c297e069> /var/containers/Bundle/Application/513A05D7-6C92-4488-9A8A-E9B81922C20A/CB.app/Frameworks/libswiftsimd.dylib
0x100fc8000 - 0x100fcffff libswiftos.dylib arm64   /var/containers/Bundle/Application/513A05D7-6C92-4488-9A8A-E9B81922C20A/CB.app/Frameworks/libswiftos.dylib
0x101020000 - 0x101083fff dyld arm64  <67179aea6d8038a58f729b468f24ca69> /usr/lib/dyld
0x1010f0000 - 0x101427fff libswiftCore.dylib arm64  <00bfeb2c7dd23aaaad8dc220d05db60d> /var/containers/Bundle/Application/513A05D7-6C92-4488-9A8A-E9B81922C20A/CB.app/Frameworks/libswiftCore.dylib
0x1014fc000 - 0x10164bfff libswiftFoundation.dylib arm64  <1113630949893294b25b5f33ff0e9f6d> /var/containers/Bundle/Application/513A05D7-6C92-4488-9A8A-E9B81922C20A/CB.app/Frameworks/libswiftFoundation.dylib
0x101a74000 - 0x101a7ffff libobjc-trampolines.dylib arm64  <0d67ef7e3ec8370aa106a59717eb17fa> /usr/lib/libobjc-trampolines.dylib
0x1062f8000 - 0x10640bfff MacinTalk arm64  <666a3581bdf83ed7a59b813ce3cc7753> /System/Library/TTSPlugins/MacinTalk.speechbundle/MacinTalk
0x106844000 - 0x10688bfff TTSSpeechBundle arm64   /System/Library/TTSPlugins/TTSSpeechBundle.speechbundle/TTSSpeechBundle
0x19b906000 - 0x19b907fff libSystem.B.dylib arm64   /usr/lib/libSystem.B.dylib
0x19b908000 - 0x19b962fff libc++.1.dylib arm64   /usr/lib/libc++.1.dylib
0x19b963000 - 0x19b976fff libc++abi.dylib arm64   /usr/lib/libc++abi.dylib
0x19b977000 - 0x19c0fffff libobjc.A.dylib arm64  <3c1dc6c93e273dd3938e146c18cc5188> /usr/lib/libobjc.A.dylib
0x19c100000 - 0x19c105fff libcache.dylib arm64   /usr/lib/system/libcache.dylib
0x19c106000 - 0x19c112fff libcommonCrypto.dylib arm64   /usr/lib/system/libcommonCrypto.dylib
0x19c113000 - 0x19c117fff libcompiler_rt.dylib arm64   /usr/lib/system/libcompiler_rt.dylib
0x19c118000 - 0x19c120fff libcopyfile.dylib arm64   /usr/lib/system/libcopyfile.dylib
0x19c121000 - 0x19c184fff libcorecrypto.dylib arm64   /usr/lib/system/libcorecrypto.dylib
0x19c185000 - 0x19c1f5fff libdispatch.dylib arm64  <025080cbcf933d2f81c1b2e0b82a362d> /usr/lib/system/libdispatch.dylib
0x19c1f6000 - 0x19c220fff libdyld.dylib arm64   /usr/lib/system/libdyld.dylib
0x19c221000 - 0x19c221fff liblaunch.dylib arm64  <5fb8b0437013319887b994a645c87bee> /usr/lib/system/liblaunch.dylib
0x19c222000 - 0x19c227fff libmacho.dylib arm64  <16c0dcb8fe293859b948a16894dc8161> /usr/lib/system/libmacho.dylib
0x19c228000 - 0x19c229fff libremovefile.dylib arm64   /usr/lib/system/libremovefile.dylib
0x19c22a000 - 0x19c241fff libsystem_asl.dylib arm64   /usr/lib/system/libsystem_asl.dylib
0x19c242000 - 0x19c242fff libsystem_blocks.dylib arm64  <068a78ad98aa353e956eeaf058fd9637> /usr/lib/system/libsystem_blocks.dylib
0x19c243000 - 0x19c2c1fff libsystem_c.dylib arm64  <7da5f27d7b4830dda0a4dd26c109e448> /usr/lib/system/libsystem_c.dylib
0x19c2c2000 - 0x19c2c6fff libsystem_configuration.dylib arm64  <25383d775a2136589984adc6c9b35309> /usr/lib/system/libsystem_configuration.dylib
0x19c2c7000 - 0x19c2cefff libsystem_containermanager.dylib arm64  <3dcd9a50bfdf3c1191f4e90691f4d5e8> /usr/lib/system/libsystem_containermanager.dylib
0x19c2cf000 - 0x19c2d0fff libsystem_coreservices.dylib arm64   /usr/lib/system/libsystem_coreservices.dylib
0x19c2d1000 - 0x19c2d7fff libsystem_darwin.dylib arm64  <1b7bfac5248e36ef923f46597ca358d1> /usr/lib/system/libsystem_darwin.dylib
0x19c2d8000 - 0x19c2defff libsystem_dnssd.dylib arm64  <0fb34f5c3eb93adb83a4b74f452dafb2> /usr/lib/system/libsystem_dnssd.dylib
0x19c2df000 - 0x19c31ffff libsystem_info.dylib arm64   /usr/lib/system/libsystem_info.dylib
0x19c320000 - 0x19c34afff libsystem_kernel.dylib arm64  <3ab723d26da43120b5fc292ff2dc4c84> /usr/lib/system/libsystem_kernel.dylib
0x19c34b000 - 0x19c378fff libsystem_m.dylib arm64  <12380e91ac4437a69be12482c0a6e10a> /usr/lib/system/libsystem_m.dylib
0x19c379000 - 0x19c39cfff libsystem_malloc.dylib arm64   /usr/lib/system/libsystem_malloc.dylib
0x19c39d000 - 0x19c3a9fff libsystem_networkextension.dylib arm64  <472dd253009d3bb4b597d51e461a34db> /usr/lib/system/libsystem_networkextension.dylib
0x19c3aa000 - 0x19c3b1fff libsystem_notify.dylib arm64   /usr/lib/system/libsystem_notify.dylib
0x19c3b2000 - 0x19c3bcfff libsystem_platform.dylib arm64  <368fd1a9ce9937a4bde2354a5c5d4804> /usr/lib/system/libsystem_platform.dylib
0x19c3bd000 - 0x19c3cdfff libsystem_pthread.dylib arm64   /usr/lib/system/libsystem_pthread.dylib
0x19c3ce000 - 0x19c3d0fff libsystem_sandbox.dylib arm64   /usr/lib/system/libsystem_sandbox.dylib
0x19c3d1000 - 0x19c3d8fff libsystem_symptoms.dylib arm64   /usr/lib/system/libsystem_symptoms.dylib
0x19c3d9000 - 0x19c3eefff libsystem_trace.dylib arm64  <6c1526cb161d302e887f8dc30ce3b5f9> /usr/lib/system/libsystem_trace.dylib
0x19c3ef000 - 0x19c3f4fff libunwind.dylib arm64   /usr/lib/system/libunwind.dylib
0x19c3f5000 - 0x19c423fff libxpc.dylib arm64  <8c926c76a52a323ab048ab447b34a334> /usr/lib/system/libxpc.dylib
0x19c424000 - 0x19c67efff libicucore.A.dylib arm64  <4bc5287e088f30f882bc6999a90feacc> /usr/lib/libicucore.A.dylib
0x19c67f000 - 0x19c690fff libz.1.dylib arm64  <788ab2a7d56e3b528034d5a9b9f9d3f6> /usr/lib/libz.1.dylib
0x19c691000 - 0x19c9f4fff CoreFoundation arm64   /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x19c9f5000 - 0x19ca05fff libbsm.0.dylib arm64   /usr/lib/libbsm.0.dylib
0x19ca06000 - 0x19ca06fff libenergytrace.dylib arm64  <9c3edae00ffc357dbba7b7f6a4820fcc> /usr/lib/libenergytrace.dylib
0x19ca07000 - 0x19ca97fff IOKit arm64   /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x19ca98000 - 0x19cb80fff libxml2.2.dylib arm64  <4c3f394b5a9334589d60dbff79c6a0f7> /usr/lib/libxml2.2.dylib
0x19cb81000 - 0x19cb8efff libbz2.1.0.dylib arm64  <273cbb660f5f397eab26a425e8a657b7> /usr/lib/libbz2.1.0.dylib
0x19cb8f000 - 0x19cba7fff liblzma.5.dylib arm64  <75e94b185f193af9a2c87ec2f7e0ac46> /usr/lib/liblzma.5.dylib
0x19cba8000 - 0x19cd21fff libsqlite3.dylib arm64   /usr/lib/libsqlite3.dylib
0x19cd22000 - 0x19cd57fff libMobileGestalt.dylib arm64   /usr/lib/libMobileGestalt.dylib
0x19cd58000 - 0x19d124fff CFNetwork arm64   /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x19d125000 - 0x19d431fff Foundation arm64   /System/Library/Frameworks/Foundation.framework/Foundation
0x19d432000 - 0x19d53efff Security arm64   /System/Library/Frameworks/Security.framework/Security
0x19d53f000 - 0x19d5adfff SystemConfiguration arm64  <85514a7674383f6485ac7750a41894bd> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x19d5ae000 - 0x19d5e3fff libCRFSuite.dylib arm64  <3160a917a42d35a3a30e8c6d922070c6> /usr/lib/libCRFSuite.dylib
0x19d5e4000 - 0x19d5fafff libapple_nghttp2.dylib arm64   /usr/lib/libapple_nghttp2.dylib
0x19d5fb000 - 0x19d624fff libarchive.2.dylib arm64  <53722536e2ab33e992347c4afb90ef97> /usr/lib/libarchive.2.dylib
0x19d625000 - 0x19d6f3fff libboringssl.dylib arm64  <68f7323d11ff3c80a1de2e5dc6518771> /usr/lib/libboringssl.dylib
0x19d6f4000 - 0x19d70afff libcoretls.dylib arm64  <97b6385a40853340b39fca181b1a24d1> /usr/lib/libcoretls.dylib
0x19d70b000 - 0x19d70cfff libcoretls_cfhelpers.dylib arm64   /usr/lib/libcoretls_cfhelpers.dylib
0x19d70d000 - 0x19d70efff liblangid.dylib arm64  <984ab4017cce3def839d7da2555c98f4> /usr/lib/liblangid.dylib
0x19d70f000 - 0x19da84fff libnetwork.dylib arm64   /usr/lib/libnetwork.dylib
0x19da85000 - 0x19dabafff libpcap.A.dylib arm64  <1e723fd7ee7133259e72aa46992693ab> /usr/lib/libpcap.A.dylib
0x19dabb000 - 0x19db18fff libusrtcp.dylib arm64  <7f312ea426753ff0943fac305311baf0> /usr/lib/libusrtcp.dylib
0x19db19000 - 0x19db25fff IOSurface arm64   /System/Library/Frameworks/IOSurface.framework/IOSurface
0x19db26000 - 0x19dbd9fff libBLAS.dylib arm64  <422303ea936b30c4a3a204c5042a4019> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x19dbda000 - 0x19def9fff libLAPACK.dylib arm64  <81d6d8a0ea4933488a6706fda9653f13> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x19defa000 - 0x19e16cfff vImage arm64   /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x19e16d000 - 0x19e17efff libSparseBLAS.dylib arm64   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x19e17f000 - 0x19e1dbfff libvMisc.dylib arm64  <64fed501f334318cae6d4e4387a47be3> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x19e1dc000 - 0x19e20bfff libBNNS.dylib arm64   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x19e20c000 - 0x19e220fff libLinearAlgebra.dylib arm64  <9febf91b130b37d9afc9a8d7be78f271> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x19e221000 - 0x19e225fff libQuadrature.dylib arm64  <5e86d436c08e391e84b3ba27ebb0fb79> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x19e226000 - 0x19e296fff libSparse.dylib arm64   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x19e297000 - 0x19e325fff libvDSP.dylib arm64  <707871f1ca7a343b9937a3f8ccb79592> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x19e326000 - 0x19e326fff vecLib arm64  <0041874ce19f3d47906b23024b685abf> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x19e327000 - 0x19e327fff Accelerate arm64  <94e84f08c2af3ed2994bca4a3f71bd47> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x19e328000 - 0x19e340fff libcompression.dylib arm64  <52cfe534518a3352a563755c00536d36> /usr/lib/libcompression.dylib
0x19e341000 - 0x19e8effff CoreGraphics arm64  <71f35861779e33dc85becdcb3c50e7ad> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x19e8f0000 - 0x19e8f5fff IOAccelerator arm64  <8b179d4801dc3c358ca2f080a9dd12f9> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x19e8f6000 - 0x19e8fbfff libCoreFSCache.dylib arm64  <86bf2e4231f7365e919e32aeee0ca186> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x19e8fc000 - 0x19e9a4fff Metal arm64   /System/Library/Frameworks/Metal.framework/Metal
0x19e9a5000 - 0x19e9b8fff GraphicsServices arm64  <0d63a05d8c803e93b5fe8a52208271b4> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x19e9b9000 - 0x19e9b9fff MobileCoreServices arm64   /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x19e9ba000 - 0x19e9bcfff IOSurfaceAccelerator arm64   /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x19e9bd000 - 0x19e9fffff AppleJPEG arm64  <18955d5987183a68adff153ecba46736> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x19ea00000 - 0x19efc5fff ImageIO arm64  <994242d700dc3f7db5ca48a485a01020> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x19efc6000 - 0x19f038fff BaseBoard arm64   /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x19f039000 - 0x19f050fff AssertionServices arm64  <6a23fd7c0b2e323187a027271ab430e4> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x19f051000 - 0x19f059fff CorePhoneNumbers arm64  <8b18291423fb32d0b30bb7a9f2aa5655> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x19f05a000 - 0x19f09ffff AppSupport arm64  <18872c192de23d29a024492143e090f5> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x19f0a0000 - 0x19f0b9fff CrashReporterSupport arm64   /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x19f0ba000 - 0x19f0bffff AggregateDictionary arm64  <399b625c2ed6303fbd987f78ffd56539> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x19f0c0000 - 0x19f148fff libTelephonyUtilDynamic.dylib arm64  <95c20504af503f21a28ad6ccb84a4d19> /usr/lib/libTelephonyUtilDynamic.dylib
0x19f149000 - 0x19f168fff ProtocolBuffer arm64   /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x19f169000 - 0x19f199fff MobileKeyBag arm64  <68a9efcb67223020a5d2b87b326b565c> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x19f19a000 - 0x19f1d6fff BackBoardServices arm64  <05ba119e36e33e678acba4bd7f27de47> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x19f1d7000 - 0x19f240fff FrontBoardServices arm64   /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x19f241000 - 0x19f288fff SpringBoardServices arm64  <39ff285a5a08300581df78d39839e43f> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x19f289000 - 0x19f29cfff PowerLog arm64   /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x19f29d000 - 0x19f2b8fff CommonUtilities arm64  <1f7eb175f249371692b1d1d229873ae1> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x19f2b9000 - 0x19f2c4fff liblockdown.dylib arm64   /usr/lib/liblockdown.dylib
0x19f2c5000 - 0x19f603fff CoreData arm64  <2332c30861283595ad5394a1f08be532> /System/Library/Frameworks/CoreData.framework/CoreData
0x19f604000 - 0x19f60bfff TCC arm64   /System/Library/PrivateFrameworks/TCC.framework/TCC
0x19f60c000 - 0x19f614fff libcupolicy.dylib arm64  <130f161faa6b3ec0a7c4dcf1eed866f9> /usr/lib/libcupolicy.dylib
0x19f615000 - 0x19f6fafff CoreTelephony arm64  <93355f632f593f5281865c969aac485d> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x19f6fb000 - 0x19f75cfff Accounts arm64  <968701d6f1a53f1cbb1c943c7989bb04> /System/Library/Frameworks/Accounts.framework/Accounts
0x19f75d000 - 0x19f786fff AppleSauce arm64   /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x19f787000 - 0x19f790fff DataMigration arm64   /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x19f791000 - 0x19f798fff Netrb arm64   /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x19f799000 - 0x19f7cdfff PersistentConnection arm64   /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x19f7ce000 - 0x19f7dffff libmis.dylib arm64  <8bd05aae163c357493b14fa4bce90aa7> /usr/lib/libmis.dylib
0x19f7e0000 - 0x19f8e9fff ManagedConfiguration arm64  <30a80be382bb31e7af162c281e48c400> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x19f8ea000 - 0x19f8effff libReverseProxyDevice.dylib arm64  <9f47b0cedcfd3f75b4ee0e545ddee3f3> /usr/lib/libReverseProxyDevice.dylib
0x19f8f0000 - 0x19f902fff libamsupport.dylib arm64  <4d654aed059e377bbf718221cfbc1c28> /usr/lib/libamsupport.dylib
0x19f903000 - 0x19f908fff libCoreVMClient.dylib arm64  <44e914213c323fbba6145cda4fd10a6e> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x19f909000 - 0x19f90afff libCVMSPluginSupport.dylib arm64   /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x19f90b000 - 0x19f90efff libutil.dylib arm64  <4eaf33b8988039f795ae66f03a01e3ac> /usr/lib/libutil.dylib
0x19f90f000 - 0x19f94efff libGLImage.dylib arm64  <9d403b15ee8c3339ae472ceb4f3609f2> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x19f94f000 - 0x19f9c6fff APFS arm64   /System/Library/PrivateFrameworks/APFS.framework/APFS
0x19f9c7000 - 0x19f9f8fff MediaKit arm64  <384d64739049326784c770ffb215e963> /System/Library/PrivateFrameworks/MediaKit.framework/MediaKit
0x19f9f9000 - 0x19fa15fff libSERestoreInfo.dylib arm64  <4c21f0cba4df3176b36dae70f2298ca2> /usr/lib/updaters/libSERestoreInfo.dylib
0x19fa1c000 - 0x19fa58fff DiskImages arm64   /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages
0x19fa59000 - 0x19fa62fff libGFXShared.dylib arm64  <50fe12ebf4ff3e4fa81337c2f86c4830> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x19fa63000 - 0x19fab1fff libauthinstall.dylib arm64  <2214c7596ded3935bd19f281af2afb77> /usr/lib/libauthinstall.dylib
0x19fab2000 - 0x19fabafff IOMobileFramebuffer arm64  <7e0cb324f630364abf441ba9dc82297a> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x19fabb000 - 0x19fac6fff OpenGLES arm64  <15496bbdb29e3e0c8c4fc1dd1f98fa08> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x19fac7000 - 0x19fb64fff ColorSync arm64  <52c4256ba91d3636aded4b2254e82903> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x19fb65000 - 0x19fb94fff CoreVideo arm64  <317da5b683d13593be36750e39a8d53d> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x19fb95000 - 0x19fb96fff libCTGreenTeaLogger.dylib arm64  <76e8b109bac13330820949a528965882> /usr/lib/libCTGreenTeaLogger.dylib
0x19fb97000 - 0x19fd06fff CoreAudio arm64  <2844977772f930058ef9314a9b400ee7> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x19fd07000 - 0x19fd29fff CoreAnalytics arm64  <359d4a89acb83886bfe06910dbc63885> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x19fd2a000 - 0x19fd2dfff UserFS arm64  <380267d724e7332a8e3a07c2fe1a552e> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
0x19fd2e000 - 0x19fecbfff CoreMedia arm64  <276c2955623f3dd69526fa59cdb2c16c> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x19fecc000 - 0x19fedefff libprotobuf-lite.dylib arm64   /usr/lib/libprotobuf-lite.dylib
0x19fedf000 - 0x19ff44fff libprotobuf.dylib arm64  <29eb153d4e49305da00845942dc1ce90> /usr/lib/libprotobuf.dylib
0x19ff45000 - 0x1a025bfff libAWDSupportFramework.dylib arm64  <4f99fd19a6a439f399a8888629347c9f> /usr/lib/libAWDSupportFramework.dylib
0x1a025c000 - 0x1a02a6fff WirelessDiagnostics arm64  <316e8098fc0030b3b87909e3b55ebd90> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x1a02a7000 - 0x1a0367fff ************ arm64  <0a749e2a0e28386e9ffbfb727915ab16> /System/Library/Frameworks/************.framework/************
0x1a0368000 - 0x1a0473fff libFontParser.dylib arm64  <7dd118d3800c31f5a3f01b8c93318685> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1a0474000 - 0x1a0474fff FontServices arm64  <6b7868d8151131459597cf1d80c044c9> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x1a0475000 - 0x1a05d6fff CoreText arm64   /System/Library/Frameworks/CoreText.framework/CoreText
0x1a05d7000 - 0x1a05e6fff IntlPreferences arm64  <8d608ca85cd23d1b8f6055ffec3d6be9> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1a05e7000 - 0x1a05f1fff RTCReporting arm64  <7377e0cceeec35a99d5f419abb175808> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1a05f2000 - 0x1a066afff CoreBrightness arm64  <574ba7a774fa304787ecbab2d5cfc563> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1a066b000 - 0x1a0675fff libAudioStatistics.dylib arm64  <611ea247048d3d789a99cbaf8dcd1c26> /usr/lib/libAudioStatistics.dylib
0x1a0676000 - 0x1a0c68fff AudioToolbox arm64   /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x1a0c69000 - 0x1a0ea6fff QuartzCore arm64   /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x1a0ea7000 - 0x1a0eb2fff MediaAccessibility arm64  <40e2b21f769735d9a80564244056008d> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1a0eb3000 - 0x1a0fa5fff libiconv.2.dylib arm64  <506e2bfca9c334d0a02a0bb44e669025> /usr/lib/libiconv.2.dylib
0x1a0fa6000 - 0x1a0fc1fff NetworkStatistics arm64  <7fb3bc1fa5713d2eb99dad2ca782067c> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x1a0fc2000 - 0x1a0fe0fff MPSCore arm64  <6436293106bb381184af63f069f2fb16> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1a0fe1000 - 0x1a1055fff MPSImage arm64   /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1a1056000 - 0x1a107afff MPSMatrix arm64   /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1a107b000 - 0x1a1089fff CoreAUC arm64   /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1a108a000 - 0x1a1727fff MediaToolbox arm64  <8e776fd1ab06334a9d66fb55037997a4> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x1a1728000 - 0x1a189afff MPSNeuralNetwork arm64   /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1a189b000 - 0x1a189bfff MetalPerformanceShaders arm64  <64e2ac7df1b039b48eda0ed63fa73aeb> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1a189c000 - 0x1a1cb9fff FaceCore arm64  <9a7b26e3fa6d3b0d8be59b0a0e3c246e> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1a1cba000 - 0x1a1cc7fff GraphVisualizer arm64   /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1a1cc8000 - 0x1a1e6ffff libFosl_dynamic.dylib arm64   /usr/lib/libFosl_dynamic.dylib
0x1a1e70000 - 0x1a2110fff CoreImage arm64  <65d53fa038213884a6a4582fb4d77e58> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x1a2111000 - 0x1a234dfff CoreMotion arm64  <5a0557290b5b39fe89e3b88c33f131c3> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x1a234e000 - 0x1a237efff CoreBluetooth arm64  <437704fa00283c8884f0b8bae30fd287> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x1a237f000 - 0x1a23a2fff PlugInKit arm64  <180d62e5afbc3e2383eda14aa96129a7> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x1a23a3000 - 0x1a2630fff ********* arm64   /System/Library/PrivateFrameworks/*********.framework/*********
0x1a2631000 - 0x1a26bbfff Quagga arm64   /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1a26bc000 - 0x1a27c0fff AVFAudio arm64  <37dabcd7ff7e3b72bf0baed07751bbc5> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x1a27c1000 - 0x1a29d3fff AVFoundation arm64   /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x1a29d4000 - 0x1a29f4fff CacheDelete arm64   /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x1a29f5000 - 0x1a2a31fff StreamingZip arm64   /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1a2a32000 - 0x1a2a46fff CoreEmoji arm64  <1aa1d71a2a0d3369b9b893e9f07bc319> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1a2a47000 - 0x1a2a96fff CoreLocationProtobuf arm64   /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1a2a97000 - 0x1a2a9ffff SymptomDiagnosticReporter arm64  <2d5007879a3d36499a06706913efb88e> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1a2aa0000 - 0x1a34bcfff GeoServices arm64  <7ca293994de43129b1dc2fe302a6f70c> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x1a34bd000 - 0x1a34d7fff MobileAsset arm64  <5f5a593a0d7633ff95e85ab77885b485> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x1a34d8000 - 0x1a3518fff Lexicon arm64  <07230f4f74ae38ad9f795eb0ea837228> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x1a3519000 - 0x1a352afff libcmph.dylib arm64  <4e381f1b9feb336baf98e9c4421949b5> /usr/lib/libcmph.dylib
0x1a352b000 - 0x1a3651fff LanguageModeling arm64   /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x1a366a000 - 0x1a370efff CoreLocation arm64   /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x1a370f000 - 0x1a370ffff PhoneNumbers arm64  <1e61802a950d335b80adf66cd9b68727> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1a3710000 - 0x1a371bfff libChineseTokenizer.dylib arm64  <49ae296e32b83e4296caf5874e7f40eb> /usr/lib/libChineseTokenizer.dylib
0x1a371c000 - 0x1a37d8fff libmecab_em.dylib arm64   /usr/lib/libmecab_em.dylib
0x1a37d9000 - 0x1a37dafff libThaiTokenizer.dylib arm64  <007bbafe33f836369f656ba07ae69892> /usr/lib/libThaiTokenizer.dylib
0x1a37db000 - 0x1a37dffff libgermantok.dylib arm64  <0b300a5faf0b346393b16f95b4db96db> /usr/lib/libgermantok.dylib
0x1a37ec000 - 0x1a3859fff CoreNLP arm64  <1442cb6146ae3065b32677fcd8f1459c> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x1a385a000 - 0x1a3a2cfff MobileSpotlightIndex arm64  <55892aecfd10348e9817927065f450cd> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1a3a2d000 - 0x1a3a93fff CoreSpotlight arm64   /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x1a3a94000 - 0x1a4669fff JavaScriptCore arm64   /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x1a466a000 - 0x1a466ffff libheimdal-asn1.dylib arm64   /usr/lib/libheimdal-asn1.dylib
0x1a4670000 - 0x1a46eafff libate.dylib arm64  <616bc97e229e3819bdc06670f01a3eb7> /usr/lib/libate.dylib
0x1a46eb000 - 0x1a4794fff TextureIO arm64   /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1a4795000 - 0x1a4859fff CoreUI arm64  <8cdda2b50f27368e87bcc448107e99b5> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x1a485a000 - 0x1a4867fff MobileIcons arm64   /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1a4868000 - 0x1a4877fff AppleFSCompression arm64   /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1a4878000 - 0x1a48e0fff TextInput arm64   /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x1a4941000 - 0x1a49dcfff FileProvider arm64  <2db6a075d5e8386d9cbbd06286aa4000> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x1a4af5000 - 0x1a4bccfff ProofReader arm64  <4bd9e2c2ef4135e5a95712d0d0cffaa8> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x1a4bcd000 - 0x1a4be3fff libAccessibility.dylib arm64  <4183b22ccfe73252b79801a32fd5338d> /usr/lib/libAccessibility.dylib
0x1a4be4000 - 0x1a508afff libwebrtc.dylib arm64   /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1a508b000 - 0x1a50f7fff ContactsFoundation arm64   /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x1a50f8000 - 0x1a6999fff WebCore arm64   /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x1a699a000 - 0x1a6b25fff WebKitLegacy arm64  <72b67a3b987030d3b41c6b75ba35f598> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x1a6b26000 - 0x1a6b57fff DataAccessExpress arm64  <30def6ba724d3bf0b15aed82d418a882> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x1a6b58000 - 0x1a6bf2fff AddressBookLegacy arm64   /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x1a6bf3000 - 0x1a6c4efff ProtectedCloudStorage arm64   /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1a6c4f000 - 0x1a6c83fff UserNotifications arm64  <0d08d97997d0386598f0f385e47dbcd4> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x1a6c84000 - 0x1a6c8ffff AppleIDAuthSupport arm64  <468eeabf20be394bb7c1a9cd55c7080a> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1a6c90000 - 0x1a6cecfff AuthKit arm64  <7c16afd7e4e13f0392bb89699c2c0f19> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x1a6d2d000 - 0x1a6d2dfff UIKit arm64   /System/Library/Frameworks/UIKit.framework/UIKit
0x1a6d2e000 - 0x1a6d41fff DocumentManagerCore arm64   /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x1a6d42000 - 0x1a6d50fff HangTracer arm64  <5a15b87816da321d87f6e0e635409ee3> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x1a6d51000 - 0x1a6da5fff PhysicsKit arm64  <2cb849e753bb39598a9b61a570558967> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x1a6da6000 - 0x1a6daafff StudyLog arm64   /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x1a6dab000 - 0x1a6e98fff UIFoundation arm64  <1b931c8912e33338a4a399bc548046ba> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x1a6e99000 - 0x1a6fc1fff CloudKit arm64   /System/Library/Frameworks/CloudKit.framework/CloudKit
0x1a6fc2000 - 0x1a6fc9fff IntentsFoundation arm64  <94122606323d3019aac32cac43852226> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1a6fca000 - 0x1a72b7fff Intents arm64  <8878c1da4cf73c64a4e782a62036c960> /System/Library/Frameworks/Intents.framework/Intents
0x1a72b8000 - 0x1a72d0fff libresolv.9.dylib arm64   /usr/lib/libresolv.9.dylib
0x1a72d1000 - 0x1a72d3fff CoreDuetDebugLogging arm64  <989f2bc326f8390d8a00aa997a7491f2> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1a72d4000 - 0x1a7305fff libtidy.A.dylib arm64   /usr/lib/libtidy.A.dylib
0x1a7306000 - 0x1a74defff CoreDuet arm64  <2ee4005851b631dea800034204fabd64> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x1a74df000 - 0x1a7501fff CoreDuetContext arm64   /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x1a7502000 - 0x1a7514fff CoreDuetDaemonProtocol arm64  <374cb31631f8396aa1bc2a18cfccab12> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1a7515000 - 0x1a7580fff IMFoundation arm64  <54ecf135ff5738b381bcf8f963890f11> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x1a7581000 - 0x1a75b2fff vCard arm64   /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1a75b3000 - 0x1a76d2fff Contacts arm64  <55e1d18533643da4bb10a57345742911> /System/Library/Frameworks/Contacts.framework/Contacts
0x1a76d3000 - 0x1a76d4fff DiagnosticLogCollection arm64   /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x1a76d5000 - 0x1a76d6fff Marco arm64  <89e35f51ffcb33a2b3e0550bb2e0e386> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1a76d7000 - 0x1a76defff MessageProtection arm64  <4a5fa063ed5f319fb68946d95866651a> /System/Library/PrivateFrameworks/MessageProtection.framework/MessageProtection
0x1a76df000 - 0x1a79f5fff StoreServices arm64  <7276e8776dbe3d949a1b266bd938bdb3> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x1a79f6000 - 0x1a7a0dfff Engram arm64  <41bdbdddec9d38d7901b7ea3159084e1> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1a7a0e000 - 0x1a7b28fff IDSFoundation arm64  <68efd5a41e9a362a9e27cb42961a348f> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x1a7b29000 - 0x1a7b34fff CaptiveNetwork arm64   /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x1a7b35000 - 0x1a7b66fff EAP8021X arm64   /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1a7b67000 - 0x1a7ba4fff MobileWiFi arm64  <03cfbf6142c7310386e56aa2c7fe3ccd> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x1a7ba5000 - 0x1a7ba7fff OAuth arm64   /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x1a7ba8000 - 0x1a7baafff CommonAuth arm64   /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x1a7bab000 - 0x1a7c1bfff Heimdal arm64  <7b1184f444293581984ad9b33d7204dd> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x1a7c1c000 - 0x1a7c45fff GSS arm64  <74b973d471d83cbc879a82d13c3db585> /System/Library/Frameworks/GSS.framework/GSS
0x1a7c46000 - 0x1a7c5ffff ApplePushService arm64  <247da4d634c638c5a3f46053934aa7c6> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x1a7c60000 - 0x1a7cfafff AccountsDaemon arm64  <079f9307b69239668e9b72c55e8ee396> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x1a7cfb000 - 0x1a7d1dfff AppleIDSSOAuthentication arm64  <4f6b0aabbfc230a7b9f394738af1cba9> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1a7d1e000 - 0x1a7da3fff AppleAccount arm64   /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x1a7da4000 - 0x1a7f00fff CoreUtils arm64   /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x1a7f01000 - 0x1a8016fff IDS arm64  <893cd329e6b23da4a8a600b87ca6bcc2> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x1a8017000 - 0x1a803dfff MediaServices arm64  <30d81dad1c753200acb10bde0ce1b998> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x1a803e000 - 0x1a821efff MediaRemote arm64   /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x1a821f000 - 0x1a823afff UserManagement arm64   /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x1a824c000 - 0x1a827cfff Bom arm64  <27d2cb8ad22f3b1fa9e4ab01fdef2b2f> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1a827d000 - 0x1a8281fff CommunicationsFilter arm64  <3c91664453d23bd8aa92105c002ae20e> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x1a8282000 - 0x1a82a6fff FTAWD arm64   /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x1a82a7000 - 0x1a8302fff FTServices arm64   /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x1a8348000 - 0x1a8396fff ChunkingLibrary arm64   /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1a94cb000 - 0x1a992bfff SiriTTS arm64   /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x1a992c000 - 0x1a9989fff SAObjects arm64  <14cabee4d606312eaff561d25541de86> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x1a998a000 - 0x1a99cbfff VoiceServices arm64   /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x1a99fd000 - 0x1a9b1efff AssistantServices arm64  <8183ecd187e833b1a21f92a37b1edb93> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x1a9d89000 - 0x1a9d97fff PersonaKit arm64  <911f0bb1661e340e8eda6e88f3c6a6f1> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1aa461000 - 0x1aa46cfff CoreRecents arm64   /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x1aa9d3000 - 0x1aa9effff PrototypeTools arm64  <82893defb7153b6eba6699e6c387a853> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x1aa9f0000 - 0x1aaa79fff CoreSymbolication arm64  <4180ec89d0aa3c4c8981d1e51b275827> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1aaa7a000 - 0x1aabc3fff SearchFoundation arm64  <80fb78b06a483271964cb9a20f764972> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x1aabc4000 - 0x1aabcafff IncomingCallFilter arm64   /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x1aade5000 - 0x1aadedfff CoreTime arm64  <2794cf580ba139f88b8724d49ad6114d> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x1ab441000 - 0x1ab447fff MobileSystemServices arm64  <3d8a3d2af32a3b38b97aadce8b3a52c3> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1ab97c000 - 0x1aba82fff Navigation arm64  <4a0cd173af1b38409bec071cd56633fb> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x1aba83000 - 0x1aba9cfff ContactsDonation arm64   /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x1abaca000 - 0x1abb42fff NanoRegistry arm64  <5cb2c6baa0393ee6971e0144f08cff74> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x1abbb7000 - 0x1abc13fff ContactsUICore arm64   /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x1abc14000 - 0x1abd8cfff ContactsUI arm64  <3313ec1d0e393367bda348a500fe5d8d> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x1ac68f000 - 0x1ac694fff ConstantClasses arm64   /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x1ac69e000 - 0x1ac6e9fff AXRuntime arm64  <2fe9fd1ab99c34608372a554904976c7> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
0x1ac6ea000 - 0x1ac723fff ScreenReaderCore arm64  <76ddbd6ee5b6317b8a6083286825cbe5> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
0x1ac724000 - 0x1ac73ffff TextToSpeech arm64  <24e8248eb49736ed95ab6cab2ef9f525> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
0x1ac740000 - 0x1ac79afff CoreMIDI arm64   /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x1ac8b1000 - 0x1ac8b3fff libAXSafeCategoryBundle.dylib arm64  <50d7f621db7238cca7ba6b5b2cf86b00> /usr/lib/libAXSafeCategoryBundle.dylib
0x1ac8b4000 - 0x1ac8bffff libAXSpeechManager.dylib arm64   /usr/lib/libAXSpeechManager.dylib
0x1ac8c0000 - 0x1ac9adfff AccessibilityUtilities arm64  <290a6d5ced023864a73d6785149e74ac> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
0x1acf5b000 - 0x1ad5b5fff VectorKit arm64   /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x1ad5b6000 - 0x1ad803fff MapKit arm64  <9b26cfd95e3d3060835d0366fa4371df> /System/Library/Frameworks/MapKit.framework/MapKit
0x1ae044000 - 0x1ae069fff MobileInstallation arm64  <67607be899883a63a31ebd577036c705> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x1ae146000 - 0x1ae213fff TelephonyUtilities arm64   /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x1ae4c5000 - 0x1ae527fff AXMediaUtilities arm64   /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities
0x1ae6fc000 - 0x1ae714fff CoreFollowUp arm64  <4b2fb372dc6d3badbd42f88d340d65f9> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x1aef22000 - 0x1aef25fff FTClientServices arm64  <93259399744a360580b91deeb0f2ce45> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x1af47f000 - 0x1af48cfff SetupAssistantSupport arm64  <39bceb5a03123d9c996fb656296a50bd> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1af48d000 - 0x1af4b9fff SetupAssistant arm64   /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x1b0126000 - 0x1b013ffff CoreSDB arm64   /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB
0x1b0140000 - 0x1b01d1fff IMSharedUtilities arm64  <6416528c8f0c31f187a873b2ff9d0a7c> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities
0x1b01d2000 - 0x1b01d8fff LinguisticData arm64  <33e9c5f1892f302983980fb3b711998a> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x1b0884000 - 0x1b08bcfff StoreKit arm64   /System/Library/Frameworks/StoreKit.framework/StoreKit
0x1b0968000 - 0x1b0a98fff IMDPersistence arm64   /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence
0x1b0ab4000 - 0x1b0ad5fff GenerationalStorage arm64   /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1b1a76000 - 0x1b1c3cfff IMCore arm64   /System/Library/PrivateFrameworks/IMCore.framework/IMCore
0x1b3a8d000 - 0x1b3ae6fff CallKit arm64  <1bfcbfffcf723af79811fc43d23df146> /System/Library/Frameworks/CallKit.framework/CallKit
0x1b3b48000 - 0x1b3ba2fff IMAVCore arm64  <4c0a5682f6aa39f2baab0586f3e98013> /System/Library/PrivateFrameworks/IMAVCore.framework/IMAVCore
0x1b4852000 - 0x1b48a5fff LoggingSupport arm64  <1f1c6027db803b0da5d603c7892d70eb> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x1b4b02000 - 0x1b4b12fff Speech arm64  <504090aa992c350b91ed31b796a90b2f> /System/Library/Frameworks/Speech.framework/Speech
0x1b695b000 - 0x1b697ffff AppSupportUI arm64   /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x1b773a000 - 0x1b773ffff kperf arm64   /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1b7999000 - 0x1b79bffff CellularPlanManager arm64   /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x1b7ba7000 - 0x1b7baffff kperfdata arm64  <07cdf27744d53c899ef6568ca60a93d7> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1b7bf5000 - 0x1b7bfdfff libdscsym.dylib arm64   /usr/lib/libdscsym.dylib
0x1b7bfe000 - 0x1b7c02fff libsysdiagnose.dylib arm64  <77de8fe55c603311b660f7787213c0f4> /usr/lib/libsysdiagnose.dylib
0x1b7e64000 - 0x1b7e69fff IDSKVStore arm64  <7b97415747943fb3a71290a42029bd4a> /System/Library/PrivateFrameworks/IDSKVStore.framework/IDSKVStore
0x1b7fcb000 - 0x1b8006fff ktrace arm64  <5e716bd202b433d599fd14e8ae790d5b> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1b9429000 - 0x1b94b5fff CloudDocs arm64  <10664faa1e403144bb262cfb650b8b6a> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x1ba768000 - 0x1ba77cfff DeviceIdentity arm64  <09fbff51fd9433ae93ea4a508372f62e> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1bc897000 - 0x1bc8d3fff Rapport arm64  <6503af18058d3222a1a287fbab594cfa> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x1bc910000 - 0x1bc92dfff SignpostSupport arm64  <5c82dad2278137fab253183ff0198ad2> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1bd8d2000 - 0x1bd8eefff libtailspin.dylib arm64   /usr/lib/libtailspin.dylib
0x1bd8ef000 - 0x1bd8f8fff AXSpeechImplementation arm64  <4f85b1e484733647bdf89751a392074f> /System/Library/AccessibilityBundles/AXSpeechImplementation.bundle/AXSpeechImplementation
0x1bdbed000 - 0x1bded3fff RawCamera arm64  <7d18ab54ced13c699aadfedec7f08343> /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x1be162000 - 0x1be218fff AGXMetalA8X arm64   /System/Library/Extensions/AGXMetalA8X.bundle/AGXMetalA8X
0x1be224000 - 0x1be238fff libCGInterfaces.dylib arm64  <85b9e4a9303230569e25491fd7f191c3> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x1be239000 - 0x1be687fff AudioCodecs arm64  <42f7f96538cb39d29a0691ccca00be3a> /System/Library/Frameworks/AudioToolbox.framework/AudioCodecs
0x1c0a1e000 - 0x1c0a45fff CoreServicesInternal arm64   /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x1c10d4000 - 0x1c10e5fff libGSFontCache.dylib arm64   /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1c10e6000 - 0x1c1118fff libTrueTypeScaler.dylib arm64  <015e8c878acc3f019b9c7a83f6606823> /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
0x1c1b44000 - 0x1c1b44fff libmetal_timestamp.dylib arm64  <7160bd439a8a3e6985d15bcfc2f90110> /System/Library/PrivateFrameworks/GPUCompiler.framework/Libraries/libmetal_timestamp.dylib
0x1c2c30000 - 0x1c2c34fff InternationalSupport arm64   /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1c3e45000 - 0x1c3e51fff PersonaUI arm64  <46a2953340543dcd8f740b39e81eca56> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
0x1c41ce000 - 0x1c41d8fff SignpostCollection arm64   /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1c4d5d000 - 0x1c4d60fff XCTTargetBootstrap arm64  <125834652e7a3a11bc651eaa9e666daf> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x1c4da3000 - 0x1c4db5fff libEDR arm64   /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1c57d5000 - 0x1c57e2fff libMobileGestaltExtensions.dylib arm64  <1c30ea252776384bad74952401a7c015> /usr/lib/libMobileGestaltExtensions.dylib
0x1c58f4000 - 0x1c58f4fff libcharset.1.dylib arm64  <261ef847003736228dff4aa79221b198> /usr/lib/libcharset.1.dylib
0x1c6584000 - 0x1c66d8fff CoreServices arm64  <7ca0c8226edd3f0e9de6c9ada3f8854c> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x1c6705000 - 0x1c671efff MPSRayIntersector arm64   /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x1c674e000 - 0x1c6889fff Network arm64   /System/Library/Frameworks/Network.framework/Network
0x1c68a7000 - 0x1c68abfff ASEProcessing arm64  <3703b68e414f32dbbdd1ac4a97a7ba1d> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x1c68ac000 - 0x1c68b7fff AXCoreUtilities arm64  <35b935e1fb03325a967b71c339a63fd1> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x1c6b32000 - 0x1c6c6ffff AppleMediaServices arm64   /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x1c737d000 - 0x1c73d5fff DocumentManager arm64   /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x1c7512000 - 0x1c7516fff IdleTimerServices arm64   /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x1c7592000 - 0x1c75bdfff MetadataUtilities arm64   /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x1c7b3c000 - 0x1c7b8dfff OTSVG arm64  <120d3e9410e33b1fbfebc7db541098d2> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x1c7dd8000 - 0x1c7e38fff ROCKit arm64   /System/Library/PrivateFrameworks/ROCKit.framework/ROCKit
0x1c804e000 - 0x1c8060fff RemoteTextInput arm64   /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x1c8089000 - 0x1c8123fff SampleAnalysis arm64   /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1c8208000 - 0x1c8208fff SignpostNotification arm64  <7d1b1e317bea32ecaf71290b96d6e123> /System/Library/PrivateFrameworks/SignpostNotification.framework/SignpostNotification
0x1c8277000 - 0x1c827ffff StatsKit arm64  <64e328675e8b33fab748332751a870dd> /System/Library/PrivateFrameworks/StatsKit.framework/StatsKit
0x1c8da4000 - 0x1c9ed9fff UIKitCore arm64   /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x1c9eda000 - 0x1c9ee5fff UIKitServices arm64   /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x1c9ee6000 - 0x1c9eedfff URLFormatting arm64  <6103f7f4467a38ac889cf6fc4946ef10> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting

EOF

Hmmm, weird. The full crash report looks valid, but I can’t get frame 7 to symbolicate.

if you know of common missteps on symbolication, I'd appreciate it.

By far the most common problem here is a UUID mismatch. From the binary images section of your crash report your main executable’s UUID is 115d9e06055e36d298f592afd69b7642. You need to find the

.dSYM
file that corresponds to that. The Symbolication Troubleshooting section of TN2151 explains how to use the
dwarfdump
tool to print the UUID of a file. So, what you need to do is track down all of the candidate
.dSYM
files (which may be inside an
.xcarchive
, or you may have to download from App Store Connect) and then run
dwarfdump
to confirm that you have one with the right UUID. Without a matching
.dSYM
file, symbolication is dead in the water.

Share and Enjoy

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

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