realm / realm-swift

Realm is a mobile database: a replacement for Core Data & SQLite
https://realm.io
Apache License 2.0
16.31k stars 2.15k forks source link

How to know specific crash reason in `RLMSetErrorOrThrow` ? #6078

Closed JohnnyTseng closed 5 years ago

JohnnyTseng commented 5 years ago

Goals

Fix the crash

Expected Results

Not to crash

Actual Results

Crashed.

Steps to Reproduce

Unknown

Code Sample

N/A

Version of Realm and Tooling

v3.10.3

Realm framework version: v3.10.3

Realm Object Server version: v3.10.3

Xcode version: Xcode 10.1

iOS/OSX version: iOS 12

Dependency manager + version: Cocoapods v1.5

Recently we've rolled out an update (Added a new property to an RLMObject subclass) , however it caused some crash log from user, after symbolicating the crash log, we're sure that crash is caused by Realm, but unable to determine the root cause of issue.

Here is the crash log:

Incident Identifier: 81118E5C-85E8-4677-B154-FF32D9D4A213
CrashReporter Key:   d5961d93f51e6d170c560a2387d92f13aacd9a2c
Hardware Model:      iPhone7,2
Process:             MyApp [19816]
Path:                /private/var/containers/Bundle/Application/44DA6FE6-4D3E-4B41-BA7F-F3BB4A47F6A8/MyApp.app/MyApp
Identifier:          tw.bus-plus.MyApp
Version:             25371 (8.0.5)
AppStoreTools:       10B63
AppVariant:          1:iPhone7,2:12
Code Type:           ARM-64 (Native)
Role:                Non UI
Parent Process:      launchd [1]
Coalition:           .MyApp [5453]

Date/Time:           2019-02-05 21:40:27.8650 +0800
Launch Time:         2019-02-05 21:40:24.7313 +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

Last Exception Backtrace:
0   CoreFoundation                  0x1c4030ec4 0x1c3f15000 + 1162948
1   libobjc.A.dylib                 0x1c3201a50 0x1c31fb000 + 27216
2   MyApp                           0x100ebe5c8 RLMSetErrorOrThrow(NSError*, NSError* __autoreleasing*) + 7775688 (RLMUtil.mm:336)
3   MyApp                           0x100e9387c RLMRealmTranslateException(NSError* __autoreleasing*) + 7600252 (RLMRealm.mm:319)
4   MyApp                           0x100e9487c +[RLMRealm realmWithConfiguration:error:] + 7604348 (RLMRealm.mm:452)
5   MyApp                           0x100e92d10 +[RLMRealm defaultRealm] + 7597328 (RLMRealm.mm:177)
6   MyApp                           0x100a1aee0 +[BPSharedRealm configureDefaultRealm] + 2911968 (BPSharedRealm.m:74)
7   MyApp                           0x100a1af58 +[BPSharedRealm configureRealmDatabase] + 2912088 (BPSharedRealm.m:82)
8   MyApp                           0x1008b1df0 -[AppDelegate application:didFinishLaunchingWithOptions:] + 1433072 (AppDelegate.m:84)
9   UIKitCore                       0x1f11c7ca0 0x1f08e8000 + 9305248
10  UIKitCore                       0x1f11c9408 0x1f08e8000 + 9311240
11  UIKitCore                       0x1f11cee54 0x1f08e8000 + 9334356
12  UIKitCore                       0x1f0a6a93c 0x1f08e8000 + 1583420
13  UIKitCore                       0x1f0a735bc 0x1f08e8000 + 1619388
14  UIKitCore                       0x1f0a6a5b8 0x1f08e8000 + 1582520
15  UIKitCore                       0x1f0a6af58 0x1f08e8000 + 1584984
16  UIKitCore                       0x1f0a69058 0x1f08e8000 + 1577048
17  UIKitCore                       0x1f0a68d04 0x1f08e8000 + 1576196
18  UIKitCore                       0x1f0a6dec4 0x1f08e8000 + 1597124
19  UIKitCore                       0x1f0a6ee24 0x1f08e8000 + 1601060
20  UIKitCore                       0x1f0a6dd7c 0x1f08e8000 + 1596796
21  UIKitCore                       0x1f0a72c68 0x1f08e8000 + 1617000
22  UIKitCore                       0x1f11cd34c 0x1f08e8000 + 9327436
23  UIKitCore                       0x1f0db8244 0x1f08e8000 + 5046852
24  FrontBoardServices              0x1c6a679d4 0x1c6a5b000 + 51668
25  FrontBoardServices              0x1c6a7279c 0x1c6a5b000 + 96156
26  FrontBoardServices              0x1c6a71e94 0x1c6a5b000 + 93844
27  libdispatch.dylib               0x1c3a6a484 0x1c3a09000 + 398468
28  libdispatch.dylib               0x1c3a0de10 0x1c3a09000 + 19984
29  FrontBoardServices              0x1c6aa6a9c 0x1c6a5b000 + 309916
30  FrontBoardServices              0x1c6aa6728 0x1c6a5b000 + 309032
31  FrontBoardServices              0x1c6aa6d44 0x1c6a5b000 + 310596
32  CoreFoundation                  0x1c3fc11f0 0x1c3f15000 + 705008
33  CoreFoundation                  0x1c3fc1170 0x1c3f15000 + 704880
34  CoreFoundation                  0x1c3fc0a54 0x1c3f15000 + 703060
35  CoreFoundation                  0x1c3fbb920 0x1c3f15000 + 682272
36  CoreFoundation                  0x1c3fbb1f0 0x1c3f15000 + 680432
37  GraphicsServices                0x1c6234584 0x1c6229000 + 46468
38  UIKitCore                       0x1f11d0c00 0x1f08e8000 + 9341952
39  MyApp                           0x100813394 main + 783252 (main.m:7)
40  libdyld.dylib                   0x1c3a7abb4 0x1c3a7a000 + 2996

Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   libsystem_kernel.dylib          0x00000001c3bc7104 0x1c3ba4000 + 143620
1   libsystem_pthread.dylib         0x00000001c3c43020 0x1c3c41000 + 8224
2   libsystem_c.dylib               0x00000001c3b1ed78 0x1c3ac7000 + 359800
3   libc++abi.dylib                 0x00000001c31e8f78 0x1c31e7000 + 8056
4   libc++abi.dylib                 0x00000001c31e9120 0x1c31e7000 + 8480
5   libobjc.A.dylib                 0x00000001c3201e58 0x1c31fb000 + 28248
6   libc++abi.dylib                 0x00000001c31f50fc 0x1c31e7000 + 57596
7   libc++abi.dylib                 0x00000001c31f5188 0x1c31e7000 + 57736
8   libdispatch.dylib               0x00000001c3a6a498 0x1c3a09000 + 398488
9   libdispatch.dylib               0x00000001c3a0de10 0x1c3a09000 + 19984
10  FrontBoardServices              0x00000001c6aa6a9c 0x1c6a5b000 + 309916
11  FrontBoardServices              0x00000001c6aa6728 0x1c6a5b000 + 309032
12  FrontBoardServices              0x00000001c6aa6d44 0x1c6a5b000 + 310596
13  CoreFoundation                  0x00000001c3fc11f0 0x1c3f15000 + 705008
14  CoreFoundation                  0x00000001c3fc1170 0x1c3f15000 + 704880
15  CoreFoundation                  0x00000001c3fc0a54 0x1c3f15000 + 703060
16  CoreFoundation                  0x00000001c3fbb920 0x1c3f15000 + 682272
17  CoreFoundation                  0x00000001c3fbb1f0 0x1c3f15000 + 680432
18  GraphicsServices                0x00000001c6234584 0x1c6229000 + 46468
19  UIKitCore                       0x00000001f11d0c00 0x1f08e8000 + 9341952
20  MyApp                           0x0000000100813394 main + 783252 (main.m:7)
21  libdyld.dylib                   0x00000001c3a7abb4 0x1c3a7a000 + 2996

Thread 1:
0   libsystem_pthread.dylib         0x00000001c3c4fce8 0x1c3c41000 + 60648

Thread 2:
0   libsystem_pthread.dylib         0x00000001c3c4fce8 0x1c3c41000 + 60648

Thread 3:
0   libsystem_pthread.dylib         0x00000001c3c4fce8 0x1c3c41000 + 60648

Thread 4 name:  com.apple.NSURLConnectionLoader
Thread 4:
0   libsystem_kernel.dylib          0x00000001c3bbbea4 0x1c3ba4000 + 97956
1   libsystem_kernel.dylib          0x00000001c3bbb37c 0x1c3ba4000 + 95100
2   CoreFoundation                  0x00000001c3fc0be8 0x1c3f15000 + 703464
3   CoreFoundation                  0x00000001c3fbba84 0x1c3f15000 + 682628
4   CoreFoundation                  0x00000001c3fbb1f0 0x1c3f15000 + 680432
5   CFNetwork                       0x00000001c45de00c 0x1c45dc000 + 8204
6   Foundation                      0x00000001c4ae423c 0x1c49a9000 + 1290812
7   libsystem_pthread.dylib         0x00000001c3c4c25c 0x1c3c41000 + 45660
8   libsystem_pthread.dylib         0x00000001c3c4c1bc 0x1c3c41000 + 45500
9   libsystem_pthread.dylib         0x00000001c3c4fcf4 0x1c3c41000 + 60660

Thread 5 name:  com.apple.uikit.eventfetch-thread
Thread 5:
0   libsystem_kernel.dylib          0x00000001c3bbbea4 0x1c3ba4000 + 97956
1   libsystem_kernel.dylib          0x00000001c3bbb37c 0x1c3ba4000 + 95100
2   CoreFoundation                  0x00000001c3fc0be8 0x1c3f15000 + 703464
3   CoreFoundation                  0x00000001c3fbba84 0x1c3f15000 + 682628
4   CoreFoundation                  0x00000001c3fbb1f0 0x1c3f15000 + 680432
5   Foundation                      0x00000001c49b1494 0x1c49a9000 + 33940
6   Foundation                      0x00000001c49b1304 0x1c49a9000 + 33540
7   UIKitCore                       0x00000001f12c10c4 0x1f08e8000 + 10326212
8   Foundation                      0x00000001c4ae423c 0x1c49a9000 + 1290812
9   libsystem_pthread.dylib         0x00000001c3c4c25c 0x1c3c41000 + 45660
10  libsystem_pthread.dylib         0x00000001c3c4c1bc 0x1c3c41000 + 45500
11  libsystem_pthread.dylib         0x00000001c3c4fcf4 0x1c3c41000 + 60660

