WebThread Crash in iOS 12.4

I am devloping a webview app using cordova, since upgrading to iOS 12.4 my app craches in one of its flows and the only information I have is that it happens in WebThread and the exception is


WebThread (9): EXC_BREAKPOINT (code=1, subcode=0x19f0f24c0)


in bmalloc::IsoAllocator<bmalloc:: IsoConfig<>>:allocateSlow(bool)


the memory foot print is less then 500MB when this issue happens.


Will be happy to get any assistant how to solve this issue.


Thanks,

Erez

Replies

I sprinkle NSLog(@"got here 12815"): statements around my code so I can locate where the crash appears.

Thanks for your answer, unfortunately the crache is not in my code rather in the webview and malloc functions which I don't have the sources for.


Thanks,

Erez

since upgrading to iOS 12.4 my app crashes

Please post an Apple crash report for the crash. Use the

<>
button to format the crash report as a code block.

For more info about crash reports, see Technote 2151 Understanding and Analyzing iOS Application Crash Reports.

Share and Enjoy

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

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

I have same crash on 12.4. The app is an editor that is loaded inside of a UIWebview and after typing text for few minutes I am getting the followig crash.


Incident Identifier: 09752B57-BD60-4615-A2EF-5BB1976688C3
CrashReporter Key:   3AD7D98B-0EFF-4175-9A64-5073950C00E7
Hardware Model:       iOS,12.4
Process:         myapp [2033]
Path:            /var/containers/Bundle/Application/8C4CC595-ED25-4280-A3C5-CDAF9DCF7267/myapp.app/myapp
Identifier:      com.mk.myapp
Version:         5
Code Type:       ARM-64
Parent Process:  ??? [1]


Date/Time:       2019-08-23 14:57:42 +0000
OS Version:      iPhone OS 12.4 (16G77)
Report Version:  104


Exception Type:  SIGTRAP
Exception Codes: #0 at 0x19d5ec330
Crashed Thread:  11


Thread 0:
0   libsystem_kernel.dylib              0x193c7eee4 __psynch_cvwait + 8
1   JavaScriptCore                      0x19b2c988c ***::ThreadCondition::timedWait(***::Mutex&, ***::WallTime) + 80
2   JavaScriptCore                      0x19b2b0514 ***::ParkingLot::parkConditionallyImpl(void const*, ***::ScopedLambda<bool ()> const&, ***::ScopedLambda<void ()> const&, ***::TimeWithDynamicClockType const&) + 2004
3   JavaScriptCore                      0x19b2a07b4 ***::LockAlgorithm<unsigned char, (unsigned char)1, (unsigned char)2, ***::EmptyLockHooks<unsigned char> >::lockSlow(***::Atomic<unsigned char>&) + 232
4   WebCore                             0x19cd5f66c _WebThreadLock() + 264
5   WebCore                             0x19cd603e4 WebThreadLock + 104
6   UIKitCore                           0x1c0ebe6d8 -[UIThreadSafeNode isKindOfClass:] + 76
7   UIKitCore                           0x1c0821498 -[UIKeyboardImpl delegateAsResponder] + 132
8   UIKitCore                           0x1c084800c +[UIKeyboardImpl(UIKitInternal) keyboardScreen] + 48
9   UIKitCore                           0x1c08187d4 +[UIKeyboardImpl deviceSpecificStaticHitBufferForInterfaceOrientation:inputMode:] + 156
10  UIKitCore                           0x1c07b2168 -[UIKeyboardLayoutStar _pointAllowedInStaticHitBuffer:] + 124
11  UIKitCore                           0x1c07b2318 -[UIKeyboardLayoutStar pointInside:forEvent:] + 60
12  UIKitCore                           0x1c0846c3c -[UIKeyboardImpl pointInside:forEvent:] + 212
13  UIKitCore                           0x1c080b578 -[UIKeyboard pointInside:withEvent:] + 84
14  UIKitCore                           0x1c07f759c -[UIInputSetHostView pointInside:withEvent:] + 260
15  UIKitCore                           0x1c07f759c -[UIInputSetHostView pointInside:withEvent:] + 260
16  UIKitCore                           0x1c0e68d5c -[UIView(Geometry) hitTest:withEvent:] + 260
17  UIKitCore                           0x1c07f771c -[UIInputSetHostView hitTest:withEvent:] + 252
18  UIKitCore                           0x1c0e692dc -[UIView(Geometry) _hitTest:withEvent:windowServerHitTestWindow:] + 92
19  UIKitCore                           0x1c0e69228 __38-[UIView(Geometry) hitTest:withEvent:]_block_invoke + 128
20  CoreFoundation                      0x193fcbe50 -[__NSArrayM enumerateObjectsWithOptions:usingBlock:] + 444
21  UIKitCore                           0x1c0e68e00 -[UIView(Geometry) hitTest:withEvent:] + 424
22  UIKitCore                           0x1c0cc5ec8 -[UIAutoRotatingWindow hitTest:withEvent:] + 48
23  UIKitCore                           0x1c0e692dc -[UIView(Geometry) _hitTest:withEvent:windowServerHitTestWindow:] + 92
24  UIKitCore                           0x1c0a36e84 -[UIWindow _hitTestLocation:inScene:withWindowServerHitTestWindow:event:] + 200
25  UIKitCore                           0x1c0a36c10 __70+[UIWindow _hitTestToPoint:forEvent:windowServerHitTestWindow:screen:]_block_invoke + 156
26  UIKitCore                           0x1c0a3693c +[UIWindow _topVisibleWindowPassingTest:] + 396
27  UIKitCore                           0x1c0a36b08 +[UIWindow _hitTestToPoint:forEvent:windowServerHitTestWindow:screen:] + 248
28  UIKitCore                           0x1c0a37000 -[UIWindow _targetWindowForPathIndex:atPoint:forEvent:windowServerHitTestWindow:onScreen:] + 204
29  UIKitCore                           0x1c0aca260 ____updateTouchesWithDigitizerEventAndDetermineIfShouldSend_block_invoke.58 + 720
30  UIKitCore                           0x1c0ad5f4c _UIEventHIDEnumerateChildren + 144
31  UIKitCore                           0x1c0ac97dc __updateTouchesWithDigitizerEventAndDetermineIfShouldSend + 672
32  UIKitCore                           0x1c0acd6ec __dispatchPreprocessedEventFromEventQueue + 1024
33  UIKitCore                           0x1c0ad0100 __handleEventQueueInternal + 4828
34  UIKitCore                           0x1c0ac9330 __handleHIDEventFetcherDrain + 152
35  CoreFoundation                      0x194074728 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24
36  CoreFoundation                      0x1940746a8 __CFRunLoopDoSource0 + 88
37  CoreFoundation                      0x194073f90 __CFRunLoopDoSources0 + 176
38  CoreFoundation                      0x19406eecc __CFRunLoopRun + 1004
39  CoreFoundation                      0x19406e7c0 CFRunLoopRunSpecific + 436
40  GraphicsServices                    0x19626f79c GSEventRunModal + 104
41  UIKitCore                           0x1c09edc38 UIApplicationMain + 212
42  myapp                       0x100508a44 main (main.m:16)
43  libdyld.dylib                       0x193b328e0 start + 4


Thread 1:
0   libsystem_kernel.dylib              0x193c740f4 mach_msg_trap + 8
1   CoreFoundation                      0x194074120 __CFRunLoopServiceMachPort + 236
2   CoreFoundation                      0x19406f030 __CFRunLoopRun + 1360
3   CoreFoundation                      0x19406e7c0 CFRunLoopRunSpecific + 436
4   Foundation                          0x194a3ceac -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 300
5   Foundation                          0x194a3cd3c -[NSRunLoop(NSRunLoop) runUntilDate:] + 96
6   UIKitCore                           0x1c0ad3754 -[UIEventFetcher threadMain] + 136
7   Foundation                          0x194b69674 __NSThread__start__ + 984
8   libsystem_pthread.dylib             0x193d012c0 _pthread_body + 128
9   libsystem_pthread.dylib             0x193d01220 _pthread_start + 44
10  libsystem_pthread.dylib             0x193d04cdc thread_start + 4


Thread 2:
0   libsystem_kernel.dylib              0x193c740f4 mach_msg_trap + 8
1   CoreFoundation                      0x194074120 __CFRunLoopServiceMachPort + 236
2   CoreFoundation                      0x19406f030 __CFRunLoopRun + 1360
3   CoreFoundation                      0x19406e7c0 CFRunLoopRunSpecific + 436
4   Foundation                          0x194a3ceac -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 300
5   myapp                        0x10053de20 -[DocumentQueueProcessor main] (DocumentQueueProcessor.m:61)
6   Foundation                          0x194a537c8 -[__NSOperationInternal _start:] + 740
7   Foundation                          0x194b49c4c __NSOQSchedule_f + 272
8   libdispatch.dylib                   0x193b20a38 _dispatch_call_block_and_release + 24
9   libdispatch.dylib                   0x193b217d4 _dispatch_client_callout + 16
10  libdispatch.dylib                   0x193ac601c _dispatch_continuation_pop$VARIANT$mp + 412
11  libdispatch.dylib                   0x193ac56e0 _dispatch_async_redirect_invoke + 600
12  libdispatch.dylib                   0x193ad2030 _dispatch_root_queue_drain + 372
13  libdispatch.dylib                   0x193ad28d4 _dispatch_worker_thread2 + 128
14  libsystem_pthread.dylib             0x193d021b4 _pthread_wqthread + 464
15  libsystem_pthread.dylib             0x193d04cd4 start_wqthread + 4


Thread 3:
0   libsystem_kernel.dylib              0x193c740f4 mach_msg_trap + 8
1   CoreFoundation                      0x194074120 __CFRunLoopServiceMachPort + 236
2   CoreFoundation                      0x19406f030 __CFRunLoopRun + 1360
3   CoreFoundation                      0x19406e7c0 CFRunLoopRunSpecific + 436
4   AVFAudio                            0x199fe0334 GenericRunLoopThread::Entry(void*) + 156
5   AVFAudio                            0x19a00ac60 CAPThread::Entry(CAPThread*) + 88
6   libsystem_pthread.dylib             0x193d012c0 _pthread_body + 128
7   libsystem_pthread.dylib             0x193d01220 _pthread_start + 44
8   libsystem_pthread.dylib             0x193d04cdc thread_start + 4


Thread 4:
0   libsystem_kernel.dylib              0x193c740f4 mach_msg_trap + 8
1   CoreFoundation                      0x194074120 __CFRunLoopServiceMachPort + 236
2   CoreFoundation                      0x19406f030 __CFRunLoopRun + 1360
3   CoreFoundation                      0x19406e7c0 CFRunLoopRunSpecific + 436
4   AudioToolbox                        0x1981737bc GenericRunLoopThread::Entry(void*) + 156
5   AudioToolbox                        0x1984024f8 CAPThread::Entry(CAPThread*) + 88
6   libsystem_pthread.dylib             0x193d012c0 _pthread_body + 128
7   libsystem_pthread.dylib             0x193d01220 _pthread_start + 44
8   libsystem_pthread.dylib             0x193d04cdc thread_start + 4


Thread 5:
0   libsystem_kernel.dylib              0x193c740f4 mach_msg_trap + 8
1   CoreFoundation                      0x194074120 __CFRunLoopServiceMachPort + 236
2   CoreFoundation                      0x19406f030 __CFRunLoopRun + 1360
3   CoreFoundation                      0x19406e7c0 CFRunLoopRunSpecific + 436
4   Foundation                          0x194a3ceac -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 300
5   myapp                       0x1007c603c -[MiscBackgroundOperation main] (MiscBackgroundOperation.m:39)
6   Foundation                          0x194a537c8 -[__NSOperationInternal _start:] + 740
7   Foundation                          0x194b49c4c __NSOQSchedule_f + 272
8   libdispatch.dylib                   0x193b20a38 _dispatch_call_block_and_release + 24
9   libdispatch.dylib                   0x193b217d4 _dispatch_client_callout + 16
10  libdispatch.dylib                   0x193ac601c _dispatch_continuation_pop$VARIANT$mp + 412
11  libdispatch.dylib                   0x193ac56e0 _dispatch_async_redirect_invoke + 600
12  libdispatch.dylib                   0x193ad2030 _dispatch_root_queue_drain + 372
13  libdispatch.dylib                   0x193ad28d4 _dispatch_worker_thread2 + 128
14  libsystem_pthread.dylib             0x193d021b4 _pthread_wqthread + 464
15  libsystem_pthread.dylib             0x193d04cd4 start_wqthread + 4


