WKWebview decidepolicyfornavigation crash

Hi Team, my app is experiencing crash in production in function decidePolicyForNavigation where the stack trace for Webkit looks something like

WebKit

WebKit::NavigationState::NavigationClient::decidePolicyForNavigationAction(WebKit::WebPageProxy&, ***::Ref<api::navigationaction, ***::dumbptrtraits<api::navigationaction=""> >&&, ***::Ref<webkit::webframepolicylistenerproxy, ***::dumbptrtraits<webkit::webframepolicylistenerproxy=""> >&&, API::Object*) + 584




2
WebKit

WebKit::WebPageProxy::decidePolicyForNavigationAction(***::Ref<webkit::webprocessproxy, ***::dumbptrtraits<webkit::webprocessproxy=""> >&&, WebKit::WebFrameProxy&, WebCore::SecurityOriginData&&, unsigned long long, WebKit::NavigationActionData&&, WebKit::FrameInfoData&&, unsigned long long, WebCore::ResourceRequest const&, WebCore::ResourceRequest&&, IPC::FormDataReference&&, WebCore::ResourceResponse&&, WebKit::UserData const&, ***::Ref<webkit::webpageproxy::policydecisionsender, ***::dumbptrtraits<webkit::webpageproxy::policydecisionsender=""> >&&) + 2572




3
WebKit

WebKit::WebPageProxy::decidePolicyForNavigationActionAsyncShared(***::Ref<webkit::webprocessproxy, ***::dumbptrtraits<webkit::webprocessproxy=""> >&&, unsigned long long, WebCore::SecurityOriginData&&, WebCore::PolicyCheckIdentifier, unsigned long long, WebKit::NavigationActionData&&, WebKit::FrameInfoData&&, unsigned long long, WebCore::ResourceRequest const&, WebCore::ResourceRequest&&, IPC::FormDataReference&&, WebCore::ResourceResponse&&, WebKit::UserData const&, unsigned long long) + 376




4
WebKit

WebKit::WebPageProxy::decidePolicyForNavigationActionAsync(unsigned long long, WebCore::SecurityOriginData&&, WebCore::PolicyCheckIdentifier, unsigned long long, WebKit::NavigationActionData&&, WebKit::FrameInfoData&&, unsigned long long, WebCore::ResourceRequest const&, WebCore::ResourceRequest&&, IPC::FormDataReference&&, WebCore::ResourceResponse&&, WebKit::UserData const&, unsigned long long) + 108




5
WebKit

void IPC::callMemberFunctionImpl<webkit::webpageproxy, void="" (webkit::webpageproxy::*)(unsigned="" long="" long,="" webcore::securityorigindata&&,="" webcore::policycheckidentifier,="" unsigned="" webkit::navigationactiondata&&,="" webkit::frameinfodata&&,="" webcore::resourcerequest="" const&,="" webcore::resourcerequest&&,="" ipc::formdatareference&&,="" webcore::resourceresponse&&,="" webkit::userdata="" long),="" std::__1::tuple<unsigned="" webcore::securityorigindata,="" webkit::navigationactiondata,="" webkit::frameinfodata,="" webcore::resourcerequest,="" ipc::formdatareference,="" webcore::resourceresponse,="" webkit::userdata,="">, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul>(WebKit::WebPageProxy*, void (WebKit::WebPageProxy::*)(unsigned long long, WebCore::SecurityOriginData&&, WebCore::PolicyCheckIdentifier, unsigned long long, WebKit::NavigationActionData&&, WebKit::FrameInfoData&&, unsigned long long, WebCore::ResourceRequest const&, WebCore::ResourceRequest&&, IPC::FormDataReference&&, WebCore::ResourceResponse&&, WebKit::UserData const&, unsigned long long), std::__1::tuple&&, std::__1::integer_sequence) + 108




6
WebKit

void IPC::handleMessage<messages::webpageproxy::decidepolicyfornavigationactionasync, webkit::webpageproxy,="" void="" (webkit::webpageproxy::*)(unsigned="" long="" long,="" webcore::securityorigindata&&,="" webcore::policycheckidentifier,="" unsigned="" webkit::navigationactiondata&&,="" webkit::frameinfodata&&,="" webcore::resourcerequest="" const&,="" webcore::resourcerequest&&,="" ipc::formdatareference&&,="" webcore::resourceresponse&&,="" webkit::userdata="" long)="">(IPC::Decoder&, WebKit::WebPageProxy*, void (WebKit::WebPageProxy::*)(unsigned long long, WebCore::SecurityOriginData&&, WebCore::PolicyCheckIdentifier, unsigned long long, WebKit::NavigationActionData&&, WebKit::FrameInfoData&&, unsigned long long, WebCore::ResourceRequest const&, WebCore::ResourceRequest&&, IPC::FormDataReference&&, WebCore::ResourceResponse&&, WebKit::UserData const&, unsigned long long)) + 100

Can someone please help here?

Thanks.

Replies

There is not enough info here to offer any specific advice. Two general items:

  • What platform are you targeting? iOS? macOS?

  • If you run your app outside of Xcode (from the Home screen on iOS, from the Finder in macOS), this crash should generate a crash report. What does that show?

For more info on crash reports, see Acquiring Crash Reports and Diagnostic Logs.

Share and Enjoy

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

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

Hi,

This happens on iOS device in production. Cannot reproduce it in staging.

Cannot reproduce it in staging.

Bummer. Do you have an Apple crash report for this? If so, please post the full report here.

Share and Enjoy

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

let myEmail = "eskimo" + "1" + "@apple.com"
Hardware Model:      iPhone8,2
Version:             1113004 (5.99.0)
AppStoreTools:       11E608a
AppVariant:          1:iPhone8,2:13
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]