Thread 6:
0   libsystem_pthread.dylib         0x00000001c3c4fce8 0x1c3c41000 + 60648

Thread 7:
0   libsystem_pthread.dylib         0x00000001c3c4fce8 0x1c3c41000 + 60648

Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x00000002814d86b7
    x4: 0x00000001c31f8b81   x5: 0x000000016f6aa570   x6: 0x000000000000006e   x7: 0xffffffffffffffec
    x8: 0x0000000000000800   x9: 0x00000001c3c47820  x10: 0x00000001c3c42ea4  x11: 0x0000000000000003
   x12: 0x000000000000000d  x13: 0x0000000000000000  x14: 0x0000000000000010  x15: 0x000000000000006d
   x16: 0x0000000000000148  x17: 0x0000000000000000  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x00000001029ceb80  x21: 0x000000016f6aa570  x22: 0x0000000000000303  x23: 0x00000001029cec60
   x24: 0x0000000000005203  x25: 0x0000000000002e03  x26: 0x0000000000000000  x27: 0x0000000000000000
   x28: 0x000000028069de08   fp: 0x000000016f6aa4d0   lr: 0x00000001c3c43020
    sp: 0x000000016f6aa4a0   pc: 0x00000001c3bc7104 cpsr: 0x00000000

Binary Images:
0x100754000 - 0x101f07fff MyApp arm64  <c3e801a81fbf322f8034e2cace594f7f> /var/containers/Bundle/Application/44DA6FE6-4D3E-4B41-BA7F-F3BB4A47F6A8/MyApp.app/MyApp
0x1028d8000 - 0x1028e3fff libobjc-trampolines.dylib arm64  <0d67ef7e3ec8370aa106a59717eb17fa> /usr/lib/libobjc-trampolines.dylib
0x102934000 - 0x102997fff dyld arm64  <67179aea6d8038a58f729b468f24ca69> /usr/lib/dyld
0x1c318a000 - 0x1c318bfff libSystem.B.dylib arm64  <f184b070047e3f1da44a6289a862092a> /usr/lib/libSystem.B.dylib
0x1c318c000 - 0x1c31e6fff libc++.1.dylib arm64  <cdd2c63379d93baeb7024329c50774e3> /usr/lib/libc++.1.dylib
0x1c31e7000 - 0x1c31fafff libc++abi.dylib arm64  <f32b6f6556af381b8cb76b9473735afa> /usr/lib/libc++abi.dylib
0x1c31fb000 - 0x1c3983fff libobjc.A.dylib arm64  <3c1dc6c93e273dd3938e146c18cc5188> /usr/lib/libobjc.A.dylib
0x1c3984000 - 0x1c3989fff libcache.dylib arm64  <c0ee5e0a95e23cec977e61cd95359dfb> /usr/lib/system/libcache.dylib
0x1c398a000 - 0x1c3996fff libcommonCrypto.dylib arm64  <b100441a47493972aec6fb7e83eec080> /usr/lib/system/libcommonCrypto.dylib
0x1c3997000 - 0x1c399bfff libcompiler_rt.dylib arm64  <ec81dc727fec340d8de4a67e02d1dcef> /usr/lib/system/libcompiler_rt.dylib
0x1c399c000 - 0x1c39a4fff libcopyfile.dylib arm64  <bade780ff8a93a1088570b49283ab010> /usr/lib/system/libcopyfile.dylib
0x1c39a5000 - 0x1c3a08fff libcorecrypto.dylib arm64  <fe89118529c8302285d1800d50f206f8> /usr/lib/system/libcorecrypto.dylib
0x1c3a09000 - 0x1c3a79fff libdispatch.dylib arm64  <025080cbcf933d2f81c1b2e0b82a362d> /usr/lib/system/libdispatch.dylib
0x1c3a7a000 - 0x1c3aa4fff libdyld.dylib arm64  <c6bb1027199d3836888abc946a5055f5> /usr/lib/system/libdyld.dylib
0x1c3aa5000 - 0x1c3aa5fff liblaunch.dylib arm64  <5fb8b0437013319887b994a645c87bee> /usr/lib/system/liblaunch.dylib
0x1c3aa6000 - 0x1c3aabfff libmacho.dylib arm64  <16c0dcb8fe293859b948a16894dc8161> /usr/lib/system/libmacho.dylib
0x1c3aac000 - 0x1c3aadfff libremovefile.dylib arm64  <e12d6928a7ee33e68c4e6b161aee9c80> /usr/lib/system/libremovefile.dylib
0x1c3aae000 - 0x1c3ac5fff libsystem_asl.dylib arm64  <a1d45272ed82384991b8be21ba89faef> /usr/lib/system/libsystem_asl.dylib
0x1c3ac6000 - 0x1c3ac6fff libsystem_blocks.dylib arm64  <068a78ad98aa353e956eeaf058fd9637> /usr/lib/system/libsystem_blocks.dylib
0x1c3ac7000 - 0x1c3b45fff libsystem_c.dylib arm64  <7da5f27d7b4830dda0a4dd26c109e448> /usr/lib/system/libsystem_c.dylib
0x1c3b46000 - 0x1c3b4afff libsystem_configuration.dylib arm64  <25383d775a2136589984adc6c9b35309> /usr/lib/system/libsystem_configuration.dylib
0x1c3b4b000 - 0x1c3b52fff libsystem_containermanager.dylib arm64  <3dcd9a50bfdf3c1191f4e90691f4d5e8> /usr/lib/system/libsystem_containermanager.dylib
0x1c3b53000 - 0x1c3b54fff libsystem_coreservices.dylib arm64  <a7755c027acb30aebe221b38fdc164fd> /usr/lib/system/libsystem_coreservices.dylib
0x1c3b55000 - 0x1c3b5bfff libsystem_darwin.dylib arm64  <1b7bfac5248e36ef923f46597ca358d1> /usr/lib/system/libsystem_darwin.dylib
0x1c3b5c000 - 0x1c3b62fff libsystem_dnssd.dylib arm64  <0fb34f5c3eb93adb83a4b74f452dafb2> /usr/lib/system/libsystem_dnssd.dylib
0x1c3b63000 - 0x1c3ba3fff libsystem_info.dylib arm64  <de1cc432e779341c8cacf5b9412b4b04> /usr/lib/system/libsystem_info.dylib
0x1c3ba4000 - 0x1c3bcefff libsystem_kernel.dylib arm64  <3ab723d26da43120b5fc292ff2dc4c84> /usr/lib/system/libsystem_kernel.dylib
0x1c3bcf000 - 0x1c3bfcfff libsystem_m.dylib arm64  <12380e91ac4437a69be12482c0a6e10a> /usr/lib/system/libsystem_m.dylib
0x1c3bfd000 - 0x1c3c20fff libsystem_malloc.dylib arm64  <de4bb5fa4f023f6b86a3314ec2405d3c> /usr/lib/system/libsystem_malloc.dylib
0x1c3c21000 - 0x1c3c2dfff libsystem_networkextension.dylib arm64  <472dd253009d3bb4b597d51e461a34db> /usr/lib/system/libsystem_networkextension.dylib
0x1c3c2e000 - 0x1c3c35fff libsystem_notify.dylib arm64  <e343402b92ee34f59530bfef6723353a> /usr/lib/system/libsystem_notify.dylib
0x1c3c36000 - 0x1c3c40fff libsystem_platform.dylib arm64  <368fd1a9ce9937a4bde2354a5c5d4804> /usr/lib/system/libsystem_platform.dylib
0x1c3c41000 - 0x1c3c51fff libsystem_pthread.dylib arm64  <ebea1e1479613e62be7aa879ca5328bb> /usr/lib/system/libsystem_pthread.dylib
0x1c3c52000 - 0x1c3c54fff libsystem_sandbox.dylib arm64  <f558336363ce3d60a018168b9dc7a480> /usr/lib/system/libsystem_sandbox.dylib
0x1c3c55000 - 0x1c3c5cfff libsystem_symptoms.dylib arm64  <c39cc7084a223d85ab6fa2195f11440a> /usr/lib/system/libsystem_symptoms.dylib
0x1c3c5d000 - 0x1c3c72fff libsystem_trace.dylib arm64  <6c1526cb161d302e887f8dc30ce3b5f9> /usr/lib/system/libsystem_trace.dylib
0x1c3c73000 - 0x1c3c78fff libunwind.dylib arm64  <ac393540d41439ea9386117ffd63378f> /usr/lib/system/libunwind.dylib
0x1c3c79000 - 0x1c3ca7fff libxpc.dylib arm64  <8c926c76a52a323ab048ab447b34a334> /usr/lib/system/libxpc.dylib
0x1c3ca8000 - 0x1c3f02fff libicucore.A.dylib arm64  <4bc5287e088f30f882bc6999a90feacc> /usr/lib/libicucore.A.dylib
0x1c3f03000 - 0x1c3f14fff libz.1.dylib arm64  <788ab2a7d56e3b528034d5a9b9f9d3f6> /usr/lib/libz.1.dylib
0x1c3f15000 - 0x1c4278fff CoreFoundation arm64  <e1a0da8767a53f65bab9036dec5cd79b> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x1c4279000 - 0x1c4289fff libbsm.0.dylib arm64  <d7f9427a81903f4e9345af0220fc99bb> /usr/lib/libbsm.0.dylib
0x1c428a000 - 0x1c428afff libenergytrace.dylib arm64  <9c3edae00ffc357dbba7b7f6a4820fcc> /usr/lib/libenergytrace.dylib
0x1c428b000 - 0x1c431bfff IOKit arm64  <bf64577f504734169c46f7cdf0d69d48> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x1c431c000 - 0x1c4404fff libxml2.2.dylib arm64  <4c3f394b5a9334589d60dbff79c6a0f7> /usr/lib/libxml2.2.dylib
0x1c4405000 - 0x1c4412fff libbz2.1.0.dylib arm64  <273cbb660f5f397eab26a425e8a657b7> /usr/lib/libbz2.1.0.dylib
0x1c4413000 - 0x1c442bfff liblzma.5.dylib arm64  <75e94b185f193af9a2c87ec2f7e0ac46> /usr/lib/liblzma.5.dylib
0x1c442c000 - 0x1c45a5fff libsqlite3.dylib arm64  <fef279c850b63c35a64a2429ec337184> /usr/lib/libsqlite3.dylib
0x1c45a6000 - 0x1c45dbfff libMobileGestalt.dylib arm64  <b9e606585a643bb69add407d52372c38> /usr/lib/libMobileGestalt.dylib
0x1c45dc000 - 0x1c49a8fff CFNetwork arm64  <b9e0c35d724d3fd6b28195957509e2fc> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x1c49a9000 - 0x1c4cb5fff Foundation arm64  <b7d966d3f35a32a1aeaafccdf89229f2> /System/Library/Frameworks/Foundation.framework/Foundation
0x1c4cb6000 - 0x1c4dc2fff Security arm64  <aa5440d14d253dc5949eca58ef26507d> /System/Library/Frameworks/Security.framework/Security
0x1c4dc3000 - 0x1c4e31fff SystemConfiguration arm64  <85514a7674383f6485ac7750a41894bd> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x1c4e32000 - 0x1c4e67fff libCRFSuite.dylib arm64  <3160a917a42d35a3a30e8c6d922070c6> /usr/lib/libCRFSuite.dylib
0x1c4e68000 - 0x1c4e7efff libapple_nghttp2.dylib arm64  <bbc32948e1573b2e9f7b8a58dfbf2aae> /usr/lib/libapple_nghttp2.dylib
0x1c4e7f000 - 0x1c4ea8fff libarchive.2.dylib arm64  <53722536e2ab33e992347c4afb90ef97> /usr/lib/libarchive.2.dylib
0x1c4ea9000 - 0x1c4f77fff libboringssl.dylib arm64  <68f7323d11ff3c80a1de2e5dc6518771> /usr/lib/libboringssl.dylib
0x1c4f78000 - 0x1c4f8efff libcoretls.dylib arm64  <97b6385a40853340b39fca181b1a24d1> /usr/lib/libcoretls.dylib
0x1c4f8f000 - 0x1c4f90fff libcoretls_cfhelpers.dylib arm64  <d7455d9a4a083eae8ca5bd31ade2f121> /usr/lib/libcoretls_cfhelpers.dylib
0x1c4f91000 - 0x1c4f92fff liblangid.dylib arm64  <984ab4017cce3def839d7da2555c98f4> /usr/lib/liblangid.dylib
0x1c4f93000 - 0x1c5308fff libnetwork.dylib arm64  <e49bba44423d32289682b014a0978325> /usr/lib/libnetwork.dylib
0x1c5309000 - 0x1c533efff libpcap.A.dylib arm64  <1e723fd7ee7133259e72aa46992693ab> /usr/lib/libpcap.A.dylib
0x1c533f000 - 0x1c539cfff libusrtcp.dylib arm64  <7f312ea426753ff0943fac305311baf0> /usr/lib/libusrtcp.dylib
0x1c539d000 - 0x1c53a9fff IOSurface arm64  <a6f85388a9d833d6a0a450f88defb912> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1c53aa000 - 0x1c545dfff libBLAS.dylib arm64  <422303ea936b30c4a3a204c5042a4019> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1c545e000 - 0x1c577dfff libLAPACK.dylib arm64  <81d6d8a0ea4933488a6706fda9653f13> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1c577e000 - 0x1c59f0fff vImage arm64  <c21d287e328d30368f32e4bf01b054a2> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1c59f1000 - 0x1c5a02fff libSparseBLAS.dylib arm64  <c3599b0dae6e3b508ef90097c833cbb6> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1c5a03000 - 0x1c5a5ffff libvMisc.dylib arm64  <64fed501f334318cae6d4e4387a47be3> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1c5a60000 - 0x1c5a8ffff libBNNS.dylib arm64  <bfe25313908e34d5a2cbcd15fd705e6f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1c5a90000 - 0x1c5aa4fff libLinearAlgebra.dylib arm64  <9febf91b130b37d9afc9a8d7be78f271> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1c5aa5000 - 0x1c5aa9fff libQuadrature.dylib arm64  <5e86d436c08e391e84b3ba27ebb0fb79> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1c5aaa000 - 0x1c5b1afff libSparse.dylib arm64  <f1b52cc3e8e83d4a835f6b6f8917ff44> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x1c5b1b000 - 0x1c5ba9fff libvDSP.dylib arm64  <707871f1ca7a343b9937a3f8ccb79592> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1c5baa000 - 0x1c5baafff vecLib arm64  <0041874ce19f3d47906b23024b685abf> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1c5bab000 - 0x1c5babfff Accelerate arm64  <94e84f08c2af3ed2994bca4a3f71bd47> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1c5bac000 - 0x1c5bc4fff libcompression.dylib arm64  <52cfe534518a3352a563755c00536d36> /usr/lib/libcompression.dylib
0x1c5bc5000 - 0x1c6173fff CoreGraphics arm64  <71f35861779e33dc85becdcb3c50e7ad> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x1c6174000 - 0x1c6179fff IOAccelerator arm64  <8b179d4801dc3c358ca2f080a9dd12f9> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1c617a000 - 0x1c617ffff libCoreFSCache.dylib arm64  <86bf2e4231f7365e919e32aeee0ca186> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1c6180000 - 0x1c6228fff Metal arm64  <ff797d1edadd37e7935ca5cde553e0eb> /System/Library/Frameworks/Metal.framework/Metal
0x1c6229000 - 0x1c623cfff GraphicsServices arm64  <0d63a05d8c803e93b5fe8a52208271b4> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1c623d000 - 0x1c623dfff MobileCoreServices arm64  <e8a82569adaa30a39c2f11f4d3e5af8c> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1c623e000 - 0x1c6240fff IOSurfaceAccelerator arm64  <b9dd653b47d03231ad936f1256524d0c> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1c6241000 - 0x1c6283fff AppleJPEG arm64  <18955d5987183a68adff153ecba46736> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1c6284000 - 0x1c6849fff ImageIO arm64  <994242d700dc3f7db5ca48a485a01020> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x1c684a000 - 0x1c68bcfff BaseBoard arm64  <c6a0a086b2ee35b49ecdf6259dcfb931> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x1c68bd000 - 0x1c68d4fff AssertionServices arm64  <6a23fd7c0b2e323187a027271ab430e4> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1c68d5000 - 0x1c68ddfff CorePhoneNumbers arm64  <8b18291423fb32d0b30bb7a9f2aa5655> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x1c68de000 - 0x1c6923fff AppSupport arm64  <18872c192de23d29a024492143e090f5> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x1c6924000 - 0x1c693dfff CrashReporterSupport arm64  <ea595ab5b99539eca6dc781459ffe38c> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1c693e000 - 0x1c6943fff AggregateDictionary arm64  <399b625c2ed6303fbd987f78ffd56539> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1c6944000 - 0x1c69ccfff libTelephonyUtilDynamic.dylib arm64  <95c20504af503f21a28ad6ccb84a4d19> /usr/lib/libTelephonyUtilDynamic.dylib
0x1c69cd000 - 0x1c69ecfff ProtocolBuffer arm64  <eacb4e14d1fe3e5285647722f8d95b34> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x1c69ed000 - 0x1c6a1dfff MobileKeyBag arm64  <68a9efcb67223020a5d2b87b326b565c> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x1c6a1e000 - 0x1c6a5afff BackBoardServices arm64  <05ba119e36e33e678acba4bd7f27de47> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x1c6a5b000 - 0x1c6ac4fff FrontBoardServices arm64  <f05d613f1d0438d5ba9f935067c1e338> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1c6ac5000 - 0x1c6b0cfff SpringBoardServices arm64  <39ff285a5a08300581df78d39839e43f> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x1c6b0d000 - 0x1c6b20fff PowerLog arm64  <f082650792553f12bda77cea82bfc823> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1c6b21000 - 0x1c6b3cfff CommonUtilities arm64  <1f7eb175f249371692b1d1d229873ae1> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x1c6b3d000 - 0x1c6b48fff liblockdown.dylib arm64  <d468f21a72e73ea78fc09de46060073b> /usr/lib/liblockdown.dylib
0x1c6b49000 - 0x1c6e87fff CoreData arm64  <2332c30861283595ad5394a1f08be532> /System/Library/Frameworks/CoreData.framework/CoreData
0x1c6e88000 - 0x1c6e8ffff TCC arm64  <dac7f8d64011371597724b5d0ea85d2c> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1c6e90000 - 0x1c6e98fff libcupolicy.dylib arm64  <130f161faa6b3ec0a7c4dcf1eed866f9> /usr/lib/libcupolicy.dylib
0x1c6e99000 - 0x1c6f7efff CoreTelephony arm64  <93355f632f593f5281865c969aac485d> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x1c6f7f000 - 0x1c6fe0fff Accounts arm64  <968701d6f1a53f1cbb1c943c7989bb04> /System/Library/Frameworks/Accounts.framework/Accounts
0x1c6fe1000 - 0x1c700afff AppleSauce arm64  <db471ffad1c138189ff523aac415352f> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1c700b000 - 0x1c7014fff DataMigration arm64  <f710c0f3da8335af816e047d661dce4e> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x1c7015000 - 0x1c701cfff Netrb arm64  <c773c617508c32b58101cbbcd0e60fdf> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1c701d000 - 0x1c7051fff PersistentConnection arm64  <c6e88ecd1a7e36d49902c79525549947> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1c7052000 - 0x1c7063fff libmis.dylib arm64  <8bd05aae163c357493b14fa4bce90aa7> /usr/lib/libmis.dylib
0x1c7064000 - 0x1c716dfff ManagedConfiguration arm64  <30a80be382bb31e7af162c281e48c400> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x1c716e000 - 0x1c7173fff libReverseProxyDevice.dylib arm64  <9f47b0cedcfd3f75b4ee0e545ddee3f3> /usr/lib/libReverseProxyDevice.dylib
0x1c7174000 - 0x1c7186fff libamsupport.dylib arm64  <4d654aed059e377bbf718221cfbc1c28> /usr/lib/libamsupport.dylib
0x1c7187000 - 0x1c718cfff libCoreVMClient.dylib arm64  <44e914213c323fbba6145cda4fd10a6e> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1c718d000 - 0x1c718efff libCVMSPluginSupport.dylib arm64  <be351b584919399abef69c6e461eaa50> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1c718f000 - 0x1c7192fff libutil.dylib arm64  <4eaf33b8988039f795ae66f03a01e3ac> /usr/lib/libutil.dylib
0x1c7193000 - 0x1c71d2fff libGLImage.dylib arm64  <9d403b15ee8c3339ae472ceb4f3609f2> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1c71d3000 - 0x1c724afff APFS arm64  <c2147b1e452e338ea85dfdb026d8a86e> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x1c724b000 - 0x1c727cfff MediaKit arm64  <384d64739049326784c770ffb215e963> /System/Library/PrivateFrameworks/MediaKit.framework/MediaKit
0x1c727d000 - 0x1c7299fff libSERestoreInfo.dylib arm64  <4c21f0cba4df3176b36dae70f2298ca2> /usr/lib/updaters/libSERestoreInfo.dylib
0x1c72a0000 - 0x1c72dcfff DiskImages arm64  <ddc2df7e0e4b346e96415364c8258926> /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages
0x1c72dd000 - 0x1c72e6fff libGFXShared.dylib arm64  <50fe12ebf4ff3e4fa81337c2f86c4830> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1c72e7000 - 0x1c7335fff libauthinstall.dylib arm64  <2214c7596ded3935bd19f281af2afb77> /usr/lib/libauthinstall.dylib
0x1c7336000 - 0x1c733efff IOMobileFramebuffer arm64  <7e0cb324f630364abf441ba9dc82297a> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1c733f000 - 0x1c734afff OpenGLES arm64  <15496bbdb29e3e0c8c4fc1dd1f98fa08> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1c734b000 - 0x1c73e8fff ColorSync arm64  <52c4256ba91d3636aded4b2254e82903> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x1c73e9000 - 0x1c7418fff CoreVideo arm64  <317da5b683d13593be36750e39a8d53d> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1c7419000 - 0x1c741afff libCTGreenTeaLogger.dylib arm64  <76e8b109bac13330820949a528965882> /usr/lib/libCTGreenTeaLogger.dylib
0x1c741b000 - 0x1c758afff CoreAudio arm64  <2844977772f930058ef9314a9b400ee7> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1c758b000 - 0x1c75adfff CoreAnalytics arm64  <359d4a89acb83886bfe06910dbc63885> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x1c75ae000 - 0x1c75b1fff UserFS arm64  <380267d724e7332a8e3a07c2fe1a552e> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
0x1c75b2000 - 0x1c774ffff CoreMedia arm64  <276c2955623f3dd69526fa59cdb2c16c> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x1c7750000 - 0x1c7762fff libprotobuf-lite.dylib arm64  <a50a12601dab3a37bfe1a6c9e8b7a3fe> /usr/lib/libprotobuf-lite.dylib
0x1c7763000 - 0x1c77c8fff libprotobuf.dylib arm64  <29eb153d4e49305da00845942dc1ce90> /usr/lib/libprotobuf.dylib
0x1c77c9000 - 0x1c7adffff libAWDSupportFramework.dylib arm64  <4f99fd19a6a439f399a8888629347c9f> /usr/lib/libAWDSupportFramework.dylib
0x1c7ae0000 - 0x1c7b2afff WirelessDiagnostics arm64  <316e8098fc0030b3b87909e3b55ebd90> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x1c7b2b000 - 0x1c7bebfff VideoToolbox arm64  <0a749e2a0e28386e9ffbfb727915ab16> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x1c7bec000 - 0x1c7cf7fff libFontParser.dylib arm64  <7dd118d3800c31f5a3f01b8c93318685> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1c7cf8000 - 0x1c7cf8fff FontServices arm64  <6b7868d8151131459597cf1d80c044c9> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x1c7cf9000 - 0x1c7e5afff CoreText arm64  <bbb7f3cfa5303b4ca2d30f9d0fd5a5dc> /System/Library/Frameworks/CoreText.framework/CoreText
0x1c7e5b000 - 0x1c7e6afff IntlPreferences arm64  <8d608ca85cd23d1b8f6055ffec3d6be9> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1c7e6b000 - 0x1c7e75fff RTCReporting arm64  <7377e0cceeec35a99d5f419abb175808> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1c7e76000 - 0x1c7eeefff CoreBrightness arm64  <574ba7a774fa304787ecbab2d5cfc563> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1c7eef000 - 0x1c7ef9fff libAudioStatistics.dylib arm64  <611ea247048d3d789a99cbaf8dcd1c26> /usr/lib/libAudioStatistics.dylib
0x1c7efa000 - 0x1c84ecfff AudioToolbox arm64  <b1e2063a280b359f95b222a4147483c2> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x1c84ed000 - 0x1c872afff QuartzCore arm64  <bf61c944f8bb3339a7973a0f3007a0a2> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x1c872b000 - 0x1c8736fff MediaAccessibility arm64  <40e2b21f769735d9a80564244056008d> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1c8737000 - 0x1c8829fff libiconv.2.dylib arm64  <506e2bfca9c334d0a02a0bb44e669025> /usr/lib/libiconv.2.dylib
0x1c882a000 - 0x1c8845fff NetworkStatistics arm64  <7fb3bc1fa5713d2eb99dad2ca782067c> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x1c8846000 - 0x1c8864fff MPSCore arm64  <6436293106bb381184af63f069f2fb16> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1c8865000 - 0x1c88d9fff MPSImage arm64  <deb259d780da3d02bd49a331d574a26c> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1c88da000 - 0x1c88fefff MPSMatrix arm64  <c1eb938f21973400b1c0c73fcc480b94> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1c88ff000 - 0x1c890dfff CoreAUC arm64  <d6e198029124312fa4eda9e69095ba8c> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1c890e000 - 0x1c8fabfff MediaToolbox arm64  <8e776fd1ab06334a9d66fb55037997a4> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x1c8fac000 - 0x1c911efff MPSNeuralNetwork arm64  <ad9998a050763a569a68c927a237da7b> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1c911f000 - 0x1c911ffff MetalPerformanceShaders arm64  <64e2ac7df1b039b48eda0ed63fa73aeb> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1c9120000 - 0x1c953dfff FaceCore arm64  <9a7b26e3fa6d3b0d8be59b0a0e3c246e> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1c953e000 - 0x1c954bfff GraphVisualizer arm64  <f4bd216d99153f9483dcb2e7dfceb847> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1c954c000 - 0x1c96f3fff libFosl_dynamic.dylib arm64  <db8fb065709539d7a416365a19978a87> /usr/lib/libFosl_dynamic.dylib
0x1c96f4000 - 0x1c9994fff CoreImage arm64  <65d53fa038213884a6a4582fb4d77e58> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x1c9995000 - 0x1c9bd1fff CoreMotion arm64  <5a0557290b5b39fe89e3b88c33f131c3> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x1c9bd2000 - 0x1c9c02fff CoreBluetooth arm64  <437704fa00283c8884f0b8bae30fd287> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x1c9c03000 - 0x1c9c26fff PlugInKit arm64  <180d62e5afbc3e2383eda14aa96129a7> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x1c9c27000 - 0x1c9eb4fff Celestial arm64  <a9372e140c833c9d9fda45a65a08f824> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x1c9eb5000 - 0x1c9f3ffff Quagga arm64  <f21b3141de3233fda360bd692f85a348> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1c9f40000 - 0x1ca044fff AVFAudio arm64  <37dabcd7ff7e3b72bf0baed07751bbc5> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x1ca045000 - 0x1ca257fff AVFoundation arm64  <e57921a85334398683e9267788bb1b2b> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x1ca258000 - 0x1ca278fff CacheDelete arm64  <e9f466dc3cc536e79074a10ea665faaf> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x1ca279000 - 0x1ca2b5fff StreamingZip arm64  <d4089d46ebe43ba7a57050856a15b8f6> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1ca2b6000 - 0x1ca2cafff CoreEmoji arm64  <1aa1d71a2a0d3369b9b893e9f07bc319> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1ca2cb000 - 0x1ca31afff CoreLocationProtobuf arm64  <ebc2bcf684c83005b499d58960ccf07a> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1ca31b000 - 0x1ca323fff SymptomDiagnosticReporter arm64  <2d5007879a3d36499a06706913efb88e> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1ca324000 - 0x1cad40fff GeoServices arm64  <7ca293994de43129b1dc2fe302a6f70c> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x1cad41000 - 0x1cad5bfff MobileAsset arm64  <5f5a593a0d7633ff95e85ab77885b485> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x1cad5c000 - 0x1cad9cfff Lexicon arm64  <07230f4f74ae38ad9f795eb0ea837228> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x1cad9d000 - 0x1cadaefff libcmph.dylib arm64  <4e381f1b9feb336baf98e9c4421949b5> /usr/lib/libcmph.dylib
0x1cadaf000 - 0x1caed5fff LanguageModeling arm64  <f970f0a6643630bb81621ecdaa6e1781> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x1caeee000 - 0x1caf92fff CoreLocation arm64  <de910e323e2239bba60dde5d2031f039> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x1caf93000 - 0x1caf93fff PhoneNumbers arm64  <1e61802a950d335b80adf66cd9b68727> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1caf94000 - 0x1caf9ffff libChineseTokenizer.dylib arm64  <49ae296e32b83e4296caf5874e7f40eb> /usr/lib/libChineseTokenizer.dylib
0x1cafa0000 - 0x1cb05cfff libmecab_em.dylib arm64  <cfb489b2a8a43a14b739f886929a7890> /usr/lib/libmecab_em.dylib
0x1cb05d000 - 0x1cb05efff libThaiTokenizer.dylib arm64  <007bbafe33f836369f656ba07ae69892> /usr/lib/libThaiTokenizer.dylib
0x1cb05f000 - 0x1cb063fff libgermantok.dylib arm64  <0b300a5faf0b346393b16f95b4db96db> /usr/lib/libgermantok.dylib
0x1cb070000 - 0x1cb0ddfff CoreNLP arm64  <1442cb6146ae3065b32677fcd8f1459c> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x1cb0de000 - 0x1cb2b0fff MobileSpotlightIndex arm64  <55892aecfd10348e9817927065f450cd> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1cb2b1000 - 0x1cb317fff CoreSpotlight arm64  <b6126b1c20ff3e74820a066e6fe1faaf> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x1cb318000 - 0x1cbeedfff JavaScriptCore arm64  <b5e922c95f2439af8a506ab370a5195f> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x1cbeee000 - 0x1cbef3fff libheimdal-asn1.dylib arm64  <e1fdd1d2d09a32ab9e01dbe77df509d6> /usr/lib/libheimdal-asn1.dylib
0x1cbef4000 - 0x1cbf6efff libate.dylib arm64  <616bc97e229e3819bdc06670f01a3eb7> /usr/lib/libate.dylib
0x1cbf6f000 - 0x1cc018fff TextureIO arm64  <cbf2ba302eeb38c7b632cb43dda0ed9a> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1cc019000 - 0x1cc0ddfff CoreUI arm64  <8cdda2b50f27368e87bcc448107e99b5> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x1cc0de000 - 0x1cc0ebfff MobileIcons arm64  <ca85512dac323bac944c0504d50b0ee9> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1cc0ec000 - 0x1cc0fbfff AppleFSCompression arm64  <e421718702fd364eb3c9cbcb999d2a75> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1cc0fc000 - 0x1cc164fff TextInput arm64  <b373f8eb5230307585aec5ccaddfbede> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x1cc18f000 - 0x1cc1c4fff DataDetectorsCore arm64  <b5233abd4bf03337819e04480734cb72> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x1cc1c5000 - 0x1cc260fff FileProvider arm64  <2db6a075d5e8386d9cbbd06286aa4000> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x1cc261000 - 0x1cc378fff NLP arm64  <a1aa73030ad73e53aa34c1ce57b89546> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x1cc379000 - 0x1cc450fff ProofReader arm64  <4bd9e2c2ef4135e5a95712d0d0cffaa8> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x1cc451000 - 0x1cc467fff libAccessibility.dylib arm64  <4183b22ccfe73252b79801a32fd5338d> /usr/lib/libAccessibility.dylib
0x1cc468000 - 0x1cc90efff libwebrtc.dylib arm64  <b95b4899d4c8322ab95209be1cfa5b4d> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1cc90f000 - 0x1cc97bfff ContactsFoundation arm64  <b84c01c3e221342091d5a6e9a591c56b> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x1cc97c000 - 0x1ce21dfff WebCore arm64  <bc468784f1b93705a6981b0270adb90a> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x1ce21e000 - 0x1ce3a9fff WebKitLegacy arm64  <72b67a3b987030d3b41c6b75ba35f598> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x1ce3aa000 - 0x1ce3dbfff DataAccessExpress arm64  <30def6ba724d3bf0b15aed82d418a882> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x1ce3dc000 - 0x1ce476fff AddressBookLegacy arm64  <e4959c5fc78a3cde9de5e99f5b1acdb0> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x1ce477000 - 0x1ce4d2fff ProtectedCloudStorage arm64  <ed8484c421103376bda0ff3a4e73c66c> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1ce4d3000 - 0x1ce507fff UserNotifications arm64  <0d08d97997d0386598f0f385e47dbcd4> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x1ce508000 - 0x1ce513fff AppleIDAuthSupport arm64  <468eeabf20be394bb7c1a9cd55c7080a> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1ce514000 - 0x1ce570fff AuthKit arm64  <7c16afd7e4e13f0392bb89699c2c0f19> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x1ce5b1000 - 0x1ce5b1fff UIKit arm64  <a24022e6a01038989f91d75d16fde7c2> /System/Library/Frameworks/UIKit.framework/UIKit
0x1ce5b2000 - 0x1ce5c5fff DocumentManagerCore arm64  <ff2d82ef305e381dbc0546c9734e0bad> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x1ce5c6000 - 0x1ce5d4fff HangTracer arm64  <5a15b87816da321d87f6e0e635409ee3> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x1ce5d5000 - 0x1ce629fff PhysicsKit arm64  <2cb849e753bb39598a9b61a570558967> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x1ce62a000 - 0x1ce62efff StudyLog arm64  <c67513530d5d3c13a767016bbafa5ee9> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x1ce62f000 - 0x1ce71cfff UIFoundation arm64  <1b931c8912e33338a4a399bc548046ba> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x1ce71d000 - 0x1ce845fff CloudKit arm64  <fb93f1336c8d3f11b0c3c796be4ae6b7> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x1ce846000 - 0x1ce84dfff IntentsFoundation arm64  <94122606323d3019aac32cac43852226> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1ce84e000 - 0x1ceb3bfff Intents arm64  <8878c1da4cf73c64a4e782a62036c960> /System/Library/Frameworks/Intents.framework/Intents
0x1ceb3c000 - 0x1ceb54fff libresolv.9.dylib arm64  <c0152002f4f23d8d9d4aa9d5ef8c3c15> /usr/lib/libresolv.9.dylib
0x1ceb55000 - 0x1ceb57fff CoreDuetDebugLogging arm64  <989f2bc326f8390d8a00aa997a7491f2> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1ceb58000 - 0x1ceb89fff libtidy.A.dylib arm64  <bf2ea89a22c53df9ac83cf0afc50dcb1> /usr/lib/libtidy.A.dylib
0x1ceb8a000 - 0x1ced62fff CoreDuet arm64  <2ee4005851b631dea800034204fabd64> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x1ced63000 - 0x1ced85fff CoreDuetContext arm64  <ae5bb0d7420e3772bc9f0b224432b001> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x1ced86000 - 0x1ced98fff CoreDuetDaemonProtocol arm64  <374cb31631f8396aa1bc2a18cfccab12> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1ced99000 - 0x1cee04fff IMFoundation arm64  <54ecf135ff5738b381bcf8f963890f11> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x1cee05000 - 0x1cee36fff vCard arm64  <a24514b8eb1637e0b8499e1eb2a7b332> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1cee37000 - 0x1cef56fff Contacts arm64  <55e1d18533643da4bb10a57345742911> /System/Library/Frameworks/Contacts.framework/Contacts
0x1cef57000 - 0x1cef58fff DiagnosticLogCollection arm64  <efc6ac801e113ab5ba0948fc9ff00d76> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x1cef59000 - 0x1cef5afff Marco arm64  <89e35f51ffcb33a2b3e0550bb2e0e386> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1cef5b000 - 0x1cef62fff MessageProtection arm64  <4a5fa063ed5f319fb68946d95866651a> /System/Library/PrivateFrameworks/MessageProtection.framework/MessageProtection
0x1cef63000 - 0x1cf279fff StoreServices arm64  <7276e8776dbe3d949a1b266bd938bdb3> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x1cf27a000 - 0x1cf291fff Engram arm64  <41bdbdddec9d38d7901b7ea3159084e1> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1cf292000 - 0x1cf3acfff IDSFoundation arm64  <68efd5a41e9a362a9e27cb42961a348f> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x1cf3ad000 - 0x1cf3b8fff CaptiveNetwork arm64  <dc0d6b335fe6360db8f570b153f93f57> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x1cf3b9000 - 0x1cf3eafff EAP8021X arm64  <e82ea6cb186e3dfd8fc20acfc7770998> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1cf3eb000 - 0x1cf428fff MobileWiFi arm64  <03cfbf6142c7310386e56aa2c7fe3ccd> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x1cf429000 - 0x1cf42bfff OAuth arm64  <c6c85bc210a9305c9f4116ed4efbc484> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x1cf42c000 - 0x1cf42efff CommonAuth arm64  <b4116d9cc391382c819551d0f837676d> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x1cf42f000 - 0x1cf49ffff Heimdal arm64  <7b1184f444293581984ad9b33d7204dd> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x1cf4a0000 - 0x1cf4c9fff GSS arm64  <74b973d471d83cbc879a82d13c3db585> /System/Library/Frameworks/GSS.framework/GSS
0x1cf4ca000 - 0x1cf4e3fff ApplePushService arm64  <247da4d634c638c5a3f46053934aa7c6> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x1cf4e4000 - 0x1cf57efff AccountsDaemon arm64  <079f9307b69239668e9b72c55e8ee396> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x1cf57f000 - 0x1cf5a1fff AppleIDSSOAuthentication arm64  <4f6b0aabbfc230a7b9f394738af1cba9> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1cf5a2000 - 0x1cf627fff AppleAccount arm64  <ebb58ea7d8ee32b2a50ce105f5846927> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x1cf628000 - 0x1cf784fff CoreUtils arm64  <a543f25a8643388380048ed8a80e4fd3> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x1cf785000 - 0x1cf89afff IDS arm64  <893cd329e6b23da4a8a600b87ca6bcc2> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x1cf89b000 - 0x1cf8c1fff MediaServices arm64  <30d81dad1c753200acb10bde0ce1b998> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x1cf8c2000 - 0x1cfaa2fff MediaRemote arm64  <cb50cb0618f43a1eb66ad16a743e8508> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x1cfaa3000 - 0x1cfabefff UserManagement arm64  <aab9cba78d243715a3118bafc25c93c3> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x1cfabf000 - 0x1cfacffff MobileBluetooth arm64  <d0f50ab541d237f8a9e31bf9e1039690> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x1cfad0000 - 0x1cfb00fff Bom arm64  <27d2cb8ad22f3b1fa9e4ab01fdef2b2f> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1cfb01000 - 0x1cfb05fff CommunicationsFilter arm64  <3c91664453d23bd8aa92105c002ae20e> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x1cfb06000 - 0x1cfb2afff FTAWD arm64  <c10e76f52bb93e9890bda86187979f81> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x1cfb2b000 - 0x1cfb86fff FTServices arm64  <b85e02cac6ad3eeeaa3c04a2e965f784> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x1cfbc0000 - 0x1cfbcbfff ProactiveEventTracker arm64  <2a5a658b49f03cc18f9d1f70127e5782> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x1cfbcc000 - 0x1cfc1afff ChunkingLibrary arm64  <e07efd06873730f3a73bc8c1e33451ec> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1cfc1b000 - 0x1cfc2afff libnetworkextension.dylib arm64  <79117027246d316da9176d30131acdba> /usr/lib/libnetworkextension.dylib
0x1cfc2b000 - 0x1cfc4ffff AddressBook arm64  <39fe84ea4b9c3ba095c4b6f1b894a55e> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x1d0b95000 - 0x1d0d4efff NetworkExtension arm64  <0c52eb9491143d328ad15189d938ac42> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x1d0d4f000 - 0x1d11affff SiriTTS arm64  <f20cc9956c2c30b8be3253fa8d024c4d> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x1d11b0000 - 0x1d120dfff SAObjects arm64  <14cabee4d606312eaff561d25541de86> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x1d120e000 - 0x1d124ffff VoiceServices arm64  <abf790d68de83187a160fee412aac734> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x1d1250000 - 0x1d1280fff GLKit arm64  <98684e04773b355a8fb06d6cafa9106e> /System/Library/Frameworks/GLKit.framework/GLKit
0x1d1281000 - 0x1d13a2fff AssistantServices arm64  <8183ecd187e833b1a21f92a37b1edb93> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x1d13a3000 - 0x1d13c2fff AssetCacheServices arm64  <6097ccc96d523d47850a4458c87b89d2> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x1d13c3000 - 0x1d147ffff NetworkServiceProxy arm64  <f3e4b284ce643c23b5b2aec5469a4c62> /System/Library/PrivateFrameworks/NetworkServiceProxy.framework/NetworkServiceProxy
0x1d1480000 - 0x1d1558fff MMCS arm64  <b411bf509ee33874a6692efa162b31ba> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x1d1559000 - 0x1d1565fff BluetoothManager arm64  <942a68b6d7263efdafcf39d93424cef2> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x1d1566000 - 0x1d15d7fff CoreDAV arm64  <8f78567cedcc32d3afd1cd5fbe53dc50> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x1d15d8000 - 0x1d160cfff iCalendar arm64  <6e8d2ab6d7fa3d6b84868d61c137e5bb> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x1d160d000 - 0x1d161bfff PersonaKit arm64  <911f0bb1661e340e8eda6e88f3c6a6f1> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1d161c000 - 0x1d1674fff CalendarFoundation arm64  <9144e0d9a25e3b0b974ac876593f3c9e> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x1d1675000 - 0x1d16a5fff PhotosFormats arm64  <6096c9c5e2023847be8bdfe12d8939c6> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x1d16a6000 - 0x1d1743fff CalendarDatabase arm64  <4a1572ce39fd3d44b6f31e231005911b> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x1d1744000 - 0x1d179efff CalendarDaemon arm64  <b11d7da508d63ae4b01cd683de718930> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x1d179f000 - 0x1d1918fff CloudPhotoLibrary arm64  <b74a3016cbcc3d78bb8322a1cf14f4bf> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x1d1919000 - 0x1d1a08fff EventKit arm64  <47ce793d8afe3bd0a4cb937132fe0746> /System/Library/Frameworks/EventKit.framework/EventKit
0x1d1a09000 - 0x1d1a3dfff AssetsLibraryServices arm64  <677ec4a0ad75356baf10b9ff08e4c638> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x1d1a73000 - 0x1d1a9cfff DCIMServices arm64  <674fb4e464eb3961bdfd60f4f013bf36> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x1d1a9d000 - 0x1d1bd8fff CoreMediaStream arm64  <c7da06b6843738cea2a9a84b96d5c280> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x1d1bd9000 - 0x1d1be0fff XPCKit arm64  <1928f59ecf1831558680d4a687dcbc77> /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit
0x1d1cc6000 - 0x1d1ce4fff CloudPhotoServices arm64  <e6fd186864593dbda1ab2718309457f3> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x1d1ce5000 - 0x1d1cf0fff CoreRecents arm64  <c9e26efdb64739a9b35be049985329c4> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x1d1cf1000 - 0x1d1d0ffff MediaStream arm64  <02b4f954594f38a38b954ae6da5cce5c> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x1d1d10000 - 0x1d2256fff PhotoLibraryServices arm64  <04f51cd115193b9fafbc474a36b7f3a0> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x1d2257000 - 0x1d2273fff PrototypeTools arm64  <82893defb7153b6eba6699e6c387a853> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x1d2274000 - 0x1d22fdfff CoreSymbolication arm64  <4180ec89d0aa3c4c8981d1e51b275827> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1d22fe000 - 0x1d2447fff SearchFoundation arm64  <80fb78b06a483271964cb9a20f764972> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x1d2448000 - 0x1d244efff IncomingCallFilter arm64  <c70dee57870b3f569f4af869927cc884> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x1d244f000 - 0x1d250afff iTunesStore arm64  <ab607d1207113768b5e77b6700bf0fae> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x1d250b000 - 0x1d2511fff libtzupdate.dylib arm64  <6221b88e437d3da7a635d0ab571e0bfc> /usr/lib/libtzupdate.dylib
0x1d2512000 - 0x1d2668fff Preferences arm64  <4ed031e9cc03319f8784a5850113cba0> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x1d2669000 - 0x1d2671fff CoreTime arm64  <2794cf580ba139f88b8724d49ad6114d> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x1d2672000 - 0x1d26c4fff CoreAppleCVA arm64  <9c7ad0c39c3933018ab769f2869e9eaf> /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA
0x1d26c5000 - 0x1d2705fff DifferentialPrivacy arm64  <43737d3dd672390eaaf18cc8919fbd14> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x1d2706000 - 0x1d28b1fff AppleCVA arm64  <18bd7bea950e3f37a8b742d7b05f1e3d> /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA
0x1d28b2000 - 0x1d294ffff Montreal arm64  <9245892a98243ad7aebbc667218433a6> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x1d2950000 - 0x1d2cc4fff Espresso arm64  <40771d39da953fe79f7e4377a348b679> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x1d2cc5000 - 0x1d2ccbfff MobileSystemServices arm64  <3d8a3d2af32a3b38b97aadce8b3a52c3> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1d2ede000 - 0x1d3141fff CoreML arm64  <c7bf861ee1a53628a6f46baca92bbd8c> /System/Library/Frameworks/CoreML.framework/CoreML
0x1d3142000 - 0x1d3146fff CoreOptimization arm64  <8e4a143b80803fbcbf4ba81c5147f16b> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x1d3147000 - 0x1d31a4fff SafariCore arm64  <44e771e5e2d43bbeae883fb2949e0e10> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
0x1d31a5000 - 0x1d31fffff CorePrediction arm64  <130e93cf8cae314ebc1ac0f3fe513984> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1d3200000 - 0x1d3306fff Navigation arm64  <4a0cd173af1b38409bec071cd56633fb> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x1d3307000 - 0x1d3320fff ContactsDonation arm64  <d49c43e5a11336f1b307608e15718497> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x1d3321000 - 0x1d334dfff Futhark arm64  <77448663e4223b33994cc48aeea12237> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x1d334e000 - 0x1d33c6fff NanoRegistry arm64  <5cb2c6baa0393ee6971e0144f08cff74> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x1d33c7000 - 0x1d3422fff ToneLibrary arm64  <05c1cf264aaf3c3e931f3124cc7897ce> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x1d3423000 - 0x1d343afff BaseBoardUI arm64  <a34e1552a9cb301897d5611d363878e2> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x1d343b000 - 0x1d3497fff ContactsUICore arm64  <d6990083bb663becb74db6ebf87eabee> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x1d3498000 - 0x1d3610fff ContactsUI arm64  <3313ec1d0e393367bda348a500fe5d8d> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x1d3611000 - 0x1d36dcfff CorePDF arm64  <65141725213e3b7e8046166235649b2f> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x1d36dd000 - 0x1d39a1fff Vision arm64  <64a0e95e0301312ab2aec92c532b6613> /System/Library/Frameworks/Vision.framework/Vision
0x1d39a2000 - 0x1d3e70fff WebKit arm64  <ba7e8e8ef0fb3fd1b66b59af1b99f721> /System/Library/Frameworks/WebKit.framework/WebKit
0x1d3e71000 - 0x1d3f12fff BulletinBoard arm64  <a1aeaaabc8453757afad15009830380c> /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
0x1d3f13000 - 0x1d3f18fff ConstantClasses arm64  <a14c496d54a23638889194f4bf298e71> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x1d3f19000 - 0x1d3f21fff CertUI arm64  <6fca30de5c8c3fec81f6f7d36b245a80> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x1d3f22000 - 0x1d3f6dfff AXRuntime arm64  <2fe9fd1ab99c34608372a554904976c7> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
0x1d3f6e000 - 0x1d3fa7fff ScreenReaderCore arm64  <76ddbd6ee5b6317b8a6083286825cbe5> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
0x1d3fa8000 - 0x1d3fc3fff TextToSpeech arm64  <24e8248eb49736ed95ab6cab2ef9f525> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
0x1d3fc4000 - 0x1d401efff CoreMIDI arm64  <ea3edc10097833f4ae65ebfd5e42f37f> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x1d401f000 - 0x1d40bdfff MediaPlatform arm64  <3112141562173a39bc44731d8a0179a8> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x1d40be000 - 0x1d4128fff WebBookmarks arm64  <f813d893e7d93f9b8ed8364bf7fc71f1> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x1d4129000 - 0x1d4134fff DAAPKit arm64  <45065e551abd3549a03fa44dd0e3973d> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x1d4135000 - 0x1d4137fff libAXSafeCategoryBundle.dylib arm64  <50d7f621db7238cca7ba6b5b2cf86b00> /usr/lib/libAXSafeCategoryBundle.dylib
0x1d4138000 - 0x1d4143fff libAXSpeechManager.dylib arm64  <ff3dedc3f48331328cf9f9492381ac76> /usr/lib/libAXSpeechManager.dylib
0x1d4144000 - 0x1d4231fff AccessibilityUtilities arm64  <290a6d5ced023864a73d6785149e74ac> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
0x1d4232000 - 0x1d4544fff MediaLibraryCore arm64  <1ea130319eaa3b6b80ebd9e17a7af587> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x1d4545000 - 0x1d4546fff AdSupport arm64  <4ceb6fa2040b3e0fb7d66f7762f40e61> /System/Library/Frameworks/AdSupport.framework/AdSupport
0x1d4547000 - 0x1d47defff MusicLibrary arm64  <987e74c794253b87b1ad557c905a122a> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x1d47df000 - 0x1d4e39fff VectorKit arm64  <b230dff3b22e3bd399c5d34a5aa11120> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x1d4e3a000 - 0x1d5087fff MapKit arm64  <9b26cfd95e3d3060835d0366fa4371df> /System/Library/Frameworks/MapKit.framework/MapKit
0x1d5088000 - 0x1d522bfff iTunesCloud arm64  <00f5f3b4b0813700a46670bdbfa53212> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x1d522c000 - 0x1d52cdfff HomeSharing arm64  <0a82b64f9429306c8ea7af799a25cd9a> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x1d5450000 - 0x1d58c7fff MediaPlayer arm64  <5426d543e9673e73b5bec8adb7b5f469> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x1d58c8000 - 0x1d58edfff MobileInstallation arm64  <67607be899883a63a31ebd577036c705> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x1d58ee000 - 0x1d58f5fff EmailAddressing arm64  <9e1fa6808fbf3dada7d7530bc46fda47> /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing
0x1d58f6000 - 0x1d58f8fff MessageSupport arm64  <110b6dd5962134a9af293105afde1b1f> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0x1d58f9000 - 0x1d58fbfff InternationalTextSearch arm64  <3417668195f43603b8ca3946b0d5c061> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1d58fc000 - 0x1d5957fff MIME arm64  <a53c1f9411aa3afaa239f5b7b6ddae5a> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x1d5958000 - 0x1d598ffff ProactiveSupport arm64  <709546f5a7343f1a9a8f84c5e2051495> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x1d5990000 - 0x1d59c9fff Notes arm64  <46c6f514c65535fb989c7022d0a91b2f> /System/Library/PrivateFrameworks/Notes.framework/Notes
0x1d59ca000 - 0x1d5a97fff TelephonyUtilities arm64  <a9a2b4cdebe932cf94c362379f5b6932> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x1d5a98000 - 0x1d5ad3fff CalendarUIKit arm64  <9111963fc0e2316a82ae356e9eeb8da3> /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit
0x1d5ad4000 - 0x1d5af4fff AccessibilityUIUtilities arm64  <d96917336b213a9589d8ca46b9396599> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities
0x1d5af5000 - 0x1d5b50fff DataAccess arm64  <9d92f035e03436b6b442d4cff4360948> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x1d5b51000 - 0x1d5b64fff AssetsLibrary arm64  <91a31178d28b3438a2a1c4d17785c63f> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x1d5b65000 - 0x1d5d48fff EventKitUI arm64  <51f37cede75a36c487cf12c99664693b> /System/Library/Frameworks/EventKitUI.framework/EventKitUI
0x1d5d49000 - 0x1d5dabfff AXMediaUtilities arm64  <c87b40dc74633933a22ba384c9c3ed90> /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities
0x1d5e43000 - 0x1d5ee4fff Social arm64  <74e51029b81039d19feaadf01f6c3b7e> /System/Library/Frameworks/Social.framework/Social
0x1d5f80000 - 0x1d5f98fff CoreFollowUp arm64  <4b2fb372dc6d3badbd42f88d340d65f9> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x1d5f99000 - 0x1d600dfff CoreSuggestions arm64  <2f07ad4cdeae347698d1d7e66ce9b905> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x1d600e000 - 0x1d601efff MailServices arm64  <0a3fb346f9df3f53ab266dd189d12e9d> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x1d601f000 - 0x1d60b2fff CoreRecognition arm64  <42fdc939f5453bfeabe138f07633b237> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
0x1d60b3000 - 0x1d60dbfff MailSupport arm64  <daa3448d9d7133da9d1a6b9b8d4b73ca> /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport
0x1d60dc000 - 0x1d6234fff Message arm64  <d8b2ab585d553b989f5683b5312caca8> /System/Library/PrivateFrameworks/Message.framework/Message
0x1d646b000 - 0x1d651efff CoreParsec arm64  <ca0ae981941334099ce410ac200b9e31> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x1d654f000 - 0x1d6581fff SharedUtils arm64  <ff71e6fac7cf3762b46aa9b8d0241d8f> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x1d6582000 - 0x1d65c3fff ContactsAutocomplete arm64  <37c619dd7b1d38869a6b720867b392a7> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
0x1d65c4000 - 0x1d668cfff VideoSubscriberAccount arm64  <f15066998d253e2bbfccf3083a84b5d7> /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
0x1d67a6000 - 0x1d67a9fff FTClientServices arm64  <93259399744a360580b91deeb0f2ce45> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x1d67aa000 - 0x1d67adfff SharedWebCredentials arm64  <6c44e611145134069102819656ea5250> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
0x1d67af000 - 0x1d67c9fff SafariFoundation arm64  <a79a0871f59235788053ada218bcd440> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
0x1d69ad000 - 0x1d69c3fff LocalAuthentication arm64  <7a08aebc8197316fabd388f5f5659394> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x1d69c4000 - 0x1d69c6fff ParsecSubscriptionServiceSupport arm64  <1e2bd96e579033a1a0a3d8b51686a4b5> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
0x1d6a71000 - 0x1d6cbefff SafariShared arm64  <65ee7eff33933d69bace7d9b0e73ae3d> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
0x1d6cbf000 - 0x1d6d02fff WebUI arm64  <e142241a4541396a93a84cc62f7d03bd> /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x1d6d03000 - 0x1d6d10fff SetupAssistantSupport arm64  <39bceb5a03123d9c996fb656296a50bd> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1d6d11000 - 0x1d6d3dfff SetupAssistant arm64  <a36be68594133a9a9d665a7b83448ae4> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x1d7a56000 - 0x1d7a5cfff LinguisticData arm64  <33e9c5f1892f302983980fb3b711998a> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x1d8108000 - 0x1d8140fff StoreKit arm64  <facdf389202830ef9cf0d98d780f6b7f> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x1d831d000 - 0x1d8337fff MetalKit arm64  <cbe7d44c48cc3056b11834c87cce2976> /System/Library/Frameworks/MetalKit.framework/MetalKit
0x1d9106000 - 0x1d91cdfff PDFKit arm64  <03d0dacc8a033e10b8b6fe9c457046cd> /System/Library/Frameworks/PDFKit.framework/PDFKit
0x1d9578000 - 0x1d958afff MobileDeviceLink arm64  <74de7d2ef66b3e0287231da7a93732b3> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x1d965b000 - 0x1d9676fff MaterialKit arm64  <091725c7c3453beba366c2be27e3eccf> /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit
0x1d9677000 - 0x1d96c0fff MobileBackup arm64  <c12adcf05b1f370cacb7f8efccf7b622> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x1d96c1000 - 0x1d970efff SafariSafeBrowsing arm64  <b3dc3399eedc36c09f5ffc2882f55081> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x1d972c000 - 0x1d9866fff SafariServices arm64  <d5310aea22f7376e92e8015b82f82ad8> /System/Library/Frameworks/SafariServices.framework/SafariServices
0x1d9c21000 - 0x1d9d1ffff MessageUI arm64  <e1917f87762c3717b1539851d8c1bace> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x1d9ec6000 - 0x1d9ed7fff NotificationCenter arm64  <540a9f3c0af23d6683380aa54ddf85c4> /System/Library/Frameworks/NotificationCenter.framework/NotificationCenter
0x1da8ed000 - 0x1da8f8fff MobileActivation arm64  <f92b7a7ace1231b6906d7e5fdd0ab122> /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation
0x1daa2e000 - 0x1dabc0fff Sharing arm64  <4d1e8eeab2743b09a2579af061f75bf1> /System/Library/PrivateFrameworks/Sharing.framework/Sharing
0x1daf83000 - 0x1daf87fff AccessibilityUIShared arm64  <6815e632f1e33dc08b46e053b7cd92af> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIShared.framework/AccessibilityUIShared
0x1db311000 - 0x1db36afff CallKit arm64  <1bfcbfffcf723af79811fc43d23df146> /System/Library/Frameworks/CallKit.framework/CallKit
0x1db36b000 - 0x1db371fff AccessibilityUI arm64  <205bd921a605354f95ca2169a5b48351> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUI.framework/AccessibilityUI
0x1dc0d6000 - 0x1dc129fff LoggingSupport arm64  <1f1c6027db803b0da5d603c7892d70eb> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x1dc48a000 - 0x1dc493fff FamilyCircle arm64  <da2fa9355d3d32e5861f130053a13a3e> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
0x1de1df000 - 0x1de203fff AppSupportUI arm64  <e37d8a902823367a9a73d4da95d2d84b> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x1dec74000 - 0x1decbafff Catalyst arm64  <3830192a1539357389fcc6d0bb8235ab> /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
0x1defbe000 - 0x1defc3fff kperf arm64  <aacc436be4413558911784d3c5868717> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1df21d000 - 0x1df243fff CellularPlanManager arm64  <a61afefa2dd5343aa7fd7848f0b9fef6> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x1df244000 - 0x1df299fff DeviceManagement arm64  <23acbd4662f8361a8e7e15d296cffa29> /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
0x1df42b000 - 0x1df433fff kperfdata arm64  <07cdf27744d53c899ef6568ca60a93d7> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1df479000 - 0x1df481fff libdscsym.dylib arm64  <fc8036818e1c37a6897f171a625e6b30> /usr/lib/libdscsym.dylib
0x1df84f000 - 0x1df88afff ktrace arm64  <5e716bd202b433d599fd14e8ae790d5b> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1dfabd000 - 0x1dfabffff SpeakTypingServices arm64  <1efca06e9e893d3d8c46f08cd208ceab> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/SpeakTypingServices.framework/SpeakTypingServices
0x1dfac0000 - 0x1dfac5fff ZoomServices arm64  <6f9cb5d755b93ca298f9b388cd1f67ae> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/ZoomServices.framework/ZoomServices
0x1e1ade000 - 0x1e1b25fff BiometricKit arm64  <52706876f39f3fd89344ff2538d52974> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x1e1b45000 - 0x1e1b54fff CTCarrierSpace arm64  <5bd71f5764953d509aa3d71588943f8c> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x1e1fec000 - 0x1e2000fff DeviceIdentity arm64  <09fbff51fd9433ae93ea4a508372f62e> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1e411b000 - 0x1e4157fff Rapport arm64  <6503af18058d3222a1a287fbab594cfa> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x1e4194000 - 0x1e41b1fff SignpostSupport arm64  <5c82dad2278137fab253183ff0198ad2> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1e5106000 - 0x1e510dfff libMatch.1.dylib arm64  <ac6125bf827f3d2aa0016866f220f1de> /usr/lib/libMatch.1.dylib
0x1e5156000 - 0x1e5172fff libtailspin.dylib arm64  <ea7a0bb37fc8337e960fa41137219811> /usr/lib/libtailspin.dylib
0x1e517d000 - 0x1e518dfff AccessibilitySettingsLoader arm64  <146421159fc03876a4c7c849c952188f> /System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader
0x1e5881000 - 0x1e5936fff AGXMetalA8 arm64  <9b357344ff793845aecb5874ef5e29f7> /System/Library/Extensions/AGXMetalA8.bundle/AGXMetalA8
0x1e5a31000 - 0x1e5a45fff libCGInterfaces.dylib arm64  <85b9e4a9303230569e25491fd7f191c3> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x1e6a47000 - 0x1e6a88fff WatchConnectivity arm64  <68814f4ce9513d04b37856893eb52aad> /System/Library/Frameworks/WatchConnectivity.framework/WatchConnectivity
0x1e7ffb000 - 0x1e8006fff ContextKit arm64  <8f13366b75303077a3405338af83f561> /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit
0x1e827d000 - 0x1e82a4fff CoreServicesInternal arm64  <a099ea39d88831bfbc5f234d047b2e58> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x1e891e000 - 0x1e8925fff EmailCore arm64  <85567eaa748336db84bdf4030307c427> /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore
0x1e8933000 - 0x1e8944fff libGSFontCache.dylib arm64  <af323cbcb5cc3c409e51377af12eb88c> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1e8945000 - 0x1e8977fff libTrueTypeScaler.dylib arm64  <015e8c878acc3f019b9c7a83f6606823> /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
0x1e93a3000 - 0x1e93a3fff libmetal_timestamp.dylib arm64  <7160bd439a8a3e6985d15bcfc2f90110> /System/Library/PrivateFrameworks/GPUCompiler.framework/Libraries/libmetal_timestamp.dylib
0x1ea48f000 - 0x1ea493fff InternationalSupport arm64  <a9f9bcf0b66a318b8f4fe2ef30e1de4e> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1eb863000 - 0x1eb86ffff PersonaUI arm64  <46a2953340543dcd8f740b39e81eca56> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
0x1ebcab000 - 0x1ebcb5fff SignpostCollection arm64  <adb35347388836f2be93bc78bbd25b15> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1ec869000 - 0x1ec86cfff XCTTargetBootstrap arm64  <125834652e7a3a11bc651eaa9e666daf> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x1ec8af000 - 0x1ec8c1fff libEDR arm64  <eb83850e8b51332eb927337cd510794d> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1ed438000 - 0x1ed438fff libcharset.1.dylib arm64  <261ef847003736228dff4aa79221b198> /usr/lib/libcharset.1.dylib
0x1edf07000 - 0x1edf08fff libsandbox.1.dylib arm64  <96115773ec793ebc8a7744b0d3b0d960> /usr/lib/libsandbox.1.dylib
0x1ee036000 - 0x1ee040fff AuthenticationServices arm64  <a787e551a01d33ce802f49308e721245> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices
0x1ee0c8000 - 0x1ee21cfff CoreServices arm64  <7ca0c8226edd3f0e9de6c9ada3f8854c> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x1ee249000 - 0x1ee262fff MPSRayIntersector arm64  <a59116136430388d88d2fc7069710099> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x1ee292000 - 0x1ee3cdfff Network arm64  <cf486b8fe27230998f9db137573d0919> /System/Library/Frameworks/Network.framework/Network
0x1ee3d8000 - 0x1ee3e6fff ANEServices arm64  <2cb537a340fc305e9b367d6829ce597b> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x1ee3eb000 - 0x1ee3effff ASEProcessing arm64  <3703b68e414f32dbbdd1ac4a97a7ba1d> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x1ee3f0000 - 0x1ee3fbfff AXCoreUtilities arm64  <35b935e1fb03325a967b71c339a63fd1> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x1ee676000 - 0x1ee7b3fff AppleMediaServices arm64  <e900e6a7d5c8312da04eaebb917427b6> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x1ee7b4000 - 0x1ee7c3fff AppleNeuralEngine arm64  <ce5d2aaaf72e305a9221062401ccaec9> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x1ee94d000 - 0x1ee984fff C2 arm64  <04e0090ef3493354a65e6f4a3919ad37> /System/Library/PrivateFrameworks/C2.framework/C2
0x1eeb15000 - 0x1eeb20fff Categories arm64  <002d77e4c7ac35d68959e43c22c75793> /System/Library/PrivateFrameworks/Categories.framework/Categories
0x1eeb28000 - 0x1eec46fff ConfigurationEngineModel arm64  <2bf421211473365f9ea737cd4273041f> /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel
0x1eed6e000 - 0x1eed89fff DoNotDisturb arm64  <55263d99b6823350943b771281915e94> /System/Library/PrivateFrameworks/DoNotDisturb.framework/DoNotDisturb
0x1eeec1000 - 0x1eef19fff DocumentManager arm64  <efe8ee676487367180d6691106bbdbdc> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x1ef056000 - 0x1ef05afff IdleTimerServices arm64  <c5d940c64ac53ef0a529cf996b367829> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x1ef0d6000 - 0x1ef101fff MetadataUtilities arm64  <b956b88e7e56373080ebba7760868b33> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x1ef680000 - 0x1ef6d1fff OTSVG arm64  <120d3e9410e33b1fbfebc7db541098d2> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x1ef7cf000 - 0x1ef82efff PhotoFoundation arm64  <0908388d88763d02ab84a5489ddfa37d> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
0x1ef91c000 - 0x1ef97cfff ROCKit arm64  <ab04ec8bccfe3770b46413ff6a9bab0a> /System/Library/PrivateFrameworks/ROCKit.framework/ROCKit
0x1efb35000 - 0x1efb91fff RemoteManagement arm64  <a77b07aaf10231659cd2ab90ad9b05a9> /System/Library/PrivateFrameworks/RemoteManagement.framework/RemoteManagement
0x1efb92000 - 0x1efba4fff RemoteTextInput arm64  <e054dcd726d23669ad241943e85887f1> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x1efbcd000 - 0x1efc67fff SampleAnalysis arm64  <fb22ef1fe16d3175ad56bf23e1e94a7d> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1efd4c000 - 0x1efd4cfff SignpostNotification arm64  <7d1b1e317bea32ecaf71290b96d6e123> /System/Library/PrivateFrameworks/SignpostNotification.framework/SignpostNotification
0x1efdbb000 - 0x1efdc3fff StatsKit arm64  <64e328675e8b33fab748332751a870dd> /System/Library/PrivateFrameworks/StatsKit.framework/StatsKit
0x1f08e8000 - 0x1f1a1dfff UIKitCore arm64  <db4b7f70039932b49da37218b5a4ba49> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x1f1a1e000 - 0x1f1a29fff UIKitServices arm64  <dc4399111db53da69d735b616bd65b90> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x1f1a2a000 - 0x1f1a31fff URLFormatting arm64  <6103f7f4467a38ac889cf6fc4946ef10> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x1f1a32000 - 0x1f1a54fff UsageTracking arm64  <c39ab3877883344bac59837e2dd20267> /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking

EOF

As it shows, it eventually crash on

RLMSetErrorOrThrow(NSError*, NSError* __autoreleasing*) + 7775688 (RLMUtil.mm:336)

However RLMUtil.mm L336 is

@throw RLMException(msg, @{NSUnderlyingErrorKey: error});

Seems like their might be multiple reason that could lead to this line Is it possible to know why does it crash? This is the only clue I have.

Update:

Seems like it's related to a schema mismatch issue, but I'm sure I've bumped the schema version in this update (from 50 to 60), how is that possible? I've used Realm for a couple years, only faced this issue during development (forgot to bump schema version after a property change), never faced this issue in a production environment.

RLMRealm.mm L319 RLMSetErrorOrThrow(RLMMakeError(RLMErrorSchemaMismatch, ex), error);

Thank you.

JohnnyTseng commented 5 years ago

Hello @tgoyne , is it possible to give me a help? Thank you!

realm-probot[bot] commented 5 years ago

Hey - looks like you forgot to add a T:* label - could you please add one?