Thread 6:
0   libsystem_kernel.dylib              0x193c740f4 mach_msg_trap + 8
1   CoreFoundation                      0x194074120 __CFRunLoopServiceMachPort + 236
2   CoreFoundation                      0x19406f030 __CFRunLoopRun + 1360
3   CoreFoundation                      0x19406e7c0 CFRunLoopRunSpecific + 436
4   CFNetwork                           0x19468874c -[__CoreSchedulingSetRunnable runForever] + 216
5   Foundation                          0x194b69674 __NSThread__start__ + 984
6   libsystem_pthread.dylib             0x193d012c0 _pthread_body + 128
7   libsystem_pthread.dylib             0x193d01220 _pthread_start + 44
8   libsystem_pthread.dylib             0x193d04cdc thread_start + 4


Thread 7:
0   libsystem_kernel.dylib              0x193c740f4 mach_msg_trap + 8
1   CoreFoundation                      0x194074120 __CFRunLoopServiceMachPort + 236
2   CoreFoundation                      0x19406f030 __CFRunLoopRun + 1360
3   CoreFoundation                      0x19406e7c0 CFRunLoopRunSpecific + 436
4   Foundation                          0x194a3ceac -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 300
5   Foundation                          0x194a7836c -[NSRunLoop(NSRunLoop) run] + 88
6   myapp                      0x1007cda04 +[AFURLConnectionOperation networkRequestThreadEntryPoint:] (AFURLConnectionOperation.m:164)
7   Foundation                          0x194b69674 __NSThread__start__ + 984
8   libsystem_pthread.dylib             0x193d012c0 _pthread_body + 128
9   libsystem_pthread.dylib             0x193d01220 _pthread_start + 44
10  libsystem_pthread.dylib             0x193d04cdc thread_start + 4


Thread 8:
0   libsystem_kernel.dylib              0x193c740f4 mach_msg_trap + 8
1   CoreFoundation                      0x194074120 __CFRunLoopServiceMachPort + 236
2   CoreFoundation                      0x19406f030 __CFRunLoopRun + 1360
3   CoreFoundation                      0x19406e7c0 CFRunLoopRunSpecific + 436
4   Foundation                          0x194a3ceac -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 300
5   myapp                      0x100902bb0 -[_SRRunLoopThread main] (SRWebSocket.m:1903)
6   Foundation                          0x194b69674 __NSThread__start__ + 984
7   libsystem_pthread.dylib             0x193d012c0 _pthread_body + 128
8   libsystem_pthread.dylib             0x193d01220 _pthread_start + 44
9   libsystem_pthread.dylib             0x193d04cdc thread_start + 4


Thread 9:
0   libsystem_kernel.dylib              0x193c7f328 __select + 8
1   libsystem_pthread.dylib             0x193d012c0 _pthread_body + 128
2   libsystem_pthread.dylib             0x193d01220 _pthread_start + 44
3   libsystem_pthread.dylib             0x193d04cdc thread_start + 4


Thread 10:
0   libsystem_kernel.dylib              0x193c7eee4 __psynch_cvwait + 8
1   libc++.1.dylib                      0x193255090 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24
2   JavaScriptCore                      0x19b302de0 void std::__1::condition_variable_any::wait<std::__1::unique_lock<bmalloc::Mutex> >(std::__1::unique_lock<bmalloc::Mutex>&) + 108
3   JavaScriptCore                      0x19b306dd4 bmalloc::Scavenger::threadRunLoop() + 176
4   JavaScriptCore                      0x19b30654c bmalloc::Scavenger::Scavenger(std::__1::lock_guard<bmalloc::Mutex>&) + 0
5   JavaScriptCore                      0x19b307f8c std::__1::__thread_specific_ptr<std::__1::__thread_struct>::set_pointer(std::__1::__thread_struct*) + 0
6   libsystem_pthread.dylib             0x193d012c0 _pthread_body + 128
7   libsystem_pthread.dylib             0x193d01220 _pthread_start + 44
8   libsystem_pthread.dylib             0x193d04cdc thread_start + 4