Date/Time:           2020-06-01 18:06:04.3814 +0700
Launch Time:         2020-06-01 16:03:29.2100 +0700
OS Version:          iPhone OS 13.4.1 (17E262)
Release Type:        User
Baseband Version:    7.51.01
Report Version:      104


Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000010
VM Region Info: 0x10 is not in any region.  Bytes before following region: 4332781552
      REGION TYPE                      START - END             [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      UNUSED SPACE AT START
--->  


Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [12563]
Triggered by Thread:  0


Thread 0 name:
Thread 0 Crashed:
0   MocaService                    0x000000010bc7f50c -[MocaAuthenticationView webView:decidePolicyForNavigationAction:decisionHandler:] + 440
1   MocaService                    0x000000010bc7f508 -[MocaAuthenticationView webView:decidePolicyForNavigationAction:decisionHandler:] + 436
2   WebKit                        0x00000001a8519338 WebKit::NavigationState::NavigationClient::decidePolicyForNavigationAction(WebKit::WebPageProxy&,... + 1008 (NavigationState.mm:664)
3   WebKit                        0x00000001a855c180 WebKit::WebPageProxy::decidePolicyForNavigationAction(***::Ref<webkit::webprocessproxy, ***::dumb...="" +="" 2088="" (webpageproxy.cpp:5060)<br="">4   WebKit                        0x00000001a855b8d0 WebKit::WebPageProxy::decidePolicyForNavigationActionAsyncShared(***::Ref5   WebKit                        0x00000001a855b730 WebKit::WebPageProxy::decidePolicyForNavigationActionAsync(***::ObjectIdentifier6   WebKit                        0x00000001a87e4310 void IPC::callMemberFunctionImpl<webkit::webpageproxy, void="" (webkit::webpageproxy::*)(***::object...="" +="" 144="" (handlemessage.h:41)<br="">7   WebKit                        0x00000001a87ddc08 void IPC::handleMessage<messages::webpageproxy::decidepolicyfornavigationactionasync, webkit::web...="" +="" 84="" (handlemessage.h:47)<br="">8   WebKit                        0x00000001a87d9984 WebKit::WebPageProxy::didReceiveMessage(IPC::Connection&, IPC::Decoder&) + 4972 (WebPageProxyMessageReceiver.cpp:1004)
9   WebKit                        0x00000001a8315ae8 IPC::MessageReceiverMap::dispatchMessage(IPC::Connection&, IPC::Decoder&) + 104 (MessageReceiverMap.cpp:0)
10  WebKit                        0x00000001a859b4d0 WebKit::WebProcessProxy::didReceiveMessage(IPC::Connection&, IPC::Decoder&) + 32 (WebProcessProxy.cpp:718)
11  WebKit                        0x00000001a8303734 IPC::Connection::dispatchMessage(std::__1::unique_ptr<ipc::decoder, std::__1::default_delete<ipc:...="" +="" 204="" (connection.cpp:1070)<br="">12  WebKit                        0x00000001a8302d78 IPC::Connection::dispatchIncomingMessages() + 380 (Connection.cpp:1174)
13  JavaScriptCore                0x00000001afc603dc ***::RunLoop::performWork() + 580 (Function.h:84)
14  JavaScriptCore                0x00000001afc60578 ***::RunLoop::performWork(void*) + 36 (RunLoopCF.cpp:38)
15  CoreFoundation                0x00000001a0d46b64 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24 (CFRunLoop.c:1922)
16  CoreFoundation                0x00000001a0d46abc __CFRunLoopDoSource0 + 80 (CFRunLoop.c:1956)
17  CoreFoundation                0x00000001a0d46244 __CFRunLoopDoSources0 + 184 (CFRunLoop.c:1992)
18  CoreFoundation                0x00000001a0d41274 __CFRunLoopRun + 788 (CFRunLoop.c:2882)
19  CoreFoundation                0x00000001a0d40c34 CFRunLoopRunSpecific + 424 (CFRunLoop.c:3192)
20  GraphicsServices              0x00000001aae8a38c GSEventRunModal + 160 (GSEvent.c:2246)
21  UIKitCore                      0x00000001a4e7322c UIApplicationMain + 1932 (UIApplication.m:4820)
22  Grab                          0x00000001076def64 main + 224 (main.m:20)
23  libdyld.dylib                  0x00000001a0bc8800 start + 4


Thread 1 name:
Thread 1:
0   libsystem_kernel.dylib        0x00000001a0b9c198 mach_msg_trap + 8
1   libsystem_kernel.dylib        0x00000001a0b9b60c mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                0x00000001a0d463b4 __CFRunLoopServiceMachPort + 148 (CFRunLoop.c:2575)
3   CoreFoundation                0x00000001a0d413e8 __CFRunLoopRun + 1160 (CFRunLoop.c:2931)
4   CoreFoundation                0x00000001a0d40c34 CFRunLoopRunSpecific + 424 (CFRunLoop.c:3192)
5   Foundation                    0x00000001a1083bcc -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 228 (NSRunLoop.m:374)
6   Foundation                    0x00000001a1083aac -[NSRunLoop(NSRunLoop) runUntilDate:] + 88 (NSRunLoop.m:421)
7   UIKitCore                      0x00000001a4f15160 -[UIEventFetcher threadMain] + 152 (UIEventFetcher.m:736)
8   Foundation                    0x00000001a11b29d0 __NSThread__start__ + 848 (NSThread.m:724)
9   libsystem_pthread.dylib        0x00000001a0aded98 _pthread_start + 156 (pthread.c:896)
10  libsystem_pthread.dylib        0x00000001a0ae274c thread_start + 8


Thread 2 name:
Thread 2:
0   libsystem_kernel.dylib        0x00000001a0b9c198 mach_msg_trap + 8
1   libsystem_kernel.dylib        0x00000001a0b9b60c mach_msg + 72 (mach_msg.c:103)
2   Grab                          0x0000000102940d6c CLSMachExceptionServer + 952
3   libsystem_pthread.dylib        0x00000001a0aded98 _pthread_start + 156 (pthread.c:896)
4   libsystem_pthread.dylib        0x00000001a0ae274c thread_start + 8


Thread 3 name:
Thread 3:
0   libsystem_kernel.dylib        0x00000001a0b9c198 mach_msg_trap + 8
1   libsystem_kernel.dylib        0x00000001a0b9b60c mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                0x00000001a0d463b4 __CFRunLoopServiceMachPort + 148 (CFRunLoop.c:2575)
3   CoreFoundation                0x00000001a0d413e8 __CFRunLoopRun + 1160 (CFRunLoop.c:2931)
4   CoreFoundation                0x00000001a0d40c34 CFRunLoopRunSpecific + 424 (CFRunLoop.c:3192)
5   AVFAudio                      0x00000001adae95dc GenericRunLoopThread::Entry(void*) + 156 (GenericRunLoopThread.h:91)
6   AVFAudio                      0x00000001adb3a300 CAPThread::Entry(CAPThread*) + 204 (CAPThread.cpp:286)
7   libsystem_pthread.dylib        0x00000001a0aded98 _pthread_start + 156 (pthread.c:896)
8   libsystem_pthread.dylib        0x00000001a0ae274c thread_start + 8


Thread 4 name:
Thread 4:
0   libsystem_kernel.dylib        0x00000001a0b9c198 mach_msg_trap + 8
1   libsystem_kernel.dylib        0x00000001a0b9b60c mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                0x00000001a0d463b4 __CFRunLoopServiceMachPort + 148 (CFRunLoop.c:2575)
3   CoreFoundation                0x00000001a0d413e8 __CFRunLoopRun + 1160 (CFRunLoop.c:2931)
4   CoreFoundation                0x00000001a0d40c34 CFRunLoopRunSpecific + 424 (CFRunLoop.c:3192)
5   CFNetwork                      0x00000001a4005c44 -[__CoreSchedulingSetRunnable runForever] + 192 (CoreSchedulingSet.mm:1372)
6   Foundation                    0x00000001a11b29d0 __NSThread__start__ + 848 (NSThread.m:724)
7   libsystem_pthread.dylib        0x00000001a0aded98 _pthread_start + 156 (pthread.c:896)
8   libsystem_pthread.dylib        0x00000001a0ae274c thread_start + 8


Thread 5 name:
Thread 5:
0   libsystem_kernel.dylib        0x00000001a0bbe014 __select + 8
1   Grab                          0x0000000103388a48 rtc::PhysicalSocketServer::WaitSelect(int, bool) + 368
2   Grab                          0x000000010337af78 rtc::MessageQueue::Get(rtc::Message*, int, bool) + 612
3   Grab                          0x0000000103390520 rtc::Thread::ProcessMessages(int) + 160
4   Grab                          0x0000000103390388 rtc::Thread::PreRun(void*) + 92
5   libsystem_pthread.dylib        0x00000001a0aded98 _pthread_start + 156 (pthread.c:896)
6   libsystem_pthread.dylib        0x00000001a0ae274c thread_start + 8


Thread 6 name:
Thread 6:
0   libsystem_kernel.dylib        0x00000001a0bbdb58 __psynch_cvwait + 8
1   libsystem_pthread.dylib        0x00000001a0ad7ce4 _pthread_cond_wait$VARIANT$mp + 680 (pthread_cond.c:591)
2   Grab                          0x00000001033c77e0 rtc::Event::Wait(int, int)::$_0::operator()(absl::optional) const + 92
3   Grab                          0x00000001033c76ac rtc::Event::Wait(int, int) + 276
4   Grab                          0x0000000103381278 rtc::NullSocketServer::Wait(int, bool) + 20
5   Grab                          0x000000010337af78 rtc::MessageQueue::Get(rtc::Message*, int, bool) + 612
6   Grab                          0x0000000103390520 rtc::Thread::ProcessMessages(int) + 160
7   Grab                          0x0000000103390388 rtc::Thread::PreRun(void*) + 92
8   libsystem_pthread.dylib        0x00000001a0aded98 _pthread_start + 156 (pthread.c:896)
9   libsystem_pthread.dylib        0x00000001a0ae274c thread_start + 8


Thread 7 name:
Thread 7:
0   libsystem_kernel.dylib        0x00000001a0bbdb58 __psynch_cvwait + 8
1   libsystem_pthread.dylib        0x00000001a0ad7ce4 _pthread_cond_wait$VARIANT$mp + 680 (pthread_cond.c:591)
2   Grab                          0x00000001033c77e0 rtc::Event::Wait(int, int)::$_0::operator()(absl::optional) const + 92
3   Grab                          0x00000001033c76ac rtc::Event::Wait(int, int) + 276
4   Grab                          0x0000000103381278 rtc::NullSocketServer::Wait(int, bool) + 20
5   Grab                          0x000000010337af78 rtc::MessageQueue::Get(rtc::Message*, int, bool) + 612
6   Grab                          0x0000000103390520 rtc::Thread::ProcessMessages(int) + 160
7   Grab                          0x0000000103390388 rtc::Thread::PreRun(void*) + 92
8   libsystem_pthread.dylib        0x00000001a0aded98 _pthread_start + 156 (pthread.c:896)
9   libsystem_pthread.dylib        0x00000001a0ae274c thread_start + 8


Thread 8 name:
Thread 8:
0   libsystem_kernel.dylib        0x00000001a0b9c198 mach_msg_trap + 8
1   libsystem_kernel.dylib        0x00000001a0b9b60c mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                0x00000001a0d463b4 __CFRunLoopServiceMachPort + 148 (CFRunLoop.c:2575)
3   CoreFoundation                0x00000001a0d413e8 __CFRunLoopRun + 1160 (CFRunLoop.c:2931)
4   CoreFoundation                0x00000001a0d40c34 CFRunLoopRunSpecific + 424 (CFRunLoop.c:3192)
5   Foundation                    0x00000001a1083bcc -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 228 (NSRunLoop.m:374)
6   Grab                          0x000000010386a7d8 base::MessagePumpNSRunLoop::DoRun(base::MessagePump::Delegate*) + 128
7   Grab                          0x0000000103869544 base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) + 140
8   Grab                          0x000000010380da3c non-virtual thunk to base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta) + 120
9   Grab                          0x00000001037e8888 base::RunLoop::RunWithTimeout(base::TimeDelta) + 384
10  Grab                          0x000000010382d7a4 base::Thread::ThreadMain() + 408
11  Grab                          0x0000000103866dec base::(anonymous namespace)::ThreadFunc(void*) + 100
12  libsystem_pthread.dylib        0x00000001a0aded98 _pthread_start + 156 (pthread.c:896)
13  libsystem_pthread.dylib        0x00000001a0ae274c thread_start + 8


Thread 9 name:
Thread 9:
0   libsystem_kernel.dylib        0x00000001a0bbe014 __select + 8
1   CoreFoundation                0x00000001a0d53fe8 __CFSocketManager + 620 (CFSocket.c:1321)
2   libsystem_pthread.dylib        0x00000001a0aded98 _pthread_start + 156 (pthread.c:896)
3   libsystem_pthread.dylib        0x00000001a0ae274c thread_start + 8


Thread 10 name:
Thread 10:
0   libsystem_kernel.dylib        0x00000001a0b9c198 mach_msg_trap + 8
1   libsystem_kernel.dylib        0x00000001a0b9b60c mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                0x00000001a0d463b4 __CFRunLoopServiceMachPort + 148 (CFRunLoop.c:2575)
3   CoreFoundation                0x00000001a0d413e8 __CFRunLoopRun + 1160 (CFRunLoop.c:2931)
4   CoreFoundation                0x00000001a0d40c34 CFRunLoopRunSpecific + 424 (CFRunLoop.c:3192)
5   CoreFoundation                0x00000001a0d41990 CFRunLoopRun + 60 (CFRunLoop.c:3216)
6   CoreMotion                    0x00000001ad9a6188 CLMotionCore::runMotionThread(void*) + 1096 (CLMotionCore.mm:354)
7   libsystem_pthread.dylib        0x00000001a0aded98 _pthread_start + 156 (pthread.c:896)
8   libsystem_pthread.dylib        0x00000001a0ae274c thread_start + 8


Thread 11 name:
Thread 11:
0   libsystem_kernel.dylib        0x00000001a0b9c2a0 swtch_pri + 8
1   libsystem_pthread.dylib        0x00000001a0adf9ec sched_yield + 16 (pthread.c:2030)
2   JavaScriptCore                0x00000001afcb4b44 bmalloc::Mutex::lockSlowCase() + 108 (Mutex.cpp:52)
3   JavaScriptCore                0x00000001afcb1e28 void std::__1::condition_variable_any::wait<std::__1::unique_lock>(std::__1::uni... + 168 (Mutex.h:82)
4   JavaScriptCore                0x00000001afcb5ac4 bmalloc::Scavenger::threadRunLoop() + 160 (condition_variable:212)
5   JavaScriptCore                0x00000001afcb57d4 bmalloc::Scavenger::threadEntryPoint(bmalloc::Scavenger*) + 12 (Scavenger.cpp:385)
6   JavaScriptCore                0x00000001afcb6a18 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, st...="" +="" 40="" (type_traits:4425)<br="">7   libsystem_pthread.dylib        0x00000001a0aded98 _pthread_start + 156 (pthread.c:896)
8   libsystem_pthread.dylib        0x00000001a0ae274c thread_start + 8


Thread 12 name:
Thread 12:
0   libsystem_kernel.dylib        0x00000001a0b9c198 mach_msg_trap + 8
1   libsystem_kernel.dylib        0x00000001a0b9b60c mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                0x00000001a0d463b4 __CFRunLoopServiceMachPort + 148 (CFRunLoop.c:2575)
3   CoreFoundation                0x00000001a0d413e8 __CFRunLoopRun + 1160 (CFRunLoop.c:2931)
4   CoreFoundation                0x00000001a0d40c34 CFRunLoopRunSpecific + 424 (CFRunLoop.c:3192)
5   WebCore                        0x00000001a92bb140 RunWebThread(void*) + 612 (WebCoreThread.mm:626)
6   libsystem_pthread.dylib        0x00000001a0aded98 _pthread_start + 156 (pthread.c:896)
7   libsystem_pthread.dylib        0x00000001a0ae274c thread_start + 8


Thread 13 name:
Thread 13:
0   libsystem_kernel.dylib        0x00000001a0bbdb58 __psynch_cvwait + 8
1   libsystem_pthread.dylib        0x00000001a0ad7ce4 _pthread_cond_wait$VARIANT$mp + 680 (pthread_cond.c:591)
2   libc++.1.dylib                0x00000001a0c0f7ac std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:295)
3   Grab                          0x000000010757d2a8 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct=""> >, mbgl::ThreadPool::ThreadPool(unsigned long)::$_... + 508
4   libsystem_pthread.dylib        0x00000001a0aded98 _pthread_start + 156 (pthread.c:896)
5   libsystem_pthread.dylib        0x00000001a0ae274c thread_start + 8


Thread 14 name:
Thread 14:
0   libsystem_kernel.dylib        0x00000001a0bbdb58 __psynch_cvwait + 8
1   libsystem_pthread.dylib        0x00000001a0ad7ce4 _pthread_cond_wait$VARIANT$mp + 680 (pthread_cond.c:591)
2   libc++.1.dylib                0x00000001a0c0f7ac std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:295)
3   Grab                          0x000000010757d2a8 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct=""> >, mbgl::ThreadPool::ThreadPool(unsigned long)::$_... + 508
4   libsystem_pthread.dylib        0x00000001a0aded98 _pthread_start + 156 (pthread.c:896)
5   libsystem_pthread.dylib        0x00000001a0ae274c thread_start + 8


Thread 15 name:
Thread 15:
0   libsystem_kernel.dylib        0x00000001a0bbdb58 __psynch_cvwait + 8
1   libsystem_pthread.dylib        0x00000001a0ad7ce4 _pthread_cond_wait$VARIANT$mp + 680 (pthread_cond.c:591)
2   libc++.1.dylib                0x00000001a0c0f7ac std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:295)
3   Grab                          0x000000010757d2a8 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct=""> >, mbgl::ThreadPool::ThreadPool(unsigned long)::$_... + 508
4   libsystem_pthread.dylib        0x00000001a0aded98 _pthread_start + 156 (pthread.c:896)
5   libsystem_pthread.dylib        0x00000001a0ae274c thread_start + 8


Thread 16 name:
Thread 16:
0   libsystem_kernel.dylib        0x00000001a0bbdb58 __psynch_cvwait + 8
1   libsystem_pthread.dylib        0x00000001a0ad7ce4 _pthread_cond_wait$VARIANT$mp + 680 (pthread_cond.c:591)
2   libc++.1.dylib                0x00000001a0c0f7ac std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:295)
3   Grab                          0x000000010757d2a8 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct=""> >, mbgl::ThreadPool::ThreadPool(unsigned long)::$_... + 508
4   libsystem_pthread.dylib        0x00000001a0aded98 _pthread_start + 156 (pthread.c:896)
5   libsystem_pthread.dylib        0x00000001a0ae274c thread_start + 8


Thread 17 name:
Thread 17:
0   libsystem_kernel.dylib        0x00000001a0b9c198 mach_msg_trap + 8
1   libsystem_kernel.dylib        0x00000001a0b9b60c mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                0x00000001a0d463b4 __CFRunLoopServiceMachPort + 148 (CFRunLoop.c:2575)
3   CoreFoundation                0x00000001a0d413e8 __CFRunLoopRun + 1160 (CFRunLoop.c:2931)
4   CoreFoundation                0x00000001a0d40c34 CFRunLoopRunSpecific + 424 (CFRunLoop.c:3192)
5   CoreFoundation                0x00000001a0d41990 CFRunLoopRun + 60 (CFRunLoop.c:3216)
6   Grab                          0x00000001076bd810 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct=""> >, mbgl::util::Thread... + 248
7   libsystem_pthread.dylib        0x00000001a0aded98 _pthread_start + 156 (pthread.c:896)
8   libsystem_pthread.dylib        0x00000001a0ae274c thread_start + 8


Thread 18 name:
Thread 18:
0   libsystem_kernel.dylib        0x00000001a0b9c198 mach_msg_trap + 8
1   libsystem_kernel.dylib        0x00000001a0b9b60c mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                0x00000001a0d463b4 __CFRunLoopServiceMachPort + 148 (CFRunLoop.c:2575)
3   CoreFoundation                0x00000001a0d413e8 __CFRunLoopRun + 1160 (CFRunLoop.c:2931)
4   CoreFoundation                0x00000001a0d40c34 CFRunLoopRunSpecific + 424 (CFRunLoop.c:3192)
5   CoreFoundation                0x00000001a0d41990 CFRunLoopRun + 60 (CFRunLoop.c:3216)
6   Grab                          0x00000001076c093c void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct=""> >, mbgl::util::Thread7   libsystem_pthread.dylib        0x00000001a0aded98 _pthread_start + 156 (pthread.c:896)
8   libsystem_pthread.dylib        0x00000001a0ae274c thread_start + 8


Thread 19 name:
Thread 19:
0   libsystem_kernel.dylib        0x00000001a0b9c198 mach_msg_trap + 8
1   libsystem_kernel.dylib        0x00000001a0b9b60c mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                0x00000001a0d463b4 __CFRunLoopServiceMachPort + 148 (CFRunLoop.c:2575)
3   CoreFoundation                0x00000001a0d413e8 __CFRunLoopRun + 1160 (CFRunLoop.c:2931)
4   CoreFoundation                0x00000001a0d40c34 CFRunLoopRunSpecific + 424 (CFRunLoop.c:3192)
5   CoreFoundation                0x00000001a0d41990 CFRunLoopRun + 60 (CFRunLoop.c:3216)
6   Grab                          0x00000001076c7370 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct=""> >, mbgl::util::Thread... + 176
7   libsystem_pthread.dylib        0x00000001a0aded98 _pthread_start + 156 (pthread.c:896)
8   libsystem_pthread.dylib        0x00000001a0ae274c thread_start + 8


Thread 20:
0   libsystem_kernel.dylib        0x00000001a0b9c1d4 semaphore_wait_trap + 8
1   caulk                          0x00000001c55fe884 caulk::mach::semaphore::wait() + 24 (mach_semaphore.cpp:75)
2   caulk                          0x00000001c55f95a8 caulk::semaphore::timed_wait(double) + 140 (semaphore.cpp:73)
3   caulk                          0x00000001c55fd248 caulk::concurrent::details::worker_thread::run() + 40 (semaphore.h:81)
4   caulk                          0x00000001c55fd3d8 void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void="" (caulk::concurrent::det...="" +="" 56="" (type_traits:4373)<br="">5   libsystem_pthread.dylib        0x00000001a0aded98 _pthread_start + 156 (pthread.c:896)
6   libsystem_pthread.dylib        0x00000001a0ae274c thread_start + 8


Thread 21 name:
Thread 21:
0   libsystem_kernel.dylib        0x00000001a0bbf2f0 fsync + 8
1   SQLCipher                      0x000000010d9a74e0 unixSync + 72 (sqlite3.c:40911)
2   SQLCipher                      0x000000010d99a0cc sqlite3PagerCommitPhaseOne + 1088 (sqlite3.c:61944)
3   SQLCipher                      0x000000010d99a390 sqlite3BtreeCommitPhaseOne + 176 (sqlite3.c:71269)
4   SQLCipher                      0x000000010d9b8d64 sqlite3VdbeHalt + 1716 (sqlite3.c:82954)
5   SQLCipher                      0x000000010d9c3410 sqlite3VdbeExec + 31868 (sqlite3.c:88741)
6   SQLCipher                      0x000000010d99bcf4 sqlite3_step + 320 (sqlite3.c:86044)
7   SQLite                        0x000000010d8541fc Statement.step() + 256 (Statement.swift:186)
8   SQLite                        0x000000010d8540ac Statement.run(_:) + 136 (Statement.swift:133)
9   SQLite                        0x000000010d83aa28 closure #1 in Connection.run(_:) + 344 (Statement.swift:143)
10  SQLite                        0x000000010d84109c partial apply for closure #1 in Connection.run(_:) + 24
11  SQLite                        0x000000010d841010 partial apply for closure #1 in Connection.run(_:) + 20
12  SQLite                        0x000000010d84104c partial apply for thunk for @callee_guaranteed () -> (@unowned Int, @error @owned Error) + 24 (:0)
13  SQLite                        0x000000010d84304c partial apply for thunk for @callee_guaranteed () -> (@unowned Int64, @error @owned Error) + 12
14  libswiftDispatch.dylib        0x00000001d66cb194 partial apply for thunk for @callee_guaranteed () -> (@out A, @error @owned Error) + 20 (:0)
15  libswiftDispatch.dylib        0x00000001d66c39a8 closure #1 in closure #1 in OS_dispatch_queue._syncHelper(fn:execute:rescue:) + 120 (Queue.swift:307)
16  libswiftDispatch.dylib        0x00000001d66caf88 partial apply for thunk for @callee_guaranteed () -> () + 20 (:0)
17  libswiftDispatch.dylib        0x00000001d66bed18 thunk for @escaping @callee_guaranteed () -> () + 20 (:0)
18  libdispatch.dylib              0x00000001a0a8e524 _dispatch_client_callout + 16 (object.m:495)
19  libdispatch.dylib              0x00000001a0a410b0 _dispatch_lane_barrier_sync_invoke_and_complete + 56 (queue.c:996)
20  libswiftDispatch.dylib        0x00000001d66c3f44 @nonobjc OS_dispatch_queue.sync(execute:) + 152 (:0)
21  libswiftDispatch.dylib        0x00000001d66c8358 partial apply for @nonobjc OS_dispatch_queue.sync(execute:) + 20 (:0)
22  libswiftDispatch.dylib        0x00000001d66c3840 OS_dispatch_queue._syncHelper(fn:execute:rescue:) + 256 (Queue.swift:305)
23  libswiftDispatch.dylib        0x00000001d66c3e84 OS_dispatch_queue.sync(execute:) + 132 (Queue.swift:355)
24  SQLite                        0x000000010d83a6e4 Connection.run(_:) + 404 (Connection.swift:637)
25  Grab                          0x000000010312aea0 specialized PersistentEventStorage.saveEvent(batchID:event:priority:) + 116 (PersistentEventStorage.swift:61)
26  Grab                          0x000000010312abb8 protocol witness for EventStorageHandling.saveEvent(batchID:event:priority:) in conformance PersistentEventStorage + 20 (:0)
27  Grab                          0x000000010313561c ScribeService.persist(event:batchID:) + 104 (ScribeService.swift:439)
28  Grab                          0x0000000103135090 ScribeService.enqueueEvent(_:to:) + 300 (ScribeService.swift:431)
29  Grab                          0x0000000103132fec ScribeService.enqueueEvent(_:) + 1128 (ScribeService.swift:470)
30  Grab                          0x000000010313279c closure #1 in ScribeService.track(eventName:attributes:) + 2060 (ScribeService.swift:209)
31  Grab                          0x0000000102445bc4 thunk for @escaping @callee_guaranteed () -> () + 28 (:0)
32  libdispatch.dylib              0x00000001a0a8d9a8 _dispatch_call_block_and_release + 24 (init.c:1408)
33  libdispatch.dylib              0x00000001a0a8e524 _dispatch_client_callout + 16 (object.m:495)
34  libdispatch.dylib              0x00000001a0a3a8a4 _dispatch_lane_serial_drain$VARIANT$mp + 608 (inline_internal.h:2484)
35  libdispatch.dylib              0x00000001a0a3b294 _dispatch_lane_invoke$VARIANT$mp + 416 (queue.c:3863)
36  libdispatch.dylib              0x00000001a0a4478c _dispatch_workloop_worker_thread + 588 (queue.c:6445)
37  libsystem_pthread.dylib        0x00000001a0adfb74 _pthread_wqthread + 272 (pthread.c:2352)
38  libsystem_pthread.dylib        0x00000001a0ae2740 start_wqthread + 8


Thread 22:
0   libsystem_pthread.dylib        0x00000001a0ae2738 start_wqthread + 0


Thread 23:
0   libsystem_pthread.dylib        0x00000001a0ae2738 start_wqthread + 0


Thread 24:
0   libsystem_pthread.dylib        0x00000001a0ae2738 start_wqthread + 0


Thread 25:
0   libsystem_pthread.dylib        0x00000001a0ae2738 start_wqthread + 0


Thread 26:
0   libsystem_pthread.dylib        0x00000001a0ae2738 start_wqthread + 0


Thread 27:
0   libsystem_pthread.dylib        0x00000001a0ae2738 start_wqthread + 0


Thread 28 name:
Thread 28:
0   libsystem_kernel.dylib        0x00000001a0b9c1d4 semaphore_wait_trap + 8
1   libdispatch.dylib              0x00000001a0a34c90 _dispatch_sema4_wait$VARIANT$mp + 24 (lock.c:139)
2   libdispatch.dylib              0x00000001a0a352e8 _dispatch_semaphore_wait_slow + 140 (semaphore.c:132)
3   CFNetwork                      0x00000001a408e46c CFURLConnectionSendSynchronousRequest + 388 (CFURLConnection_Synchronous.c:213)
4   CFNetwork                      0x00000001a40080b0 +[NSURLConnection sendSynchronousRequest:returningResponse:error:] + 116 (NSURLConnection.mm:499)
5   Foundation                    0x00000001a10f6f54 -[NSString initWithContentsOfURL:encoding:error:] + 256 (NSString.m:1748)
6   libswiftFoundation.dylib      0x00000001d67799d4 NSString.__allocating_init(contentsOf:encoding:) + 76 (:0)
7   libswiftFoundation.dylib      0x00000001d6779964 String.init(contentsOf:encoding:) + 92 (NSStringAPI.swift:339)
8   ProxyLibrary                  0x000000010bfb4dc8 specialized ExternalIPAddress.info.getter + 368 (ExternalIPAddress.swift:16)
9   ProxyLibrary                  0x000000010bfc53bc specialized DeviceIdentifierCheck.run() + 1592 (DeviceIdentifierCheck.swift:55)
10  ProxyLibrary                  0x000000010bfa76e4 closure #1 in CheckExecutor.runAllChecks(_:) + 2168 (CheckExecutor.swift:78)
11  ProxyLibrary                  0x000000010be6ce38 thunk for @escaping @callee_guaranteed () -> () + 28 (:0)
12  libdispatch.dylib              0x00000001a0a8d9a8 _dispatch_call_block_and_release + 24 (init.c:1408)
13  libdispatch.dylib              0x00000001a0a8e524 _dispatch_client_callout + 16 (object.m:495)
14  libdispatch.dylib              0x00000001a0a3a8a4 _dispatch_lane_serial_drain$VARIANT$mp + 608 (inline_internal.h:2484)
15  libdispatch.dylib              0x00000001a0a3b294 _dispatch_lane_invoke$VARIANT$mp + 416 (queue.c:3863)
16  libdispatch.dylib              0x00000001a0a4478c _dispatch_workloop_worker_thread + 588 (queue.c:6445)
17  libsystem_pthread.dylib        0x00000001a0adfb74 _pthread_wqthread + 272 (pthread.c:2352)
18  libsystem_pthread.dylib        0x00000001a0ae2740 start_wqthread + 8


Thread 29:
0   libsystem_pthread.dylib        0x00000001a0ae2738 start_wqthread + 0


Thread 30:
0   libsystem_pthread.dylib        0x00000001a0ae2738 start_wqthread + 0


Thread 31:
0   libsystem_pthread.dylib        0x00000001a0ae2738 start_wqthread + 0


Thread 32:
0   libsystem_pthread.dylib        0x00000001a0ae2738 start_wqthread + 0


Thread 33:
0   libsystem_pthread.dylib        0x00000001a0ae2738 start_wqthread + 0


Thread 34:
0   libsystem_pthread.dylib        0x00000001a0ae2738 start_wqthread + 0


Thread 35:
0   libsystem_pthread.dylib        0x00000001a0ae2738 start_wqthread + 0


Thread 36:
0   libsystem_pthread.dylib        0x00000001a0ae2738 start_wqthread + 0


Thread 37:
0   libsystem_pthread.dylib        0x00000001a0ae2738 start_wqthread + 0


Thread 38:
0   libsystem_pthread.dylib        0x00000001a0ae2738 start_wqthread + 0


Thread 39:
0   libsystem_pthread.dylib        0x00000001a0ae2738 start_wqthread + 0


Thread 40:
0   libsystem_pthread.dylib        0x00000001a0ae2738 start_wqthread + 0


Thread 41:
0   libsystem_pthread.dylib        0x00000001a0ae2738 start_wqthread + 0


Thread 42:
0   libsystem_pthread.dylib        0x00000001a0ae2738 start_wqthread + 0


Thread 43:
0   libsystem_pthread.dylib        0x00000001a0ae2738 start_wqthread + 0


Thread 44:
0   libsystem_pthread.dylib        0x00000001a0ae2738 start_wqthread + 0


Thread 45:
0   libsystem_pthread.dylib        0x00000001a0ae2738 start_wqthread + 0


Thread 46:
0   libsystem_pthread.dylib        0x00000001a0ae2738 start_wqthread + 0


Thread 47:
0   libsystem_pthread.dylib        0x00000001a0ae2738 start_wqthread + 0


Thread 48:
0   libsystem_kernel.dylib        0x00000001a0b9c1ec semaphore_timedwait_trap + 8
1   libdispatch.dylib              0x00000001a0a34d0c _dispatch_sema4_timedwait$VARIANT$mp + 64 (lock.c:154)
2   libdispatch.dylib              0x00000001a0a352a4 _dispatch_semaphore_wait_slow + 72 (semaphore.c:116)
3   libdispatch.dylib              0x00000001a0a43210 _dispatch_worker_thread + 308 (queue.c:6728)
4   libsystem_pthread.dylib        0x00000001a0aded98 _pthread_start + 156 (pthread.c:896)
5   libsystem_pthread.dylib        0x00000001a0ae274c thread_start + 8


Thread 49:
0   libsystem_kernel.dylib        0x00000001a0b9c1ec semaphore_timedwait_trap + 8
1   libdispatch.dylib              0x00000001a0a34d0c _dispatch_sema4_timedwait$VARIANT$mp + 64 (lock.c:154)
2   libdispatch.dylib              0x00000001a0a352a4 _dispatch_semaphore_wait_slow + 72 (semaphore.c:116)
3   libdispatch.dylib              0x00000001a0a43210 _dispatch_worker_thread + 308 (queue.c:6728)
4   libsystem_pthread.dylib        0x00000001a0aded98 _pthread_start + 156 (pthread.c:896)
5   libsystem_pthread.dylib        0x00000001a0ae274c thread_start + 8


Thread 50:
0   libsystem_pthread.dylib        0x00000001a0ae2738 start_wqthread + 0


Thread 51:
0   libsystem_pthread.dylib        0x00000001a0ae2738 start_wqthread + 0


Thread 52:
0   libsystem_pthread.dylib        0x00000001a0ae2738 start_wqthread + 0


Thread 53:
0   libsystem_pthread.dylib        0x00000001a0ae2738 start_wqthread + 0


Thread 54:
0   libsystem_pthread.dylib        0x00000001a0ae2738 start_wqthread + 0


Thread 55:
0   libsystem_pthread.dylib        0x00000001a0ae2738 start_wqthread + 0


Thread 56 name:
Thread 56:
0   libsystem_kernel.dylib        0x00000001a0b9c198 mach_msg_trap + 8
1   libsystem_kernel.dylib        0x00000001a0b9b60c mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                0x00000001a0d463b4 __CFRunLoopServiceMachPort + 148 (CFRunLoop.c:2575)
3   CoreFoundation                0x00000001a0d413e8 __CFRunLoopRun + 1160 (CFRunLoop.c:2931)
4   CoreFoundation                0x00000001a0d40c34 CFRunLoopRunSpecific + 424 (CFRunLoop.c:3192)
5   Foundation                    0x00000001a1083bcc -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 228 (NSRunLoop.m:374)
6   Grab                          0x000000010292f124 +[GCDAsyncSocket cfstreamThread] + 360 (GCDAsyncSocket.m:6904)
7   Foundation                    0x00000001a11b29d0 __NSThread__start__ + 848 (NSThread.m:724)
8   libsystem_pthread.dylib        0x00000001a0aded98 _pthread_start + 156 (pthread.c:896)
9   libsystem_pthread.dylib        0x00000001a0ae274c thread_start + 8


Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x000000028255b800   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000282f22640
    x4: 0x0000000000000001   x5: 0x0000000282195d94   x6: 0x000000003b2001c1   x7: 0x00000000000001c1
    x8: 0x000000028255b818   x9: 0x000000028c00d228  x10: 0x0000000100000000  x11: 0x000000040000078c
   x12: 0x0000000000000000  x13: 0x000001a1ece097e9  x14: 0x00000001ece0f9fa  x15: 0x00000000658f6339
   x16: 0x00000001ece097e8  x17: 0x00000001a0ca4840  x18: 0x0000000000000000  x19: 0x000000028c00f980
   x20: 0x000000015b29e8d0  x21: 0x0000000282728380  x22: 0x0000000000000000  x23: 0x000000028c00d360
   x24: 0x000000028c00d220  x25: 0x0000000282575500  x26: 0x000000028255b800  x27: 0xd06bb8391b03843f
   x28: 0x000000012533fca0   fp: 0x000000016d9ed690   lr: 0x000000010bc7f508
    sp: 0x000000016d9ed610   pc: 0x000000010bc7f50c cpsr: 0x60000000
   esr: 0x92000006 (Data Abort) byte read Translation fault


Binary Images:
0x102410000 - 0x1087bffff Grab arm64  <7e2da8b96bd53486a4d0aa3f59abafd7> /var/containers/Bundle/Application/29BA406E-E06D-4E1E-A05D-376B803DAB17/Grab.app/Grab
0x10a460000 - 0x10a4bbfff MGActionLiveness arm64  <2ef0732abf83308fafd2070dc8b368b9> /var/containers/Bundle/Application/29BA406E-E06D-4E1E-A05D-376B803DAB17/Grab.app/Frameworks/MGActionLiveness.framework/MGActionLiveness
0x10a4fc000 - 0x10a523fff ShieldFraud arm64  <5e8c712999633b39abd535d033972c36> /var/containers/Bundle/Application/29BA406E-E06D-4E1E-A05D-376B803DAB17/Grab.app/Frameworks/ShieldFraud.framework/ShieldFraud
0x10a554000 - 0x10a5b7fff dyld arm64  <23eead922ec9376cbb08574507ab6177> /usr/lib/dyld
0x10a630000 - 0x10af7bfff App arm64   /var/containers/Bundle/Application/29BA406E-E06D-4E1E-A05D-376B803DAB17/Grab.app/Frameworks/App.framework/App
0x10b110000 - 0x10b77bfff Flutter arm64   /var/containers/Bundle/Application/29BA406E-E06D-4E1E-A05D-376B803DAB17/Grab.app/Frameworks/Flutter.framework/Flutter
0x10ba30000 - 0x10bad3fff GoogleInteractiveMediaAds arm64   /var/containers/Bundle/Application/29BA406E-E06D-4E1E-A05D-376B803DAB17/Grab.app/Frameworks/GoogleInteractiveMediaAds.framework/GoogleInteractiveMediaAds
0x10bb68000 - 0x10bba7fff MergedObjCPods arm64   /var/containers/Bundle/Application/29BA406E-E06D-4E1E-A05D-376B803DAB17/Grab.app/Frameworks/MergedObjCPods.framework/MergedObjCPods
0x10bc00000 - 0x10bcbffff MocaService arm64   /var/containers/Bundle/Application/29BA406E-E06D-4E1E-A05D-376B803DAB17/Grab.app/Frameworks/MocaService.framework/MocaService
0x10be1c000 - 0x10c37ffff ProxyLibrary arm64   /var/containers/Bundle/Application/29BA406E-E06D-4E1E-A05D-376B803DAB17/Grab.app/Frameworks/ProxyLibrary.framework/ProxyLibrary
0x10c524000 - 0x10c887fff LSUniversalSDK arm64  <0ea487d70b783a23820d354b9d6d2d07> /var/containers/Bundle/Application/29BA406E-E06D-4E1E-A05D-376B803DAB17/Grab.app/Frameworks/LSUniversalSDK.framework/LSUniversalSDK
0x10d298000 - 0x10d2d7fff CryptoSwift arm64   /var/containers/Bundle/Application/29BA406E-E06D-4E1E-A05D-376B803DAB17/Grab.app/Frameworks/CryptoSwift.framework/CryptoSwift
0x10d370000 - 0x10d3fbfff RxCocoa arm64  <470d0529cf1b3089bd09265c416fcb9f> /var/containers/Bundle/Application/29BA406E-E06D-4E1E-A05D-376B803DAB17/Grab.app/Frameworks/RxCocoa.framework/RxCocoa
0x10d560000 - 0x10d623fff RxSwift arm64  <4896ec1c257f36da8afac92120ec51f4> /var/containers/Bundle/Application/29BA406E-E06D-4E1E-A05D-376B803DAB17/Grab.app/Frameworks/RxSwift.framework/RxSwift
0x10d7f8000 - 0x10d863fff SQLite arm64   /var/containers/Bundle/Application/29BA406E-E06D-4E1E-A05D-376B803DAB17/Grab.app/Frameworks/SQLite.framework/SQLite
0x10d928000 - 0x10d947fff SwiftyRSA arm64  <5f562cc0d42f3540973fab6ae61ba9c1> /var/containers/Bundle/Application/29BA406E-E06D-4E1E-A05D-376B803DAB17/Grab.app/Frameworks/SwiftyRSA.framework/SwiftyRSA
0x10d988000 - 0x10da5ffff SQLCipher arm64   /var/containers/Bundle/Application/29BA406E-E06D-4E1E-A05D-376B803DAB17/Grab.app/Frameworks/SQLCipher.framework/SQLCipher
0x10dae8000 - 0x10daf3fff libobjc-trampolines.dylib arm64  <2df134bae62230edb227eb9333bfa4d9> /usr/lib/libobjc-trampolines.dylib
0x1a096d000 - 0x1a0983fff libsystem_trace.dylib arm64   /usr/lib/system/libsystem_trace.dylib
0x1a0984000 - 0x1a09b5fff libxpc.dylib arm64  <9e9d069de3b136fa85755e1d9e6b6b54> /usr/lib/system/libxpc.dylib
0x1a09b6000 - 0x1a09b6fff libsystem_blocks.dylib arm64  <0afa438b8355370794f5015ad81f32df> /usr/lib/system/libsystem_blocks.dylib
0x1a09b7000 - 0x1a0a32fff libsystem_c.dylib arm64  <8d39ff48e14c3f868e1090f54896bb65> /usr/lib/system/libsystem_c.dylib
0x1a0a33000 - 0x1a0aa7fff libdispatch.dylib arm64  <5a83d0cf8fb937278a32012d20a47ec8> /usr/lib/system/libdispatch.dylib
0x1a0aa8000 - 0x1a0ac8fff libsystem_malloc.dylib arm64   /usr/lib/system/libsystem_malloc.dylib
0x1a0ac9000 - 0x1a0ad3fff libsystem_platform.dylib arm64   /usr/lib/system/libsystem_platform.dylib
0x1a0ad4000 - 0x1a0ae4fff libsystem_pthread.dylib arm64   /usr/lib/system/libsystem_pthread.dylib
0x1a0ae5000 - 0x1a0b16fff libobjc.A.dylib arm64  <091241f8e94c39ba9ca67352e998bb41> /usr/lib/libobjc.A.dylib
0x1a0b17000 - 0x1a0b7efff libcorecrypto.dylib arm64  <28c07c08a95635b1b04e88d84542020b> /usr/lib/system/libcorecrypto.dylib
0x1a0b7f000 - 0x1a0b97fff libc++abi.dylib arm64   /usr/lib/libc++abi.dylib
0x1a0b98000 - 0x1a0bc6fff libsystem_kernel.dylib arm64   /usr/lib/system/libsystem_kernel.dylib
0x1a0bc7000 - 0x1a0bf9fff libdyld.dylib arm64  <876fb49abfba37bfad376ffc90f7f981> /usr/lib/system/libdyld.dylib
0x1a0bfa000 - 0x1a0c02fff libsystem_darwin.dylib arm64   /usr/lib/system/libsystem_darwin.dylib
0x1a0c03000 - 0x1a0c5cfff libc++.1.dylib arm64   /usr/lib/libc++.1.dylib
0x1a0c5d000 - 0x1a0c9dfff libsystem_info.dylib arm64  <6a94223de5dc3df6b89780ba56191d92> /usr/lib/system/libsystem_info.dylib
0x1a0c9e000 - 0x1a1011fff CoreFoundation arm64  <409609cd841038e1ba5dbded609d2018> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x1a1012000 - 0x1a107bfff SystemConfiguration arm64   /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x1a107c000 - 0x1a1333fff Foundation arm64  <1a46239df2fc34b695bc9f38869f0c85> /System/Library/Frameworks/Foundation.framework/Foundation
0x1a1334000 - 0x1a1366fff libCRFSuite.dylib arm64   /usr/lib/libCRFSuite.dylib
0x1a1367000 - 0x1a14e1fff CoreServices arm64  <43035d98ba1c3d5d972fd61df826fcb3> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x1a14e2000 - 0x1a1542fff libSparse.dylib arm64   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x1a1543000 - 0x1a1a2dfff ImageIO arm64  <428fc36a6d0234b5a10cc2cf6f9e0674> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x1a1a2e000 - 0x1a1a30fff ConstantClasses arm64  <07aead6b70b73890b27f7aea1cd02350> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x1a1a31000 - 0x1a1bcffff CoreText arm64  <3a068b6f533e36b18e9823833c815854> /System/Library/Frameworks/CoreText.framework/CoreText
0x1a1bd0000 - 0x1a1d05fff Security arm64   /System/Library/Frameworks/Security.framework/Security
0x1a1d06000 - 0x1a1da9fff IOKit arm64   /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x1a1daa000 - 0x1a1de1fff libMobileGestalt.dylib arm64   /usr/lib/libMobileGestalt.dylib
0x1a1de2000 - 0x1a1e3efff libprotobuf.dylib arm64  <027d49d7fea839cda49a4a4fb32c7f6f> /usr/lib/libprotobuf.dylib
0x1a1e3f000 - 0x1a1e50fff libprotobuf-lite.dylib arm64  <2c82919a66fa30a7841320190f2c202d> /usr/lib/libprotobuf-lite.dylib
0x1a1e51000 - 0x1a20a1fff libicucore.A.dylib arm64   /usr/lib/libicucore.A.dylib
0x1a20a2000 - 0x1a20cbfff CoreServicesInternal arm64  <7b6acc45f64532258e2012c49fbcde7a> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x1a20cc000 - 0x1a2113fff WirelessDiagnostics arm64   /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x1a2114000 - 0x1a214dfff libAWDSupport.dylib arm64  <52926ffdcfd0397881e93a4df6893672> /usr/lib/libAWDSupport.dylib
0x1a214e000 - 0x1a25d2fff CoreAudio arm64   /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1a25d3000 - 0x1a289ffff CoreImage arm64  <4aee50c9e546312ead5d721a6afdb059> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x1a28a0000 - 0x1a298efff LanguageModeling arm64  <1d022988ea363113a096c2f107568542> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x1a298f000 - 0x1a29d5fff Lexicon arm64  <9d08273daeac34e78493ff7bff76cab2> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x1a29d6000 - 0x1a2b58fff libsqlite3.dylib arm64  <4fadb9ee56a73afca3604780ddf3411b> /usr/lib/libsqlite3.dylib
0x1a2b59000 - 0x1a2b8bfff MobileKeyBag arm64  <6cf66de926bb32089688747ed1dbd888> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x1a2b8c000 - 0x1a2b95fff libsystem_notify.dylib arm64  <21a918766a2c3f89855046e0f854018a> /usr/lib/system/libsystem_notify.dylib
0x1a2b96000 - 0x1a2d77fff CoreDuet arm64  <5640bda664273303800ed189c16e8049> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x1a2d78000 - 0x1a2ebafff Montreal arm64  <69a3d186833f35c5963a43e4d365e897> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x1a2ebb000 - 0x1a2fa1fff NLP arm64  <22401c0f186737c295999afaf82b1840> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x1a2fa2000 - 0x1a2fbffff CellularPlanManager arm64   /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x1a2fc0000 - 0x1a2ffdfff AppSupport arm64  <1731e2fba0303bdbb0cf8b02e5e56ecd> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x1a2ffe000 - 0x1a34cffff libnetwork.dylib arm64   /usr/lib/libnetwork.dylib
0x1a34d0000 - 0x1a35dcfff ManagedConfiguration arm64   /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x1a35dd000 - 0x1a3606fff CoreServicesStore arm64   /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore
0x1a3607000 - 0x1a3627fff UserManagement arm64   /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x1a3628000 - 0x1a38dffff CoreML arm64  <4b1ed9735bef37929aa9775df017a4f2> /System/Library/Frameworks/CoreML.framework/CoreML
0x1a38e0000 - 0x1a38f6fff ProtocolBuffer arm64  <4e652067e296363bbfa380eba32585ad> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x1a38f7000 - 0x1a3911fff CommonUtilities arm64  <8c65f3b91e6d322ebeedf8a0e60e717a> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x1a3912000 - 0x1a3912fff libenergytrace.dylib arm64   /usr/lib/libenergytrace.dylib
0x1a3913000 - 0x1a3949fff RunningBoardServices arm64   /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
0x1a394a000 - 0x1a39c7fff BaseBoard arm64  <33a252545a9730ab9cc7fad0345d4758> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x1a39c8000 - 0x1a3f1dfff SiriTTS arm64   /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x1a3f1e000 - 0x1a3f90fff CoreLocation arm64   /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x1a3f9e000 - 0x1a3ff2fff Accounts arm64  <75940abf4f773731855da69467dbb796> /System/Library/Frameworks/Accounts.framework/Accounts
0x1a3ff3000 - 0x1a4003fff SharedWebCredentials arm64  <1393d99cb36e3c7083e82748f44855b0> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
0x1a4004000 - 0x1a4366fff CFNetwork arm64   /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x1a4367000 - 0x1a4446fff UIFoundation arm64  <5633754447e039efbb34f207fda2553c> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x1a4447000 - 0x1a555bfff UIKitCore arm64  <3062ff32218237a2a5f9b38f6fb6b8c3> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x1a555c000 - 0x1a5569fff AssertionServices arm64   /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1a556a000 - 0x1a563cfff CoreTelephony arm64   /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x1a563d000 - 0x1a5642fff AggregateDictionary arm64   /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1a5643000 - 0x1a5659fff libsystem_asl.dylib arm64  <24190e9ac7db3006b4dfc5e64e85774a> /usr/lib/system/libsystem_asl.dylib
0x1a565a000 - 0x1a56d2fff CloudDocs arm64   /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x1a56d3000 - 0x1a59fbfff CoreData arm64   /System/Library/Frameworks/CoreData.framework/CoreData
0x1a59fc000 - 0x1a5c21fff Vision arm64  <958d82a44f733f0f96350b6f68bd9381> /System/Library/Frameworks/Vision.framework/Vision
0x1a5c22000 - 0x1a5c64fff PhotoFoundation arm64  <9e49f30ca736349893a9716346e41898> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
0x1a5c65000 - 0x1a5c90fff BoardServices arm64  <728b59e6907e31e5892de5b2c55c48ce> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
0x1a5c91000 - 0x1a5d46fff libboringssl.dylib arm64   /usr/lib/libboringssl.dylib
0x1a5d47000 - 0x1a5d55fff libsystem_networkextension.dylib arm64  <3a3722da76863c2a99c2cce0e3924bf7> /usr/lib/system/libsystem_networkextension.dylib
0x1a5d56000 - 0x1a5d76fff CoreAnalytics arm64  <85843ee0a89b3316a3e68531eba75336> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x1a5d77000 - 0x1a5ee7fff CloudKit arm64   /System/Library/Frameworks/CloudKit.framework/CloudKit
0x1a5ee8000 - 0x1a5f35fff SpringBoardServices arm64  <50878840805636d7bff4a6aa6d6cdfa9> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x1a5f36000 - 0x1a5fa8fff FrontBoardServices arm64   /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1a5fa9000 - 0x1a60d0fff Network arm64  <38a032852b86333e95c553eb41e5d3e5> /System/Library/Frameworks/Network.framework/Network
0x1a60d1000 - 0x1a612dfff libusrtcp.dylib arm64  <10fe0faf8a4d3bcfbc43e8a951656957> /usr/lib/libusrtcp.dylib
0x1a612e000 - 0x1a6135fff libsystem_symptoms.dylib arm64   /usr/lib/system/libsystem_symptoms.dylib
0x1a6136000 - 0x1a7020fff GeoServices arm64   /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x1a7021000 - 0x1a7029fff TCC arm64   /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1a702a000 - 0x1a7083fff IMFoundation arm64   /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x1a7084000 - 0x1a71f7fff CoreUtils arm64   /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x1a71f8000 - 0x1a72a9fff IMSharedUtilities arm64  <7e3c3dc898663d13b83dffaa5a1170a5> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities
0x1a72aa000 - 0x1a72dffff ImageCaptureCore arm64  <99700767f48d36cb8ccb1d9e33962eda> /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore
0x1a72e0000 - 0x1a72e9fff libsystem_containermanager.dylib arm64  <4764ee5a2f0a3fbb8a756f60f0e02cd8> /usr/lib/system/libsystem_containermanager.dylib
0x1a72ea000 - 0x1a7365fff AppleAccount arm64  <972cea5083b43105b83f737be8ad7a43> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x1a7366000 - 0x1a7380fff ApplePushService arm64  <89033f36d91031a594a517ecea968a3a> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x1a7381000 - 0x1a7469fff IDS arm64   /System/Library/PrivateFrameworks/IDS.framework/IDS
0x1a746a000 - 0x1a7594fff IDSFoundation arm64   /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x1a7595000 - 0x1a7596fff libCTGreenTeaLogger.dylib arm64  <2ab5f36320803bda84913992c492743e> /usr/lib/libCTGreenTeaLogger.dylib
0x1a75fb000 - 0x1a76fbfff CoreMedia arm64   /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x1a76fc000 - 0x1a770bfff UIKitServices arm64  <0eeb42c795483dba82a142eeda85503e> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x1a770c000 - 0x1a7769fff BackBoardServices arm64  <6f0540d2fedc308eacff631bff19cd69> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x1a776a000 - 0x1a79bbfff QuartzCore arm64   /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x1a79bc000 - 0x1a7a83fff ColorSync arm64  <503c108270703f1786df14588e7f9ff7> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x1a7a84000 - 0x1a7ff3fff CoreGraphics arm64   /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x1a7ff4000 - 0x1a8123fff Contacts arm64  <18807e6ef924349a9384161c92390665> /System/Library/Frameworks/Contacts.framework/Contacts
0x1a8124000 - 0x1a8152fff UserNotifications arm64  <44b07041e9723af2a6446a04bc8588a7> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x1a8153000 - 0x1a8176fff LocationSupport arm64  <470b39d55daf3170b1a38841292d494d> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport
0x1a8177000 - 0x1a82d2fff Sharing arm64  <34759ac26e85385f9cca89d83469028d> /System/Library/PrivateFrameworks/Sharing.framework/Sharing
0x1a82d3000 - 0x1a8912fff WebKit arm64  <0d71fc8cc7e331948094d1c767c7bc09> /System/Library/Frameworks/WebKit.framework/WebKit
0x1a8913000 - 0x1aa6c7fff WebCore arm64   /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x1aa6c8000 - 0x1aa6e2fff libAccessibility.dylib arm64   /usr/lib/libAccessibility.dylib
0x1aa6e3000 - 0x1aa6eefff AXCoreUtilities arm64   /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x1aa6ef000 - 0x1aa762fff ContactsFoundation arm64  <0ba958ac9959337ca4d72b34bd2d50aa> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x1aa763000 - 0x1aa777fff PowerLog arm64   /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1aa778000 - 0x1aa789fff IOSurface arm64  <4abf1719833c3f8db61863ff9b392891> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1aa78a000 - 0x1aae86fff MediaToolbox arm64   /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x1aae87000 - 0x1aae8ffff GraphicsServices arm64   /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1aae90000 - 0x1aaf77fff AccessibilityUtilities arm64  <08d2bcd32ab83f8092501c61f87023db> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
0x1aaf78000 - 0x1ab170fff AVFoundation arm64  <20bfceb457453bd2a5b3ce71ea50c1b2> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x1ab171000 - 0x1ab1a8fff OnBoardingKit arm64   /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
0x1ab1a9000 - 0x1ab1f7fff MobileWiFi arm64  <3e4f5fc8825839f084694f7c77d62907> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x1ab1f8000 - 0x1ab210fff MobileAsset arm64  <9a597efb899f383a867473d91b06eb94> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x1ab211000 - 0x1ab21efff libGSFont.dylib arm64  <59fe7a3b9b8437a7a992bdae0faab9d6> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib
0x1ab21f000 - 0x1ab228fff FontServices arm64  <2b26f3985f9030d39a40bfe0df98686b> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x1ab229000 - 0x1ab372fff libFontParser.dylib arm64   /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1ab373000 - 0x1ab3befff AXRuntime arm64  <1bf005f54f9c3c5b9fda419692ab5039> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
0x1ab3bf000 - 0x1ab3c1fff libAXSafeCategoryBundle.dylib arm64  <0647401436ea3e41a216da49a20c27a6> /usr/lib/libAXSafeCategoryBundle.dylib
0x1ab3c2000 - 0x1ab4fbfff SearchFoundation arm64   /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x1ab4fc000 - 0x1ab61afff Preferences arm64  <9cb3558569ea3b2c8a520db57aba8688> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x1ab61b000 - 0x1abc89fff PhotoLibraryServices arm64  <7e2dec0b4e49338fb908b97df773b12a> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x1abc8a000 - 0x1abeeefff vImage arm64  <1987440ca5e638368a23cd7341b1932a> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1abeef000 - 0x1ac123fff AudioToolbox arm64  <9eea0978fcad33cc9e3035ea939b2143> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x1ac124000 - 0x1ac156fff libAudioToolboxUtility.dylib arm64  <5e0ec0bf47f03853a777ea0123cdecaa> /usr/lib/libAudioToolboxUtility.dylib
0x1ac157000 - 0x1ac313fff ContactsUI arm64   /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x1ac314000 - 0x1ac37dfff UIAccessibility arm64  <58bafe0cc769397fb7b29554f1f77749> /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility
0x1ac37e000 - 0x1ac582fff Photos arm64   /System/Library/Frameworks/Photos.framework/Photos
0x1ac583000 - 0x1ac617fff ShareSheet arm64  <0e75ee0b6aeb34c69e1403fe2a0b602a> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
0x1ac618000 - 0x1ac62bfff BaseBoardUI arm64  <5d95725058ed3df2a41c71a5d4726900> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x1ac62c000 - 0x1ac6e0fff PDFKit arm64   /System/Library/Frameworks/PDFKit.framework/PDFKit
0x1ac75e000 - 0x1ac78bfff DocumentManager arm64   /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x1ac78c000 - 0x1ac9e6fff libmecabra.dylib arm64  <1157edfce8ad3df6a01b4ebb2f100af0> /usr/lib/libmecabra.dylib
0x1ac9e7000 - 0x1aca5efff AuthKit arm64  <2fda46a0c0c03b0e8222936e5ef11f24> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x1aca5f000 - 0x1ace7bfff Intents arm64  <4c28f731a5bf380abec95b89347dcca6> /System/Library/Frameworks/Intents.framework/Intents
0x1ace7c000 - 0x1ace90fff libCGInterfaces.dylib arm64   /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x1ace91000 - 0x1acff0fff WebKitLegacy arm64   /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x1acff1000 - 0x1ad05bfff TextInput arm64  <982b9b2cc64d3667aeb3863f355e5f6f> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x1ad05c000 - 0x1ad0d6fff AXMediaUtilities arm64  <58f1ede868c134f59db1842bdcdfc608> /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities
0x1ad0d7000 - 0x1ad0dafff XCTTargetBootstrap arm64  <5c185207156334bcbfddbae1d7470d2b> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x1ad0db000 - 0x1ad18ffff CorePDF arm64  <4068ec815d3438b59ad58c2ae7167ef4> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x1ad190000 - 0x1ad1cafff AccessibilityUIUtilities arm64  <95663a65573e305d8caefd5f89977aa8> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities
0x1ad1cb000 - 0x1ad57cfff MediaPlayer arm64  <2730d66693cf3968b472685e5323ea96> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x1ad57d000 - 0x1ad894fff AppleMediaServices arm64   /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x1ad895000 - 0x1ad8bbfff CacheDelete arm64  <0c48aade3fe43589acc552d3e119c591> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x1ad8bc000 - 0x1ada83fff CoreMotion arm64  <70ed3ef1d8263d55b5eae657ac5e8057> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x1ada84000 - 0x1adb71fff AVFAudio arm64  <1df3312395353945983fb139a4216fa9> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x1adb72000 - 0x1add8efff RawCamera arm64  <1bf4eb4c14f636da870cb1a1b23a7e77> /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x1add8f000 - 0x1ade45fff CoreUI arm64   /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x1ade46000 - 0x1ade6afff AppSupportUI arm64  <7264f3b8500e30b0ad4e3f00500d64bd> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x1ade6b000 - 0x1adea0fff CoreVideo arm64  <443ef021c4123a32a3970433993d16fe> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1adea1000 - 0x1ae0d7fff AudioToolboxCore arm64  <5cc99c07d3b3317aa0aa90b7edb05d00> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore
0x1ae0d8000 - 0x1ae11bfff CoreDuetContext arm64   /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x1ae11c000 - 0x1ae156fff SetupAssistant arm64  <3f5a75d178773381875c6c41678d79e1> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x1ae157000 - 0x1ae213fff TelephonyUtilities arm64  <5c63d78ffe1433738deae30f6c98838d> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x1ae214000 - 0x1ae23efff PlugInKit arm64  <5d4ad58191a23317a0d2ee6357784767> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x1ae23f000 - 0x1ae5c1fff libswiftCore.dylib arm64   /usr/lib/swift/libswiftCore.dylib
0x1ae5c2000 - 0x1ae6fdfff AssistantServices arm64   /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x1ae6fe000 - 0x1ae75dfff ProactiveSupport arm64   /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x1ae75e000 - 0x1ae9a0fff MapKit arm64  <7029e175072a3830a8d7e0402b5e3436> /System/Library/Frameworks/MapKit.framework/MapKit
0x1ae9a1000 - 0x1ae9bdfff PrototypeTools arm64   /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x1ae9be000 - 0x1aeaaffff MediaExperience arm64   /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience
0x1aeab0000 - 0x1aed84fff ********* arm64   /System/Library/PrivateFrameworks/*********.framework/*********
0x1aed85000 - 0x1aede1fff CallKit arm64  <43fdc2704c013b87a03e8d080c082b83> /System/Library/Frameworks/CallKit.framework/CallKit
0x1aede2000 - 0x1aefa6fff EventKitUI arm64  <79fc1a551ac53966a1d5e1f30e90fde0> /System/Library/Frameworks/EventKitUI.framework/EventKitUI
0x1aefa7000 - 0x1af69dfff VectorKit arm64  <5655a0aafafb3c3d8b69a2ef8e8e2146> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x1af69e000 - 0x1af76dfff AVKit arm64  <2afc669447223d058ee6c706b54cbb35> /System/Library/Frameworks/AVKit.framework/AVKit
0x1af76e000 - 0x1af79cfff Pegasus arm64  <8b990cff02533a6782f88bd0831837f4> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
0x1af79d000 - 0x1af79ffff libapp_launch_measurement.dylib arm64  <2741e56c89873a20acde4979ee28be22> /usr/lib/libapp_launch_measurement.dylib
0x1af7b5000 - 0x1af817fff CoreSpotlight arm64  <73ad186f492c3a338c9f3cea760b172f> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x1af818000 - 0x1af8affff AddressBookLegacy arm64   /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x1af8b0000 - 0x1af8bffff CrashReporterSupport arm64  <8f50c9095b293180a908ffdbdeecede3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1af8c0000 - 0x1af8d2fff MobileBluetooth arm64  <1b74874575393ca9ae852aed2a9fcaab> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x1af8d3000 - 0x1af98cfff LinkPresentation arm64  <652903c4cccb3fb38ef4495e900b809b> /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation
0x1af98d000 - 0x1af9c4fff StoreKit arm64   /System/Library/Frameworks/StoreKit.framework/StoreKit
0x1af9c5000 - 0x1af9c9fff libsystem_configuration.dylib arm64  <1f77794460993bc0a06207f2193781f6> /usr/lib/system/libsystem_configuration.dylib
0x1af9ca000 - 0x1afa24fff RemoteUI arm64  <2f684cc557103242b20baf988113cb51> /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
0x1afa25000 - 0x1afa7afff AuthKitUI arm64  <629ab78d4fc83ddfb4d6a2126d3215f5> /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI
0x1afa7b000 - 0x1afae0fff CoreRecognition arm64  <2ebd686e061537b7a7b8e68085e0fba0> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
0x1afae1000 - 0x1afb63fff Social arm64  <286389b70f603f62ad78a0c38377938f> /System/Library/Frameworks/Social.framework/Social
0x1afb64000 - 0x1afbb0fff WatchKit arm64  <343c013cde313a41a0becafe6e9737ef> /System/Library/Frameworks/WatchKit.framework/WatchKit
0x1afbb1000 - 0x1afbbffff HangTracer arm64   /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x1afbc0000 - 0x1afc25fff CoreNLP arm64   /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x1afc26000 - 0x1afc27fff liblangid.dylib arm64   /usr/lib/liblangid.dylib
0x1afc28000 - 0x1b0ab3fff JavaScriptCore arm64   /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x1b0ab4000 - 0x1b0b41fff libTelephonyUtilDynamic.dylib arm64   /usr/lib/libTelephonyUtilDynamic.dylib
0x1b0b56000 - 0x1b0dd4fff StoreServices arm64   /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x1b0dd5000 - 0x1b0ddefff IOMobileFramebuffer arm64  <7462439e125833758ae73bd083b45ae2> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1b0ddf000 - 0x1b0f66fff SafariServices arm64  <140f2dc426773ad0a53b9091cc230645> /System/Library/Frameworks/SafariServices.framework/SafariServices
0x1b0f67000 - 0x1b113efff Message arm64  <4252efde3f2e3f06b90767acf0e4cafd> /System/Library/PrivateFrameworks/Message.framework/Message
0x1b1156000 - 0x1b1170fff CoreMaterial arm64  <0c57d0346b8038ac99da29d1c5756073> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial
0x1b1171000 - 0x1b1256fff libxml2.2.dylib arm64  <59363b79c5c93f4a8225d4514922256a> /usr/lib/libxml2.2.dylib
0x1b1257000 - 0x1b225cfff ModelIO arm64  <167f32ff18a039cbbc107eaace44ff51> /System/Library/Frameworks/ModelIO.framework/ModelIO
0x1b225d000 - 0x1b2678fff ChatKit arm64   /System/Library/PrivateFrameworks/ChatKit.framework/ChatKit
0x1b2679000 - 0x1b2ab9fff PassKitCore arm64   /System/Library/PrivateFrameworks/PassKitCore.framework/PassKitCore
0x1b2aba000 - 0x1b2ac4fff SymptomAnalytics arm64  <3b46fcb7037535fa975ce7cadc82a1bf> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomAnalytics.framework/SymptomAnalytics
0x1b2ac5000 - 0x1b2b0dfff MetadataUtilities arm64   /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x1b2b0e000 - 0x1b2b66fff UserActivity arm64  <5cee49c805f930de8cad926a2d5d9417> /System/Library/PrivateFrameworks/UserActivity.framework/UserActivity
0x1b2ccb000 - 0x1b2ce0fff FMCoreLite arm64   /System/Library/PrivateFrameworks/FMCoreLite.framework/FMCoreLite
0x1b3184000 - 0x1b31a2fff BridgePreferences arm64   /System/Library/PrivateFrameworks/BridgePreferences.framework/BridgePreferences
0x1b3347000 - 0x1b336efff AccountsUI arm64  <624fdcda8bd23b2dbc60813f2c1a3ff1> /System/Library/PrivateFrameworks/AccountsUI.framework/AccountsUI
0x1b336f000 - 0x1b3384fff CertInfo arm64   /System/Library/PrivateFrameworks/CertInfo.framework/CertInfo
0x1b3385000 - 0x1b33ebfff ManagedConfigurationUI arm64  <683444b96f253afeb79fe42aebb3b00b> /System/Library/PrivateFrameworks/ManagedConfigurationUI.framework/ManagedConfigurationUI
0x1b33ec000 - 0x1b3496fff QuickLook arm64   /System/Library/Frameworks/QuickLook.framework/QuickLook
0x1b3497000 - 0x1b36a8fff NetworkExtension arm64   /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x1b36a9000 - 0x1b36defff DataDetectorsCore arm64  <3d0a108f71733e29965b637096e09ec8> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x1b36df000 - 0x1b373efff CalendarFoundation arm64  <741401805340338b9af74bb4b3abbcec> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x1b373f000 - 0x1b3831fff EventKit arm64   /System/Library/Frameworks/EventKit.framework/EventKit
0x1b3832000 - 0x1b3868fff MediaServices arm64  <280846cf79173979b3983b4d12c94480> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x1b3974000 - 0x1b3b13fff PencilKit arm64  <6fc9866e623835f795cfb8ed07534c63> /System/Library/Frameworks/PencilKit.framework/PencilKit
0x1b3b14000 - 0x1b3c36fff MessageUI arm64  <2417303b23b23eef9f1b2b5e0c89836b> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x1b3c37000 - 0x1b3c83fff AppleAccountUI arm64   /System/Library/PrivateFrameworks/AppleAccountUI.framework/AppleAccountUI
0x1b3c84000 - 0x1b3cc3fff BiometricKit arm64   /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x1b3cc4000 - 0x1b3ceefff PersistentConnection arm64  <396582b9038d33ecbbaf6270715f2b50> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1b3cef000 - 0x1b3d42fff CalendarDaemon arm64  <7f06d2437059300ab555af7cb5998810> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x1b3d43000 - 0x1b3dd9fff CalendarDatabase arm64  <94a758b9924130a9a008623815ebbac9> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x1b3dda000 - 0x1b3fc8fff MediaRemote arm64  <1a209e28192c390bab18d149f841c17f> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x1b3fc9000 - 0x1b3fd1fff CorePhoneNumbers arm64  <68106cb9cf6d390d8e267e7bbf249c6b> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x1b3fd2000 - 0x1b3fe1fff SyncedDefaults arm64   /System/Library/PrivateFrameworks/SyncedDefaults.framework/SyncedDefaults
0x1b3fe2000 - 0x1b4008fff DuetActivityScheduler arm64  <13c0f1714e3036779c37852398f0bafa> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
0x1b4009000 - 0x1b40ccfff SpringBoardFoundation arm64  <9550d529bedf3020a878712cbef45297> /System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation
0x1b40cd000 - 0x1b410cfff ContactsAutocompleteUI arm64  <72e5828e055237548a9f2c708024caaf> /System/Library/PrivateFrameworks/ContactsAutocompleteUI.framework/ContactsAutocompleteUI
0x1b410d000 - 0x1b412ffff CoreSVG arm64  <73bfc0febb0d31628b9223dc7a5a983f> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG
0x1b4130000 - 0x1b4149fff SymptomPresentationFeed arm64  <689694a94fcf3cc986ead0a31b0c4077> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomPresentationFeed.framework/SymptomPresentationFeed
0x1b414a000 - 0x1b4167fff ProactiveEventTracker arm64   /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x1b4168000 - 0x1b4173fff MallocStackLogging arm64   /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging
0x1b4174000 - 0x1b4208fff CoreSuggestions arm64  <5692520a6a6a3fa4a4dabef3347d528b> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x1b4209000 - 0x1b43bafff IMCore arm64   /System/Library/PrivateFrameworks/IMCore.framework/IMCore
0x1b43bb000 - 0x1b440cfff DeviceManagement arm64   /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
0x1b440d000 - 0x1b45f9fff HealthKit arm64  <2c2b0cf59f503b24b258215f68ce3503> /System/Library/Frameworks/HealthKit.framework/HealthKit
0x1b4c11000 - 0x1b4c1efff BluetoothManager arm64  <5a83f768e5313c6eb7a5d8d40f5a65ba> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x1b4c1f000 - 0x1b4c54fff CoreBluetooth arm64  <0af559701b64365fa935b76fb2b6fc6f> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x1b4c55000 - 0x1b4c57fff libsystem_sandbox.dylib arm64  <19bf542aa27f358aaf26c829d92f3995> /usr/lib/system/libsystem_sandbox.dylib
0x1b4c58000 - 0x1b4cbafff SpringBoardUIServices arm64  <74237ef454fa3ded852d4e9a8f3f870e> /System/Library/PrivateFrameworks/SpringBoardUIServices.framework/SpringBoardUIServices
0x1b4cbb000 - 0x1b4cedfff TelephonyUI arm64   /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI
0x1b4d3c000 - 0x1b4d73fff TextInputUI arm64  <584490afffd630b0a2b86d6045db9880> /System/Library/PrivateFrameworks/TextInputUI.framework/TextInputUI
0x1b4d82000 - 0x1b4d8efff ContextKit arm64   /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit
0x1b4dbf000 - 0x1b4e2bfff Rapport arm64  <0d829a31fed33c2bb4da9a2712178c8c> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x1b4e2c000 - 0x1b4e6ffff OSAnalytics arm64  <66d408f799793943ae529a4b12829625> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics
0x1b4e70000 - 0x1b4e9efff MobileInstallation arm64  <82830c2abb583bd5a627995189600504> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x1b4e9f000 - 0x1b4f39fff Metal arm64  <245b6ff0bdfd33a7a34ce4fe57ebc2a2> /System/Library/Frameworks/Metal.framework/Metal
0x1b4f3a000 - 0x1b4f40fff IOAccelerator arm64  <3335cc966200367c99e96bb8fd064751> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1b4f41000 - 0x1b4f4cfff MediaAccessibility arm64   /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1b4f4d000 - 0x1b4f69fff FindMyDevice arm64  <64b1a9824468366aa90c3b9a920d3107> /System/Library/PrivateFrameworks/FindMyDevice.framework/FindMyDevice
0x1b4f6a000 - 0x1b4f71fff libsystem_dnssd.dylib arm64  <59b26d826fd335ed998cf5b62e38f910> /usr/lib/system/libsystem_dnssd.dylib
0x1b4f72000 - 0x1b4f78fff PushKit arm64  <634713aced1d38df81cd370674d873ad> /System/Library/Frameworks/PushKit.framework/PushKit
0x1b4f79000 - 0x1b507efff FileProvider arm64  <817c33078d9f344bae2e99274886c2de> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x1b5093000 - 0x1b5094fff BackgroundTaskAgent arm64  <2ba41ad36b8a36088b6f0097d4a014fd> /System/Library/PrivateFrameworks/BackgroundTaskAgent.framework/BackgroundTaskAgent
0x1b5095000 - 0x1b509afff LinguisticData arm64   /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x1b509b000 - 0x1b50b3fff CoreSDB arm64  <3c8d2ae38db03228b83874a7957493c9> /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB
0x1b50b4000 - 0x1b50c4fff Categories arm64  <4aee06d32058399082825c91d95b7771> /System/Library/PrivateFrameworks/Categories.framework/Categories
0x1b50c5000 - 0x1b50defff DoNotDisturb arm64   /System/Library/PrivateFrameworks/DoNotDisturb.framework/DoNotDisturb
0x1b50df000 - 0x1b519afff ************ arm64   /System/Library/Frameworks/************.framework/************
0x1b519b000 - 0x1b55a4fff SceneKit arm64  <29227a067f72330695e8e3546dd66c66> /System/Library/Frameworks/SceneKit.framework/SceneKit
0x1b55a5000 - 0x1b55adfff EmojiKit arm64  <22a1bf62de8c3a8288c1ae4b8ac50996> /System/Library/PrivateFrameworks/EmojiKit.framework/EmojiKit
0x1b55ae000 - 0x1b55c8fff Messages arm64   /System/Library/Frameworks/Messages.framework/Messages
0x1b55c9000 - 0x1b55cdfff CameraKit arm64  <4dfe9a6eaba93915bef4c4506260760e> /System/Library/PrivateFrameworks/CameraKit.framework/CameraKit
0x1b55ce000 - 0x1b55cffff MessageSupport arm64   /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0x1b55d0000 - 0x1b562ffff PersonalizationPortrait arm64   /System/Library/PrivateFrameworks/PersonalizationPortrait.framework/PersonalizationPortrait
0x1b5630000 - 0x1b569efff AppStoreDaemon arm64   /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon
0x1b56f9000 - 0x1b5701fff SymptomDiagnosticReporter arm64  <7f5611dfa5063e699db9329b22f493de> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1b5702000 - 0x1b5704fff IOSurfaceAccelerator arm64  <4d17d1ca325c350a8cceec8a93550c14> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1b5705000 - 0x1b57b3fff AssetsLibraryServices arm64  <4955c2b198f034fabf1be5e071b1f199> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x1b57b4000 - 0x1b57e6fff DataAccessExpress arm64   /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x1b57e7000 - 0x1b5855fff EmailFoundation arm64   /System/Library/PrivateFrameworks/EmailFoundation.framework/EmailFoundation
0x1b5856000 - 0x1b586bfff CoreFollowUp arm64   /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x1b586c000 - 0x1b5874fff FamilyCircle arm64  <47b6531315713b6fb50aa030a9bc27b9> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
0x1b5875000 - 0x1b588afff libcoretls.dylib arm64   /usr/lib/libcoretls.dylib
0x1b58e1000 - 0x1b5972fff libate.dylib arm64  <0dbd4cdb7d493a94a11e8c4b6eb9d303> /usr/lib/libate.dylib
0x1b6a34000 - 0x1b6bfcfff iAdCore arm64  <3eac21a18a613b609382112f70698bed> /System/Library/PrivateFrameworks/iAdCore.framework/iAdCore
0x1b6bfd000 - 0x1b6c21fff Pasteboard arm64   /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard
0x1b6c22000 - 0x1b6c70fff FTServices arm64   /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x1b6d11000 - 0x1b6d21fff MaterialKit arm64   /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit
0x1b6d22000 - 0x1b6d8cfff SAObjects arm64  <4d72bf5c563e3a9ca016e691ae307b08> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x1b6d8d000 - 0x1b6d97fff CoreRecents arm64   /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x1b6d98000 - 0x1b6ddefff MIME arm64  <7f0ef966897c3fefb7d003e74f1f2f37> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x1b6e40000 - 0x1b6e4dfff DataMigration arm64   /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x1b6f52000 - 0x1b6fadfff EmailCore arm64  <409829c8474d3171b47db351fea74c9c> /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore
0x1b7001000 - 0x1b7025fff IconServices arm64  <9d0a77437f5e311097babd6a8f94e8a1> /System/Library/PrivateFrameworks/IconServices.framework/IconServices
0x1b7026000 - 0x1b7212fff iTunesCloud arm64   /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x1b7213000 - 0x1b74d8fff MusicLibrary arm64   /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x1b74d9000 - 0x1b74dafff WatchdogClient arm64  <834e0b823de23ff6b57e7904ce03a445> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient
0x1b74db000 - 0x1b74ecfff libprequelite.dylib arm64  <83d923c30f863498843177b257132ca9> /usr/lib/libprequelite.dylib
0x1b7511000 - 0x1b7516fff IDSKVStore arm64  <0107cc7a4d5e38619995358ffa0a265d> /System/Library/PrivateFrameworks/IDSKVStore.framework/IDSKVStore
0x1b7517000 - 0x1b7527fff CoreEmoji arm64  <577a37002ad53990bcc8b0c9fd511a74> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1b7528000 - 0x1b75bffff Email arm64  <507eb51e36c7368ba0a84d6500b6b892> /System/Library/PrivateFrameworks/Email.framework/Email
0x1b75c0000 - 0x1b7622fff ClassKit arm64   /System/Library/Frameworks/ClassKit.framework/ClassKit
0x1b768e000 - 0x1b769bfff CPMS arm64   /System/Library/PrivateFrameworks/CPMS.framework/CPMS
0x1b769c000 - 0x1b76a4fff RTCReporting arm64  <0a2ce1ac2e2e3ce4a08f6cac1003638f> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1b7769000 - 0x1b77c6fff iAd arm64  <225969c9a3f83481abe3eadce4d3efc6> /System/Library/Frameworks/iAd.framework/iAd
0x1b77c7000 - 0x1b77e8fff CoreAccessories arm64  <1c0c3f9911ea306db50dbabca76ff592> /System/Library/PrivateFrameworks/CoreAccessories.framework/CoreAccessories
0x1b77e9000 - 0x1b77fffff IAP arm64  <28851bc967fb33a2a08fa4a0414d0225> /System/Library/PrivateFrameworks/IAP.framework/IAP
0x1b7800000 - 0x1b784cfff MobileBackup arm64   /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x1b78fb000 - 0x1b7902fff CoreTime arm64   /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x1b7949000 - 0x1b7a88fff IMDPersistence arm64   /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence
0x1b7aff000 - 0x1b7ba4fff DistributedEvaluation arm64   /System/Library/PrivateFrameworks/DistributedEvaluation.framework/DistributedEvaluation
0x1b7ba5000 - 0x1b7bf4fff DataAccess arm64  <15849e30ae3335a68f58eea5689f3d91> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x1b7f30000 - 0x1b7f83fff ToneLibrary arm64   /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x1b7f84000 - 0x1b821cfff CoreNavigation arm64  <9986678819433383a0f5e0d68aee108c> /System/Library/PrivateFrameworks/CoreNavigation.framework/CoreNavigation
0x1b821d000 - 0x1b823bfff AppConduit arm64  <154844916f3532859f72c3ab9b95ae87> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x1b823c000 - 0x1b8254fff IntlPreferences arm64  <19b52e5151793276afea6f0b59e6a97e> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1b8255000 - 0x1b8265fff PassKit arm64  <63024c3dc9883eea87b488bd96591add> /System/Library/Frameworks/PassKit.framework/PassKit
0x1b8266000 - 0x1b85fafff PassKitUI arm64   /System/Library/PrivateFrameworks/PassKitUI.framework/PassKitUI
0x1b85fb000 - 0x1b86e9fff CoreBrightness arm64   /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1b86ea000 - 0x1b86f1fff libIOReport.dylib arm64   /usr/lib/libIOReport.dylib
0x1b887a000 - 0x1b8aadfff libBNNS.dylib arm64   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1b8aae000 - 0x1b8ab5fff StudyLog arm64  <6ba8e4d9754b3e25b97d3084e1646db0> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x1b8b3c000 - 0x1b8bcafff iTunesStore arm64   /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x1b8bcb000 - 0x1b8bdffff ExternalAccessory arm64  <7a1f739d6c77396487a42d65df740186> /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory
0x1b8be0000 - 0x1b9121fff libAudioDSP.dylib arm64   /System/Library/Frameworks/AudioToolbox.framework/libAudioDSP.dylib
0x1b9122000 - 0x1b961cfff AudioCodecs arm64   /System/Library/Frameworks/AudioToolbox.framework/AudioCodecs
0x1b961d000 - 0x1b9674fff SafariCore arm64  <0cd7ad921ee937db82a85e9a9252636d> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
0x1b9675000 - 0x1b96dcfff ScreenTimeCore arm64  <3a52a67989fb39a98d87749022ce38c6> /System/Library/PrivateFrameworks/ScreenTimeCore.framework/ScreenTimeCore
0x1b9cb9000 - 0x1b9cdefff RTTUtilities arm64   /System/Library/PrivateFrameworks/RTTUtilities.framework/RTTUtilities
0x1b9cdf000 - 0x1b9ce6fff HearingCore arm64   /System/Library/PrivateFrameworks/HearingCore.framework/HearingCore
0x1b9ce7000 - 0x1b9cf9fff LocalAuthentication arm64   /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x1b9cfa000 - 0x1b9cfefff CommunicationsFilter arm64   /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x1b9cff000 - 0x1b9d21fff AddressBook arm64  <437470fa20f039ebbd8f319565a681e7> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x1b9d22000 - 0x1b9d2dfff CaptiveNetwork arm64   /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x1b9d2e000 - 0x1b9d2efff AdSupport arm64   /System/Library/Frameworks/AdSupport.framework/AdSupport
0x1b9d2f000 - 0x1b9e44fff SpriteKit arm64  <42a49ff14e44346ab9175dffb881dad6> /System/Library/Frameworks/SpriteKit.framework/SpriteKit
0x1b9e45000 - 0x1b9e7dfff Proximity arm64  <4eff30a62c173e33ad771eda54ff543e> /System/Library/PrivateFrameworks/Proximity.framework/Proximity
0x1b9e7e000 - 0x1b9f2efff libBLAS.dylib arm64  <62050c2e28b83071926604f28576b48a> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1b9f2f000 - 0x1b9f3dfff CTCarrierSpace arm64  <41d7677ad9313fe891ce68c033bec647> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x1ba74c000 - 0x1ba817fff CoreParsec arm64   /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x1ba818000 - 0x1ba865fff CallHistory arm64  <30e8e4496a6933948a3a17e5e65533cc> /System/Library/PrivateFrameworks/CallHistory.framework/CallHistory
0x1baa05000 - 0x1baa20fff libtailspin.dylib arm64  <450b7c0ece54385bbdab05395a050bcd> /usr/lib/libtailspin.dylib
0x1baa21000 - 0x1baa5efff CalendarUIKit arm64  <9c1dc4af830831ed8f0f08656853dcf1> /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit
0x1baa5f000 - 0x1baa7cfff KeychainCircle arm64  <4b4d509b29eb3b21b55d568df40678f1> /System/Library/PrivateFrameworks/KeychainCircle.framework/KeychainCircle
0x1baa7d000 - 0x1baa91fff ContactsDonation arm64   /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x1baadc000 - 0x1baae5fff MobileActivation arm64   /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation
0x1baaeb000 - 0x1bab65fff HearingUtilities arm64  <2ffbf4687a4d356b8cb426e504aa55bb> /System/Library/PrivateFrameworks/HearingUtilities.framework/HearingUtilities
0x1bab66000 - 0x1bab74fff MobileIcons arm64  <3326557a3286356a87ca1df0d6130151> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1bab75000 - 0x1bac74fff ResponseKit arm64   /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
0x1bac91000 - 0x1baccafff Notes arm64  <8d6dbca1ee0138f5a694e76c04bb46ac> /System/Library/PrivateFrameworks/Notes.framework/Notes
0x1baccb000 - 0x1bace2fff MetalKit arm64   /System/Library/Frameworks/MetalKit.framework/MetalKit
0x1bad3b000 - 0x1bad85fff CoreHaptics arm64  <06db7c401d2d3d9cb266f37874fa0bbb> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics
0x1bad86000 - 0x1bae4efff ProofReader arm64  <285fa52fafcf39bfaf8609a085422cd8> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x1bae4f000 - 0x1bae9cfff DataDetectorsUI arm64  <6bf48416432c38bbaebb2b4cb48ea0d5> /System/Library/PrivateFrameworks/DataDetectorsUI.framework/DataDetectorsUI
0x1bae9d000 - 0x1baea8fff EmailAddressing arm64   /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing
0x1baea9000 - 0x1baebefff MailServices arm64   /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x1baebf000 - 0x1baf4efff CoreSymbolication arm64   /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1baf4f000 - 0x1baf55fff IdleTimerServices arm64  <39c79767aa7034c9a680af46224d4640> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x1bb04e000 - 0x1bb107fff VideoSubscriberAccount arm64   /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
0x1bb108000 - 0x1bb11bfff WebContentAnalysis arm64   /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalysis
0x1bb11c000 - 0x1bb11ffff FTClientServices arm64  <78f0b76870173a47ae1f3024101d4aad> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x1bb120000 - 0x1bb185fff ContactsUICore arm64  <2da1d6849b7b36e3bc95d2be741b2ea9> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x1bb209000 - 0x1bb215fff iAdServices arm64  <06897fca38aa3f1099ca8b11fb9b4776> /System/Library/PrivateFrameworks/iAdServices.framework/iAdServices
0x1bb5e1000 - 0x1bb628fff LoggingSupport arm64  <6b7e370405d33c45967ac8c458928a3f> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x1bb72c000 - 0x1bb785fff ProtectedCloudStorage arm64   /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1bb786000 - 0x1bb84efff GLEngine arm64  <1b5a16deb30b3589831851240da1efc8> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine
0x1bb84f000 - 0x1bb86bfff AppleMetalGLRenderer arm64  <5c891a5bc2563d5ab3f6c42856ce154e> /System/Library/Extensions/AppleMetalGLRenderer.bundle/AppleMetalGLRenderer
0x1bb86c000 - 0x1bb874fff OpenGLES arm64  <287f3b01842d30da9702f5cd4793458e> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1bb875000 - 0x1bb9d3fff libGLProgrammability.dylib arm64  <0f85f94239203b818fe9f75af9a6782f> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
0x1bb9d4000 - 0x1bb9dcfff libGFXShared.dylib arm64  <2209635c627c36d381f28da5e9019b90> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1bb9dd000 - 0x1bba12fff SharedUtils arm64   /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x1bba13000 - 0x1bba60fff PhotosFormats arm64  <80f459a667303db0b188f9a6c61eb6cd> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x1bba80000 - 0x1bc291fff CoreRE arm64  <389924142cb03f1394dfa1b59ca4d921> /System/Library/PrivateFrameworks/CoreRE.framework/CoreRE
0x1bc292000 - 0x1bcd50fff AppleCV3D arm64   /System/Library/PrivateFrameworks/AppleCV3D.framework/AppleCV3D
0x1bcd51000 - 0x1bcf7cfff ARKit arm64  <7288c6adbb4f36849c6e1ee7bef1f7c5> /System/Library/Frameworks/ARKit.framework/ARKit
0x1bd06d000 - 0x1bd0a9fff StreamingZip arm64  <80a7602a6d27384abec3ffe12bc0c50f> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1bdce8000 - 0x1bde9bfff SafariShared arm64  <930666655b4937d9a2152c6834d06a0a> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
0x1bdf21000 - 0x1bdf24fff InternationalTextSearch arm64   /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1bdf42000 - 0x1bdf5efff AssetCacheServices arm64   /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x1be436000 - 0x1be473fff PhotosPlayer arm64  <646a6ced9fc230208d267c96148a46e5> /System/Library/PrivateFrameworks/PhotosPlayer.framework/PhotosPlayer
0x1be48a000 - 0x1be8cefff AVConference arm64   /System/Library/PrivateFrameworks/AVConference.framework/AVConference
0x1be8cf000 - 0x1be8d4fff IncomingCallFilter arm64   /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x1be8f0000 - 0x1be908fff NetworkStatistics arm64  <52d0181fe70c385697ef3746d5fe1bb4> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x1bed74000 - 0x1bed7afff Netrb arm64  <53cc7821890f34b380124739cbb90896> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1bed7e000 - 0x1bedaefff EAP8021X arm64   /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1bedaf000 - 0x1bedb1fff OSAServicesClient arm64  <785aab0a88ed34ba885d7483d3be9ee9> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient
0x1bef35000 - 0x1bef39fff libgermantok.dylib arm64   /usr/lib/libgermantok.dylib
0x1bef3a000 - 0x1befedfff libmecab.dylib arm64  <0bb7b7b678bb3ab887345ee24d6eff43> /usr/lib/libmecab.dylib
0x1befee000 - 0x1bf029fff Catalyst arm64  <986bc11a0f5131e191295b9c7a3f7ab2> /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
0x1bf0e6000 - 0x1bf0fefff EmojiFoundation arm64  <73ce79d27270382791122516bb308cf8> /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation
0x1bf192000 - 0x1bf194fff AdAnalytics arm64  <7d286c3f249d34e09f9c92a42646a96d> /System/Library/PrivateFrameworks/AdAnalytics.framework/AdAnalytics
0x1bf195000 - 0x1bf1d1fff VoiceServices arm64   /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x1bf1d2000 - 0x1bf2e8fff Navigation arm64  <16a6a764ab0a3f75bc063f808063cbbf> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x1bf3e3000 - 0x1bf4eafff libEmbeddedSystemAUs.dylib arm64  <94c6d359a4a433259b16febff5772c2c> /System/Library/Frameworks/AudioToolbox.framework/libEmbeddedSystemAUs.dylib
0x1bf601000 - 0x1bf60ffff CoreDuetDaemonProtocol arm64  <165d40fd3ad831c19723d85738aabf53> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1bf610000 - 0x1bf62ffff FTAWD arm64  <51a4c50a1e883595bf4d7195a506fc8c> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x1c0be1000 - 0x1c0be3fff OAuth arm64   /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x1c0be4000 - 0x1c0be7fff AdPlatforms arm64   /System/Library/PrivateFrameworks/AdPlatforms.framework/AdPlatforms
0x1c0e7e000 - 0x1c0eb9fff DifferentialPrivacy arm64   /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x1c114f000 - 0x1c116afff CoreCDP arm64   /System/Library/PrivateFrameworks/CoreCDP.framework/CoreCDP
0x1c116b000 - 0x1c1302fff EmailDaemon arm64   /System/Library/PrivateFrameworks/EmailDaemon.framework/EmailDaemon
0x1c141e000 - 0x1c1455fff WatchConnectivity arm64  <37fd46e959203b828886c4475f5cb06f> /System/Library/Frameworks/WatchConnectivity.framework/WatchConnectivity
0x1c1667000 - 0x1c1692fff MailSupport arm64  <303a3e5968943ddf9cb09d0ac8c79387> /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport
0x1c1693000 - 0x1c1701fff libarchive.2.dylib arm64   /usr/lib/libarchive.2.dylib
0x1c1702000 - 0x1c1732fff C2 arm64  <0d7a3e496f95395c9eae28b0d0b16ba5> /System/Library/PrivateFrameworks/C2.framework/C2
0x1c1733000 - 0x1c1766fff NaturalLanguage arm64   /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage
0x1c17f9000 - 0x1c17fafff libsystem_coreservices.dylib arm64  <50693ebd12b43fc8acaad84a8b82a0df> /usr/lib/system/libsystem_coreservices.dylib
0x1c180c000 - 0x1c181efff libmis.dylib arm64  <70eb0208446d35d1a06035cee66ecf30> /usr/lib/libmis.dylib
0x1c181f000 - 0x1c1874fff WebBookmarks arm64  <999457f8960a3611bf14c3f4619837a5> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x1c1875000 - 0x1c1882fff DCIMServices arm64  <2f74408211e2332b8aa91789e71ae562> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x1c1883000 - 0x1c19d3fff CloudPhotoLibrary arm64  <51a836e0dea1366b83a29640fc2648b1> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x1c19d4000 - 0x1c1a0dfff ContactsAutocomplete arm64  <76d4fc1b31463366a750fa828ef05692> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
0x1c1a0e000 - 0x1c1a16fff libcopyfile.dylib arm64   /usr/lib/system/libcopyfile.dylib
0x1c1a17000 - 0x1c1a38fff UsageTracking arm64  <81e36061690d39c19eb46f605c1fbcff> /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking
0x1c1d7a000 - 0x1c1e0efff AccountsDaemon arm64  <7abea61a48783baaa76d6ba23b765846> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x1c1e0f000 - 0x1c1e1afff AppleIDSSOAuthentication arm64   /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1c1e1b000 - 0x1c1e2efff SettingsFoundation arm64   /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation
0x1c1f67000 - 0x1c1fe9fff Symbolication arm64  <31fd30f6ccb13309b25294a1d85326e2> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
0x1c219e000 - 0x1c21ebfff ChunkingLibrary arm64  <6c669fdc362138dd89e33201adb10962> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1c21ef000 - 0x1c21f3fff DAAPKit arm64  <407eb1b504133cf59185bb985c8834bd> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x1c26c8000 - 0x1c26cafff CoreDuetDebugLogging arm64  <1fd35a97edf032d68a771db66fc72f52> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1c31ef000 - 0x1c322dfff SignpostSupport arm64   /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1c34c2000 - 0x1c34cbfff SignpostCollection arm64  <4f5984b7fa9938779a0e784f4ec5f2e1> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1c3bf8000 - 0x1c3bfefff URLFormatting arm64   /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x1c3c13000 - 0x1c3cbafff MMCS arm64   /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x1c3d12000 - 0x1c3f3efff MobileSpotlightIndex arm64  <001c3d304f153304b2a50fef0300dae4> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1c4361000 - 0x1c43a7fff CoreLocationProtobuf arm64  <354363c3361234f0bde81d06b68951a8> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1c445b000 - 0x1c44d7fff Quagga arm64  <1e8a7a5cf04239d8b8a9d719c1aeddad> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1c46b9000 - 0x1c471cfff libAudioIssueDetector.dylib arm64  <5a3e22090dd4355f90412975ea58133e> /usr/lib/libAudioIssueDetector.dylib
0x1c476f000 - 0x1c477dfff libAXSpeechManager.dylib arm64  <0ec202b25e9539bfaf0c1624320330e9> /usr/lib/libAXSpeechManager.dylib
0x1c47d4000 - 0x1c47dcfff ProgressUI arm64  <3f5d100a7e3b3fa2ba7a28507ad54e3b> /System/Library/PrivateFrameworks/ProgressUI.framework/ProgressUI
0x1c47e2000 - 0x1c47f7fff libEDR arm64  <66ee6000bd2339d1ba5e6b3b10c2470c> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1c47f8000 - 0x1c4801fff IMTranscoding arm64  <478d5ba2a17f3b329c76acc0132a4464> /System/Library/PrivateFrameworks/IMTranscoding.framework/IMTranscoding
0x1c5132000 - 0x1c5414fff VideoProcessing arm64  <8d240fc68cb83fedbefd6e654d217c88> /System/Library/PrivateFrameworks/VideoProcessing.framework/VideoProcessing
0x1c5415000 - 0x1c5422fff libperfcheck.dylib arm64  <3ba9a8fd8a773231ab960d7701333c63> /usr/lib/libperfcheck.dylib
0x1c5423000 - 0x1c542efff libAudioStatistics.dylib arm64   /usr/lib/libAudioStatistics.dylib
0x1c55f2000 - 0x1c5602fff caulk arm64   /System/Library/PrivateFrameworks/caulk.framework/caulk
0x1c5641000 - 0x1c5647fff MobileSystemServices arm64   /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1c57dd000 - 0x1c57f6fff TextToSpeech arm64  <6cee67718e8f3340886f84400bfd5b64> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
0x1c57ff000 - 0x1c583afff ViceroyTrace arm64  <5dd121f0275f3273894e5c7efa8059e3> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ViceroyTrace.framework/ViceroyTrace
0x1c58bb000 - 0x1c58d8fff CloudServices arm64  <5abef413f6ae38af88ce5934125c2630> /System/Library/PrivateFrameworks/CloudServices.framework/CloudServices
0x1c6553000 - 0x1c6578fff CloudKitCode arm64   /System/Library/PrivateFrameworks/CloudKitCode.framework/CloudKitCode
0x1c66be000 - 0x1c6778fff CloudKitCodeProtobuf arm64   /System/Library/PrivateFrameworks/CloudKitCodeProtobuf.framework/CloudKitCodeProtobuf
0x1c6779000 - 0x1c6783fff HID arm64   /System/Library/PrivateFrameworks/HID.framework/HID
0x1c67b0000 - 0x1c67e9fff libGLImage.dylib arm64  <15ad0d4a18443118ac68cf15538dab9e> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1c6be4000 - 0x1c6bf5fff libSparseBLAS.dylib arm64  <1f51189eaa19385c94b7fb0292561c82> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1c6bf6000 - 0x1c6c09fff Engram arm64  <6e8e17826af3317f92fb524fa0b85c33> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1c6c80000 - 0x1c6cbafff DataDetectorsNaturalLanguage arm64   /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage
0x1c6fb1000 - 0x1c6fb9fff FSEvents arm64   /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents
0x1c6fc9000 - 0x1c7046fff CoreDAV arm64   /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x1c798f000 - 0x1c799ffff RemoteTextInput arm64  <76a999dbfd5a363384d1ad23aaadccf6> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x1c79c8000 - 0x1c79f7fff iCalendar arm64  <9df467aa8d1630b69f7d5e1371cf1b12> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x1c7a14000 - 0x1c7a1dfff CloudPhotoServices arm64   /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x1c7a5c000 - 0x1c7a70fff libLinearAlgebra.dylib arm64  <83e007597b01399783a65a8f7a6c3208> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1c7ace000 - 0x1c7ad1fff HSAAuthentication arm64  <631e016195823926ad115f8983c9c1a2> /System/Library/PrivateFrameworks/HSAAuthentication.framework/HSAAuthentication
0x1c7b04000 - 0x1c7bfefff ConfigurationEngineModel arm64  <4577aebeb8fc3bd09d1b030d97373dde> /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel
0x1c7bff000 - 0x1c7c06fff CertUI arm64  <6680caf12d653f11a1df07a43db46053> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x1c7ceb000 - 0x1c7cf9fff CoreAUC arm64  <0baa16e29c3a372aafd1f0e84f547e5c> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1c868a000 - 0x1c86d0fff PhysicsKit arm64   /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x1c86d1000 - 0x1c8722fff CorePrediction arm64   /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1c8b14000 - 0x1c8b61fff SafariSafeBrowsing arm64  <76e45ab6253135dbbcc5b9657344c140> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x1c8bbd000 - 0x1c8bedfff OpenAL arm64  <5821ce04b53e3b7ba3bce263cbd9c2bc> /System/Library/Frameworks/OpenAL.framework/OpenAL
0x1c8f0f000 - 0x1c8f85fff HomeSharing arm64   /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x1c9013000 - 0x1c9031fff GenerationalStorage arm64  <05a7c289ff76316bad961b4e87eefbf6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1c9032000 - 0x1c9049fff IMSharedUI arm64  <0349b81d66cc30c798c7ef9ac0590350> /System/Library/PrivateFrameworks/IMSharedUI.framework/IMSharedUI
0x1c9094000 - 0x1c909ffff PersonaKit arm64  <818ad3bb76b83cf2a5e2abd964da978b> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1c90a0000 - 0x1c90acfff PersonaUI arm64  <65aeb7d64ae135f28487092ea21b4344> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
0x1c9264000 - 0x1c92a2fff AdCore arm64  <483afd07fcc33cd1869c762ef4cbee98> /System/Library/PrivateFrameworks/AdCore.framework/AdCore
0x1c94b8000 - 0x1c94bdfff kperf arm64  <4dd4a30e85383405b9959fde4fd003f1> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1c965a000 - 0x1c9668fff AssetsLibrary arm64  <486139609c8b3b29bf7561f253873e44> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x1c9695000 - 0x1c96c8fff libpcap.A.dylib arm64  <80be39cf99d83d1eb3c6b8d3fd8a838d> /usr/lib/libpcap.A.dylib
0x1c9945000 - 0x1c9987fff CoreCDPInternal arm64  <05fe3742c0963e9d8a45eea0e3a54316> /System/Library/PrivateFrameworks/CoreCDPInternal.framework/CoreCDPInternal
0x1c9988000 - 0x1c999cfff WebUI arm64   /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x1c999d000 - 0x1c99b4fff SafariFoundation arm64   /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
0x1c9a00000 - 0x1c9a9afff libvDSP.dylib arm64  <76375e092cdb311185ec8ed1d8f4bfc9> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1c9a9b000 - 0x1c9ac5fff vCard arm64   /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1c9b0d000 - 0x1c9b97fff SampleAnalysis arm64   /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1c9b98000 - 0x1c9ba4fff IntentsFoundation arm64  <2090563ffa41300da28ea5bc984ed49b> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1c9d90000 - 0x1c9d92fff ParsecSubscriptionServiceSupport arm64   /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
0x1c9d93000 - 0x1c9e22fff MediaPlatform arm64   /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x1c9e23000 - 0x1ca133fff MediaLibraryCore arm64  <55b303ee3c563e8ba58e5d3aaa7af419> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x1ca196000 - 0x1ca1cefff PhotosImagingFoundation arm64   /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
0x1ca1cf000 - 0x1ca1f1fff MediaConversionService arm64  <546cb2add7863f26a98d7269bef43091> /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService
0x1ca1f2000 - 0x1ca20ffff MediaStream arm64  <53b300858ffc31d8a6b4c6c007e5e24b> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x1ca210000 - 0x1ca30afff CoreMediaStream arm64  <199d1804e5113baa9df9d57487aeb62a> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x1ca320000 - 0x1ca337fff StorageSettings arm64  <37c241c44f9a38ffb0ee4c4b66170ec0> /System/Library/PrivateFrameworks/StorageSettings.framework/StorageSettings
0x1ca424000 - 0x1ca424fff Accelerate arm64  <9818869ce13333be8f6636eea59aedc8> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1ca425000 - 0x1ca73afff libLAPACK.dylib arm64  <1d4e4b0531313da5b611fb2575e17079> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1ca73b000 - 0x1ca73ffff libQuadrature.dylib arm64   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1ca740000 - 0x1ca799fff libvMisc.dylib arm64  <435399eb7a8f3979b0d139c3f453fd29> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1ca79a000 - 0x1ca79afff vecLib arm64   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1ca7a3000 - 0x1ca7b1fff AuthenticationServices arm64  <5af6c2ea423e34cdbe63b7567d256def> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices
0x1ca7f6000 - 0x1ca8eafff Combine arm64  <25b66e311fbc3bf68cb6df8c27a2152f> /System/Library/Frameworks/Combine.framework/Combine
0x1ca8fc000 - 0x1ca94cfff CoreMIDI arm64   /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x1caada000 - 0x1cab0ffff CryptoKit arm64   /System/Library/Frameworks/CryptoKit.framework/CryptoKit
0x1cab10000 - 0x1cab12fff DeviceCheck arm64   /System/Library/Frameworks/DeviceCheck.framework/DeviceCheck
0x1cab25000 - 0x1cab4afff GLKit arm64  <04b0e586b6263ee5a348025776314cb2> /System/Library/Frameworks/GLKit.framework/GLKit
0x1cab4b000 - 0x1cab78fff GSS arm64   /System/Library/Frameworks/GSS.framework/GSS
0x1cab8b000 - 0x1cabbdfff MPSCore arm64  <7f98e0d3952a38c09bc314765766fc86> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1cabbe000 - 0x1cac3afff MPSImage arm64  <63f5ffc1702e36ff841abafcd47d0301> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1cac3b000 - 0x1cac5dfff MPSMatrix arm64   /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1cac5e000 - 0x1cac72fff MPSNDArray arm64  <8a75d75a84c439e0bdf578136ceb73f1> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray
0x1cac73000 - 0x1cae04fff MPSNeuralNetwork arm64  <4b7b42c84e2538758d2503bcaf4c695d> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1cae05000 - 0x1cae49fff MPSRayIntersector arm64  <9d947816460c35e2b072e2d9b809d01b> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x1cae4a000 - 0x1cae4afff MetalPerformanceShaders arm64  <7de1dbb3681835558dfb8c6d50de268b> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1cae57000 - 0x1cae57fff MobileCoreServices arm64   /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1cae62000 - 0x1cae63fff libCVMSPluginSupport.dylib arm64   /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1cae64000 - 0x1cae6afff libCoreFSCache.dylib arm64  <84690d5764ad3ee3864e18d4704e08cd> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1cae6b000 - 0x1cae70fff libCoreVMClient.dylib arm64  <66daee76addf32a981f2daca6fb6b0fe> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1caea5000 - 0x1caedcfff QuickLookThumbnailing arm64   /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x1cb1f0000 - 0x1cb20ffff ReplayKit arm64   /System/Library/Frameworks/ReplayKit.framework/ReplayKit
0x1cb210000 - 0x1cb30efff SoundAnalysis arm64   /System/Library/Frameworks/SoundAnalysis.framework/SoundAnalysis
0x1cb311000 - 0x1cb311fff UIKit arm64  <47a27c57c3aa387fbc3d53d2e7249e16> /System/Library/Frameworks/UIKit.framework/UIKit
0x1cb333000 - 0x1cb3f5fff VisionKit arm64   /System/Library/Frameworks/VisionKit.framework/VisionKit
0x1cb55f000 - 0x1cb6b1fff ANECompiler arm64  <931531fa29713983a242fe34c7917616> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler
0x1cb6b2000 - 0x1cb6c2fff ANEServices arm64   /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x1cb6cb000 - 0x1cb75bfff APFS arm64  <0d446bc9f2f93ca0b2ee1727925f10ef> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x1cb75c000 - 0x1cb760fff ASEProcessing arm64   /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x1cb77a000 - 0x1cb7e0fff ICE arm64  <04c98d7c686e32d3bdd388344479e11e> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ICE.framework/ICE
0x1cb7e1000 - 0x1cb7e1fff LegacyHandle arm64  <74459e3ad689385dbf2d9125f84eaa3a> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/LegacyHandle.framework/LegacyHandle
0x1cb7e2000 - 0x1cb7e8fff SimpleKeyExchange arm64   /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/SimpleKeyExchange.framework/SimpleKeyExchange
0x1cb7e9000 - 0x1cb7e9fff snatmap arm64   /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/snatmap.framework/snatmap
0x1cb868000 - 0x1cb8aafff AccessibilitySharedSupport arm64   /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/AccessibilitySharedSupport
0x1cb906000 - 0x1cb911fff AccountSettings arm64   /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
0x1cbfd3000 - 0x1cbff7fff AppleCV3DMOVKit arm64   /System/Library/PrivateFrameworks/AppleCV3DMOVKit.framework/AppleCV3DMOVKit
0x1cbff8000 - 0x1cc000fff AppleCV3DModels arm64   /System/Library/PrivateFrameworks/AppleCV3DModels.framework/AppleCV3DModels
0x1cc001000 - 0x1cc19dfff AppleCVA arm64  <51a8078e243b334dbaad13a14923ab43> /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA
0x1cc210000 - 0x1cc21efff AppleFSCompression arm64   /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1cc21f000 - 0x1cc229fff AppleIDAuthSupport arm64   /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1cc22a000 - 0x1cc26bfff AppleJPEG arm64  <14d3a4bcfc0f374297d912b8c85cc5a0> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1cc2b4000 - 0x1cc2c5fff AppleNeuralEngine arm64  <622801b185fe3bfb834d3d44ad9f9187> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x1cc2cc000 - 0x1cc2effff AppleSauce arm64   /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1cc427000 - 0x1cc47bfff AutoLoop arm64  <0c1a9dceea243eb7b56d237665656daf> /System/Library/PrivateFrameworks/AutoLoop.framework/AutoLoop
0x1cc4e8000 - 0x1cc518fff Bom arm64  <0dfe861e6be13f9eb920584c5b46f646> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1ccf91000 - 0x1ccf98fff CommonAuth arm64   /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x1cd139000 - 0x1cd22efff CoreAppleCVA arm64  <24714acc212a32d7a664f67b6c6186fa> /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA
0x1cd22f000 - 0x1cd252fff CoreCDPUI arm64  <2ab9063528cc387bbd6e3e4208bf7b02> /System/Library/PrivateFrameworks/CoreCDPUI.framework/CoreCDPUI
0x1cd28d000 - 0x1cd37ffff CoreHandwriting arm64   /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
0x1cd380000 - 0x1cd38bfff CoreIDV arm64  <2054c6890f563e84907d192689301269> /System/Library/PrivateFrameworks/CoreIDV.framework/CoreIDV
0x1cd395000 - 0x1cd399fff CoreOptimization arm64  <81a3200ad13730a59e896c36e69ff6fc> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x1cd411000 - 0x1cd414fff CryptoKitCBridging arm64  <690d0e85e3eb3c05aec150702fdb8e4d> /System/Library/PrivateFrameworks/CryptoKitCBridging.framework/CryptoKitCBridging
0x1cd415000 - 0x1cd42cfff CryptoKitPrivate arm64   /System/Library/PrivateFrameworks/CryptoKitPrivate.framework/CryptoKitPrivate
0x1cd4e4000 - 0x1cd4effff DeviceIdentity arm64  <8e7caf4f24f0322c9947f91c17a715fd> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1cd4f4000 - 0x1cd4f5fff DiagnosticLogCollection arm64  <7e3df95f169d3f25891b602a20d909b2> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x1cd570000 - 0x1cd581fff DigitalAccess arm64  <0ac2c91756af3cbdb1a7a74af0b4fd8a> /System/Library/PrivateFrameworks/DigitalAccess.framework/DigitalAccess
0x1cd67f000 - 0x1cd69bfff DocumentManagerCore arm64   /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x1cd752000 - 0x1cddadfff Espresso arm64  <9df07bcd41c4334fb57ed6ea22476366> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x1ce05f000 - 0x1ce470fff FaceCore arm64  <4de7d3c4806235d09407711b87b2bae5> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1ce541000 - 0x1ce555fff libGSFontCache.dylib arm64   /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1ce5b9000 - 0x1ce5c5fff libhvf.dylib arm64  <9563809693d6387db69fea88af4564e3> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x1ce5e7000 - 0x1ce5fbfff Futhark arm64  <07fc0e314de9321fb0f6ff75d012a134> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x1cf147000 - 0x1cf147fff libmetal_timestamp.dylib arm64  <114bf199e7e0374d94e385c271b0c8a3> /System/Library/PrivateFrameworks/GPUCompiler.framework/Libraries/libmetal_timestamp.dylib
0x1cf2c8000 - 0x1cf2d4fff GraphVisualizer arm64   /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1cfbc5000 - 0x1cfc35fff Heimdal arm64  <0a1b601c4d7331c4a37c44d2f5271264> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x1d00cf000 - 0x1d0138fff InertiaCam arm64  <8f0b4e6e8f3232b4996c78dbf88b5d55> /System/Library/PrivateFrameworks/InertiaCam.framework/InertiaCam
0x1d0181000 - 0x1d0187fff InternationalSupport arm64  <56238f820e0f3cc4befe347f830ffe44> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1d01d5000 - 0x1d01effff Jet arm64   /System/Library/PrivateFrameworks/Jet.framework/Jet
0x1d02f1000 - 0x1d030ffff LatentSemanticMapping arm64   /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/LatentSemanticMapping
0x1d036b000 - 0x1d039ffff LocalAuthenticationPrivateUI arm64  <4de1786d2bb0375f88c035dfc48f5757> /System/Library/PrivateFrameworks/LocalAuthenticationPrivateUI.framework/LocalAuthenticationPrivateUI
0x1d03ef000 - 0x1d041afff MOVStreamIO arm64   /System/Library/PrivateFrameworks/MOVStreamIO.framework/MOVStreamIO
0x1d0427000 - 0x1d0427fff Marco arm64   /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1d08dc000 - 0x1d0906fff MetricsKit arm64  <6464cc726ac63bd0b755a159e205a73f> /System/Library/PrivateFrameworks/MetricsKit.framework/MetricsKit
0x1d0916000 - 0x1d0929fff MobileDeviceLink arm64  <687959b4e80d3fe08b0cc23ec02a82b2> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x1d092f000 - 0x1d0930fff MobileObliteration arm64  <9a159552e50c316db64a9d62321d5530> /System/Library/PrivateFrameworks/MobileObliteration.framework/MobileObliteration
0x1d0bdd000 - 0x1d0c1cfff OTSVG arm64  <4295cc2da66d3905963b70f4ca852533> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x1d11d2000 - 0x1d1214fff PBBridgeSupport arm64   /System/Library/PrivateFrameworks/PBBridgeSupport.framework/PBBridgeSupport
0x1d121e000 - 0x1d1243fff PassKitUIFoundation arm64   /System/Library/PrivateFrameworks/PassKitUIFoundation.framework/PassKitUIFoundation
0x1d1261000 - 0x1d1261fff PhoneNumbers arm64   /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1d2a1b000 - 0x1d2a27fff PrototypeToolsUI arm64  <8277cbc465f43ca7814bcfc32b64c436> /System/Library/PrivateFrameworks/PrototypeToolsUI.framework/PrototypeToolsUI
0x1d2a64000 - 0x1d2a78fff QuickLookSupport arm64   /System/Library/PrivateFrameworks/QuickLookSupport.framework/QuickLookSupport
0x1d2c2b000 - 0x1d2c2ffff RevealCore arm64  <40fbd11d577e3bbc9d10621400e5f57f> /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore
0x1d2c43000 - 0x1d2c61fff SEService arm64  <58c2bc171e003cacb40d5e6e979f4a51> /System/Library/PrivateFrameworks/SEService.framework/SEService
0x1d2d25000 - 0x1d2d56fff ScreenReaderCore arm64  <362dcb4576b73808aaff7703c4c659f2> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
0x1d2dcb000 - 0x1d2dd7fff SetupAssistantSupport arm64  <12028ece9f6a3995b90d31fed2d46a77> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1d2df5000 - 0x1d2df5fff SignpostMetrics arm64   /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics
0x1d2e23000 - 0x1d2e53fff SiriInstrumentation arm64   /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation
0x1d3668000 - 0x1d3783fff TextRecognition arm64  <3f60021f659d3da9b2b470d0b997fc61> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition
0x1d3784000 - 0x1d3825fff TextureIO arm64  <55a7d4be7c2835d59ed2cbc7db47f880> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1d3971000 - 0x1d397cfff TransparencyDetailsView arm64  <59583f96ab7136c0b17edf757c550cda> /System/Library/PrivateFrameworks/TransparencyDetailsView.framework/TransparencyDetailsView
0x1d3a27000 - 0x1d3ffffff USDKit arm64  <90fc0a37012d3262ba0a3987b07971eb> /System/Library/PrivateFrameworks/USDKit.framework/USDKit
0x1d479e000 - 0x1d4cfffff libwebrtc.dylib arm64   /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1d4dcf000 - 0x1d4ddcfff WirelessCoexManager arm64  <69d964c09aaf3d559387467f9872539d> /System/Library/PrivateFrameworks/WirelessCoexManager.framework/WirelessCoexManager
0x1d4e97000 - 0x1d4e9ffff kperfdata arm64  <0280752ec857378482e788bd63ad43ef> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1d4ea0000 - 0x1d4ee7fff ktrace arm64   /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1d4f00000 - 0x1d4f0cfff perfdata arm64   /System/Library/PrivateFrameworks/perfdata.framework/perfdata
0x1d5187000 - 0x1d5187fff libAWDProtobufFacetimeiMessage.dylib arm64  <663e00b2b8cf3b479baf8fb6461fd137> /usr/lib/libAWDProtobufFacetimeiMessage.dylib
0x1d5204000 - 0x1d552dfff libAWDSupportFramework.dylib arm64  <5079327466f43f86b15028858aa1bb67> /usr/lib/libAWDSupportFramework.dylib
0x1d56d7000 - 0x1d56e1fff libChineseTokenizer.dylib arm64  <5dd82d181e2e32d4a3e755012a2534aa> /usr/lib/libChineseTokenizer.dylib
0x1d570b000 - 0x1d58bdfff libFosl_dynamic.dylib arm64  <6692e724c11b3bfb9593a3180f183057> /usr/lib/libFosl_dynamic.dylib
0x1d5938000 - 0x1d593ffff libMatch.1.dylib arm64   /usr/lib/libMatch.1.dylib
0x1d595a000 - 0x1d59bffff libParallelCompression.dylib arm64  <0d05f83aab123039856d0c95d3bd1d9a> /usr/lib/libParallelCompression.dylib
0x1d59fe000 - 0x1d59fffff libSystem.B.dylib arm64  <18687f3a21d73966b82704fc5d4e2188> /usr/lib/libSystem.B.dylib
0x1d5a08000 - 0x1d5a0afff libThaiTokenizer.dylib arm64  <342d2a135b0a37a2969fcb30ef6f5217> /usr/lib/libThaiTokenizer.dylib
0x1d5b09000 - 0x1d5b1efff libapple_nghttp2.dylib arm64  <50a1e06796123db8af9bdc15a2c82dfe> /usr/lib/libapple_nghttp2.dylib
0x1d5b97000 - 0x1d5ba7fff libbsm.0.dylib arm64  <8072366407503038b0e1eccd42c12f23> /usr/lib/libbsm.0.dylib
0x1d5ba8000 - 0x1d5bb4fff libbz2.1.0.dylib arm64   /usr/lib/libbz2.1.0.dylib
0x1d5bb5000 - 0x1d5bb5fff libcharset.1.dylib arm64  <3a1952fac60c363fb2720123f782b09c> /usr/lib/libcharset.1.dylib
0x1d5bb6000 - 0x1d5bc7fff libcmph.dylib arm64  <3db1a5a10dee3c8cac717ea539ca7ff6> /usr/lib/libcmph.dylib
0x1d5bc8000 - 0x1d5bdffff libcompression.dylib arm64   /usr/lib/libcompression.dylib
0x1d5be0000 - 0x1d5be1fff libcoretls_cfhelpers.dylib arm64  <7940b1e1e9b33782860ac608bfd44fbc> /usr/lib/libcoretls_cfhelpers.dylib
0x1d5be2000 - 0x1d5be8fff libcupolicy.dylib arm64  <39fd4f3cb58e35ab8095f873beed4007> /usr/lib/libcupolicy.dylib
0x1d5c28000 - 0x1d5c31fff libdscsym.dylib arm64  <0b0f4385a47f3eeb9cc385864a69b909> /usr/lib/libdscsym.dylib
0x1d5c32000 - 0x1d5c4efff libedit.3.dylib arm64  <208aef48da0a3872b9cabc520a506e19> /usr/lib/libedit.3.dylib
0x1d5c77000 - 0x1d5c7cfff libheimdal-asn1.dylib arm64  <40eb02d5300c3a129e2ad0ed647ac737> /usr/lib/libheimdal-asn1.dylib
0x1d5c7d000 - 0x1d5d6efff libiconv.2.dylib arm64  <8467990cb00c3b1194ce7feae7e3370a> /usr/lib/libiconv.2.dylib
0x1d5d84000 - 0x1d5d8ffff liblockdown.dylib arm64  <63d8b54e30bf3af39b56fc654cabf8ff> /usr/lib/liblockdown.dylib
0x1d5d90000 - 0x1d5da8fff liblzma.5.dylib arm64  <4074d76ec7a93b8492a262a059d3b837> /usr/lib/liblzma.5.dylib
0x1d6125000 - 0x1d6154fff libncurses.5.4.dylib arm64   /usr/lib/libncurses.5.4.dylib
0x1d6155000 - 0x1d616afff libnetworkextension.dylib arm64  <6dc4d4e4896a3c5da26ddd4f3528d833> /usr/lib/libnetworkextension.dylib
0x1d64ed000 - 0x1d6504fff libresolv.9.dylib arm64  <7d42c468c5223bcd8764b1706b530a84> /usr/lib/libresolv.9.dylib
0x1d6505000 - 0x1d6507fff libsandbox.1.dylib arm64   /usr/lib/libsandbox.1.dylib
0x1d6508000 - 0x1d650dfff libsysdiagnose.dylib arm64  <8accc334bf85392e96f9800ceeffd6c0> /usr/lib/libsysdiagnose.dylib
0x1d650e000 - 0x1d653ffff libtidy.A.dylib arm64  <9596a6a694de3e1d80c5a18e8f81366a> /usr/lib/libtidy.A.dylib
0x1d6547000 - 0x1d654afff libutil.dylib arm64  <0520efce5fe43c2fb18ee9d621dd2433> /usr/lib/libutil.dylib
0x1d654f000 - 0x1d6577fff libxslt.1.dylib arm64  <4ae5d095347036d4b244b46c74808d82> /usr/lib/libxslt.1.dylib
0x1d6578000 - 0x1d6589fff libz.1.dylib arm64  <58a7ec43dad53a55aa9ed43f7d72639e> /usr/lib/libz.1.dylib
0x1d65b0000 - 0x1d65b2fff liblog_network.dylib arm64  <331cc2c0fc3237aea38af49702e318fd> /usr/lib/log/liblog_network.dylib
0x1d65d2000 - 0x1d6606fff libswiftAccelerate.dylib arm64  <9e7e66236b7e3fb380c0881fcb4a4a20> /usr/lib/swift/libswiftAccelerate.dylib
0x1d6615000 - 0x1d6624fff libswiftCloudKit.dylib arm64  <97ada4c709213803ba496d7025b191ee> /usr/lib/swift/libswiftCloudKit.dylib
0x1d662f000 - 0x1d6635fff libswiftContacts.dylib arm64  <26dc6a2997fe345d8c9e1bbb99ecef02> /usr/lib/swift/libswiftContacts.dylib
0x1d6636000 - 0x1d6642fff libswiftCoreAudio.dylib arm64   /usr/lib/swift/libswiftCoreAudio.dylib
0x1d664b000 - 0x1d664ffff libswiftCoreFoundation.dylib arm64  <95f4aa43717e35ed8455f1f98a41d718> /usr/lib/swift/libswiftCoreFoundation.dylib
0x1d6650000 - 0x1d665efff libswiftCoreGraphics.dylib arm64  <6a3a6ef138423e4cad5e634184b7ed1c> /usr/lib/swift/libswiftCoreGraphics.dylib
0x1d665f000 - 0x1d6663fff libswiftCoreImage.dylib arm64  <5667910aa13f374a8d4b562110880561> /usr/lib/swift/libswiftCoreImage.dylib
0x1d6664000 - 0x1d666afff libswiftCoreLocation.dylib arm64  <3aa2846d79dd33cbaf7f052f26c4670c> /usr/lib/swift/libswiftCoreLocation.dylib
0x1d6675000 - 0x1d66aefff libswiftCoreMedia.dylib arm64   /usr/lib/swift/libswiftCoreMedia.dylib
0x1d66af000 - 0x1d66b8fff libswiftDarwin.dylib arm64  <3d54fb1adeda33e4ba691b56bddf23d8> /usr/lib/swift/libswiftDarwin.dylib
0x1d66b9000 - 0x1d66d2fff libswiftDispatch.dylib arm64  <96f8dbd7431c38ec9b6436e82a2c3a36> /usr/lib/swift/libswiftDispatch.dylib
0x1d66d3000 - 0x1d6840fff libswiftFoundation.dylib arm64  <8b541f9dd90234288dfaea18559508b2> /usr/lib/swift/libswiftFoundation.dylib
0x1d687d000 - 0x1d6884fff libswiftMetal.dylib arm64  <23a9ea2bb79e33518d47c8ef06b87ca0> /usr/lib/swift/libswiftMetal.dylib
0x1d68f4000 - 0x1d68fafff libswiftObjectiveC.dylib arm64  <8433a4b12ec035638806cb4be16007bb> /usr/lib/swift/libswiftObjectiveC.dylib
0x1d6905000 - 0x1d690afff libswiftQuartzCore.dylib arm64   /usr/lib/swift/libswiftQuartzCore.dylib
0x1d694c000 - 0x1d6965fff libswiftUIKit.dylib arm64   /usr/lib/swift/libswiftUIKit.dylib
0x1d6977000 - 0x1d697ffff libswiftos.dylib arm64  <6304e0aca95f36f8aed7adde39a043c5> /usr/lib/swift/libswiftos.dylib
0x1d699c000 - 0x1d69a1fff libcache.dylib arm64   /usr/lib/system/libcache.dylib
0x1d69a2000 - 0x1d69aefff libcommonCrypto.dylib arm64  <367980207814337795ba9d6fd082d14e> /usr/lib/system/libcommonCrypto.dylib
0x1d69af000 - 0x1d69b3fff libcompiler_rt.dylib arm64   /usr/lib/system/libcompiler_rt.dylib
0x1d6a81000 - 0x1d6a81fff liblaunch.dylib arm64  <5e9d917f41d23568889a2d74a12446a9> /usr/lib/system/liblaunch.dylib
0x1d6a82000 - 0x1d6a87fff libmacho.dylib arm64  <7e4bdcc5830e33feb1141fcd5abe21aa> /usr/lib/system/libmacho.dylib
0x1d6a88000 - 0x1d6a8afff libremovefile.dylib arm64  <4acd11ced3f83562a5ff9d6896b07164> /usr/lib/system/libremovefile.dylib
0x1d6a8b000 - 0x1d6a8cfff libsystem_featureflags.dylib arm64  <956d43661dea3dd5a7029b8d345289ca> /usr/lib/system/libsystem_featureflags.dylib
0x1d6a8d000 - 0x1d6abafff libsystem_m.dylib arm64   /usr/lib/system/libsystem_m.dylib
0x1d6abb000 - 0x1d6ac0fff libunwind.dylib arm64  <2ad0d47cf0f53a9f8c140cb8dd009c91> /usr/lib/system/libunwind.dylib
0x1d6c6b000 - 0x1d6c7cfff AccessibilitySettingsLoader arm64   /System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader
0x1d6da0000 - 0x1d6e07fff NanoRegistry arm64  <115719fffc0d394a9516e82dd06f219c> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x1d6e08000 - 0x1d6e15fff NanoPreferencesSync arm64   /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x1d72b2000 - 0x1d72befff NanoSystemSettings arm64  <9bbf5eb16cfe303ab436ea6b8d976029> /System/Library/PrivateFrameworks/NanoSystemSettings.framework/NanoSystemSettings
0x1d74a2000 - 0x1d74a9fff NanoResourceGrabber arm64   /System/Library/PrivateFrameworks/NanoResourceGrabber.framework/NanoResourceGrabber
0x1d779b000 - 0x1d787efff AGXMetalA9 arm64   /System/Library/Extensions/AGXMetalA9.bundle/AGXMetalA9
0x1d78dc000 - 0x1d7915fff CryptoTokenKit arm64  <15782f61144b32ffa99852964437ef46> /System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit
0x1d882f000 - 0x1d884dfff AppSSO arm64  <218026c5368839a281410c2a703778c8> /System/Library/PrivateFrameworks/AppSSO.framework/AppSSO
0x1d884e000 - 0x1d8862fff AppSSOCore arm64   /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore
0x1d8863000 - 0x1d8889fff AppleDepth arm64  <7ce6cd0f597b3b3b95cfd252ace7a2ce> /System/Library/PrivateFrameworks/AppleDepth.framework/AppleDepth
0x1d8a51000 - 0x1d8b4efff JasperDepth arm64  <03f28a6090dc3e11b361b4937315d948> /System/Library/PrivateFrameworks/JasperDepth.framework/JasperDepth
0x1d8c5b000 - 0x1d8c65fff PointerUIServices arm64  <0df18b83eb173ca9a87fd1391fdeea49> /System/Library/PrivateFrameworks/PointerUIServices.framework/PointerUIServices
0x1d8c66000 - 0x1d8ceafff SafariSharedUI arm64  <07a13071a4f2307e8e6ebacd4f692dd3> /System/Library/PrivateFrameworks/SafariSharedUI.framework/SafariSharedUI


EOF



@eskimo PFA above the crash report. Please help find out the crash

Unfortunately your crash report didn’t come across cleanly (DevForums can be persnickety like that) but there’s enough to give some idea of what’s going on.

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)  
Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000010

This indicates that you crashed because of a memory access exception. Specifically, you’re accessing location 0x0000000000000010, that is, a small offset from

nil
.
Thread 0 Crashed:  
0 MocaService … -[MocaAuthenticationView webView:decidePolicyForNavigationAction:decisionHandler:] + 440

This shows this bad memory access was done by your code. Unfortunately your crash report is not fully symbolicated, so you only get a code offset not a line number. Your next step should be to symbolicate your log, per the instructions in Adding Identifiable Symbol Names to a Crash Report.

Share and Enjoy

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

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