UIKIt crash

Sorry of this is the wrong place. I can't find a forum for analyzing crash reports. I'm getting a crash report from our custom keyboard extension (built in Swift 3) that involves UIKit. [_UIViewServiceViewControllerOperator __createViewController:withContextToken...

Can someone see what's going on in this report? Perhaps someone that know what's at (UIViewServiceViewControllerOperator.m:1568) ??


Thanks, Mike


Incident Identifier: 06451E. . .
CrashReporter Key:   976c9b. . .
Hardware Model:      iPhone10,1
Process:             myapp Keyboard [19844]
Path:                /private/var/containers/Bundle/Application/C75D88C4. . . C1D12B72/myapp.app/PlugIns/myapp Keyboard.appex/myapp Keyboard
Identifier:          com.mydomain.myapp.myapp-Keyboard
Version:             288 (3.12)
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           com.mydomain.myapp.myapp-Keyboard [1843]




Date/Time:           2018-03-05 19:13:34.7479 -0500
Launch Time:         2018-03-05 19:13:30.0975 -0500
OS Version:          iPhone OS 11.2.6 (15D100)
Baseband Version:    1.62.00
Report Version:      104


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


Last Exception Backtrace:
0   CoreFoundation                 0x183743164 __exceptionPreprocess + 124 (NSException.m:166)
1   libobjc.A.dylib               0x18298c528 objc_exception_throw + 56 (objc-exception.mm:521)
2   CoreFoundation                 0x183743038 +[NSException raise:format:arguments:] + 104 (NSException.m:132)
3   Foundation                     0x1840dd7f4 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 112 (NSException.m:157)
4   UIKit                         0x18d7604f0 -[_UIViewServiceViewControllerOperator __createViewController:withContextToken:fbsDisplays:appearanceSerializedRepresentations:legacyAppearance:traitCollection:initialInterfaceOrientation:hostAccessibilityServerPort:replyHandler:] + 4776 (UIViewServiceViewControllerOperator.m:1568)
5   CoreFoundation                 0x18374aad0 __invoking___ + 144
6   CoreFoundation                 0x18362936c -[NSInvocation invoke] + 292 (NSForwarding.m:3048)
7   CoreFoundation                 0x18362de1c -[NSInvocation invokeWithTarget:] + 60 (NSForwarding.m:3119)
8   UIKit                         0x18d8aef4c -[_UIViewServiceImplicitAnimationDecodingProxy forwardInvocation:] + 108 (UIViewServiceImplicitAnimationCoding.m:75)
9   CoreFoundation                 0x18374881c ___forwarding___ + 624 (NSForwarding.m:3259)
10  CoreFoundation                 0x18362dccc _CF_forwarding_prep_0 + 92
11  CoreFoundation                 0x18374aad0 __invoking___ + 144
12  CoreFoundation                 0x18362936c -[NSInvocation invoke] + 292 (NSForwarding.m:3048)
13  CoreFoundation                 0x18362de1c -[NSInvocation invokeWithTarget:] + 60 (NSForwarding.m:3119)
14  UIKit                         0x18d7bedcc -[_UIQueueingProxy forwardInvocation:] + 372 (UIQueueingProxy.m:57)
15  CoreFoundation                 0x18374881c ___forwarding___ + 624 (NSForwarding.m:3259)
16  CoreFoundation                 0x18362dccc _CF_forwarding_prep_0 + 92
17  CoreFoundation                 0x18374aad0 __invoking___ + 144
18  CoreFoundation                 0x18362936c -[NSInvocation invoke] + 292 (NSForwarding.m:3048)
19  CoreFoundation                 0x18362de1c -[NSInvocation invokeWithTarget:] + 60 (NSForwarding.m:3119)
20  CoreFoundation                 0x18374881c ___forwarding___ + 624 (NSForwarding.m:3259)
21  CoreFoundation                 0x18362dccc _CF_forwarding_prep_0 + 92
22  CoreFoundation                 0x18374aad0 __invoking___ + 144
23  CoreFoundation                 0x18362936c -[NSInvocation invoke] + 292 (NSForwarding.m:3048)
24  libdispatch.dylib             0x1830c2a14 _dispatch_client_callout + 16 (object.m:502)
25  libdispatch.dylib             0x1830fe9c4 _dispatch_block_invoke_direct$VARIANT$armv81 + 280 (queue.c:3025)
26  FrontBoardServices             0x185e3a7f8 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 36 (FBSSerialQueue.m:164)
27  FrontBoardServices             0x185e3a49c -[FBSSerialQueue _performNext] + 404 (FBSSerialQueue.m:196)
28  FrontBoardServices             0x185e3aa38 -[FBSSerialQueue _performNextFromRunLoopSource] + 56 (FBSSerialQueue.m:232)
29  CoreFoundation                 0x1836eb77c __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24 (CFRunLoop.c:1982)
30  CoreFoundation                 0x1836eb6fc __CFRunLoopDoSource0 + 88 (CFRunLoop.c:2017)
31  CoreFoundation                 0x1836eaf84 __CFRunLoopDoSources0 + 204 (CFRunLoop.c:2053)
32  CoreFoundation                 0x1836e8b5c __CFRunLoopRun + 1048 (CFRunLoop.c:2920)
33  CoreFoundation                 0x183608c58 CFRunLoopRunSpecific + 436 (CFRunLoop.c:3245)
34  GraphicsServices               0x1854b4f84 GSEventRunModal + 100 (GSEvent.c:2245)
35  UIKit                         0x18cd615c4 UIApplicationMain + 236 (UIApplication.m:3956)
36  libxpc.dylib                   0x1833b4e38 _xpc_objc_main + 556 (main.m:124)
37  libxpc.dylib                   0x1833b6efc xpc_main + 180 (init.c:1476)
38  Foundation                     0x184269bb4 -[NSXPCListener resume] + 180 (NSXPCListener.m:253)
39  PlugInKit                     0x188c29d48 -[PKService run] + 752 (PKService.m:105)
40  PlugInKit                     0x188c2990c +[PKService main] + 56 (PKService.m:39)
41  PlugInKit                     0x188c29d6c +[PKService _defaultRun:arguments:] + 20 (PKService.m:116)
42  Foundation                     0x18424acf0 NSExtensionMain + 64 (NSExtensionMain.m:23)
43  libdyld.dylib                 0x18312856c start + 4


Thread 0 name:
Thread 0 Crashed:
0   libsystem_kernel.dylib         0x00000001832582e8 __pthread_kill + 8
1   libsystem_pthread.dylib       0x0000000183371748 pthread_kill$VARIANT$armv81 + 360 (pthread.c:1484)
2   libsystem_c.dylib             0x00000001831c6fbc abort + 140 (abort.c:91)
3   libc++abi.dylib               0x0000000182964068 abort_message + 132 (abort_message.cpp:75)
4   libc++abi.dylib               0x0000000182964210 default_terminate_handler() + 304 (cxa_default_handlers.cpp:68)
5   libobjc.A.dylib               0x000000018298c810 _objc_terminate() + 124 (objc-exception.mm:657)
6   libc++abi.dylib               0x000000018297c54c std::__terminate(void (*)()) + 16 (cxa_handlers.cpp:66)
7   libc++abi.dylib               0x000000018297c5b8 std::terminate() + 60 (cxa_handlers.cpp:97)
8   libdispatch.dylib             0x00000001830c2a28 _dispatch_client_callout + 36 (object.m:505)
9   libdispatch.dylib             0x00000001830fe9c4 _dispatch_block_invoke_direct$VARIANT$armv81 + 280 (queue.c:3025)
10  FrontBoardServices             0x0000000185e3a7f8 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 36 (FBSSerialQueue.m:164)
11  FrontBoardServices             0x0000000185e3a49c -[FBSSerialQueue _performNext] + 404 (FBSSerialQueue.m:196)
12  FrontBoardServices             0x0000000185e3aa38 -[FBSSerialQueue _performNextFromRunLoopSource] + 56 (FBSSerialQueue.m:232)
13  CoreFoundation                 0x00000001836eb77c __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24 (CFRunLoop.c:1982)
14  CoreFoundation                 0x00000001836eb6fc __CFRunLoopDoSource0 + 88 (CFRunLoop.c:2017)
15  CoreFoundation                 0x00000001836eaf84 __CFRunLoopDoSources0 + 204 (CFRunLoop.c:2053)
16  CoreFoundation                 0x00000001836e8b5c __CFRunLoopRun + 1048 (CFRunLoop.c:2920)
17  CoreFoundation                 0x0000000183608c58 CFRunLoopRunSpecific + 436 (CFRunLoop.c:3245)
18  GraphicsServices               0x00000001854b4f84 GSEventRunModal + 100 (GSEvent.c:2245)
19  UIKit                         0x000000018cd615c4 UIApplicationMain + 236 (UIApplication.m:3956)
20  libxpc.dylib                   0x00000001833b4e38 _xpc_objc_main + 556 (main.m:124)
21  libxpc.dylib                   0x00000001833b6efc xpc_main + 180 (init.c:1476)
22  Foundation                     0x0000000184269bb4 -[NSXPCListener resume] + 180 (NSXPCListener.m:253)
23  PlugInKit                     0x0000000188c29d48 -[PKService run] + 752 (PKService.m:105)
24  PlugInKit                     0x0000000188c2990c +[PKService main] + 56 (PKService.m:39)
25  PlugInKit                     0x0000000188c29d6c +[PKService _defaultRun:arguments:] + 20 (PKService.m:116)
26  Foundation                     0x000000018424acf0 NSExtensionMain + 64 (NSExtensionMain.m:23)
27  libdyld.dylib                 0x000000018312856c start + 4


Thread 1:
0   libsystem_pthread.dylib       0x000000018336ab68 start_wqthread + 0


Thread 2:
0   libsystem_kernel.dylib         0x0000000183258d80 __workq_kernreturn + 8
1   libsystem_pthread.dylib       0x000000018336aeec _pthread_wqthread + 884 (pthread.c:0)
2   libsystem_pthread.dylib       0x000000018336ab6c start_wqthread + 4


Thread 3:
0   libsystem_kernel.dylib         0x0000000183258d80 __workq_kernreturn + 8
1   libsystem_pthread.dylib       0x000000018336aeec _pthread_wqthread + 884 (pthread.c:0)
2   libsystem_pthread.dylib       0x000000018336ab6c start_wqthread + 4


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


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


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


Thread 7 name:
Thread 7:
0   libsystem_kernel.dylib         0x0000000183237568 mach_msg_trap + 8
1   libsystem_kernel.dylib         0x00000001832373e0 mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                 0x00000001836eb108 __CFRunLoopServiceMachPort + 196 (CFRunLoop.c:2613)
3   CoreFoundation                 0x00000001836e8cd4 __CFRunLoopRun + 1424 (CFRunLoop.c:2969)
4   CoreFoundation                 0x0000000183608c58 CFRunLoopRunSpecific + 436 (CFRunLoop.c:3245)
5   Foundation                     0x000000018403d594 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 304 (NSRunLoop.m:367)
6   Foundation                     0x000000018405c9ac -[NSRunLoop(NSRunLoop) runUntilDate:] + 96 (NSRunLoop.m:411)
7   UIKit                         0x000000018d8cb7a8 -[UIEventFetcher threadMain] + 136 (UIEventFetcher.m:437)
8   Foundation                     0x000000018413f0f4 __NSThread__start__ + 996 (NSThread.m:1181)
9   libsystem_pthread.dylib       0x000000018336c2b4 _pthread_body + 308 (pthread.c:740)
10  libsystem_pthread.dylib       0x000000018336c180 _pthread_start + 312 (pthread.c:799)
11  libsystem_pthread.dylib       0x000000018336ab74 thread_start + 4


Thread 8:
0   libsystem_kernel.dylib         0x00000001832375bc semaphore_timedwait_trap + 8
1   libdispatch.dylib             0x00000001830f3fe0 _dispatch_sema4_timedwait$VARIANT$armv81 + 84 (lock.c:149)
2   libdispatch.dylib             0x00000001830f484c _dispatch_semaphore_wait_slow + 72 (semaphore.c:127)
3   libdispatch.dylib             0x0000000183105710 _dispatch_worker_thread + 248 (queue.c:6179)
4   libsystem_pthread.dylib       0x000000018336c2b4 _pthread_body + 308 (pthread.c:740)
5   libsystem_pthread.dylib       0x000000018336c180 _pthread_start + 312 (pthread.c:799)
6   libsystem_pthread.dylib       0x000000018336ab74 thread_start + 4


Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x00000001cc0e5c37
    x4: 0x0000000182981afd   x5: 0x000000016f5624a0   x6: 0x000000000000006e   x7: 0x0000000000000044
    x8: 0x0000000008000000   x9: 0x0000000004000000  x10: 0x00000001833715e0  x11: 0x0000000000000003
   x12: 0xffffffffffffffff  x13: 0x0000000000000001  x14: 0x00000001831dd53f  x15: 0x0000000000000010
   x16: 0x0000000000000148  x17: 0x00000000ffffffff  x18: 0xfffffff0160dd260  x19: 0x0000000000000006
   x20: 0x00000001b4ab1b80  x21: 0x000000016f5624a0  x22: 0x0000000000000303  x23: 0x00000001b4ab1c60
   x24: 0x0000000000004f03  x25: 0x0000000000005003  x26: 0x0000000000000000  x27: 0x0000000000000000
   x28: 0x00000001d41eaa08   fp: 0x000000016f562400   lr: 0x0000000183371748
    sp: 0x000000016f5623d0   pc: 0x00000001832582e8 cpsr: 0x00000000


Binary Images:
0x10089c000 - 0x10094ffff myapp Keyboard arm64  <d4ebab89a856362b81a55457d7fd54bc> /var/containers/Bundle/Application/C75D88C4-2830-4551-A868-1F35C1D12B72/myapp.app/PlugIns/myapp Keyboard.appex/myapp Keyboard
0x1009a0000 - 0x100a17fff myappDataKit arm64  <37706d8d51643872b9b98250698976ff> /var/containers/Bundle/Application/C75D88C4-2830-4551-A868-1F35C1D12B72/myapp.app/Frameworks/myappDataKit.framework/myappDataKit
0x100a40000 - 0x100aabfff myappCommonKit arm64  <b40bcdedb4cd31d0878a88d41b5dde17> /var/containers/Bundle/Application/C75D88C4-2830-4551-A868-1F35C1D12B72/myapp.app/Frameworks/myappCommonKit.framework/myappCommonKit
0x100acc000 - 0x100b23fff myappUIKit arm64  <b1a0a4e1be393f1fa0d3462d3dc56b2d> /var/containers/Bundle/Application/C75D88C4-2830-4551-A868-1F35C1D12B72/myapp.app/Frameworks/myappUIKit.framework/myappUIKit
0x100b4c000 - 0x100b5ffff libswiftAVFoundation.dylib arm64  <b904a9162db3312ca21e8f93517c80df> /var/containers/Bundle/Application/C75D88C4-2830-4551-A868-1F35C1D12B72/myapp.app/Frameworks/libswiftAVFoundation.dylib
0x100b6c000 - 0x100b77fff libswiftCoreAudio.dylib arm64  <662d41ba3cd93f65839a3664f1ce2fc5> /var/containers/Bundle/Application/C75D88C4-2830-4551-A868-1F35C1D12B72/myapp.app/Frameworks/libswiftCoreAudio.dylib
0x100b84000 - 0x100b8ffff libswiftCoreData.dylib arm64  <92c7df678f71323b8170cee321c3a6c8> /var/containers/Bundle/Application/C75D88C4-2830-4551-A868-1F35C1D12B72/myapp.app/Frameworks/libswiftCoreData.dylib
0x100ba0000 - 0x100bdffff dyld arm64  <477a8a1f098b3a80860d656a3f4918ea> /usr/lib/dyld
0x100c3c000 - 0x100cfbfff AWSCore arm64  <4d3674bea8ef370eb4e2e7ba454f0258> /var/containers/Bundle/Application/C75D88C4-2830-4551-A868-1F35C1D12B72/myapp.app/Frameworks/AWSCore.framework/AWSCore
0x100ddc000 - 0x101157fff libswiftCore.dylib arm64  <9399792d76de34748b4496d5d3015eb7> /var/containers/Bundle/Application/C75D88C4-2830-4551-A868-1F35C1D12B72/myapp.app/Frameworks/libswiftCore.dylib
0x101258000 - 0x10125ffff libswiftCoreFoundation.dylib arm64  <bfe40b3dfe1837bbb5009f381025e07f> /var/containers/Bundle/Application/C75D88C4-2830-4551-A868-1F35C1D12B72/myapp.app/Frameworks/libswiftCoreFoundation.dylib
0x101268000 - 0x101277fff libswiftCoreGraphics.dylib arm64  <dc3bbfe65d4f3329b2754894140ba397> /var/containers/Bundle/Application/C75D88C4-2830-4551-A868-1F35C1D12B72/myapp.app/Frameworks/libswiftCoreGraphics.dylib
0x101288000 - 0x10128ffff libswiftCoreImage.dylib arm64  <bd87645763bb3d4a91ea01ddb74d22bd> /var/containers/Bundle/Application/C75D88C4-2830-4551-A868-1F35C1D12B72/myapp.app/Frameworks/libswiftCoreImage.dylib
0x101298000 - 0x10129ffff libswiftCoreMedia.dylib arm64  <a548f79e879a3ab8ae05dcb5ebc6499e> /var/containers/Bundle/Application/C75D88C4-2830-4551-A868-1F35C1D12B72/myapp.app/Frameworks/libswiftCoreMedia.dylib
0x1012ac000 - 0x1012b3fff libswiftDarwin.dylib arm64  <0a2b3149c0c834fb8e0dade27625a6a2> /var/containers/Bundle/Application/C75D88C4-2830-4551-A868-1F35C1D12B72/myapp.app/Frameworks/libswiftDarwin.dylib
0x1012c0000 - 0x1012dffff libswiftDispatch.dylib arm64  <9af40a87c38a3111afd1c247ea11f6a0> /var/containers/Bundle/Application/C75D88C4-2830-4551-A868-1F35C1D12B72/myapp.app/Frameworks/libswiftDispatch.dylib
0x1012f8000 - 0x10144ffff libswiftFoundation.dylib arm64  <7a6c628ec0373baa99a47b65bf23f9ea> /var/containers/Bundle/Application/C75D88C4-2830-4551-A868-1F35C1D12B72/myapp.app/Frameworks/libswiftFoundation.dylib
0x1014a8000 - 0x1014affff libswiftMetal.dylib arm64  <20ec95e3b8f43324bacb478bc6d7c2bd> /var/containers/Bundle/Application/C75D88C4-2830-4551-A868-1F35C1D12B72/myapp.app/Frameworks/libswiftMetal.dylib
0x1014bc000 - 0x1014c3fff libswiftObjectiveC.dylib arm64  <4455217fc1a030e6a3947ca00c8008b9> /var/containers/Bundle/Application/C75D88C4-2830-4551-A868-1F35C1D12B72/myapp.app/Frameworks/libswiftObjectiveC.dylib
0x1014d0000 - 0x1014d7fff libswiftQuartzCore.dylib arm64  <a4ca2c4ae9533a43a2cebc7e6d9d59e6> /var/containers/Bundle/Application/C75D88C4-2830-4551-A868-1F35C1D12B72/myapp.app/Frameworks/libswiftQuartzCore.dylib
0x1014e0000 - 0x1014ebfff libswiftUIKit.dylib arm64  <c642d69442c33f92ae9321cb863d89f0> /var/containers/Bundle/Application/C75D88C4-2830-4551-A868-1F35C1D12B72/myapp.app/Frameworks/libswiftUIKit.dylib
0x1014f8000 - 0x101527fff libswiftsimd.dylib arm64  <24177b58e26b39a4a3859719ac736960> /var/containers/Bundle/Application/C75D88C4-2830-4551-A868-1F35C1D12B72/myapp.app/Frameworks/libswiftsimd.dylib
0x101538000 - 0x10153ffff libswiftCloudKit.dylib arm64  <d16d2914e72a39cbbf871e6910f9fa83> /var/containers/Bundle/Application/C75D88C4-2830-4551-A868-1F35C1D12B72/myapp.app/Frameworks/libswiftCloudKit.dylib
0x10154c000 - 0x101553fff libswiftContacts.dylib arm64  <4d2381bbe1af3778bc186e68656ac807> /var/containers/Bundle/Application/C75D88C4-2830-4551-A868-1F35C1D12B72/myapp.app/Frameworks/libswiftContacts.dylib
0x10155c000 - 0x101563fff libswiftCoreLocation.dylib arm64  <a314d72442c63c868ce9502d4ccb8b95> /var/containers/Bundle/Application/C75D88C4-2830-4551-A868-1F35C1D12B72/myapp.app/Frameworks/libswiftCoreLocation.dylib
0x101570000 - 0x101577fff libswiftPhotos.dylib arm64  <1008fe0406e738d1bf5cd67fc1c4439e> /var/containers/Bundle/Application/C75D88C4-2830-4551-A868-1F35C1D12B72/myapp.app/Frameworks/libswiftPhotos.dylib
0x101580000 - 0x1015c3fff AWSCognito arm64  <cdc8270022523e1399143affefc97a54> /var/containers/Bundle/Application/C75D88C4-2830-4551-A868-1F35C1D12B72/myapp.app/Frameworks/AWSCognito.framework/AWSCognito
0x101618000 - 0x101653fff AWSSNS arm64  <1a80f82b12af333693280042c5730b37> /var/containers/Bundle/Application/C75D88C4-2830-4551-A868-1F35C1D12B72/myapp.app/Frameworks/AWSSNS.framework/AWSSNS
0x101688000 - 0x10168ffff libswiftos.dylib arm64  <0ec3ab9ad4ce3b63a2af8872c7268dd2> /var/containers/Bundle/Application/C75D88C4-2830-4551-A868-1F35C1D12B72/myapp.app/Frameworks/libswiftos.dylib
0x182906000 - 0x182907fff libSystem.B.dylib arm64  <a9f67ca8b7963c699078236267472fb0> /usr/lib/libSystem.B.dylib
0x182908000 - 0x182961fff libc++.1.dylib arm64  <aee157a049663aa88c4e928768cfd553> /usr/lib/libc++.1.dylib
0x182962000 - 0x182982fff libc++abi.dylib arm64  <b4f54419327f3bfea747549b84dad328> /usr/lib/libc++abi.dylib
0x182984000 - 0x18303ffff libobjc.A.dylib arm64  <3a9d464322eb3285bc88fabf7cec20ed> /usr/lib/libobjc.A.dylib
0x183040000 - 0x183044fff libcache.dylib arm64  <474a695498903419b648b834067fac4e> /usr/lib/system/libcache.dylib
0x183045000 - 0x183050fff libcommonCrypto.dylib arm64  <f3a95fbdb7a037879160ae9e0ee14c37> /usr/lib/system/libcommonCrypto.dylib
0x183051000 - 0x183054fff libcompiler_rt.dylib arm64  <502de73c3e0c3ba78280e6164fe5728c> /usr/lib/system/libcompiler_rt.dylib
0x183055000 - 0x18305cfff libcopyfile.dylib arm64  <b8c962560a1b3b639d562541d32f5960> /usr/lib/system/libcopyfile.dylib
0x18305d000 - 0x1830c0fff libcorecrypto.dylib arm64  <db41a416fa083812bcafad6b888b152e> /usr/lib/system/libcorecrypto.dylib
0x1830c1000 - 0x183126fff libdispatch.dylib arm64  <37135142d2043b5492d7a49be678b9ae> /usr/lib/system/libdispatch.dylib
0x183127000 - 0x183141fff libdyld.dylib arm64  <4f57dfca63a93930a57d2cea89307b01> /usr/lib/system/libdyld.dylib
0x183142000 - 0x183142fff liblaunch.dylib arm64  <ca90373a022d3c38ac7ecd736c13bf9b> /usr/lib/system/liblaunch.dylib
0x183143000 - 0x183148fff libmacho.dylib arm64  <25640409947b3e20b1135068c80d8609> /usr/lib/system/libmacho.dylib
0x183149000 - 0x18314afff libremovefile.dylib arm64  <848fca02e8d930fd8659eb188d9bcedd> /usr/lib/system/libremovefile.dylib
0x18314b000 - 0x183162fff libsystem_asl.dylib arm64  <255a36a954553a278ef2c8711ab62532> /usr/lib/system/libsystem_asl.dylib
0x183163000 - 0x183163fff libsystem_blocks.dylib arm64  <cbdfd75e23c43610991dc81d325587ea> /usr/lib/system/libsystem_blocks.dylib
0x183164000 - 0x1831e1fff libsystem_c.dylib arm64  <2c43d27314963feb8966491ea64cf5a9> /usr/lib/system/libsystem_c.dylib
0x1831e2000 - 0x1831e6fff libsystem_configuration.dylib arm64  <897ce699a6d73797810d7fe5ceef37d7> /usr/lib/system/libsystem_configuration.dylib
0x1831e7000 - 0x1831ecfff libsystem_containermanager.dylib arm64  <ae270ac5b9613cfcb5a6ada4520b8a8b> /usr/lib/system/libsystem_containermanager.dylib
0x1831ed000 - 0x1831eefff libsystem_coreservices.dylib arm64  <c897206125f13042a7f62767de020ae9> /usr/lib/system/libsystem_coreservices.dylib
0x1831ef000 - 0x1831f0fff libsystem_darwin.dylib arm64  <fc17590f3b6f3e2280aa164fe705e624> /usr/lib/system/libsystem_darwin.dylib
0x1831f1000 - 0x1831f7fff libsystem_dnssd.dylib arm64  <2fdef17227d13f49929b104ec635667c> /usr/lib/system/libsystem_dnssd.dylib
0x1831f8000 - 0x183235fff libsystem_info.dylib arm64  <c20c44a2d57b330f9931ba840195ee45> /usr/lib/system/libsystem_info.dylib
0x183236000 - 0x18325efff libsystem_kernel.dylib arm64  <6ca465bb9c013f9ab3fb24dd16418142> /usr/lib/system/libsystem_kernel.dylib
0x18325f000 - 0x18328cfff libsystem_m.dylib arm64  <a75c726ec49b3f48b83593be165afcfa> /usr/lib/system/libsystem_m.dylib
0x18328d000 - 0x1832a7fff libsystem_malloc.dylib arm64  <cce71425b3483c5fa3718246e8e27ed2> /usr/lib/system/libsystem_malloc.dylib
0x1832a8000 - 0x183348fff libsystem_network.dylib arm64  <cac262c32d6938abb9075481187087c4> /usr/lib/system/libsystem_network.dylib
0x183349000 - 0x183354fff libsystem_networkextension.dylib arm64  <40f740c2ec9b37cebe6043eecbd1927d> /usr/lib/system/libsystem_networkextension.dylib
0x183355000 - 0x18335ffff libsystem_notify.dylib arm64  <c204b6b2ef2d38669fb985bc64f26a6b> /usr/lib/system/libsystem_notify.dylib
0x183360000 - 0x183369fff libsystem_platform.dylib arm64  <1fd32dd6f1da3029ae0fe5875eaceb94> /usr/lib/system/libsystem_platform.dylib
0x18336a000 - 0x183379fff libsystem_pthread.dylib arm64  <2f9b440f88eb3cedb786b4b98586d78f> /usr/lib/system/libsystem_pthread.dylib
0x18337a000 - 0x18337dfff libsystem_sandbox.dylib arm64  <001e1a85480c3b07b93861fe7e69843b> /usr/lib/system/libsystem_sandbox.dylib
0x18337e000 - 0x183385fff libsystem_symptoms.dylib arm64  <56e7c311193139968b729073897fbdc6> /usr/lib/system/libsystem_symptoms.dylib
0x183386000 - 0x183399fff libsystem_trace.dylib arm64  <8b98d3487b6e3b72863670eb57c3b4ff> /usr/lib/system/libsystem_trace.dylib
0x18339a000 - 0x18339ffff libunwind.dylib arm64  <a9da0d0735093dc38005623608c0f71e> /usr/lib/system/libunwind.dylib
0x1833a0000 - 0x1833a0fff libvminterpose.dylib arm64  <c1577063af17384b8091f9923960a1f1> /usr/lib/system/libvminterpose.dylib
0x1833a1000 - 0x1833cbfff libxpc.dylib arm64  <1732d812fa793d159965e668759a42df> /usr/lib/system/libxpc.dylib
0x1833cc000 - 0x1835edfff libicucore.A.dylib arm64  <32c272e1e9f735aba4c16a17580f13e3> /usr/lib/libicucore.A.dylib
0x1835ee000 - 0x1835fffff libz.1.dylib arm64  <c402ff63470b34df8634f2078cd151e1> /usr/lib/libz.1.dylib
0x183600000 - 0x183995fff CoreFoundation arm64  <846f4b1542383c98991c1314902e3d72> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x183996000 - 0x1839a6fff libbsm.0.dylib arm64  <b7a56e43a852351d8a2dab94c7fc04e6> /usr/lib/libbsm.0.dylib
0x1839a7000 - 0x1839a7fff libenergytrace.dylib arm64  <6adeca3b70ed33dda70a16353c5ef6ce> /usr/lib/libenergytrace.dylib
0x1839a8000 - 0x183a2dfff IOKit arm64  <938f5f32ece43551a651b777bd44d431> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x183a2e000 - 0x183b17fff libxml2.2.dylib arm64  <33530216f58333d993d4acb846c63aac> /usr/lib/libxml2.2.dylib
0x183b18000 - 0x183b25fff libbz2.1.0.dylib arm64  <35c6ddde076638589f755656ac0058ce> /usr/lib/libbz2.1.0.dylib
0x183b26000 - 0x183b3efff liblzma.5.dylib arm64  <7d5815f117103d15a67fd30b3375b11b> /usr/lib/liblzma.5.dylib
0x183b3f000 - 0x183c9cfff libsqlite3.dylib arm64  <eac933b033d43444ae182e2d7de6137f> /usr/lib/libsqlite3.dylib
0x183c9d000 - 0x183cc3fff libMobileGestalt.dylib arm64  <dc43249a916a3294a98ae31871591dd9> /usr/lib/libMobileGestalt.dylib
0x183cc4000 - 0x184030fff CFNetwork arm64  <1b8095865d8a3b84a9cbe0d5d0354fc1> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x184031000 - 0x18432cfff Foundation arm64  <dad046ce90513de69c6ca86d7184b7c2> /System/Library/Frameworks/Foundation.framework/Foundation
0x18432d000 - 0x18441bfff Security arm64  <11c28a235f0d34a483d4c0c6d3a72617> /System/Library/Frameworks/Security.framework/Security
0x18441c000 - 0x184488fff SystemConfiguration arm64  <e4021e13feec30af8e612a49060b1ad1> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x184489000 - 0x1844bffff libCRFSuite.dylib arm64  <faed949ffe90353091a2916aef415302> /usr/lib/libCRFSuite.dylib
0x1844c0000 - 0x1844c0fff libapple_crypto.dylib arm64  <7b69ce788b6f3bd581d76b857760c614> /usr/lib/libapple_crypto.dylib
0x1844c1000 - 0x1844d7fff libapple_nghttp2.dylib arm64  <ff88135792b639679509b309f0c0cad9> /usr/lib/libapple_nghttp2.dylib
0x1844d8000 - 0x184501fff libarchive.2.dylib arm64  <957aea53942d3afc91420044f6ae5112> /usr/lib/libarchive.2.dylib
0x184502000 - 0x1845b3fff libboringssl.dylib arm64  <a515a4c41d7337dd85ed1db0cb3d1a09> /usr/lib/libboringssl.dylib
0x1845b4000 - 0x1845cbfff libcoretls.dylib arm64  <c2287d06413f32c2aee0e6c3313d98c7> /usr/lib/libcoretls.dylib
0x1845cc000 - 0x1845cdfff libcoretls_cfhelpers.dylib arm64  <79276edd953836b698947c5db28c83ad> /usr/lib/libcoretls_cfhelpers.dylib
0x1845ce000 - 0x1845cffff liblangid.dylib arm64  <11d94ede5ab1300a820d96e3374f53fa> /usr/lib/liblangid.dylib
0x1845d0000 - 0x1846a3fff libnetwork.dylib arm64  <e4a37ecffec3327bb37e3fd427c92b87> /usr/lib/libnetwork.dylib
0x1846a4000 - 0x1846d6fff libpcap.A.dylib arm64  <419a8dd2325a326c81b4b02d849ce562> /usr/lib/libpcap.A.dylib
0x1846d7000 - 0x18470bfff libusrtcp.dylib arm64  <227ec64866e53676828e76f89c1e4928> /usr/lib/libusrtcp.dylib
0x18470c000 - 0x184715fff IOSurface arm64  <76764bfa34e8365e8263c8ec57868e70> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x184716000 - 0x1847bbfff libBLAS.dylib arm64  <05ecdd31f9573a069c0e8b3d610bbc3f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1847bc000 - 0x184aebfff libLAPACK.dylib arm64  <3e55f73c8a4c329d8bb7f5e58ed687c3> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x184aec000 - 0x184d58fff vImage arm64  <7fabce5d1fe83c38aa998440146eb09b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x184d59000 - 0x184d6afff libSparseBLAS.dylib arm64  <88335b280db13b3d812ee89998bc363c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x184d6b000 - 0x184d8ffff libvMisc.dylib arm64  <20da313fe2343db189a04c72928eb120> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x184d90000 - 0x184dbafff libBNNS.dylib arm64  <19481dd658fb3f949cc1874250cfead5> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x184dbb000 - 0x184dd0fff libLinearAlgebra.dylib arm64  <0f6e8d5a7dd8384ebb8a873c2caa7ad7> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x184dd1000 - 0x184dd5fff libQuadrature.dylib arm64  <124a57c41e3e3956b46e10d49ddf8fe1> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x184dd6000 - 0x184e2cfff libSparse.dylib arm64  <c7def66b4a4c3f29b55fcbdcf881e3f2> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x184e2d000 - 0x184ea5fff libvDSP.dylib arm64  <4bf846f47a0e309db93bbbc791720463> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x184ea6000 - 0x184ea6fff vecLib arm64  <86cdd48d842334dd831b1fc0e2b0270f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x184ea7000 - 0x184ea7fff Accelerate arm64  <01d515c3376c332799f14694934ed70b> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x184ea8000 - 0x184ebdfff libcompression.dylib arm64  <b1a3a8c4b3a6301da874dc2af4a50920> /usr/lib/libcompression.dylib
0x184ebe000 - 0x185402fff CoreGraphics arm64  <1d111fedd821351f8d22fe4f2840719a> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x185403000 - 0x185408fff IOAccelerator arm64  <ff13ef43a6f73cdaa52ce9abae404d3c> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x185409000 - 0x18540efff libCoreFSCache.dylib arm64  <ac1882646b0c3cccb69dfc5246995396> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x18540f000 - 0x1854a9fff Metal arm64  <5810b5432e4c34cf9f254b60f64e5e89> /System/Library/Frameworks/Metal.framework/Metal
0x1854aa000 - 0x1854bdfff GraphicsServices arm64  <208776c1b0a73cb4827546b47cdfca63> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1854be000 - 0x185616fff MobileCoreServices arm64  <ceed55b6a3083c1b93152daff0cc2ab5> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x185617000 - 0x185619fff IOSurfaceAccelerator arm64  <4feb745bfd323a0da4357d5fc65f54b2> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x18561a000 - 0x18565bfff AppleJPEG arm64  <823dea35af383cf987bdd6d2b653d41f> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x18565c000 - 0x185c0cfff ImageIO arm64  <090201d1811b3083b64c89e1c9694585> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x185c0d000 - 0x185c71fff BaseBoard arm64  <5c05976a04053b179505341ce299f130> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x185c72000 - 0x185c89fff AssertionServices arm64  <eac3dcdc35103304b3dc72ce0c8a0a07> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x185c8a000 - 0x185c92fff CorePhoneNumbers arm64  <3f42ae84ea833c52b8cd522108d259b2> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x185c93000 - 0x185cd7fff AppSupport arm64  <ac0c26eabc2e3737b4b0f6e524f9c54f> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x185cd8000 - 0x185cf0fff CrashReporterSupport arm64  <28a3b2eac04b3ec482639475186d309c> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x185cf1000 - 0x185cf6fff AggregateDictionary arm64  <60d5c87dbe3e3c48a3e0b91ae2cad9e7> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x185cf7000 - 0x185d78fff libTelephonyUtilDynamic.dylib arm64  <46d5ede9f7fe338c97671721fbad60cc> /usr/lib/libTelephonyUtilDynamic.dylib
0x185d79000 - 0x185d98fff ProtocolBuffer arm64  <8963290d47123204921f70ae9bb9612a> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x185d99000 - 0x185dc4fff MobileKeyBag arm64  <d8ce3418ab5b3832906e77aa9e3c9aad> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x185dc5000 - 0x185df9fff BackBoardServices arm64  <2b30bebf7da7379db6b6538ca533fd6b> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x185dfa000 - 0x185e55fff FrontBoardServices arm64  <5bff8665f950326a8ad86be07a66a48a> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x185e56000 - 0x185e92fff SpringBoardServices arm64  <415fae0b30393d0d92bf23dc22de21c4> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x185e93000 - 0x185ea1fff PowerLog arm64  <83c23c8e972438b79e688c4d455b1b5e> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x185ea2000 - 0x185ebffff CommonUtilities arm64  <dcd92acd9a14345e9b63801706e4a82e> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x185ec0000 - 0x185ecbfff liblockdown.dylib arm64  <2fec7d5a759c32f293936f78220c1fc4> /usr/lib/liblockdown.dylib
0x185ecc000 - 0x1861cefff CoreData arm64  <b972e9f8b7de3a568acb4ed8216f0b76> /System/Library/Frameworks/CoreData.framework/CoreData
0x1861cf000 - 0x1861d5fff TCC arm64  <06384f9076eb3e06a7d2a883d6007b3d> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1861d6000 - 0x1861ddfff libcupolicy.dylib arm64  <e6b23e36e1a335ad974f6b35ba2b033b> /usr/lib/libcupolicy.dylib
0x1861de000 - 0x18626afff CoreTelephony arm64  <e63112dd995a333ca54d3f6d60ae18c7> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x18626b000 - 0x1862c1fff Accounts arm64  <3f8159d915823051a17536c6b21e81a9> /System/Library/Frameworks/Accounts.framework/Accounts
0x1862c2000 - 0x1862ebfff AppleSauce arm64  <4b81009f219e3f3794d3ff93ddcd0547> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1862ec000 - 0x1862f4fff DataMigration arm64  <e98907cbf67e35ca998fab8c64f92eea> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x1862f5000 - 0x1862fbfff Netrb arm64  <9f8ebcf99af53a7087add608b6fb9c2a> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1862fc000 - 0x18632ffff PersistentConnection arm64  <c00b010864ca32d78dadbf487d8fb9f7> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x186330000 - 0x186341fff libmis.dylib arm64  <1885af6da98d3997abff70b062548010> /usr/lib/libmis.dylib
0x186342000 - 0x186442fff ManagedConfiguration arm64  <b37e31dfe0b4340f86d707d09f210545> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x186443000 - 0x186448fff libReverseProxyDevice.dylib arm64  <d6cfe7cabd433fe5a8bd77fba606479a> /usr/lib/libReverseProxyDevice.dylib
0x186449000 - 0x18645afff libamsupport.dylib arm64  <48a69db1f895324d8debac434913a4e5> /usr/lib/libamsupport.dylib
0x18645b000 - 0x186460fff libCoreVMClient.dylib arm64  <017bacb6b7e83fdda154764e0492358a> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x186461000 - 0x186462fff libCVMSPluginSupport.dylib arm64  <79591b228c133dc7a93fcdb529f5c1c9> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x186463000 - 0x186466fff libutil.dylib arm64  <b82455fcf10c34ddbe0871d7e6998071> /usr/lib/libutil.dylib
0x186467000 - 0x1864a8fff libGLImage.dylib arm64  <9ac83085267733acb9bc652dd70dcc2d> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1864a9000 - 0x186519fff APFS arm64  <a56b1bb534613a6da50d098073bfe7a7> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x18651a000 - 0x18654bfff MediaKit arm64  <3b199804d91e3afcb08a2698062cff65> /System/Library/PrivateFrameworks/MediaKit.framework/MediaKit
0x18654c000 - 0x186564fff libSERestoreInfo.dylib arm64  <25abfa4121b03a25b5422fa6ba16b695> /usr/lib/updaters/libSERestoreInfo.dylib
0x186569000 - 0x1865a5fff DiskImages arm64  <c78798bf47263e8d8ba1403fa9753a41> /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages
0x1865a6000 - 0x1865b0fff libGFXShared.dylib arm64  <425823fa3f663785af7e7e72e74a2eee> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1865b1000 - 0x1865f7fff libauthinstall.dylib arm64  <51c4aba4fa7f376dbee944ee466f56c1> /usr/lib/libauthinstall.dylib
0x1865f8000 - 0x186600fff IOMobileFramebuffer arm64  <e77d0723d9ca3bd49aed5354023ac013> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x186601000 - 0x18660cfff OpenGLES arm64  <e2869e8b79a63c9ca81291d5a6714ef6> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x18660d000 - 0x186694fff ColorSync arm64  <174c246784a4333db343d29ca59affcb> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x186695000 - 0x1866bffff CoreVideo arm64  <69c63a3d198a34de9f343ad8e8181059> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1866c0000 - 0x1866c1fff libCTGmyappnTeaLogger.dylib arm64  <e5ad1c68080134edaf25ccea03e08a52> /usr/lib/libCTGmyappnTeaLogger.dylib
0x1866c2000 - 0x186824fff CoreAudio arm64  <7ad95e096a253ff58b74a03e3f252a4e> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x186825000 - 0x186853fff CoreAnalytics arm64  <be12a86b5538303fadce7fb5cac04ff5> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x186854000 - 0x186857fff UserFS arm64  <52342f6a8e273c7391e327deb2ab82e4> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
0x186858000 - 0x1869cbfff CoreMedia arm64  <ac554e80365734d88d03dc363716a637> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x1869cc000 - 0x1869defff libprotobuf-lite.dylib arm64  <2ed5fd0c82f8337b96e17a7b1846b878> /usr/lib/libprotobuf-lite.dylib
0x1869df000 - 0x186a43fff libprotobuf.dylib arm64  <0a967243387e32aeb31a8b5ceeac3718> /usr/lib/libprotobuf.dylib
0x186a44000 - 0x186d21fff libAWDSupportFramework.dylib arm64  <db0f4644d45938e39bdace7ecc5c6eeb> /usr/lib/libAWDSupportFramework.dylib
0x186d22000 - 0x186d68fff WirelessDiagnostics arm64  <903eca346b9a357eb9d6939c5a2da02d> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x186d69000 - 0x186e21fff ************ arm64  <d18b9ae1333e3227806dea21be49a8d2> /System/Library/Frameworks/************.framework/************
0x186e22000 - 0x186f2dfff libFontParser.dylib arm64  <d502b1402ada3abfb17dd35e3b6ccfd3> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x186f2e000 - 0x186f2ffff FontServices arm64  <0c499009fcb931d18cf6bfdc1af51684> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x186f30000 - 0x18707ffff CoreText arm64  <3cb200fd11ab3102b01a9aab2730a871> /System/Library/Frameworks/CoreText.framework/CoreText
0x187080000 - 0x18708ffff IntlPreferences arm64  <407354c5c0f03388a2e8ef921d092bf2> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x187090000 - 0x187098fff RTCReporting arm64  <2710371c2d763bde99c5e3ce763cebf9> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x187099000 - 0x187107fff CoreBrightness arm64  <ac737e260dda338687d75091a549cbe7> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x187108000 - 0x187113fff libAudioStatistics.dylib arm64  <f144e9f449f0366d903c07dc7042e1bb> /usr/lib/libAudioStatistics.dylib
0x187114000 - 0x187664fff AudioToolbox arm64  <32fc6cb60ab531a892ee7db6030dcee9> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x187665000 - 0x187895fff QuartzCore arm64  <0e7efded7b69323094142d876969c3ff> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x187896000 - 0x1878a1fff MediaAccessibility arm64  <c08f2d8d22ad32e696bbfe19c1f00132> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1878a2000 - 0x187994fff libiconv.2.dylib arm64  <28fec549f7f6396483fb3b04c800adcb> /usr/lib/libiconv.2.dylib
0x187995000 - 0x1879b1fff NetworkStatistics arm64  <67dd3f90fc933567af5f336e36a3f69a> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x1879b2000 - 0x1879c7fff MPSCore arm64  <2b8da25dee323cb0871eb5839266c6b1> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1879c8000 - 0x187a2cfff MPSImage arm64  <c54b04d27c9639958942abdf2b0aa21a> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x187a2d000 - 0x187a4dfff MPSMatrix arm64  <7f20afd02853372eaeac3604ab798ca9> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x187a4e000 - 0x187a5cfff CoreAUC arm64  <24c1f952294f3d769d3b2d3d3df002f9> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x187a5d000 - 0x1880e2fff MediaToolbox arm64  <a6ee11cab3b83741ba23824098c0765d> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x1880e3000 - 0x1881a9fff MPSNeuralNetwork arm64  <e9b49812899e39b98e4f16b1e4929859> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1881aa000 - 0x1881aafff MetalPerformanceShaders arm64  <968c8d8650a6345e99c11a24d4908a14> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1881ab000 - 0x1885defff FaceCore arm64  <ce35d4571e5032258ca94f23e53a1a16> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1885df000 - 0x1885ecfff GraphVisualizer arm64  <9731b1a2362e35e5b47495a6f4a49d31> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1885ed000 - 0x188792fff libFosl_dynamic.dylib arm64  <8dade3ca46eb36ba918cabaae25e7279> /usr/lib/libFosl_dynamic.dylib
0x188793000 - 0x1889f8fff CoreImage arm64  <708015be329e31eabd93df07dec18a17> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x1889f9000 - 0x188be7fff CoreMotion arm64  <168555a078273fb090092d49d26d931a> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x188be8000 - 0x188c16fff CoreBluetooth arm64  <98a36c47a17f3e10ac4fbf0b64ba5e96> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x188c17000 - 0x188c39fff PlugInKit arm64  <9a0fc8c71da23cbaac48ef7266d3b164> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x188c3a000 - 0x188e64fff ********* arm64  <b7db9c6fd6c93fd9b6e11e7b453d9a8d> /System/Library/PrivateFrameworks/*********.framework/*********
0x188e65000 - 0x188ee7fff Quagga arm64  <311b83d6d2f338d586facf10f1a90cd2> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x188ee8000 - 0x188fe1fff AVFAudio arm64  <96ab57ad22ea36f5ad3c8718c1ab8764> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x188fe2000 - 0x1891d0fff AVFoundation arm64  <48a63876248b347bb20e36798bc04115> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x1891d1000 - 0x1891f4fff CacheDelete arm64  <4376983fcac03a6f9a5a2e244d96a699> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x1891f5000 - 0x18921afff StreamingZip arm64  <dacb59888b7f31a39e95cf0ea3a741ef> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x18921b000 - 0x18922cfff Comyappmoji arm64  <0fed33cbda37338b9a43e1ef58c8e0f2> /System/Library/PrivateFrameworks/Comyappmoji.framework/Comyappmoji
0x18922d000 - 0x18927bfff CoreLocationProtobuf arm64  <0bda60fa58b13f409cd272342665fd89> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x18927c000 - 0x189283fff SymptomDiagnosticReporter arm64  <c1f54dbc49c53abbbe651644b610c4b0> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x189284000 - 0x189b85fff GeoServices arm64  <764874763fc63346a6d438c2a8328fab> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x189b86000 - 0x189b9dfff MobileAsset arm64  <4c1572513f59389e84081a755103547b> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x189b9e000 - 0x189bdffff Lexicon arm64  <3de08451c03d3ad082074fd27e7647d4> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x189be0000 - 0x189bf0fff libcmph.dylib arm64  <8b492aa79dc5318481752d5cba68e84b> /usr/lib/libcmph.dylib
0x189bf1000 - 0x189d0dfff LanguageModeling arm64  <a0b0121d2e253a4993a81f1052d1aa2c> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x189d0e000 - 0x189d25fff libmarisa.dylib arm64  <948c4447eef032a2bd7fdb0d5860359c> /usr/lib/libmarisa.dylib
0x189d26000 - 0x189dc0fff CoreLocation arm64  <c081a6fe64d532408da8f7a9d5e0e9da> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x189dc1000 - 0x189dc1fff PhoneNumbers arm64  <a379685eef203ca7b1aa057fd8218ddb> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x189dc2000 - 0x189dcdfff libChineseTokenizer.dylib arm64  <54b3896b7e3c37d7a2aa5cd17ea3b4fd> /usr/lib/libChineseTokenizer.dylib
0x189dce000 - 0x189e7bfff libmecab_em.dylib arm64  <0a7c2fd4dd613449a0bdae35e1c05621> /usr/lib/libmecab_em.dylib
0x189e7c000 - 0x189e7dfff libThaiTokenizer.dylib arm64  <05630da4695731c2a45c765e3f71b1fe> /usr/lib/libThaiTokenizer.dylib
0x189e7e000 - 0x189e82fff libgermantok.dylib arm64  <b61ca93824353a36954523113f1be1a4> /usr/lib/libgermantok.dylib
0x189e83000 - 0x189edbfff CoreNLP arm64  <631fdf115f0c3047a3ca6dd7b28c073b> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x189edc000 - 0x18a09afff MobileSpotlightIndex arm64  <cd13d8305e4230e6b001ff9d173470c3> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x18a107000 - 0x18ab3cfff JavaScriptCore arm64  <e5e2cd24ee8e39a5908c7512a93dbc4f> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x18ab3d000 - 0x18ab42fff libheimdal-asn1.dylib arm64  <1dc1aa4421fe3ddea53a07080c5058c6> /usr/lib/libheimdal-asn1.dylib
0x18ab43000 - 0x18abbdfff libate.dylib arm64  <bb4173dd632f3d9baf425608ec3ad1a7> /usr/lib/libate.dylib
0x18abbe000 - 0x18ac60fff TextureIO arm64  <d5473c10ba4c31f29814c5940d66f041> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x18ac61000 - 0x18ad2bfff CoreUI arm64  <8e5892440df03a3f9342ba386f3c8012> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x18ad2c000 - 0x18ad35fff MobileIcons arm64  <8d72c789b63c3d9eb0236814a909a473> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x18ad45000 - 0x18ad9efff TextInput arm64  <5e1c89ec1e1c310caa79b707ee359048> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x18adfe000 - 0x18ae93fff FileProvider arm64  <81d2b19a8fe03251acd4b816dfd08908> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x18b06d000 - 0x18b081fff libAccessibility.dylib arm64  <04185c7e9c1e340da5c2bccb2ca2b1af> /usr/lib/libAccessibility.dylib
0x18b082000 - 0x18b4dafff libwebrtc.dylib arm64  <9c780252d56939d1bc15e93523a790a2> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x18b4db000 - 0x18b53bfff ContactsFoundation arm64  <3424e3697ab4310fa1d425d04888768e> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x18b53c000 - 0x18c959fff WebCore arm64  <efe4ff69a90238958ea8d3cfe946c772> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x18c95a000 - 0x18cacdfff WebKitLegacy arm64  <3806037d085136809a33f0fd56b200e2> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x18cace000 - 0x18caf6fff DataAccessExpress arm64  <14e9e1270dca3e0c90bf867c08dbc188> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x18caf7000 - 0x18cb8ffff AddressBookLegacy arm64  <fe457d495a9635fb95e1a6634647e058> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x18cb90000 - 0x18cbe7fff ProtectedCloudStorage arm64  <b1c62916dfa63e219fa7b3fe96680790> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x18cbe8000 - 0x18cc14fff UserNotifications arm64  <1acc9bc755ae33708ad7a5eeadf6b8ec> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x18cc15000 - 0x18cc20fff AppleIDAuthSupport arm64  <ecb924f2b727397ead08fd2c129b872c> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x18cc21000 - 0x18cc6ffff AuthKit arm64  <b6db54b7c02433bd953d11d17cff6724> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x18cc9a000 - 0x18ccedfff DocumentManager arm64  <6753460517ce35f1a33d34fe9819ca81> /System/Library/Frameworks/UIKit.framework/Frameworks/DocumentManager.framework/DocumentManager
0x18ccee000 - 0x18dd73fff UIKit arm64  <1ae0c6d9279b3ac4a7e10bf3a63a0692> /System/Library/Frameworks/UIKit.framework/UIKit
0x18dd74000 - 0x18dd85fff DocumentManagerCore arm64  <051e2c78e43f3700af20321c6e289322> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x18dd86000 - 0x18dd8afff HangTracer arm64  <f66e4e75e8073b9290d9723d324edb88> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x18dd8b000 - 0x18ddddfff PhysicsKit arm64  <469bfd49cb5636da8a84d78ba983642c> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x18ddde000 - 0x18dde0fff StudyLog arm64  <9b3ba7d0a1dd3b1da0b003c214cfc816> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x18dde1000 - 0x18dec1fff UIFoundation arm64  <fa727d25bd7432f3afe426784ff9cdd1> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x18dec2000 - 0x18dfcefff CloudKit arm64  <386b94a754bf31489efb35138c200122> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x18dfcf000 - 0x18dfcffff IntentsFoundation arm64  <5efb8e90072f34a490bd2329291d416b> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x18dfd0000 - 0x18e099fff Network arm64  <64b464c46498305a8f6d0522bf0e112b> /System/Library/PrivateFrameworks/Network.framework/Network
0x18e09a000 - 0x18e2a4fff Intents arm64  <5964d059def33218a84a588e74da3b47> /System/Library/Frameworks/Intents.framework/Intents
0x18e2a5000 - 0x18e2c0fff libresolv.9.dylib arm64  <1243b6c2a9b93b79898311cb8d37d87a> /usr/lib/libresolv.9.dylib
0x18e2c1000 - 0x18e2c3fff CoreDuetDebugLogging arm64  <2fe962b39bad35db8e01cb063b4801fa> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x18e2c4000 - 0x18e2f8fff libtidy.A.dylib arm64  <f8dae748d73237b985dd34f9ef9f953f> /usr/lib/libtidy.A.dylib
0x18e2f9000 - 0x18e423fff CoreDuet arm64  <61357701c05f3f518a28040df994ab13> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x18e424000 - 0x18e442fff CoreDuetContext arm64  <2330b26c7ae03b6ca8b867f1f3d0564f> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x18e443000 - 0x18e457fff CoreDuetDaemonProtocol arm64  <ae9ef5d9815c38449f169224df9eaca0> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x18e458000 - 0x18e4c3fff IMFoundation arm64  <d3353950621838d490f40b99c9b3938d> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x18e4c4000 - 0x18e4f2fff vCard arm64  <b0a50e4baac93faa8dcdeb7d37e521d1> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x18e4f3000 - 0x18e5fefff Contacts arm64  <4e8acc9e76de3e49a6264964058223e4> /System/Library/Frameworks/Contacts.framework/Contacts
0x18e5ff000 - 0x18e600fff DiagnosticLogCollection arm64  <868f71f0b2aa3e77ae0fbc881da8824b> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x18e601000 - 0x18e602fff Marco arm64  <a5bf7b237fe03c74827f71f4e3906931> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x18e603000 - 0x18e609fff MessageProtection arm64  <27ac5b0a0ff6361a840ddb5a7dfadefc> /System/Library/PrivateFrameworks/MessageProtection.framework/MessageProtection
0x18e60a000 - 0x18e911fff StoreServices arm64  <8f777fee8a9530fc9c4b43684ad4d234> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x18e912000 - 0x18e92afff Engram arm64  <59677e690b3a3387929dad283df7f85e> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x18e92b000 - 0x18ea1efff IDSFoundation arm64  <1bedc7b637f73fc1bbc4701d35b0e6a6> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x18ea1f000 - 0x18ea2afff CaptiveNetwork arm64  <df3851b5c19c309aaa816d5d18786725> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x18ea2b000 - 0x18ea59fff EAP8021X arm64  <07ed8ba71dfd3b37a89f087bd86aae77> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x18ea5a000 - 0x18ea94fff MobileWiFi arm64  <195c28c5b8063e41a86bf3d69c2d4326> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x18ea95000 - 0x18ea97fff OAuth arm64  <ec25f1595c163219b07d21a1ebdb902a> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x18ea98000 - 0x18ea9afff CommonAuth arm64  <35c1af3f71213eaeb19292fda822e67a> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x18ea9b000 - 0x18eb09fff Heimdal arm64  <e5b00f9b8da530ff8873847e51fb7d5e> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x18eb0a000 - 0x18eb33fff GSS arm64  <49ce418d6af83ca6ad95622c72ba2a3e> /System/Library/Frameworks/GSS.framework/GSS
0x18eb34000 - 0x18eb4bfff ApplePushService arm64  <c846a36a730e38ce995323de7421321f> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x18eb4c000 - 0x18ebe4fff AccountsDaemon arm64  <895c85d305053712b0d7406f7eafe014> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x18ebe5000 - 0x18ec03fff AppleIDSSOAuthentication arm64  <a2ad71e90a133bbbaeab3ab0d1ff4ff7> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x18ec04000 - 0x18ec76fff AppleAccount arm64  <e6e0016bf2433e37b360703136de0b53> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x18ec77000 - 0x18ed8afff CoreUtils arm64  <60f3ca25f0a5369893147fc45c863105> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x18ed8b000 - 0x18eea4fff IDS arm64  <87745652d06236e4b5ab2a5547274ea4> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x18f038000 - 0x18f04efff UserManagement arm64  <fa80a3eee8ed3df3a9b0621a317b41b5> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x18f177000 - 0x18f1c8fff ChunkingLibrary arm64  <e85704a007ca308caa3ebe9ba2bc48cd> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x18f1c9000 - 0x18f1d5fff libnetworkextension.dylib arm64  <5588ba0ea8953ab09cfcc7c302e7e5e1> /usr/lib/libnetworkextension.dylib
0x18ffd3000 - 0x190168fff NetworkExtension arm64  <e5e705b8ca49395eb7de42183bb1be6a> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x190605000 - 0x190635fff GLKit arm64  <01849b737ba73695ae5e77dc0585bd19> /System/Library/Frameworks/GLKit.framework/GLKit
0x19071b000 - 0x190722fff AssetCacheServices arm64  <62e20f91e12536a4bd1822aa9a2cf83e> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x190723000 - 0x1907ddfff NetworkServiceProxy arm64  <16bed150dad93f18ae29fe03ce26db85> /System/Library/PrivateFrameworks/NetworkServiceProxy.framework/NetworkServiceProxy
0x1907de000 - 0x1908d3fff MMCS arm64  <67c800f5201938409716ecd862a6ae9c> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x1909f2000 - 0x190a1ffff PhotosFormats arm64  <a866d1c5ee7f3c15b7059a5d868cdff8> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x190b0f000 - 0x190c2dfff CloudPhotoLibrary arm64  <bcaf1aa4549c3b53b4e58de43292ca08> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x190d13000 - 0x190d3dfff AssetsLibraryServices arm64  <4724292bf9ce39bab1b420083200bb54> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x190d3e000 - 0x190d72fff ACTFramework arm64  <44708ab553533895a7e953bc8557c321> /System/Library/PrivateFrameworks/ACTFramework.framework/ACTFramework
0x190d73000 - 0x190d93fff DCIMServices arm64  <b4a2a6ad3d98322da1cfffcb5adb6827> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x190d94000 - 0x190ecefff CoreMediaStream arm64  <b7573151e7ba37d9ac85911f07c992df> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x190ecf000 - 0x190ed6fff XPCKit arm64  <376bb5e8b8eb3d0db701fa235f66cb1d> /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit
0x190ed7000 - 0x190fbdfff CameraKit arm64  <af9dbfd66388349dbe615066cbc9c483> /System/Library/PrivateFrameworks/CameraKit.framework/CameraKit
0x190fbe000 - 0x190fd6fff CloudPhotoServices arm64  <b52afa1f77e73f048edc7dbdb05730ab> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x190fe3000 - 0x191001fff MediaStream arm64  <6983e33567583f819065482362660feb> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x191002000 - 0x191424fff PhotoLibraryServices arm64  <03194e4851e437cda84dab1219698bf4> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x191425000 - 0x19145bfff PrototypeTools arm64  <c5509c116b8e30d88c82d924e8ce55dd> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x191e16000 - 0x191f68fff Photos arm64  <c48a671e0f433ec1a50003d29bd76ba2> /System/Library/Frameworks/Photos.framework/Photos
0x19213f000 - 0x192143fff CoreOptimization arm64  <6e61942f08953dd79fd44cc9d4d744f1> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x192182000 - 0x1921dcfff CorePrediction arm64  <e9db8bd625803d5cadb30d12724983af> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x19258a000 - 0x192666fff CorePDF arm64  <27f58f27493a30c3ad6b2f8f2b5b464e> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x1928c8000 - 0x192c7efff WebKit arm64  <c24dc092d27d324cb755db1d25110d33> /System/Library/Frameworks/WebKit.framework/WebKit
0x196c9b000 - 0x196cc8fff StoreKit arm64  <85d4c4657bf73c58aca45417feb3f16a> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x1a7296000 - 0x1a7299fff InternationalSupport arm64  <ee6d1235952e38c5a2cceb4377192f5b> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1ab187000 - 0x1ab1b8fff libclosured.dylib arm64  <aefc8840686d30a88277d7efcb70abaf> /usr/lib/closure/libclosured.dylib


EOF

Xcode > Debugger is generally a good place to post crash reports, but in this case the crash report is deep within UIKit and thus will need some deep UIKit expertise to analyse. I’ve thus moved your thread over to Application Frameworks > Cocoa Touch.

If this doesn’t pan out my recommendation is that you open a DTS tech support incident and talk to one of our UIKit experts.

Share and Enjoy

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

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

Before I follow-up with the DTS tech support as you suggest I have just one question. This keyboard extension uses a few frameworks and has issues with taking up too much startup time. Considering the exception type ...


  1. Exception Type: EXC_CRASH (SIGABRT)
  2. Exception Codes: 0x0000000000000000, 0x0000000000000000
  3. Exception Note: EXC_CORPSE_NOTIFY
  4. Triggered by Thread: 0


Could this be one of those cases? Did iOS just shut it down because of startup time?


Thanks, Mike

I am pretty sure that, before iOS / iPad OS 16, if a keyboard extension takes too long to load, the system will kill it by sending a SIGQUIT signal, which triggers a "crash". It seems that the behavior changes on iOS / iPad OS 16 and later, but I haven't had a chance to take a closer look.

Your crash report has the following information in the header:

Date/Time: 2018-03-05 19:13:34.7479 -0500
Launch Time: 2018-03-05 19:13:30.0975 -0500.
OS Version: iPhone OS 11.2.6 (15D100)

That shows:

  • The OS version in which the crash occurred is "iPhone OS 11.2.6".
  • The launching time before your keyboard extension crashed was around 4.5 seconds, which was indeed pretty long.

If it was the system's watchdog kicking in, however, the exception type should be SIGQUIT. Your report shows that the crash was triggered by abort() when UIKit was loading the input view controller of your keyboard extension, which is quite different.

iOS 11.2.6 was released quite a few years ago. Given that the system has evolved a lot, it may be hard for the folks to trace back to the behavior of the old system.

Do you see similar crashes in a newer system version? If yes, please share a crash report. I am curious if the stack trace is still the same...

Best,
——
Ziqiao Chen
 Worldwide Developer Relations.

UIKIt crash
 
 
Q