Thread 11 Crashed:
0   WebCore                             0x19d5ec330 bmalloc::IsoAllocator<bmalloc::IsoConfig<96u> >::allocateSlow(bool) + 252
1   WebCore                             0x19d5ea594 WebCore::Attr::create(WebCore::Element&, WebCore::QualifiedName const&) + 256
2   WebCore                             0x19d657c94 WebCore::Element::ensureAttr(WebCore::QualifiedName const&) + 140
3   WebCore                             0x19d681740 WebCore::NamedNodeMap::item(unsigned int) const + 152
4   WebCore                             0x19cef9a28 WebCore::JSNamedNodeMap::getOwnPropertySlotByIndex(JSC::JSObject*, JSC::ExecState*, unsigned int, JSC::PropertySlot&) + 140
5   JavaScriptCore                      0x19ba71ad0 llint_slow_path_get_by_val + 5312
6   JavaScriptCore                      0x19b48e5cc llint_entry + 34380
7   JavaScriptCore                      0x19b49a304 llint_entry + 82820
8   JavaScriptCore                      0x19b49a304 llint_entry + 82820
9   JavaScriptCore                      0x19b49a304 llint_entry + 82820
10  JavaScriptCore                      0x19b49a3a4 llint_entry + 82980
11  JavaScriptCore                      0x19b485cec vmEntryToJavaScript + 268
12  JavaScriptCore                      0x19b9b74d0 JSC::Interpreter::executeCall(JSC::ExecState*, JSC::JSObject*, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 424
13  JavaScriptCore                      0x19bb9968c JSC::profiledCall(JSC::ExecState*, JSC::ProfilingReason, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&, ***::NakedPtr<JSC::Exception>&) + 200
14  WebCore                             0x19d3d7acc WebCore::JSExecState::profiledCall(JSC::ExecState*, JSC::ProfilingReason, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&, ***::NakedPtr<JSC::Exception>&) + 140
15  WebCore                             0x19d406a50 WebCore::ScheduledAction::executeFunctionInContext(JSC::JSGlobalObject*, JSC::JSValue, WebCore::ScriptExecutionContext&) + 424
16  WebCore                             0x19d4066d4 WebCore::ScheduledAction::execute(WebCore::Document&) + 144
17  WebCore                             0x19da67b20 WebCore::DOMTimer::fired() + 816
18  WebCore                             0x19db565bc WebCore::ThreadTimers::sharedTimerFiredInternal() + 216
19  WebCore                             0x19db76608 WebCore::timerFired(__CFRunLoopTimer*, void*) + 28
20  CoreFoundation                      0x194074d60 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 28
21  CoreFoundation                      0x194074a90 __CFRunLoopDoTimer + 864
22  CoreFoundation                      0x1940742c4 __CFRunLoopDoTimers + 248
23  CoreFoundation                      0x19406f214 __CFRunLoopRun + 1844
24  CoreFoundation                      0x19406e7c0 CFRunLoopRunSpecific + 436
25  WebCore                             0x19cd61fc4 RunWebThread(void*) + 600
26  libsystem_pthread.dylib             0x193d012c0 _pthread_body + 128
27  libsystem_pthread.dylib             0x193d01220 _pthread_start + 44
28  libsystem_pthread.dylib             0x193d04cdc thread_start + 4


Thread 12:
0   libsystem_kernel.dylib              0x193c740f4 mach_msg_trap + 8
1   CoreFoundation                      0x194074120 __CFRunLoopServiceMachPort + 236
2   CoreFoundation                      0x19406f030 __CFRunLoopRun + 1360
3   CoreFoundation                      0x19406e7c0 CFRunLoopRunSpecific + 436
4   CoreFoundation                      0x194087500 _legacyStreamRunLoop_workThread + 260
5   libsystem_pthread.dylib             0x193d012c0 _pthread_body + 128
6   libsystem_pthread.dylib             0x193d01220 _pthread_start + 44
7   libsystem_pthread.dylib             0x193d04cdc thread_start + 4


Thread 13:
0   libsystem_kernel.dylib              0x193c7fb74 __workq_kernreturn + 8
1   libsystem_pthread.dylib             0x193d04cd4 start_wqthread + 4


Thread 14:
0   libsystem_kernel.dylib              0x193c74148 semaphore_timedwait_trap + 8
1   libdispatch.dylib                   0x193ac41dc _dispatch_semaphore_wait_slow + 72
2   CoreLocation                        0x19ae866cc 0x19ae83000 + 14028
3   CoreLocation                        0x19ae8b7d4 0x19ae83000 + 34772
4   CoreLocation                        0x19aee4e4c 0x19ae83000 + 400972
5   CoreLocation                        0x19aee4d78 0x19ae83000 + 400760
6   CoreLocation                        0x19aedfca4 0x19ae83000 + 380068
7   CoreLocation                        0x19aedfb5c 0x19ae83000 + 379740
8   CoreLocation                        0x19aee1e98 0x19ae83000 + 388760
9   libxpc.dylib                        0x193d39afc _xpc_connection_call_event_handler + 68
10  libxpc.dylib                        0x193d39e60 _xpc_connection_mach_event + 856
11  libdispatch.dylib                   0x193b21894 _dispatch_client_callout4 + 16
12  libdispatch.dylib                   0x193ad95c0 _dispatch_mach_msg_invoke$VARIANT$mp + 340
13  libdispatch.dylib                   0x193aca1f0 _dispatch_lane_serial_drain$VARIANT$mp + 284
14  libdispatch.dylib                   0x193ada1cc _dispatch_mach_invoke$VARIANT$mp + 476
15  libdispatch.dylib                   0x193aca1f0 _dispatch_lane_serial_drain$VARIANT$mp + 284
16  libdispatch.dylib                   0x193acae40 _dispatch_lane_invoke$VARIANT$mp + 428
17  libdispatch.dylib                   0x193ad34ac _dispatch_workloop_worker_thread + 596
18  libsystem_pthread.dylib             0x193d02114 _pthread_wqthread + 304
19  libsystem_pthread.dylib             0x193d04cd4 start_wqthread + 4


Thread 15:
0   libsystem_kernel.dylib              0x193c7eee4 __psynch_cvwait + 8
1   JavaScriptCore                      0x19b2c98cc ***::ThreadCondition::timedWait(***::Mutex&, ***::WallTime) + 144
2   JavaScriptCore                      0x19b2b0514 ***::ParkingLot::parkConditionallyImpl(void const*, ***::ScopedLambda<bool ()> const&, ***::ScopedLambda<void ()> const&, ***::TimeWithDynamicClockType const&) + 2004
3   JavaScriptCore                      0x19b284358 bool ***::Condition::waitUntil<***::Lock>(***::Lock&, ***::TimeWithDynamicClockType const&) + 184
4   JavaScriptCore                      0x19b2846e8 ***::Function<void ()>::CallableWrapper<***::AutomaticThread::start(***::AbstractLocker const&)::$_0>::call() + 216
5   JavaScriptCore                      0x19b2c7b30 ***::Thread::entryPoint(***::Thread::NewThreadContext*) + 260
6   JavaScriptCore                      0x19b2c903c ***::wtfThreadEntryPoint(void*) + 12
7   libsystem_pthread.dylib             0x193d012c0 _pthread_body + 128
8   libsystem_pthread.dylib             0x193d01220 _pthread_start + 44
9   libsystem_pthread.dylib             0x193d04cdc thread_start + 4


Thread 16:
0   libsystem_kernel.dylib              0x193c7fb74 __workq_kernreturn + 8
1   libsystem_pthread.dylib             0x193d04cd4 start_wqthread + 4


Thread 17:
0   libsystem_kernel.dylib              0x193c74148 semaphore_timedwait_trap + 8
1   libdispatch.dylib                   0x193ac41dc _dispatch_semaphore_wait_slow + 72
2   libdispatch.dylib                   0x193ad1df8 _dispatch_worker_thread + 352
3   libsystem_pthread.dylib             0x193d012c0 _pthread_body + 128
4   libsystem_pthread.dylib             0x193d01220 _pthread_start + 44
5   libsystem_pthread.dylib             0x193d04cdc thread_start + 4


Thread 18:
0   libsystem_kernel.dylib              0x193c7fb74 __workq_kernreturn + 8
1   libsystem_pthread.dylib             0x193d04cd4 start_wqthread + 4


Thread 19:
0   libsystem_kernel.dylib              0x193c74148 semaphore_timedwait_trap + 8
1   libdispatch.dylib                   0x193ac41dc _dispatch_semaphore_wait_slow + 72
2   libdispatch.dylib                   0x193ad1df8 _dispatch_worker_thread + 352
3   libsystem_pthread.dylib             0x193d012c0 _pthread_body + 128
4   libsystem_pthread.dylib             0x193d01220 _pthread_start + 44
5   libsystem_pthread.dylib             0x193d04cdc thread_start + 4


Thread 20:
0   ???                                 0x00000000 0x0 + 0


Thread 21:
0   libsystem_kernel.dylib              0x193c74148 semaphore_timedwait_trap + 8
1   libdispatch.dylib                   0x193ac41dc _dispatch_semaphore_wait_slow + 72
2   libdispatch.dylib                   0x193ad1df8 _dispatch_worker_thread + 352
3   libsystem_pthread.dylib             0x193d012c0 _pthread_body + 128
4   libsystem_pthread.dylib             0x193d01220 _pthread_start + 44
5   libsystem_pthread.dylib             0x193d04cdc thread_start + 4


Thread 11 crashed with ARM-64 Thread State:
    pc: 0x000000019d5ec330     fp: 0x000000017005c530     sp: 0x000000017005c4d0     x0: 0x0000000000000002 
    x1: 0x0000000000000000     x2: 0x0000000000000003     x3: 0x0000000000001002     x4: 0x0000000035000000 
    x5: 0x0000000000000000     x6: 0x000000017005c660     x7: 0x0000000000000018     x8: 0x0000000000000001 
    x9: 0x0000000000000001    x10: 0x0000000000000000    x11: 0x000000001fffffff    x12: 0x0000000000000000 
   x13: 0x0000000123d0d780    x14: 0x00000001153b7460    x15: 0x00000000991f640d    x16: 0x00000000000000c5 
   x17: 0x000000019b48e030    x18: 0x0000000000000000    x19: 0x0000000111b74290    x20: 0x00000001148debe0 
   x21: 0x0000000000000001    x22: 0x000000013a1eb8b0    x23: 0x0000000122e41f60    x24: 0x0000000111f00000 
   x25: 0x0000000000000002    x26: 0x0000000111f13058    x27: 0x000000012994a3e0    x28: 0x0000000000000001 
    lr: 0x000000019d5ec27c   cpsr: 0x0000000060000000 


Binary Images:
0x100500000 - 0x100a04000  myapp arm64 <c0a867d470cc3908b9145bb11a9e1d3d> /var/containers/Bundle/Application/8C4CC595-ED25-4280-A3C5-CDAF9DCF7267/myapp.app/myapp
0x101178000 - 0x102b9c000  mmMobileSDK arm64 <df4235c53821373aa2b8f418d59904bf> /private/var/containers/Bundle/Application/8C4CC595-ED25-4280-A3C5-CDAF9DCF7267/myapp.app/Frameworks/mmMobileSDK.framework/mmMobileSDK
0x193d5c000 - 0x193fb8000  libicucore.A.dylib arm64 <bcee3941878a3c96b7156502bfc4a15a> /usr/lib/libicucore.A.dylib
0x19324d000 - 0x1932a3000  libc++.1.dylib arm64 <6a272068f00d37a984e331ba58e1c3c4> /usr/lib/libc++.1.dylib
0x1932a3000 - 0x1932b6000  libc++abi.dylib arm64 <d4920e50788d3be6bccf8f550bc6d491> /usr/lib/libc++abi.dylib
0x19324b000 - 0x19324d000  libSystem.B.dylib arm64 <8a05d5f48f0a376abe6bd1caf4fc8138> /usr/lib/libSystem.B.dylib
0x193a3e000 - 0x193a43000  libcache.dylib arm64 <bd876f73c3ff39459113c6fa56d15e3d> /usr/lib/system/libcache.dylib
0x193cf6000 - 0x193d07000  libsystem_pthread.dylib arm64 <3c1003b830dd39729fb99f6f0e78d592> /usr/lib/system/libsystem_pthread.dylib
0x193c5c000 - 0x193c87000  libsystem_kernel.dylib arm64 <66492391da2c3ccfbb506bfd7121a18d> /usr/lib/system/libsystem_kernel.dylib
0x193ceb000 - 0x193cf6000  libsystem_platform.dylib arm64 <c580957483993c36bae1caedb9184a78> /usr/lib/system/libsystem_platform.dylib
0x193b31000 - 0x193b5b000  libdyld.dylib arm64 <5e181e9004763f7ba24dc51d73effd19> /usr/lib/system/libdyld.dylib
0x193cb5000 - 0x193cd8000  libsystem_malloc.dylib arm64 <8a218797621a36c6843dd862510c1d5c> /usr/lib/system/libsystem_malloc.dylib
0x193a4f000 - 0x193a54000  libcompiler_rt.dylib arm64 <644550d26c693e95affb4ce0b8c5c7a6> /usr/lib/system/libcompiler_rt.dylib
0x193d28000 - 0x193d2e000  libunwind.dylib arm64 <df28d357cdc737d7ace356c0de492da3> /usr/lib/system/libunwind.dylib
0x193b7d000 - 0x193bff000  libsystem_c.dylib arm64 <fc4c83bb09133b92919b277e2b0d0ba7> /usr/lib/system/libsystem_c.dylib
0x193c87000 - 0x193cb5000  libsystem_m.dylib arm64 <e079abc4989b343b9fca3f43540cca7a> /usr/lib/system/libsystem_m.dylib
0x193ac1000 - 0x193b31000  libdispatch.dylib arm64 <c3d9e9a5b56e3215aed59b6affc80d91> /usr/lib/system/libdispatch.dylib
0x193c0e000 - 0x193c15000  libsystem_darwin.dylib arm64 <7e76bd3057d7373696850709fc7af50c> /usr/lib/system/libsystem_darwin.dylib
0x193d2e000 - 0x193d5c000  libxpc.dylib arm64 <31e6baa6561f38e486d41d3b7527682b> /usr/lib/system/libxpc.dylib
0x193b7c000 - 0x193b7d000  libsystem_blocks.dylib arm64 <a1405ce6ae42332e9a2e06d75041f6fe> /usr/lib/system/libsystem_blocks.dylib
0x193d07000 - 0x193d0a000  libsystem_sandbox.dylib arm64 <7ccca7ea62133aa1a0a90a2bdf1bc05a> /usr/lib/system/libsystem_sandbox.dylib
0x193b5c000 - 0x193b62000  libmacho.dylib arm64 <9ce10d14bcb43369b0e85c4480010a66> /usr/lib/system/libmacho.dylib
0x193b64000 - 0x193b7c000  libsystem_asl.dylib arm64 <d7a79215dca137388e9746226003b15b> /usr/lib/system/libsystem_asl.dylib
0x193d12000 - 0x193d28000  libsystem_trace.dylib arm64 <9ac8424153f9310dbf99cfe4a6487434> /usr/lib/system/libsystem_trace.dylib
0x193ce4000 - 0x193ceb000  libsystem_notify.dylib arm64 <b701e7f441c4356b88dc2ec865084c5f> /usr/lib/system/libsystem_notify.dylib
0x1932b6000 - 0x193a3e000  libobjc.A.dylib arm64 <1167a03d9f853f34a96fd96818ad77b5> /usr/lib/libobjc.A.dylib
0x193d0a000 - 0x193d12000  libsystem_symptoms.dylib arm64 <20d9b3659cea33c7956aa8545dee52a2> /usr/lib/system/libsystem_symptoms.dylib
0x193c1c000 - 0x193c5c000  libsystem_info.dylib arm64 <01aa4acd261b3fd8acf15150220161c9> /usr/lib/system/libsystem_info.dylib
0x193b5b000 - 0x193b5c000  liblaunch.dylib arm64 <3569886aaa6a3576ab9a34935c16b079> /usr/lib/system/liblaunch.dylib
0x193c15000 - 0x193c1c000  libsystem_dnssd.dylib arm64 <d0e49be195bc3a07b2383c56dd2945ef> /usr/lib/system/libsystem_dnssd.dylib
0x193a5d000 - 0x193ac1000  libcorecrypto.dylib arm64 <322648cea1933b92969887dee477d005> /usr/lib/system/libcorecrypto.dylib
0x193a43000 - 0x193a4f000  libcommonCrypto.dylib arm64 <b6d7765a17a93ff4a095ee57139d16c5> /usr/lib/system/libcommonCrypto.dylib
0x193a54000 - 0x193a5d000  libcopyfile.dylib arm64 <b0e27f378641392a9db65b4b002b959f> /usr/lib/system/libcopyfile.dylib
0x193b62000 - 0x193b64000  libremovefile.dylib arm64 <268d6d12fe1030d5ba4607c5c467566c> /usr/lib/system/libremovefile.dylib
0x193bff000 - 0x193c04000  libsystem_configuration.dylib arm64 <62da5311243837369a926d720b029d27> /usr/lib/system/libsystem_configuration.dylib
0x193c04000 - 0x193c0c000  libsystem_containermanager.dylib arm64 <75002eacacfa3fbfbd6fb8699be042ee> /usr/lib/system/libsystem_containermanager.dylib
0x193c0c000 - 0x193c0e000  libsystem_coreservices.dylib arm64 <78c2250959bd387994b64a9e75464f58> /usr/lib/system/libsystem_coreservices.dylib
0x193cd8000 - 0x193ce4000  libsystem_networkextension.dylib arm64 <0193b597e65e3996890277ebd82cfc4d> /usr/lib/system/libsystem_networkextension.dylib
0x193fb8000 - 0x193fca000  libz.1.dylib arm64 <206dc0d369803553ba987d4938299866> /usr/lib/libz.1.dylib
0x19a04b000 - 0x19a248000  AVFoundation arm64 <a81613f7b8c23340a6e66889b754dff2> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x199f54000 - 0x19a04b000  AVFAudio arm64 <943ab4d1d6363303ac591636a41af0e7> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x19692e000 - 0x196947000  CrashReporterSupport arm64 <af147e857db630f88bae47b476084948> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x194652000 - 0x194687000  libMobileGestalt.dylib arm64 <af3a9ec8e5dc3a7ea34974cc40f1769c> /usr/lib/libMobileGestalt.dylib
0x193fca000 - 0x194328000  CoreFoundation arm64 <843f0402fc1336dca78208eca98b7c4c> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x19433a000 - 0x1943c9000  IOKit arm64 <a9cd0b189ff93b05b45bcdd8b3ab654d> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x194339000 - 0x19433a000  libenergytrace.dylib arm64 <21032416108a3e078b08e500bf8feec5> /usr/lib/libenergytrace.dylib
0x194328000 - 0x194339000  libbsm.0.dylib arm64 <97ae12002bcc30f59cd9f56bb48744a2> /usr/lib/libbsm.0.dylib
0x194a35000 - 0x194d20000  Foundation arm64 <c6fab971eb083c80972eb9a86259215a> /System/Library/Frameworks/Foundation.framework/Foundation
0x194ee3000 - 0x194f0d000  libarchive.2.dylib arm64 <65ec51aef94b3a1987332731a4d7c752> /usr/lib/libarchive.2.dylib
0x1944b1000 - 0x1944bf000  libbz2.1.0.dylib arm64 <ab9eb1272eee3d658a66bb3eddf951de> /usr/lib/libbz2.1.0.dylib
0x1943c9000 - 0x1944b1000  libxml2.2.dylib arm64 <09c6266beeb235038cc627672de28a1e> /usr/lib/libxml2.2.dylib
0x1944bf000 - 0x1944d8000  liblzma.5.dylib arm64 <29538dbe21cd34ac8328b0f708ac58ac> /usr/lib/liblzma.5.dylib
0x194687000 - 0x194a35000  CFNetwork arm64 <d160964071a233529369006ee750fa0d> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x194e2f000 - 0x194e99000  SystemConfiguration arm64 <36620766eb0a380db577b99e430e7d81> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x194ff0000 - 0x195361000  libnetwork.dylib arm64 <8a707f96087e36b8a1f7be4092e803d9> /usr/lib/libnetwork.dylib
0x195361000 - 0x195395000  libpcap.A.dylib arm64 <4fe6f38ffed23388a4621898ddb8be04> /usr/lib/libpcap.A.dylib
0x194fd5000 - 0x194fec000  libcoretls.dylib arm64 <6b1e9bffa372352b878c7b1744ac4905> /usr/lib/libcoretls.dylib
0x194fec000 - 0x194fee000  libcoretls_cfhelpers.dylib arm64 <59609c5520313c6794b8930d3e648ecc> /usr/lib/libcoretls_cfhelpers.dylib
0x194d20000 - 0x194e2f000  Security arm64 <549552bf5b7e3961918dd9a2b2f84b54> /System/Library/Frameworks/Security.framework/Security
0x1944d8000 - 0x194652000  libsqlite3.dylib arm64 <12c83eaeddbd3ef5965272236da869d5> /usr/lib/libsqlite3.dylib
0x194ecc000 - 0x194ee3000  libapple_nghttp2.dylib arm64 <c878057f1a743813aad7651fcc833a1a> /usr/lib/libapple_nghttp2.dylib
0x194e99000 - 0x194ecc000  libCRFSuite.dylib arm64 <e0b9971a4a58372c917e172262a230da> /usr/lib/libCRFSuite.dylib
0x194fee000 - 0x194ff0000  liblangid.dylib arm64 <0169f9e003833f25b07aeaed83704b74> /usr/lib/liblangid.dylib
0x199c45000 - 0x199ed2000  ********* arm64 <c37a342a731e35718ed26dd4e196b7fc> /System/Library/PrivateFrameworks/*********.framework/*********
0x196278000 - 0x196279000  MobileCoreServices arm64 <106d91760a3834338e483f4c208c8e16> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1bcae7000 - 0x1bcc25000  CoreServices arm64 <5f53079ab0e836b7af624d05ba9fc41d> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x1a544d000 - 0x1a5472000  MobileInstallation arm64 <a448765d3bf73d8b97d04149bb848d13> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x1a29b0000 - 0x1a29b7000  MobileSystemServices arm64 <ae827d4ca2bf3cd0865dc1be70b0ff9e> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1961c0000 - 0x196265000  Metal arm64 <2f3a24f09c7032d59e5181642fed20f2> /System/Library/Frameworks/Metal.framework/Metal
0x1961ba000 - 0x1961c0000  libCoreFSCache.dylib arm64 <85e629c6c4e73b6693a297ef7d1d852d> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1953f3000 - 0x195400000  IOSurface arm64 <672b5d96e52c326ebd155171f636bb97> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1961b4000 - 0x1961ba000  IOAccelerator arm64 <a91f8ec9957e396696f9a984cc1177c8> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x195bf6000 - 0x195bf7000  Accelerate arm64 <89ca8b5b6a31367685d10baca08c6927> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1957d0000 - 0x195a3f000  vImage arm64 <78052afe98c83c3ba2101bd84c4c7d03> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x195bf7000 - 0x195c0f000  libcompression.dylib arm64 <b3be8cb0e428337db977e92f8b64a999> /usr/lib/libcompression.dylib
0x195bf5000 - 0x195bf6000  vecLib arm64 <3764dc7f15ff3782b899b8b66578b591> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x195a51000 - 0x195aac000  libvMisc.dylib arm64 <e2588d2c24b2325daa45167a1d52978b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x195b64000 - 0x195bf5000  libvDSP.dylib arm64 <91bc58b57f7d367d9b94a5a8db4f9e6a> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x195400000 - 0x1954b3000  libBLAS.dylib arm64 <5f5dc29a267c3ce089501fcdf56fa585> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1954b3000 - 0x1957d0000  libLAPACK.dylib arm64 <78d98e587d763e1d8c0e1694bf4eaf35> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x195adb000 - 0x195af0000  libLinearAlgebra.dylib arm64 <d3c7b6714b533000966bf9b8fb2ea578> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x195a3f000 - 0x195a51000  libSparseBLAS.dylib arm64 <19f40e7928d33f37b2954c0c0736392e> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x195af0000 - 0x195af5000  libQuadrature.dylib arm64 <c3ba9791c2f13a139a32d3476406f371> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x195aac000 - 0x195adb000  libBNNS.dylib arm64 <575133594b483c3db8e58473a9477e51> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x195af5000 - 0x195b64000  libSparse.dylib arm64 <998dcddd9c0a396d946e3bcb56ae9fa4> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x196a18000 - 0x196a53000  BackBoardServices arm64 <a473a297d27531b096eda139b1a2f311> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x1968cb000 - 0x1968e1000  AssertionServices arm64 <0168c4ca3f5b3fa0b3d265ac72c61105> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x19685c000 - 0x1968cb000  BaseBoard arm64 <badf69222b6b33d6a5860e8eaad4c96b> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x195c0f000 - 0x1961b4000  CoreGraphics arm64 <f25c45eceaeb36a9a2ee82bfbff7adc7> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x196265000 - 0x196278000  GraphicsServices arm64 <5dc71f1e2db03637b0517c9574dd609e> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x197d0b000 - 0x197e6d000  CoreText arm64 <1f2c7269a1c833179923ebc381ba2b74> /System/Library/Frameworks/CoreText.framework/CoreText
0x19e715000 - 0x19e801000  UIFoundation arm64 <77e12b7c184e344fb3511494c24d86be> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x19c042000 - 0x19c106000  CoreUI arm64 <5a57278bb4d4357a90c7750917924edd> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x19bf9a000 - 0x19c042000  TextureIO arm64 <63bd61765abd313891e0f0ddc4989f3f> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x19bf1f000 - 0x19bf9a000  libate.dylib arm64 <4108470b5bec3d6d822dc9238b091e87> /usr/lib/libate.dylib
0x1962bf000 - 0x19685c000  ImageIO arm64 <79a0ce8581283b619226e5e088522dcf> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x196279000 - 0x19627c000  IOSurfaceAccelerator arm64 <fa3eb4e971b13f869d030f544c506459> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x19627c000 - 0x1962bf000  AppleJPEG arm64 <c4ff6005434534dcaae115264c7b9bf5> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1984e1000 - 0x19871b000  QuartzCore arm64 <dcc3316ad07f32faa3f377368ba2629d> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x1bcdde000 - 0x1bcde3000  ASEProcessing arm64 <9f902a0c35083c36bb8f44de375b06bb> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x1bb3f9000 - 0x1bb40d000  libEDR arm64 <71cf2c7e251c3fc78fcacd54e8be8e4a> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x197e86000 - 0x197f38000  CoreBrightness arm64 <c8b359db54c53ca99d90870385eafb0c> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x196ab6000 - 0x196afc000  SpringBoardServices arm64 <acc01c8480013712a275bfdd77372059> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x196a53000 - 0x196ab6000  FrontBoardServices arm64 <4ee9cc7aee25390f8979b51873a9cfc8> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1972dd000 - 0x1972e6000  IOMobileFramebuffer arm64 <03a3849dcb2d3624afb902440a21fb1a> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x19728f000 - 0x1972dd000  libauthinstall.dylib arm64 <6fd7f1c2863a3beea8c2a139cc20d851> /usr/lib/libauthinstall.dylib
0x19711b000 - 0x19712e000  libamsupport.dylib arm64 <4f0fe9ba7ca231508bb33887e9fe4de0> /usr/lib/libamsupport.dylib
0x197115000 - 0x19711b000  libReverseProxyDevice.dylib arm64 <034e4becec3637049836b6f5c4206438> /usr/lib/libReverseProxyDevice.dylib
0x197228000 - 0x197243000  libSERestoreInfo.dylib arm64 <04f883333cf831e4a41d9a52420e9ac4> /usr/lib/updaters/libSERestoreInfo.dylib
0x1b11b5000 - 0x1b11d9000  DeviceIdentity arm64 <fcdd36bc7d8f37a28cbf8836c333e160> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x197249000 - 0x197285000  DiskImages arm64 <63a1d61a0e7131c48788f99516c282ee> /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages
0x1971f6000 - 0x197228000  MediaKit arm64 <badad9be1cfc33c88995c641384b0ee5> /System/Library/PrivateFrameworks/MediaKit.framework/MediaKit
0x197178000 - 0x1971f6000  APFS arm64 <ad14f1dd819f3ec69672be6ea36d7cb1> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x197136000 - 0x19713a000  libutil.dylib arm64 <2c7f8b771c2a3e17b9886a1a23c1d8e6> /usr/lib/libutil.dylib
0x196947000 - 0x19694d000  AggregateDictionary arm64 <9d0819342e9839c485df24e5ac4bd33f> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x19c447000 - 0x19c45d000  libAccessibility.dylib arm64 <4299a46ac44b3a8b968963062d682d52> /usr/lib/libAccessibility.dylib
0x1bcde3000 - 0x1bcdef000  AXCoreUtilities arm64 <c5673a50c6a43cbda01d7fba9fe4e454> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x19871b000 - 0x198726000  MediaAccessibility arm64 <cc82138dbb093d219bd3a2718ab30a9e> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x19e6b2000 - 0x19e6c1000  HangTracer arm64 <6ae4008081833ad286621b36839ef849> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x197412000 - 0x197442000  CoreVideo arm64 <34ae98df7545385c927e737be5d7a522> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1972f1000 - 0x197412000  ColorSync arm64 <9e1bc6fa2b653b75a9a3b54a5556cbb4> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x1972e6000 - 0x1972f1000  OpenGLES arm64 <9f8abef1a049321f9d57ca5cda4a2f00> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x197285000 - 0x19728f000  libGFXShared.dylib arm64 <4ff1edf0a77838f18b219b35dfe083d5> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x19713a000 - 0x197178000  libGLImage.dylib arm64 <2ad83e8c080c357da6a2330acf3072ac> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x197134000 - 0x197136000  libCVMSPluginSupport.dylib arm64 <c0fc3e49d71b3163bf201bc108cc1a90> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x19712e000 - 0x197134000  libCoreVMClient.dylib arm64 <bdfd156fdbac3b29bd3b9edc444b3eb4> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x196afc000 - 0x196b10000  PowerLog arm64 <76c8314f28f33bf1bf03c6740e630ba1> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x19973c000 - 0x1999d1000  CoreImage arm64 <74c3a439c3ad3274a7749cb933c6e530> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x199517000 - 0x19973c000  libFosl_dynamic.dylib arm64 <9a8eb9eab7bd3569888a0eec5e08e111> /usr/lib/libFosl_dynamic.dylib
0x1975ba000 - 0x19776f000  CoreMedia arm64 <3eac09db9ff43791aff296aa884f7838> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x1975b6000 - 0x1975ba000  UserFS arm64 <67b2206977d33d718428f764e22f1c1f> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
0x197444000 - 0x197596000  CoreAudio arm64 <d4b1d5f994c939e4b62644d63b354570> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x196f96000 - 0x196fba000  AppleSauce arm64 <1041d29a89963b1292f9e6d1e2fca9ca> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1b4189000 - 0x1b419f000  libtailspin.dylib arm64 <97a536ebbd543e8bb5fd2c4442403d8e> /usr/lib/libtailspin.dylib
0x1ba96b000 - 0x1ba976000  SignpostCollection arm64 <9f5402f71bf03953aebed55638322eaf> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1b31ff000 - 0x1b3242000  SignpostSupport arm64 <8fd93797d31730aeb5e66fd10b320825> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1ab56d000 - 0x1ab5bf000  LoggingSupport arm64 <f972f6275bc7395c8c3f9e6a6d2b653b> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x1969e8000 - 0x196a18000  MobileKeyBag arm64 <38a8f6499a4e3eecb898cc5be09e6f62> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x1a1fb8000 - 0x1a2038000  CoreSymbolication arm64 <c697350dd7103aa7b220567cf326693a> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1aea73000 - 0x1aeaab000  ktrace arm64 <62185159e42038b99ebfebf8c729e61b> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1ae6c9000 - 0x1ae6d1000  libdscsym.dylib arm64 <bb79e50b0a773521a0749ffa53c0e338> /usr/lib/libdscsym.dylib
0x1ae248000 - 0x1ae24e000  kperf arm64 <7a89ef48a21d3f1e9665d58b1a3fe579> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1ae67e000 - 0x1ae687000  kperfdata arm64 <06520184071d31719b159cfb87130d35> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1bf2cb000 - 0x1bf360000  SampleAnalysis arm64 <c619b57ac4853071b9ff81db337b16fc> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1968ea000 - 0x19692e000  AppSupport arm64 <b600f93045b83de4a90273eceff10460> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x1968e1000 - 0x1968ea000  CorePhoneNumbers arm64 <b742b09e53d13fc0907dfe0dfc809860> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x197442000 - 0x197444000  libCTGreenTeaLogger.dylib arm64 <02f94093171d396bab2962fa63b54d14> /usr/lib/libCTGreenTeaLogger.dylib
0x197b44000 - 0x197c05000  ************ arm64 <f9404bbaa2003e988110de61fa03e0c2> /System/Library/Frameworks/************.framework/************
0x199509000 - 0x199517000  GraphVisualizer arm64 <2d52616bba7034d3b796e28dd3ac28dd> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1990f5000 - 0x1990f6000  MetalPerformanceShaders arm64 <d1f20d7ab61634d5a8fbe8755f2040eb> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x198835000 - 0x198854000  MPSCore arm64 <6a931631e0ac3c04bb516c0988308f4a> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x198854000 - 0x1988c8000  MPSImage arm64 <b087e4ccc88633bb9ea72a488b9f4777> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x198f8a000 - 0x1990f5000  MPSNeuralNetwork arm64 <755d418ed5c83ff399bc31e3d6332ea0> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1988c8000 - 0x1988ed000  MPSMatrix arm64 <29df73ac8b283336a59f6bfea2a1e359> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1bcc4e000 - 0x1bcc68000  MPSRayIntersector arm64 <d6d05474d6bd3365aaeb79616fd7ba20> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x1990f6000 - 0x199509000  FaceCore arm64 <aab6e9fba0ab34598e0fdc6659f7da83> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1bed9e000 - 0x1bedeb000  OTSVG arm64 <793493c68ab13330a421f7cbd5c61f52> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x197d0a000 - 0x197d0b000  FontServices arm64 <118619dde6f031008a4c88b3e59fb602> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x197c05000 - 0x197d0a000  libFontParser.dylib arm64 <598fa684304938c59b619ec516296960> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1b7767000 - 0x1b777a000  libGSFontCache.dylib arm64 <654308310b4931a2bec34675aa3d8a45> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1a3b7f000 - 0x1a3b85000  ConstantClasses arm64 <605c3299145a3b2f9c36cb6c7058f488> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x1988fc000 - 0x198f8a000  MediaToolbox arm64 <8fef31551d783b26847087f147672adc> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x1988ed000 - 0x1988fc000  CoreAUC arm64 <199926668c8c36f8a3f5e5b2d402927b> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1bdb23000 - 0x1bdb28000  IdleTimerServices arm64 <ae57544db59f355db6b4aa15625512a5> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x198819000 - 0x198835000  NetworkStatistics arm64 <3c50de03a9a737b588f12853a14e96b1> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x197f42000 - 0x1984e1000  AudioToolbox arm64 <e38b8e31203739779104673b363a753a> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x197f38000 - 0x197f42000  libAudioStatistics.dylib arm64 <6991279918af3beb904db9cc80be7e59> /usr/lib/libAudioStatistics.dylib
0x197e7c000 - 0x197e86000  RTCReporting arm64 <627a5bfd20243637b88ef2de819615e7> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1969c9000 - 0x1969e8000  ProtocolBuffer arm64 <8b3396ec22843e69b43e959e35cfc899> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x197afe000 - 0x197b44000  WirelessDiagnostics arm64 <e714c492cd3d314c8be668fc683318a3> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x1977e0000 - 0x197afe000  libAWDSupportFramework.dylib arm64 <9a9d3540d2f33c86b9c48683e1ad17a6> /usr/lib/libAWDSupportFramework.dylib
0x197782000 - 0x1977e0000  libprotobuf.dylib arm64 <1250be912c8230099d3ad358caae3138> /usr/lib/libprotobuf.dylib
0x19776f000 - 0x197782000  libprotobuf-lite.dylib arm64 <5a7d2aefbf0f3397a810de4052e6dec1> /usr/lib/libprotobuf-lite.dylib
0x19694d000 - 0x1969c9000  libTelephonyUtilDynamic.dylib arm64 <fc4ce8000698324eafcedf80e14a6d6e> /usr/lib/libTelephonyUtilDynamic.dylib
0x196e5a000 - 0x196e62000  TCC arm64 <0bf6f96fc35630d78f570de780afbfe1> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x197596000 - 0x1975b6000  CoreAnalytics arm64 <e546eb30c7ea3914ab1e27cafe7be4e7> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x1999d1000 - 0x199bf4000  CoreMotion arm64 <00ca957a89e136e883ebfb7a213a84f2> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x1b91ac000 - 0x1b91b1000  InternationalSupport arm64 <27cc782b373537af9aa24edffacf09e2> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x19700f000 - 0x197115000  ManagedConfiguration arm64 <c8f976f051ff31ca8ae71d0851815090> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x196b2b000 - 0x196b37000  liblockdown.dylib arm64 <a06ecd5bf5b23c40b7839822ca2650ff> /usr/lib/liblockdown.dylib
0x196ffe000 - 0x19700f000  libmis.dylib arm64 <d297888a7a3b3d6f8655ce89c54de06c> /usr/lib/libmis.dylib
0x196fc5000 - 0x196fcc000  Netrb arm64 <54b90ecfd7c93e2f8bb87e53c5f1d2bb> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x196fba000 - 0x196fc5000  DataMigration arm64 <7e7e6c0b4b8a3848aa39be2a253bbedf> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x196f3e000 - 0x196f96000  Accounts arm64 <c3eae3e92f9e3d0bb7566db5965bb8eb> /System/Library/Frameworks/Accounts.framework/Accounts
0x196b37000 - 0x196e5a000  CoreData arm64 <c2943249821a32a6aadd24f2c19d8110> /System/Library/Frameworks/CoreData.framework/CoreData
0x196fcc000 - 0x196ffe000  PersistentConnection arm64 <0ab4107d070b3206b677a4d0772177cc> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x196e6a000 - 0x196f3e000  CoreTelephony arm64 <efd8ccb9795b38b9a066b2584f3e860a> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x196e62000 - 0x196e6a000  libcupolicy.dylib arm64 <471817afa6293f0eb9103ea3bcb43627> /usr/lib/libcupolicy.dylib
0x196b10000 - 0x196b2b000  CommonUtilities arm64 <705a6582a61a3c4186666b74fea493ef> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x19f453000 - 0x19f491000  MobileWiFi arm64 <57ff37aea7af36a8b5a84bf1d1e513c4> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x19f418000 - 0x19f423000  CaptiveNetwork arm64 <6040b78e56283f4b8933a23497391977> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x19f423000 - 0x19f453000  EAP8021X arm64 <1e909550518531ae8e5af4f84ae81121> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x19fb14000 - 0x19fb45000  Bom arm64 <1d3570dfb8b5353d9ca9434ac3d29648> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x199ed2000 - 0x199f54000  Quagga arm64 <6d1eaf0f42e2362bae5bdaebad5b8aef> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x198726000 - 0x198819000  libiconv.2.dylib arm64 <56a508dc6e3132c38a3e58b1c7e272b9> /usr/lib/libiconv.2.dylib
0x1bbebb000 - 0x1bbebc000  libcharset.1.dylib arm64 <407954967d42398ba8f25e1891f39960> /usr/lib/libcharset.1.dylib
0x19ae83000 - 0x19af1e000  CoreLocation arm64 <8a4743559e13333ca8370d273843c57c> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x19a30b000 - 0x19acf3000  GeoServices arm64 <54b6c1595a653969a7bf582e299138e0> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x19a2b3000 - 0x19a303000  CoreLocationProtobuf arm64 <5a17ecbb765d313da64c3dd317cdf36e> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x19a248000 - 0x19a266000  CacheDelete arm64 <dbcb92cf51b13e5d93cc7e4b39f3c5a7> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x199bf4000 - 0x199c23000  CoreBluetooth arm64 <092e5de73f713593aacded1e15865d5e> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x1a49de000 - 0x1a4c2b000  MapKit arm64 <112d5fd16278301e9196e1364c481868> /System/Library/Frameworks/MapKit.framework/MapKit
0x1a3104000 - 0x1a3277000  ContactsUI arm64 <a2c4e97ff1653e3299a539ffcc96022e> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x19e4d9000 - 0x19e573000  AddressBookLegacy arm64 <b728fecda6fa38f7a597680f64cb59c9> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x19e4a9000 - 0x19e4d9000  DataAccessExpress arm64 <3a56283fa1fd31c688d4783d7d17ac53> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x19c94b000 - 0x19c9b0000  ContactsFoundation arm64 <8e400dcb974732cf9d54a03e13861749> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x19af1e000 - 0x19af1f000  PhoneNumbers arm64 <d9c422c80d413a2f97518a502f46bf27> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x197e6d000 - 0x197e7c000  IntlPreferences arm64 <60dad887158631308fabef459231bc32> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1ad596000 - 0x1ad5ba000  AppSupportUI arm64 <08fb2606183e3704b634e045131d7c24> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x19e69d000 - 0x19e69e000  UIKit arm64 <8cd1d805e6403980aacdef9414284c81> /System/Library/Frameworks/UIKit.framework/UIKit
0x1bd991000 - 0x1bd9e5000  DocumentManager arm64 <8e270887737430b099a4d43900e2ee65> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x19c106000 - 0x19c114000  MobileIcons arm64 <23be50d2eccb3e0a87efb2b27eb8fdfa> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1c0131000 - 0x1c1216000  UIKitCore arm64 <a1f463bfcf9b3796ba9e7c2b40617fae> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x1bb3b8000 - 0x1bb3bc000  XCTTargetBootstrap arm64 <04c9799049f336cab2c33ed8c1370c7b> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x19e30f000 - 0x19e4a9000  WebKitLegacy arm64 <faf611b319243f4fb0da0d86d333abe7> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x19b279000 - 0x19bf19000  JavaScriptCore arm64 <ff70546036c53d9a872e85627c2dd077> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x19c9b0000 - 0x19e30f000  WebCore arm64 <79d4f140d81b32a8a8813a5198c6ae8b> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x19c45d000 - 0x19c94b000  libwebrtc.dylib arm64 <723c13ece1a1393cba5f52348f0a9124> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1c1221000 - 0x1c1228000  URLFormatting arm64 <9b5a7768d43c34a5b52d1779a5474605> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x19e710000 - 0x19e715000  StudyLog arm64 <4c2f7de1107e3ce2b61e679fe40d466d> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x19e5cb000 - 0x19e5fd000  UserNotifications arm64 <49419a6088123a1088967b389728a68f> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x19acf3000 - 0x19ad0e000  MobileAsset arm64 <2d3acbcbe62a36a9a5e28ed7d8c24389> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x19a266000 - 0x19a2a0000  StreamingZip arm64 <7a4bacc4a03b32678f537466a08c9545> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x19e6c1000 - 0x19e710000  PhysicsKit arm64 <361f88aa7ddb33d68c252f8d02c624ad> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x19c371000 - 0x19c447000  ProofReader arm64 <f509810086b03f4b873eac19a93676a6> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x19ad0e000 - 0x19ad4a000  Lexicon arm64 <933886c128ce34a0be4c8819ac295671> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x1a7559000 - 0x1a755f000  LinguisticData arm64 <ea730959fc8f382b9d6da155b0e44a67> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x19ad5c000 - 0x19ae6c000  LanguageModeling arm64 <8b351556f38436b1bd0ded1df086f21f> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x19a2a0000 - 0x19a2b3000  CoreEmoji arm64 <3176564260083593a577fddfebcfe966> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x19ad4a000 - 0x19ad5c000  libcmph.dylib arm64 <a29f078d192a3820a97f13612890b828> /usr/lib/libcmph.dylib
0x1a1f9c000 - 0x1a1fb8000  PrototypeTools arm64 <24d7ea4dc99d33fd9e1462ed5d92a087> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x19c123000 - 0x19c18c000  TextInput arm64 <01d2e7c0c6a03b988dad4c1ee1826eeb> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x19afe2000 - 0x19b046000  CoreNLP arm64 <f839dd5f26483b2f9737c13e972d3cd4> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x19af2a000 - 0x19afdb000  libmecab_em.dylib arm64 <dda9fda7a8453bf38c8ead5ef703a539> /usr/lib/libmecab_em.dylib
0x19afdd000 - 0x19afe2000  libgermantok.dylib arm64 <5df65797933b3f8eb4de5fb0d8e0fb23> /usr/lib/libgermantok.dylib
0x19afdb000 - 0x19afdd000  libThaiTokenizer.dylib arm64 <c2426d11f4853443a8fe06d2ddd39c23> /usr/lib/libThaiTokenizer.dylib
0x19af1f000 - 0x19af2a000  libChineseTokenizer.dylib arm64 <efcf77f0c6e5377abecb6182f6f255fa> /usr/lib/libChineseTokenizer.dylib
0x1c1216000 - 0x1c1221000  UIKitServices arm64 <ad0c5c64bbb83b17b4ac0706c9b9487b> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x19c1e9000 - 0x19c27b000  FileProvider arm64 <6423940f8d023c9cabffc444e9973eab> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x19f5fb000 - 0x19f67c000  AppleAccount arm64 <54af56912426303aa6ea2c8adfb0786d> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x1a67a1000 - 0x1a67d5000  SetupAssistant arm64 <129444f03e1b353f9795e6bf83341591> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x19fae8000 - 0x19fb03000  UserManagement arm64 <ef562d815d4b371b92a8de235544a85c> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x1a6792000 - 0x1a67a1000  SetupAssistantSupport arm64 <15c081c7d48b3afebf60eb9b712519a9> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x19f67c000 - 0x19f7f3000  CoreUtils arm64 <db2fa88f45033e4d927583ceddaaa618> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x1a239a000 - 0x1a23a3000  CoreTime arm64 <b20bee3821923825b641230adc42b386> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x19e609000 - 0x19e65f000  AuthKit arm64 <ceeb4570eb5938c0a212a07da5438fac> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x19a303000 - 0x19a30b000  SymptomDiagnosticReporter arm64 <6769718294d532db8a0fcfbc574943fc> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x19e5fd000 - 0x19e609000  AppleIDAuthSupport arm64 <92fec1a8c8303bc4940f1b6edca15e68> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1bf02b000 - 0x1bf079000  ROCKit arm64 <91466a6e18843da08642493d2423261f> /System/Library/PrivateFrameworks/ROCKit.framework/ROCKit
0x1a5acc000 - 0x1a5ae4000  CoreFollowUp arm64 <dc39b1ffa8803a2ab1d53020b429e48a> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x1a8d66000 - 0x1a8dba000  MobileBackup arm64 <0461e0b5f8573d5da78290e6c21ef496> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x1b314b000 - 0x1b31c4000  Rapport arm64 <24b8a966d17839a49b24b103c889e048> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x1bcc94000 - 0x1bcdbb000  Network arm64 <4ad46f271d3e3acd98d5b109e2e8b04a> /System/Library/Frameworks/Network.framework/Network
0x1a8c77000 - 0x1a8c8a000  MobileDeviceLink arm64 <a00b87e31ebe33b88e0cfe0d1b4548aa> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x19f5d9000 - 0x19f5fb000  AppleIDSSOAuthentication arm64 <2feb9afa1d313d2fae112373362f6819> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x19f549000 - 0x19f5d9000  AccountsDaemon arm64 <4dce3b079300348391f68bb0129e5e5c> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x19f7f3000 - 0x19f8ed000  IDS arm64 <63068092093f35129148e190a3cde252> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x19effa000 - 0x19effc000  Marco arm64 <597764710750346a88f800ea9088b830> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x19ee4d000 - 0x19eeb4000  IMFoundation arm64 <3e2cfc69dc12331a9df863027d3fa16a> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x19ec2d000 - 0x19ec5f000  libtidy.A.dylib arm64 <2473e09a24e23441b5fa5adccce49c17> /usr/lib/libtidy.A.dylib
0x19eff8000 - 0x19effa000  DiagnosticLogCollection arm64 <1b7c22827b0839729399b4af14a4d536> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x19f308000 - 0x19f418000  IDSFoundation arm64 <578224156245312e8d868c589fe53c4a> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x19f2f1000 - 0x19f308000  Engram arm64 <55b36649e1033a3da75e792841d829a1> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x19effc000 - 0x19f004000  MessageProtection arm64 <e2f1b2ab571832429b93fa306244c251> /System/Library/PrivateFrameworks/MessageProtection.framework/MessageProtection
0x19f507000 - 0x19f531000  GSS arm64 <4f5f9a56b6523d5e9b9fb3ecd20d1e2a> /System/Library/Frameworks/GSS.framework/GSS
0x19bf19000 - 0x19bf1f000  libheimdal-asn1.dylib arm64 <a001ff6596873832a6e8dbd55cbd855a> /usr/lib/libheimdal-asn1.dylib
0x19f497000 - 0x19f507000  Heimdal arm64 <5627b7f99336377f83867e29a58382ba> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x19ec11000 - 0x19ec2a000  libresolv.9.dylib arm64 <578816afe31737f7bff30011a1499be9> /usr/lib/libresolv.9.dylib
0x19f494000 - 0x19f497000  CommonAuth arm64 <76aa4d5daeca34ef846373b4e163f258> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x19f491000 - 0x19f494000  OAuth arm64 <3159f643ab4f32198c5f2e0cf5e03efb> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x19f531000 - 0x19f549000  ApplePushService arm64 <733176c26c2e361a844495297b4f5077> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x19f004000 - 0x19f2f1000  StoreServices arm64 <2e8fa52212793a8290bc9ccba912ef79> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x1bd06e000 - 0x1bd1bc000  AppleMediaServices arm64 <c35b62fc092e3f47a127d8743e4e228e> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x19e69e000 - 0x19e6b2000  DocumentManagerCore arm64 <1efaab5ea8633d4ca743c824e8521d8c> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x199c23000 - 0x199c45000  PlugInKit arm64 <eabcfbf1fa9e36bbb50c8b453f8d0e3c> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x1a13f7000 - 0x1a1404000  PersonaKit arm64 <0a918feb46063d6db95aa23b6f4ee8ce> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1ba534000 - 0x1ba541000  PersonaUI arm64 <b729eda30d223e5aa2de50984f474fe5> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
0x19b217000 - 0x19b279000  CoreSpotlight arm64 <e5421d2a8cf934e9a8047e9762679c64> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x1bdc09000 - 0x1bdc32000  MetadataUtilities arm64 <da900e8bb5123acd9d077abf78c2b12e> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x19fb45000 - 0x19fb4a000  CommunicationsFilter arm64 <476acf80b48938548194fa700571d6c6> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x19eee6000 - 0x19eff8000  Contacts arm64 <1306c6d1be3d32318cfc2009f388c1ba> /System/Library/Frameworks/Contacts.framework/Contacts
0x1ae49f000 - 0x1ae4c0000  CellularPlanManager arm64 <ce6d1a05fe533d3c92a46cb09f935585> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x19eeb4000 - 0x19eee6000  vCard arm64 <2816c3799d4c39238da9d7763eb8f66a> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1a2f88000 - 0x1a2fa0000  ContactsDonation arm64 <bf74ea5613f0366da5e81a2be3e21c38> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x1a30ac000 - 0x1a3104000  ContactsUICore arm64 <2be8b88c8dcd3ba1b38a483d50b14e2b> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x19ec5f000 - 0x19ee1a000  CoreDuet arm64 <59b9f0b87177312681f88367bfe3424f> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x1a2fcd000 - 0x1a303d000  NanoRegistry arm64 <4dd407a79baa3114b90e2730f11abbb3> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x19ee1a000 - 0x19ee3b000  CoreDuetContext arm64 <1ec73f4da44d31b28d4c4371110202b1> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x19ec2a000 - 0x19ec2d000  CoreDuetDebugLogging arm64 <ed6a80d9f48d33b994e978b91b1a4c32> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x19e801000 - 0x19e922000  CloudKit arm64 <a3e0d95652ea39daa6b5ef1bbf15288d> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x19e573000 - 0x19e5cb000  ProtectedCloudStorage arm64 <426539dbd6c63e7ea5f705e7f6458484> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x19e92a000 - 0x19ec11000  Intents arm64 <6ae5175fc6b03e919433a966c42c85ad> /System/Library/Frameworks/Intents.framework/Intents
0x19e922000 - 0x19e92a000  IntentsFoundation arm64 <11acb79008683e9a8222fbdf2f20af39> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x19ee3b000 - 0x19ee4d000  CoreDuetDaemonProtocol arm64 <2e09aa3473a4394eb6626641a0ea8842> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1bf50a000 - 0x1bf512000  StatsKit arm64 <464a62c99cbd340d9d96c9bed41ed318> /System/Library/PrivateFrameworks/StatsKit.framework/StatsKit
0x1a1a71000 - 0x1a1a7d000  CoreRecents arm64 <2fef8a16fc623e269bccd1c21c950fcd> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x1a5548000 - 0x1a560f000  TelephonyUtilities arm64 <3748140f00633e0ab8dbcba64a6d1ebe> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x1a2187000 - 0x1a218d000  IncomingCallFilter arm64 <5477f9113642385589837214ffc099a3> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x1a2038000 - 0x1a2187000  SearchFoundation arm64 <24b70e740ad03aafac4fe0b9a06bc41c> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x1a2e8b000 - 0x1a2f88000  Navigation arm64 <b0b1391bcb733e74a7ca16bc6344d907> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x1a43c4000 - 0x1a49de000  VectorKit arm64 <ecd5e979112d3028ae578e6678cafa5f> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x1a599c000 - 0x1a5a36000  Social arm64 <ac10a1caa12032bfb977264cb6e93183> /System/Library/Frameworks/Social.framework/Social
0x1a35d4000 - 0x1a3ae9000  WebKit arm64 <2cb812df0acf393d9322bfaf629d44a6> /System/Library/Frameworks/WebKit.framework/WebKit
0x1a3277000 - 0x1a3342000  CorePDF arm64 <a775f7c706643da78354acc60a284057> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x1a2e2a000 - 0x1a2e7f000  CorePrediction arm64 <1bcb7bc51f703f46992bca964be95c1d> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1a2dc8000 - 0x1a2dcd000  CoreOptimization arm64 <a60da5d56a77385bab5ecf2a91e2cb78> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x1a883c000 - 0x1a8903000  PDFKit arm64 <1baa2b57d3ad37c3b6ba52e54fe1c42f> /System/Library/Frameworks/PDFKit.framework/PDFKit
0x19c1b5000 - 0x19c1e9000  DataDetectorsCore arm64 <d876d8aaf1b938388c287b4a669ed62e> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x19c114000 - 0x19c123000  AppleFSCompression arm64 <1408f2397c7a314db27f4dc6a9fa86d5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1a8dba000 - 0x1a8e08000  SafariSafeBrowsing arm64 <466e66ac4dc43c42b7ab475181635f80> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x1b0d4d000 - 0x1b0d5d000  CTCarrierSpace arm64 <b51b65bd0ccf32318652ee93fa5a22d5> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x1a56bf000 - 0x1a56d1000  AssetsLibrary arm64 <2ee46bc96d613916844c295709ac9905> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x1a1827000 - 0x1a1850000  DCIMServices arm64 <940600c384993c83a3d619f48b2677f7> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x1a145b000 - 0x1a148a000  PhotosFormats arm64 <ab80241bbd723a9daf4b2a7cdb5a219e> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x1a3342000 - 0x1a35d4000  Vision arm64 <38b4a5173b57371bbdfb7f3fdcd6509a> /System/Library/Frameworks/Vision.framework/Vision
0x1a2ba4000 - 0x1a2dc8000  CoreML arm64 <ddbee838a9243aa2b3061908a9e5e41d> /System/Library/Frameworks/CoreML.framework/CoreML
0x1a268e000 - 0x1a29b0000  Espresso arm64 <630c94e4727632c0a15a72d9084b309e> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x1a2433000 - 0x1a25d6000  AppleCVA arm64 <7601b3753d753bad8496859cf4b62993> /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA
0x1a23a3000 - 0x1a23f4000  CoreAppleCVA arm64 <d3b298ffc45c3055b29a35260b8ecbae> /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA
0x1bd1bc000 - 0x1bd1cc000  AppleNeuralEngine arm64 <49ccc308846e34d5850be88fda6000fb> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x1bcdcb000 - 0x1bcdda000  ANEServices arm64 <ee4fb2c2145831adaf850a0e568ced5c> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x1bc92b000 - 0x1bc92d000  libsandbox.1.dylib arm64 <23ee17136afe3a53bc7a06e79a880dcd> /usr/lib/libsandbox.1.dylib
0x1b4139000 - 0x1b4141000  libMatch.1.dylib arm64 <0ab6e6fae4a039eaad03429b1c74d823> /usr/lib/libMatch.1.dylib
0x1a25d6000 - 0x1a268e000  Montreal arm64 <7f1824260c6c31a3a7b9494f85164374> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x1a2fa0000 - 0x1a2fcd000  Futhark arm64 <0689afcbd554372cbe1af54f31af5d37> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x1a1270000 - 0x1a1345000  MMCS arm64 <e332a56b234c3efcacd23a564bb98fa5> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x19fc04000 - 0x19fc53000  ChunkingLibrary arm64 <e9d985bdc95b33c6b8077c94754edc76> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1bd344000 - 0x1bd37a000  C2 arm64 <175ce2e91e4f38798a9c43e0437b0bf0> /System/Library/PrivateFrameworks/C2.framework/C2
0x1a09df000 - 0x1a0b7d000  NetworkExtension arm64 <ced5acebcbf835f3b5553a4910a70e25> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x19fc53000 - 0x19fc62000  libnetworkextension.dylib arm64 <c588fd853b103e689968fa24a7496cb3> /usr/lib/libnetworkextension.dylib
0x1a11be000 - 0x1a1270000  NetworkServiceProxy arm64 <99e9d0bca947358c8727f047b2bd22ab> /System/Library/PrivateFrameworks/NetworkServiceProxy.framework/NetworkServiceProxy
0x194f0d000 - 0x194fd5000  libboringssl.dylib arm64 <380ed83911013ba8b0f37e5308129655> /usr/lib/libboringssl.dylib
0x195395000 - 0x1953f3000  libusrtcp.dylib arm64 <8817d9115b5e3a61bb6030cd9b213b1c> /usr/lib/libusrtcp.dylib
0x1a11a0000 - 0x1a11be000  AssetCacheServices arm64 <b5f37e2a434337019e4afe1a11d5dd4e> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x1a17bf000 - 0x1a17f2000  AssetsLibraryServices arm64 <e850778fef673c53b4471e87dd9b83e3> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x1a1a9a000 - 0x1a1f9c000  PhotoLibraryServices arm64 <3504c40d1ef830c486025f5fbb1d0da9> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x1a1a7d000 - 0x1a1a9a000  MediaStream arm64 <1ba838bf66d93dbd814261e7ccdae31d> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x1a196f000 - 0x1a1977000  XPCKit arm64 <483c8c95a9513bfea92a38ec26c34736> /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit
0x1a1850000 - 0x1a196f000  CoreMediaStream arm64 <84c08bb10e9335618d4d5d4ce3a8611e> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x19b052000 - 0x19b217000  MobileSpotlightIndex arm64 <4ce2ef8e5bba3f279c4bbacabf2774bc> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x19c27b000 - 0x19c371000  NLP arm64 <531e2b7f020a38c2b08f2fda174e63b7> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x1beede000 - 0x1bef39000  PhotoFoundation arm64 <5f5043339fd935359daf0537dcfa0fd5> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
0x1a157d000 - 0x1a16da000  CloudPhotoLibrary arm64 <461c44d6853d3c1b8577deea116e19bf> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x1a1a57000 - 0x1a1a71000  CloudPhotoServices arm64 <795ba783578f3e8e9a3c44316f71747e> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x1a92f0000 - 0x1a93e8000  MessageUI arm64 <2bb65a0fb1b030eaac32389a816d5269> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x1a5669000 - 0x1a56bf000  DataAccess arm64 <7a1236df8727353cac95d6bebd12bf6b> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x1a3d13000 - 0x1a3d74000  WebBookmarks arm64 <1a7161b7c02f344f991ba61679d93594> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x1a2dcd000 - 0x1a2e2a000  SafariCore arm64 <883775cf59ff3e08a99a74e74b26a719> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
0x1a23f4000 - 0x1a2433000  DifferentialPrivacy arm64 <4e51f7b5592233ad8d1e499da9827c2c> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x1a148a000 - 0x1a1524000  CalendarDatabase arm64 <4a4945aabdd733dabdd176dd06bd2c2d> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x1a1404000 - 0x1a145b000  CalendarFoundation arm64 <61af93fa1a793c72967d45fe5071d480> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x19fbf8000 - 0x19fc04000  ProactiveEventTracker arm64 <2fe28b856dee36a18d352a569887408a> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x1a13c2000 - 0x1a13f7000  iCalendar arm64 <389964ac4a6831ecbbb3cdf7c148cd4d> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x19fc62000 - 0x19fc86000  AddressBook arm64 <5535c9f12e2e3aa880dd18af440b2c39> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x1a1352000 - 0x1a13c2000  CoreDAV arm64 <37a682dcba3a302290377b34499c62ec> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x1a16da000 - 0x1a17bf000  EventKit arm64 <63d7ac06e16b3407a0254df9ffa98595> /System/Library/Frameworks/EventKit.framework/EventKit
0x1a1524000 - 0x1a157d000  CalendarDaemon arm64 <44660bd0d93237f3af93bdcff23fa68b> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x1a5510000 - 0x1a5548000  Notes arm64 <1ef34c9995c83923ba3e9c2acf493bbb> /System/Library/PrivateFrameworks/Notes.framework/Notes
0x1a5480000 - 0x1a54da000  MIME arm64 <85fb617b486833d39a196040d5c6db10> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x1a5472000 - 0x1a547a000  EmailAddressing arm64 <fead38e1ab5f388b8887625a45466aa1> /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing
0x1a547a000 - 0x1a547d000  MessageSupport arm64 <4258e3ad611133d2acaf61c92e8b84a4> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0x1a3b85000 - 0x1a3b8e000  CertUI arm64 <a5088525bca939829b9339e5e263208c> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x1a6294000 - 0x1a6298000  FTClientServices arm64 <75f2c24386da3ccaa5f07708776144f7> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x19fb6b000 - 0x19fbc1000  FTServices arm64 <281569b1bbd53a3c849fe2220b9c11a0> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x19fb4a000 - 0x19fb6b000  FTAWD arm64 <4e7bcdf2ed19377c81dc6bacb4e2b53f> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x1a5b54000 - 0x1a5b65000  MailServices arm64 <62386db4052730d4a8e141cec1ae24fb> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x1a5bf2000 - 0x1a5c1b000  MailSupport arm64 <3c30c4d80b7b3fa3baf651a6f57ef7cd> /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport
0x1a5c1b000 - 0x1a5d67000  Message arm64 <6e6953cf23fd3bf7b07b1313ced7736d> /System/Library/PrivateFrameworks/Message.framework/Message
0x1aa7ea000 - 0x1aa83f000  CallKit arm64 <6f3707fc125e3883b73992dc05ef61c6> /System/Library/Frameworks/CallKit.framework/CallKit
0x1b7752000 - 0x1b775a000  EmailCore arm64 <1612a2600d42332fb0588470a306da0d> /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore
0x1bd854000 - 0x1bd86e000  DoNotDisturb arm64 <fbf37bf6399d33c3919a84c2faf25c88> /System/Library/PrivateFrameworks/DoNotDisturb.framework/DoNotDisturb
0x1a6078000 - 0x1a60b7000  ContactsAutocomplete arm64 <1601bff8a43f37508b74038a7717f3a4> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
0x1a648a000 - 0x1a649f000  LocalAuthentication arm64 <3ac332312ac33d9c9e30e89613da4774> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x1a6047000 - 0x1a6078000  SharedUtils arm64 <968d4cd263d0372a81e20d9faab0d6f7> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x1a5017000 - 0x1a544d000  MediaPlayer arm64 <19f38ca52fb13b7f929109b0154d071a> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x1a4c2b000 - 0x1a4df5000  iTunesCloud arm64 <3e358f231eaa33288996cbf8b3797670> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x19f914000 - 0x19fae8000  MediaRemote arm64 <f2305c6b02c73b9fb4ff40fe5aab4855> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x1bf292000 - 0x1bf2a4000  RemoteTextInput arm64 <0be791545f9234fabb2226890e12fe02> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x19f8ed000 - 0x19f914000  MediaServices arm64 <d29cf787e4f5359f8c91baa426a6d6fa> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x1a3c83000 - 0x1a3d13000  MediaPlatform arm64 <81662649f4633308b5b52b750395dee7> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x1a3e75000 - 0x1a4149000  MediaLibraryCore arm64 <654e86b035673998a045160ad7f878ad> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x1a3d74000 - 0x1a3d7f000  DAAPKit arm64 <0f71d48594643d3391fb75c5215f7ff7> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x1a218d000 - 0x1a2244000  iTunesStore arm64 <4b27b6d0cdff35c08c2993657b4e5519> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x1a414b000 - 0x1a43c4000  MusicLibrary arm64 <8bbcbd29aabe31289b93f84a0c570655> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x1a4df5000 - 0x1a4e8f000  HomeSharing arm64 <37ca695e93c13ae19cfc6fc93b9d489c> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x1a8457000 - 0x1a8460000  AddressBookUI arm64 <091c37f1476d318aba1b88bf282eb914> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
0x1a29b7000 - 0x1a2ba4000  Photos arm64 <edad6278ad5b30439e5c9aecf6da0e29> /System/Library/Frameworks/Photos.framework/Photos
0x1a686a000 - 0x1a68c7000  ImageCapture arm64 <ccba7b9494033932b5b5558ba6bc5b1e> /System/Library/PrivateFrameworks/ImageCapture.framework/ImageCapture
0x1a6821000 - 0x1a682b000  MobileStorage arm64 <148c72bf22433e58a1e4fb32a489c7f5> /System/Library/PrivateFrameworks/MobileStorage.framework/MobileStorage
0x1bef88000 - 0x1befca000  PhotosImagingFoundation arm64 <47a9fcbbfd79312995412bee560bb889> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
0x1b598a000 - 0x1b59c8000  WatchConnectivity arm64 <b396ad9124d031b587c2252194dabec6> /System/Library/Frameworks/WatchConnectivity.framework/WatchConnectivity
0x101054000 - 0x101060000  libobjc-trampolines.dylib arm64 <065bd8006d513c358dc14e2a8ff1ba31> /usr/lib/libobjc-trampolines.dylib
0x1b4a30000 - 0x1b4a45000  libCGInterfaces.dylib arm64 <7a9488d7f89931b484428689e920c6ba> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x1b777a000 - 0x1b77ab000  libTrueTypeScaler.dylib arm64 <a39a0f8d03d63ca49d121d74ae992fde> /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
0x1b4a45000 - 0x1b4e84000  AudioCodecs arm64 <a3219e9a252f3445b5a3d13a78788a2f> /System/Library/Frameworks/AudioToolbox.framework/AudioCodecs
0x1b70d3000 - 0x1b70fb000  CoreServicesInternal arm64 <76068e39b78c32f6abaab1117775a851> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x1b4497000 - 0x1b475e000  RawCamera arm64 <7ff8546416f7397f85ceb362ac8b31e3> /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x1b74ad000 - 0x1b74de000  CryptoTokenKit arm64 <d31200faa34e3c279cbc418e9156f849> /System/Library/PrivateFrameworks/CryptoTokenKit.framework/CryptoTokenKit
0x1baf32000 - 0x1baf39000  TextInputUI arm64 <a603ed492ef03f318723c3f7b49eaaf4> /System/Library/PrivateFrameworks/TextInputUI.framework/TextInputUI
0x1a1076000 - 0x1a11a0000  AssistantServices arm64 <7273ad96f5e1303cae5ad962bd14e9ca> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x1a0fa8000 - 0x1a1007000  SAObjects arm64 <4ca04a3d2cc53ca78fda0f00e54f4f62> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x1bf4b4000 - 0x1bf4c9000  SiriInstrumentation arm64 <68f57b9c927235aba58111816e6c1c9a> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation
0x1a1007000 - 0x1a1047000  VoiceServices arm64 <4494d60a2c673a5e8bea57c4cbe7d437> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x1a0b7d000 - 0x1a0fa8000  SiriTTS arm64 <d89cb39bb2dc3a2a940baea589979e5f> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x1aa8a4000 - 0x1aa8f9000  IMAVCore arm64 <9570c66c71893f729dcd04106bd39063> /System/Library/PrivateFrameworks/IMAVCore.framework/IMAVCore
0x1a8a29000 - 0x1a8bd7000  IMCore arm64 <1c2993febda33a2a9b5fb1f5e8c301a8> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
0x1ae91e000 - 0x1ae927000  IDSKVStore arm64 <146ff6c605d43e859b84b5d8d3ca7baa> /System/Library/PrivateFrameworks/IDSKVStore.framework/IDSKVStore
0x1a74b3000 - 0x1a74cb000  CoreSDB arm64 <d2b58f8dbb1f36a18a0f17c043ba8c92> /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB
0x1a74cb000 - 0x1a7559000  IMSharedUtilities arm64 <bd2ab312d9dd380e8ffb1fdfffc21829> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities
0x1ae6d1000 - 0x1ae6d6000  libsysdiagnose.dylib arm64 <1b18aad51d713d6fac77e5f23e358eb2> /usr/lib/libsysdiagnose.dylib
0x1a7cbe000 - 0x1a7dd4000  IMDPersistence arm64 <0e9d3270254d310bbb65e93a79f0fd16> /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence
0x1a7ca6000 - 0x1a7cbe000  EmojiFoundation arm64 <5a6393b36aa83661bdd8183fab7892e8> /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation
0x1bc96b000 - 0x1bc96d000  liblog_network.dylib arm64 <13653b98a46935e5858c252e701597d4> /usr/lib/log/liblog_network.dylib
0x1bbda0000 - 0x1bbdae000  libMobileGestaltExtensions.dylib arm64 <79f514e726a33ad0b49a128401224600> /usr/lib/libMobileGestaltExtensions.dylib
0x1a8e08000 - 0x1a8f51000  SafariServices arm64 <fe054c32a1fe303483c35b3f8286559b> /System/Library/Frameworks/SafariServices.framework/SafariServices
0x1a5ae4000 - 0x1a5b54000  CoreSuggestions arm64 <c9953755a8d135bd9f5f3d055ce58074> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x1a54da000 - 0x1a5510000  ProactiveSupport arm64 <927dd279b35532e0a2691c80935f0ac1> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x1a547d000 - 0x1a5480000  InternationalTextSearch arm64 <39099b3f987d31f687e796ef6408fe2e> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1a6298000 - 0x1a629c000  SharedWebCredentials arm64 <c2be4e977cfc3321867759bbf8b3cbb1> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
0x1bca54000 - 0x1bca5e000  AuthenticationServices arm64 <02850bc068f03b5285b3fa5724b43f66> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices
0x1a629d000 - 0x1a62b7000  SafariFoundation arm64 <32f10089fca134b39cfc7c01ec1f03c7> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
0x1a3095000 - 0x1a30ac000  BaseBoardUI arm64 <98ca81e7be0632d0b25c175d75edc348> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x1a5b65000 - 0x1a5bf2000  CoreRecognition arm64 <7c29558bcab133539b42c102d179e602> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
0x1a224b000 - 0x1a239a000  Preferences arm64 <78b52a197cf83e1893c3c8d37ebf2929> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x1b0ceb000 - 0x1b0d2f000  BiometricKit arm64 <a5f070b007953ea5b145093fe41ad9bb> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x1a2244000 - 0x1a224b000  libtzupdate.dylib arm64 <7a05a115d20537519bfacdfea6d39e33> /usr/lib/libtzupdate.dylib
0x1a1345000 - 0x1a1352000  BluetoothManager arm64 <c264cee9922c35a396b344ffb02256d2> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x19fb03000 - 0x19fb14000  MobileBluetooth arm64 <6a874a56b75e3892a5ab244360c0e487> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x1a7dd4000 - 0x1a7dee000  MetalKit arm64 <8b5a73a8bffd39aabc52c835fb19134b> /System/Library/Frameworks/MetalKit.framework/MetalKit
0x1a6777000 - 0x1a6792000  WebUI arm64 <cad2acf3277c3209bc8562acfcc029d4> /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x1a6546000 - 0x1a6777000  SafariShared arm64 <e8b0af5a14d031eea5b0705fe762ac86> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
0x1a5f67000 - 0x1a601a000  CoreParsec arm64 <e4365d29daa43a4494d5686fb116f4e2> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x1a649f000 - 0x1a64a2000  ParsecSubscriptionServiceSupport arm64 <41de0fd439543d55b3edb573ea49fff6> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
0x1a60b7000 - 0x1a6181000  VideoSubscriberAccount arm64 <a4712dd4ab3a391fbf25b6ef272a5f7c> /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
0x1a3ae9000 - 0x1a3b7f000  BulletinBoard arm64 <d39852740abf36e0998dece4303ec947> /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
0x1a303d000 - 0x1a3095000  ToneLibrary arm64 <dbf3a9a0baa233eebaa156fcdcbad5dc> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x1b6e7b000 - 0x1b6e87000  ContextKit arm64 <000483522dff3b62bc0eee9fd67496ce> /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit
0x1ae4c0000 - 0x1ae516000  DeviceManagement arm64 <e929c04b853639b498a79d7ecc427b59> /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
0x1adf1c000 - 0x1adf61000  Catalyst arm64 <ebc74a3fbaf6356a817fee05f9e592d4> /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
0x1bd503000 - 0x1bd50e000  Categories arm64 <8ca417ed9c093fa7858178d34d6c80a3> /System/Library/PrivateFrameworks/Categories.framework/Categories
0x1c1228000 - 0x1c1249000  UsageTracking arm64 <ac4007ca7cf33cdaa7d6bb23461c31b3> /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking
0x1bf229000 - 0x1bf28d000  RemoteManagement arm64 <6cf8c3fc50563ddb92d0573ee481f8f9> /System/Library/PrivateFrameworks/RemoteManagement.framework/RemoteManagement
0x1bd603000 - 0x1bd727000  ConfigurationEngineModel arm64 <aa9f3f46e97836158a62e91d47b9844e> /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel
0x1ab8ff000 - 0x1ab909000  FamilyCircle arm64 <937f4d9a8c223f668c56c77af66d7516> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
0x1afff8000 - 0x1b0045000  DataDetectorsUI arm64 <d53982fb93ea334985f99a9c813c5699> /System/Library/PrivateFrameworks/DataDetectorsUI.framework/DataDetectorsUI
0x1ab909000 - 0x1ab90f000  NewsServices arm64 <90b29cf88d7138f6b18e943792845461> /System/Library/PrivateFrameworks/NewsServices.framework/NewsServices
0x1aacd4000 - 0x1aad2b000  ClockKit arm64 <d875e9fd05cd3439a789314b01b93186> /System/Library/PrivateFrameworks/ClockKit.framework/ClockKit
0x1ab749000 - 0x1ab7a1000  NewsToday arm64 <e06c63f22a14353a8d0c3dee39a2abf8> /System/Library/PrivateFrameworks/NewsToday.framework/NewsToday
0x1aa8f9000 - 0x1aac96000  NewsCore arm64 <bd69007c6b993a73aec63d557d3cbaee> /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore
0x1aa4e7000 - 0x1aa7a3000  NewsTransport arm64 <3d9b132fa4d03b82b8b77b5bedeb5e9a> /System/Library/PrivateFrameworks/NewsTransport.framework/NewsTransport
0x1aa4d1000 - 0x1aa4e7000  NewsFoundation arm64 <07511d16df123c21bd9e9511527e9755> /System/Library/PrivateFrameworks/NewsFoundation.framework/NewsFoundation
0x1a7bd7000 - 0x1a7c13000  StoreKit arm64 <953af19addbc3586b8c32c2e4a2a75ee> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x1a8f51000 - 0x1a8fae000  AppStoreDaemon arm64 <e8f5e36fd02a301180bb6cab72ce9033> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon
0x1a9b87000 - 0x1a9baa000  DuetActivityScheduler arm64 <39c93025380138998a3845e97dc90edd> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
0x1a9e31000 - 0x1a9e3d000  AppConduit arm64 <463f0db712053d029e0482b868b7250d> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x1a5008000 - 0x1a5017000  NanoPreferencesSync arm64 <539e0687a5d434f98e4a78f61b382e14> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x1bf1eb000 - 0x1bf21a000  RemoteConfiguration arm64 <5a2b5cd32f113fd097f799379b978092> /System/Library/PrivateFrameworks/RemoteConfiguration.framework/RemoteConfiguration
0x1ab3e3000 - 0x1ab3fc000  NewsServicesInternal arm64 <5d2667a73ed93fb5bbc8fa73f736fc14> /System/Library/PrivateFrameworks/NewsServicesInternal.framework/NewsServicesInternal
0x1bed89000 - 0x1bed9c000  NewsAnalyticsUpload arm64 <936d841c789639edb75bd7b7f831252c> /System/Library/PrivateFrameworks/NewsAnalyticsUpload.framework/NewsAnalyticsUpload
0x1aad48000 - 0x1aad4d000  NewsDaemon arm64 <fa14c77daa233df6af46c962a3b0b082> /System/Library/PrivateFrameworks/NewsDaemon.framework/NewsDaemon
0x1ab566000 - 0x1ab56d000  DuetRecommendation arm64 <2bd9d86717f23c8ab3ffc6989afafe2c> /System/Library/PrivateFrameworks/DuetRecommendation.framework/DuetRecommendation
0x1a56d1000 - 0x1a58ab000  EventKitUI arm64 <1926f20b42f530fe90bf549cae4efe30> /System/Library/Frameworks/EventKitUI.framework/EventKitUI
0x1a560f000 - 0x1a564b000  CalendarUIKit arm64 <6f214fa793eb3583a91679e8a99122e3> /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit
0x1b4889000 - 0x1b493b000  AGXMetalA8 arm64 <8ec30fbaadff39bfbc0d297d99adfb82> /System/Library/Extensions/AGXMetalA8.bundle/AGXMetalA8
0x1b81c5000 - 0x1b81c6000  libmetal_timestamp.dylib arm64 <833a048da1a331aa9d9b6e5bef09ac6c> /System/Library/PrivateFrameworks/GPUCompiler.framework/Libraries/libmetal_timestamp.dylib
0x1a8c99000 - 0x1a8d4b000  QuickLook arm64 <bc7052b084133953bfe4aad5d37964e4> /System/Library/Frameworks/QuickLook.framework/QuickLook
0x1bf018000 - 0x1bf02b000  QuickLookSupport arm64 <0275ae5b87773e909e0f19dff7c6c0a8> /System/Library/PrivateFrameworks/QuickLookSupport.framework/QuickLookSupport
0x1a881d000 - 0x1a883c000  QuickLookThumbnailing arm64 <efa986f4de2b315595992efe910c9764> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x1a7dee000 - 0x1a7e0e000  GenerationalStorage arm64 <3d8e23128df039168e74dd3bfd17fa41> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1a61b1000 - 0x1a626a000  AVKit arm64 <26958d3d4ff13494a2a027b8a01da396> /System/Library/Frameworks/AVKit.framework/AVKit
0x1a6181000 - 0x1a61b1000  Pegasus arm64 <b92d4d83a9b13e649b7fe5bfc06a31f6> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
0x1a8c46000 - 0x1a8c77000  MarkupUI arm64 <1f3cb7aa554f356bb98a3ee577789a65> /System/Library/PrivateFrameworks/MarkupUI.framework/MarkupUI
0x1a8903000 - 0x1a8a29000  AnnotationKit arm64 <fe3cccbeb43831099b6bbe5f79932582> /System/Library/PrivateFrameworks/AnnotationKit.framework/AnnotationKit
0x1a86bf000 - 0x1a881d000  PencilKit arm64 <ea8b334d75493242b4b9c90b4c0b4c15> /System/Library/PrivateFrameworks/PencilKit.framework/PencilKit
0x1a8247000 - 0x1a830f000  CoreHandwriting arm64 <425417eed8e03024ba80668d29ab4a6f> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
0x1a5d67000 - 0x1a5f67000  libmecabra.dylib arm64 <b9fb2b287fab344484601268f38ae9b2> /usr/lib/libmecabra.dylib
0x1a5909000 - 0x1a597f000  UIAccessibility arm64 <debe9c2ee91333f5b5ddeae669ca8f85> /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility
0x1a58ab000 - 0x1a5909000  AXMediaUtilities arm64 <d81fef380cd23cd6b28365a0dbdbae33> /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities
0x1a3d82000 - 0x1a3d8d000  libAXSpeechManager.dylib arm64 <7be784a209c432dd8f80036c37c190ad> /usr/lib/libAXSpeechManager.dylib
0x1a3c13000 - 0x1a3c2e000  TextToSpeech arm64 <b4d37cc5d5f33be5ab4bbff35d2098ec> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
0x1a564b000 - 0x1a5669000  AccessibilityUIUtilities arm64 <6ba4c59de4383bc6a6b4464a066de8e6> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities
0x1a3b8e000 - 0x1a3bd9000  AXRuntime arm64 <f5eaad54e34c38f495d4519fed4aba0f> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
0x1a3d7f000 - 0x1a3d82000  libAXSafeCategoryBundle.dylib arm64 <d8ca52ff905538558179aeb5bdb685c0> /usr/lib/libAXSafeCategoryBundle.dylib
0x1a3d8d000 - 0x1a3e75000  AccessibilityUtilities arm64 <bd6470f623e33ed9a7b308ab208af32b> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
0x1a3c2e000 - 0x1a3c83000  CoreMIDI arm64 <10e7b1abd2b533489c8724917fe820e0> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x1a3bd9000 - 0x1a3c13000  ScreenReaderCore arm64 <f0aa20557758379c9c46d26f5430258b> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
0x1a7615000 - 0x1a7acf000  PhotosUI arm64 <061edf8101813c15984938a84383bc9a> /System/Library/Frameworks/PhotosUI.framework/PhotosUI
0x1a6a80000 - 0x1a6a95000  iPhotoMigrationSupport arm64 <8b7e0f8bccc53a57be1b92f6cbf16ca6> /System/Library/PrivateFrameworks/iPhotoMigrationSupport.framework/iPhotoMigrationSupport
0x1a6a95000 - 0x1a6aa7000  DiagnosticExtensions arm64 <b40e2f97a86535f2b5882836d2470832> /System/Library/PrivateFrameworks/DiagnosticExtensions.framework/DiagnosticExtensions
0x1a6f57000 - 0x1a747a000  PhotosUICore arm64 <81f1336c6cab30c38762dfb2f1400a57> /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore
0x1bf00e000 - 0x1bf018000  PrototypeToolsUI arm64 <eafe638bc2a1336c97eb91e3d0391350> /System/Library/PrivateFrameworks/PrototypeToolsUI.framework/PrototypeToolsUI
0x1a1047000 - 0x1a1076000  GLKit arm64 <b6db091f44ad39c3ba33938587e59d50> /System/Library/Frameworks/GLKit.framework/GLKit
0x1a682b000 - 0x1a686a000  ContentIndex arm64 <b2961fca2e1b3e5f9d3856ac23916319> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
0x1a7578000 - 0x1a7601000  PhotoEditSupport arm64 <86bd56e51462322e8816e16b53141f6d> /System/Library/PrivateFrameworks/PhotoEditSupport.framework/PhotoEditSupport
0x1a6edd000 - 0x1a6f57000  PhotoLibrary arm64 <4ec8b443dfe2323297083f6034f27ea8> /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary
0x1a8bf0000 - 0x1a8c30000  Pasteboard arm64 <8277df3a33183d4aaf9d7901642ff4fc> /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard
0x19c18c000 - 0x19c1b5000  libxslt.1.dylib arm64 <a3cde5034ba135e3ac7c11d66a0c2cbd> /usr/lib/libxslt.1.dylib

This is crashing within bmalloc, one of the memory allocators underlying WebKit. bmalloc is open source, so you can look at the code yourself. Specifically, frame 0 of 11 corresponds to

<bmalloc/IsoAllocatorInlines.h>
[1].

As far as I can tell, this is crashing on line 68 of that file, which forces a crash if the memory allocation fails and

abortOnFailure
is set.

I don’t know enough about WebKit to offer any further insight into this.

Share and Enjoy

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

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

[1] This is from the Darwin open source corresponding to macOS 10.14, so it’s not exactly the same code. However, it’s close enough.