facebook / react-native

A framework for building native applications using React
https://reactnative.dev
MIT License
119k stars 24.31k forks source link

App Crash when I click on some element that have a gesture attached (es. swipe back on a view on iOS) only in Release mode #27918

Closed Piero87 closed 4 years ago

Piero87 commented 4 years ago

Description:

App is running fine in DEV mode but once trying to run it in released mode, it will crash. To make the release mode I followed the documentation: To configure your app to be built using the Release scheme, go to Product → Scheme → Edit Scheme. Select the Run tab in the sidebar, then set the Build Configuration dropdown to Release.

This is the crash log:

Version:             1 (1.0)
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           org.reactjs.native.example.myapp7 [443]

Date/Time:           2020-01-31 09:28:11.9942 +0100
Launch Time:         2020-01-31 09:28:10.8822 +0100
OS Version:          iPhone OS 13.3.1 (17D50)
Release Type:        User
Baseband Version:    1.04.06
Report Version:      104

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

Last Exception Backtrace:
0   CoreFoundation                  0x19bb8896c __exceptionPreprocess + 224
1   libobjc.A.dylib                 0x19b8a1028 objc_exception_throw + 59
2   myapp                           0x100d321bc RCTFatal + 352700 (RCTAssert.m:146)
3   myapp                           0x100da3e80 -[RCTExceptionsManager reportFatalException:stack:exceptionId:] + 818816 (RCTExceptionsManager.mm:65)
4   CoreFoundation                  0x19bb8f554 __invoking___ + 147
5   CoreFoundation                  0x19ba58080 -[NSInvocation invoke] + 407
6   CoreFoundation                  0x19ba58c98 -[NSInvocation invokeWithTarget:] + 79
7   myapp                           0x100d64bd8 -[RCTModuleMethod invokeWithBridge:module:arguments:] + 560088 (RCTModuleMethod.mm:569)
8   myapp                           0x100d66ce8 facebook::react::invokeInner(RCTBridge*, RCTModuleData*, unsigned int, folly::dynamic const&) + 568552 (RCTNativeModule.mm:108)
9   myapp                           0x100d66a4c invocation function for block in facebook::react::RCTNativeModule::invoke(unsigned int, folly::dynamic&&, int) + 567884 (RCTNativeModule.mm:73)
10  libdispatch.dylib               0x19b82cb7c _dispatch_call_block_and_release + 31
11  libdispatch.dylib               0x19b82dfd8 _dispatch_client_callout + 19
12  libdispatch.dylib               0x19b834450 _dispatch_lane_serial_drain + 567
13  libdispatch.dylib               0x19b834e7c _dispatch_lane_invoke + 367
14  libdispatch.dylib               0x19b83df20 _dispatch_workloop_worker_thread + 579
15  libsystem_pthread.dylib         0x19b8936d0 _pthread_wqthread + 279
16  libsystem_pthread.dylib         0x19b8999e8 start_wqthread + 7

Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0:
0   libsystem_kernel.dylib          0x000000019b950c04 mach_msg_trap + 8
1   libsystem_kernel.dylib          0x000000019b950020 mach_msg + 76
2   CoreFoundation                  0x000000019bb03964 __CFRunLoopServiceMachPort + 220
3   CoreFoundation                  0x000000019bafe7fc __CFRunLoopRun + 1428
4   CoreFoundation                  0x000000019bafdf40 CFRunLoopRunSpecific + 480
5   GraphicsServices                0x00000001a5d8e534 GSEventRunModal + 108
6   UIKitCore                       0x000000019fc89580 UIApplicationMain + 1940
7   myapp                           0x0000000100ce3184 main + 29060 (main.m:14)
8   libdyld.dylib                   0x000000019b97ce18 start + 4

Thread 1 name:  Dispatch queue: com.facebook.react.ExceptionsManagerQueue
Thread 1 Crashed:
0   libsystem_kernel.dylib          0x000000019b972efc __pthread_kill + 8
1   libsystem_pthread.dylib         0x000000019b8928b8 pthread_kill + 228
2   libsystem_c.dylib               0x000000019b822a74 abort + 104
3   libc++abi.dylib                 0x000000019b93a3c8 __cxa_bad_cast + 0
4   libc++abi.dylib                 0x000000019b93a5c0 demangling_unexpected_handler+ 5568 () + 0
5   libobjc.A.dylib                 0x000000019b8a1308 _objc_terminate+ 25352 () + 124
6   libc++abi.dylib                 0x000000019b947634 std::__terminate(void (*)+ 58932 ()) + 20
7   libc++abi.dylib                 0x000000019b9475c0 std::terminate+ 58816 () + 44
8   libdispatch.dylib               0x000000019b82dfec _dispatch_client_callout + 40
9   libdispatch.dylib               0x000000019b834450 _dispatch_lane_serial_drain + 568
10  libdispatch.dylib               0x000000019b834e7c _dispatch_lane_invoke + 368
11  libdispatch.dylib               0x000000019b83df20 _dispatch_workloop_worker_thread + 580
12  libsystem_pthread.dylib         0x000000019b8936d0 _pthread_wqthread + 280
13  libsystem_pthread.dylib         0x000000019b8999e8 start_wqthread + 8

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

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

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

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

Thread 6 name:  com.apple.uikit.eventfetch-thread
Thread 6:
0   libsystem_kernel.dylib          0x000000019b950c04 mach_msg_trap + 8
1   libsystem_kernel.dylib          0x000000019b950020 mach_msg + 76
2   CoreFoundation                  0x000000019bb03964 __CFRunLoopServiceMachPort + 220
3   CoreFoundation                  0x000000019bafe7fc __CFRunLoopRun + 1428
4   CoreFoundation                  0x000000019bafdf40 CFRunLoopRunSpecific + 480
5   Foundation                      0x000000019be43340 -[NSRunLoop+ 33600 (NSRunLoop) runMode:beforeDate:] + 232
6   Foundation                      0x000000019be43218 -[NSRunLoop+ 33304 (NSRunLoop) runUntilDate:] + 92
7   UIKitCore                       0x000000019fd24e9c -[UIEventFetcher threadMain] + 156
8   Foundation                      0x000000019be41fa4 -[NSThread main] + 40
9   Foundation                      0x000000019bf7da74 __NSThread__start__ + 852
10  libsystem_pthread.dylib         0x000000019b891840 _pthread_start + 168
11  libsystem_pthread.dylib         0x000000019b8999f4 thread_start + 8

Thread 7:
0   libsystem_pthread.dylib         0x000000019b8999e0 start_wqthread + 0

Thread 8 name:  com.facebook.react.JavaScript
Thread 8:
0   JavaScriptCore                  0x00000001ab94cff4 JSC::Yarr::Interpreter<unsigned char>::testCharacterClass+ 13062132 (JSC::Yarr::CharacterClass*, int) + 620
1   JavaScriptCore                  0x00000001ab94b51c JSC::Yarr::Interpreter<unsigned char>::matchCharacterClass+ 13055260 (JSC::Yarr::ByteTerm&, JSC::Yarr::Interpreter<unsigned char>::DisjunctionContext*) + 384
2   JavaScriptCore                  0x00000001ab94a948 JSC::Yarr::Interpreter<unsigned char>::matchDisjunction+ 13052232 (JSC::Yarr::ByteDisjunction*, JSC::Yarr::Interpreter<unsigned char>::DisjunctionContext*, bool) + 1068
3   JavaScriptCore                  0x00000001ab94390c JSC::Yarr::Interpreter<unsigned char>::interpret+ 13023500 () + 352
4   JavaScriptCore                  0x00000001ab9426f8 JSC::Yarr::interpret+ 13018872 (JSC::Yarr::BytecodePattern*, WTF::String const&, unsigned int, unsigned int*) + 164
5   JavaScriptCore                  0x00000001ab3166e0 JSC::RegExpObject::execInline+ 6547168 (JSC::ExecState*, JSC::JSGlobalObject*, JSC::JSString*) + 1228
6   JavaScriptCore                  0x00000001ab846018 JSC::regExpProtoFuncExec+ 11984920 (JSC::ExecState*) + 284
7   JavaScriptCore                  0x00000001aaf3755c llint_entry + 143580
8   JavaScriptCore                  0x00000001aaf34978 llint_entry + 132344
9   JavaScriptCore                  0x00000001aaf34978 llint_entry + 132344
10  JavaScriptCore                  0x00000001aaf34978 llint_entry + 132344
11  JavaScriptCore                  0x00000001aaf34978 llint_entry + 132344
12  JavaScriptCore                  0x00000001aaf34978 llint_entry + 132344
13  JavaScriptCore                  0x00000001aaf34978 llint_entry + 132344
14  JavaScriptCore                  0x00000001aaf34978 llint_entry + 132344
15  JavaScriptCore                  0x00000001aaf34978 llint_entry + 132344
16  JavaScriptCore                  0x00000001aaf34978 llint_entry + 132344
17  JavaScriptCore                  0x00000001aaf34978 llint_entry + 132344
18  JavaScriptCore                  0x00000001aaf14234 vmEntryToJavaScript + 260
19  JavaScriptCore                  0x00000001ab4ae3cc JSC::Interpreter::executeCall+ 8217548 (JSC::ExecState*, JSC::JSObject*, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 408
20  JavaScriptCore                  0x00000001ab749a18 JSC::boundThisNoArgsFunctionCall+ 10951192 (JSC::ExecState*) + 464
21  JavaScriptCore                  0x00000001aaf143bc vmEntryToNative + 268
22  JavaScriptCore                  0x00000001ab4ae41c JSC::Interpreter::executeCall+ 8217628 (JSC::ExecState*, JSC::JSObject*, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 488
23  JavaScriptCore                  0x00000001ab6bb9ec JSC::profiledCall+ 10369516 (JSC::ExecState*, JSC::ProfilingReason, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 192
24  JavaScriptCore                  0x00000001aaf721ac JSObjectCallAsFunction + 384
25  myapp                           0x0000000100dec7e8 facebook::jsc::JSCRuntime::call(facebook::jsi::Function const&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long) + 1116136 (JSCRuntime.cpp:0)
26  myapp                           0x0000000100df4dcc facebook::jsi::Value facebook::jsi::Function::call<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, facebook::jsi::Value>(facebook::jsi::Runtime&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, facebook::jsi::Value&&) const + 1150412 (jsi-inl.h:223)
27  myapp                           0x0000000100df4c2c std::__1::__function::__func<facebook::react::JSIExecutor::callFunction(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, folly::dynamic const&)::$_4, std::__1::allocator<facebook::react::JSIExecutor::callFunction(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, folly::dynamic const&)::$_4>, void ()>::operator()() + 1149996 (JSIExecutor.cpp:215)
28  myapp                           0x0000000100d2d644 void std::__1::__invoke_void_return_wrapper<void>::__call<void (*&)(std::__1::function<void ()> const&, std::__1::function<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > ()>), std::__1::function<void ()> const&, std::__1::function<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > ()> >(void (*&)(std::__1::function<void ()> const&, std::__1::function<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > ()>), std::__1::function<void ()> const&, std::__1::function<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > ()>&&) + 333380 (type_traits:4361)
29  myapp                           0x0000000100df2cb8 facebook::react::JSIExecutor::callFunction(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, folly::dynamic const&) + 1141944 (JSIExecutor.cpp:213)
30  myapp                           0x0000000100de8e6c std::__1::__function::__func<facebook::react::NativeToJsBridge::runOnExecutorQueue(std::__1::function<void (facebook::react::JSExecutor*)>)::$_7, std::__1::allocator<facebook::react::NativeToJsBridge::runOnExecutorQueue(std::__1::function<void (facebook::react::JSExecutor*)>)::$_7>, void ()>::operator()() + 1101420 (functional:1651)
31  myapp                           0x0000000100d4f870 facebook::react::tryAndReturnError(std::__1::function<void ()> const&) + 473200 (RCTCxxUtils.mm:0)
32  myapp                           0x0000000100d5d510 facebook::react::RCTMessageThread::tryFunc(std::__1::function<void ()> const&) + 529680 (RCTMessageThread.mm:0)
33  CoreFoundation                  0x000000019bb03f24 __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 28
34  CoreFoundation                  0x000000019bb036a8 __CFRunLoopDoBlocks + 268
35  CoreFoundation                  0x000000019bafe6a8 __CFRunLoopRun + 1088
36  CoreFoundation                  0x000000019bafdf40 CFRunLoopRunSpecific + 480
37  myapp                           0x0000000100d45254 +[RCTCxxBridge runRunLoop] + 430676 (RCTCxxBridge.mm:0)
38  Foundation                      0x000000019be41fa4 -[NSThread main] + 40
39  Foundation                      0x000000019bf7da74 __NSThread__start__ + 852
40  libsystem_pthread.dylib         0x000000019b891840 _pthread_start + 168
41  libsystem_pthread.dylib         0x000000019b8999f4 thread_start + 8

Thread 9 name:  JavaScriptCore bmalloc scavenger
Thread 9:
0   libsystem_kernel.dylib          0x000000019b972ccc __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x000000019b89521c _pthread_cond_wait + 676
2   libc++.1.dylib                  0x000000019b9c7da0 std::__1::condition_variable::__do_timed_wait+ 60832 (std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 100
3   JavaScriptCore                  0x00000001aad680a8 std::__1::cv_status std::__1::condition_variable_any::wait_until<std::__1::unique_lock<bmalloc::Mutex>, std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >+ 589992 (std::__1::unique_lock<bmalloc::Mutex>&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > > const&) + 204
4   JavaScriptCore                  0x00000001aad66e48 bmalloc::Scavenger::threadRunLoop+ 585288 () + 300
5   JavaScriptCore                  0x00000001aad66ad8 bmalloc::Scavenger::Scavenger+ 584408 (std::__1::lock_guard<bmalloc::Mutex>&) + 0
6   JavaScriptCore                  0x00000001aad67e1c std::__1::__thread_specific_ptr<std::__1::__thread_struct>::set_pointer+ 589340 (std::__1::__thread_struct*) + 0
7   libsystem_pthread.dylib         0x000000019b891840 _pthread_start + 168
8   libsystem_pthread.dylib         0x000000019b8999f4 thread_start + 8

Thread 10 name:  Heap Helper Thread
Thread 10:
0   libsystem_kernel.dylib          0x000000019b972ccc __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x000000019b89521c _pthread_cond_wait + 676
2   JavaScriptCore                  0x00000001aad26dc4 WTF::ThreadCondition::timedWait+ 323012 (WTF::Mutex&, WTF::WallTime) + 148
3   JavaScriptCore                  0x00000001aad0c39c WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void + 213916 ()> const&, WTF::TimeWithDynamicClockType const&) + 1928
4   JavaScriptCore                  0x00000001aace3124 bool WTF::Condition::waitUntil<WTF::Lock>+ 45348 (WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 192
5   JavaScriptCore                  0x00000001aace3494 WTF::Detail::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0, void>::call+ 46228 () + 208
6   JavaScriptCore                  0x00000001aad24a58 WTF::Thread::entryPoint+ 313944 (WTF::Thread::NewThreadContext*) + 260
7   JavaScriptCore                  0x00000001aad265a4 WTF::wtfThreadEntryPoint+ 320932 (void*) + 16
8   libsystem_pthread.dylib         0x000000019b891840 _pthread_start + 168
9   libsystem_pthread.dylib         0x000000019b8999f4 thread_start + 8

Thread 11 name:  Heap Helper Thread
Thread 11:
0   libsystem_kernel.dylib          0x000000019b972ccc __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x000000019b89521c _pthread_cond_wait + 676
2   JavaScriptCore                  0x00000001aad26dc4 WTF::ThreadCondition::timedWait+ 323012 (WTF::Mutex&, WTF::WallTime) + 148
3   JavaScriptCore                  0x00000001aad0c39c WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void + 213916 ()> const&, WTF::TimeWithDynamicClockType const&) + 1928
4   JavaScriptCore                  0x00000001aace3124 bool WTF::Condition::waitUntil<WTF::Lock>+ 45348 (WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 192
5   JavaScriptCore                  0x00000001aace3494 WTF::Detail::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0, void>::call+ 46228 () + 208
6   JavaScriptCore                  0x00000001aad24a58 WTF::Thread::entryPoint+ 313944 (WTF::Thread::NewThreadContext*) + 260
7   JavaScriptCore                  0x00000001aad265a4 WTF::wtfThreadEntryPoint+ 320932 (void*) + 16
8   libsystem_pthread.dylib         0x000000019b891840 _pthread_start + 168
9   libsystem_pthread.dylib         0x000000019b8999f4 thread_start + 8

Thread 12 name:  Heap Helper Thread
Thread 12:
0   libsystem_kernel.dylib          0x000000019b972ccc __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x000000019b89521c _pthread_cond_wait + 676
2   JavaScriptCore                  0x00000001aad26dc4 WTF::ThreadCondition::timedWait+ 323012 (WTF::Mutex&, WTF::WallTime) + 148
3   JavaScriptCore                  0x00000001aad0c39c WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void + 213916 ()> const&, WTF::TimeWithDynamicClockType const&) + 1928
4   JavaScriptCore                  0x00000001aace3124 bool WTF::Condition::waitUntil<WTF::Lock>+ 45348 (WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 192
5   JavaScriptCore                  0x00000001aace3494 WTF::Detail::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0, void>::call+ 46228 () + 208
6   JavaScriptCore                  0x00000001aad24a58 WTF::Thread::entryPoint+ 313944 (WTF::Thread::NewThreadContext*) + 260
7   JavaScriptCore                  0x00000001aad265a4 WTF::wtfThreadEntryPoint+ 320932 (void*) + 16
8   libsystem_pthread.dylib         0x000000019b891840 _pthread_start + 168
9   libsystem_pthread.dylib         0x000000019b8999f4 thread_start + 8

Thread 13 name:  Heap Helper Thread
Thread 13:
0   libsystem_kernel.dylib          0x000000019b972ccc __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x000000019b89521c _pthread_cond_wait + 676
2   JavaScriptCore                  0x00000001aad26dc4 WTF::ThreadCondition::timedWait+ 323012 (WTF::Mutex&, WTF::WallTime) + 148
3   JavaScriptCore                  0x00000001aad0c39c WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void + 213916 ()> const&, WTF::TimeWithDynamicClockType const&) + 1928
4   JavaScriptCore                  0x00000001aace3124 bool WTF::Condition::waitUntil<WTF::Lock>+ 45348 (WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 192
5   JavaScriptCore                  0x00000001aace3494 WTF::Detail::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0, void>::call+ 46228 () + 208
6   JavaScriptCore                  0x00000001aad24a58 WTF::Thread::entryPoint+ 313944 (WTF::Thread::NewThreadContext*) + 260
7   JavaScriptCore                  0x00000001aad265a4 WTF::wtfThreadEntryPoint+ 320932 (void*) + 16
8   libsystem_pthread.dylib         0x000000019b891840 _pthread_start + 168
9   libsystem_pthread.dylib         0x000000019b8999f4 thread_start + 8

Thread 14 name:  Heap Helper Thread
Thread 14:
0   libsystem_kernel.dylib          0x000000019b972ccc __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x000000019b89521c _pthread_cond_wait + 676
2   JavaScriptCore                  0x00000001aad26dc4 WTF::ThreadCondition::timedWait+ 323012 (WTF::Mutex&, WTF::WallTime) + 148
3   JavaScriptCore                  0x00000001aad0c39c WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void + 213916 ()> const&, WTF::TimeWithDynamicClockType const&) + 1928
4   JavaScriptCore                  0x00000001aace3124 bool WTF::Condition::waitUntil<WTF::Lock>+ 45348 (WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 192
5   JavaScriptCore                  0x00000001aace3494 WTF::Detail::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0, void>::call+ 46228 () + 208
6   JavaScriptCore                  0x00000001aad24a58 WTF::Thread::entryPoint+ 313944 (WTF::Thread::NewThreadContext*) + 260
7   JavaScriptCore                  0x00000001aad265a4 WTF::wtfThreadEntryPoint+ 320932 (void*) + 16
8   libsystem_pthread.dylib         0x000000019b891840 _pthread_start + 168
9   libsystem_pthread.dylib         0x000000019b8999f4 thread_start + 8

Thread 15 name:  Realm notification listener
Thread 15:
0   libsystem_kernel.dylib          0x000000019b9749dc kevent + 8
1   myapp                           0x0000000100e113a0 realm::_impl::ExternalCommitHelper::listen() + 1266592 (external_commit_helper.cpp:217)
2   myapp                           0x0000000100e114a0 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0> >(void*) + 1266848 (thread:354)
3   libsystem_pthread.dylib         0x000000019b891840 _pthread_start + 168
4   libsystem_pthread.dylib         0x000000019b8999f4 thread_start + 8

Thread 16 name:  JSC Heap Collector Thread
Thread 16:
0   libsystem_kernel.dylib          0x000000019b972ccc __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x000000019b89521c _pthread_cond_wait + 676
2   JavaScriptCore                  0x00000001aad26dc4 WTF::ThreadCondition::timedWait+ 323012 (WTF::Mutex&, WTF::WallTime) + 148
3   JavaScriptCore                  0x00000001aad0c39c WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void + 213916 ()> const&, WTF::TimeWithDynamicClockType const&) + 1928
4   JavaScriptCore                  0x00000001aace3124 bool WTF::Condition::waitUntil<WTF::Lock>+ 45348 (WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 192
5   JavaScriptCore                  0x00000001aace3494 WTF::Detail::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0, void>::call+ 46228 () + 208
6   JavaScriptCore                  0x00000001aad24a58 WTF::Thread::entryPoint+ 313944 (WTF::Thread::NewThreadContext*) + 260
7   JavaScriptCore                  0x00000001aad265a4 WTF::wtfThreadEntryPoint+ 320932 (void*) + 16
8   libsystem_pthread.dylib         0x000000019b891840 _pthread_start + 168
9   libsystem_pthread.dylib         0x000000019b8999f4 thread_start + 8

Thread 17:
0   libsystem_pthread.dylib         0x000000019b8999e0 start_wqthread + 0

Thread 1 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0x000000016f1a9eb0   x5: 0x000000016f1aa460   x6: 0x000000000000006e   x7: 0x000000000000dd00
    x8: 0x00000000000005b9   x9: 0x1c37d77e1e82bafb  x10: 0x0000000000000002  x11: 0x0000000000000003
   x12: 0x0000000000000000  x13: 0x0000000000000050  x14: 0x0000000000000010  x15: 0x0000000000000000
   x16: 0x0000000000000148  x17: 0x00000001da076f10  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x0000000000000c03  x21: 0x000000016f1ab0e0  x22: 0x00000001e4fe7600  x23: 0x0000000000000000
   x24: 0x0000000000000114  x25: 0x000000016f1ab0e0  x26: 0x00000002832ca180  x27: 0x0000000000000000
   x28: 0x00000002832ca180   fp: 0x000000016f1aa3c0   lr: 0x000000019b8928b8
    sp: 0x000000016f1aa3a0   pc: 0x000000019b972efc cpsr: 0x40000000
   esr: 0x56000080  Address size fault

Binary Images:
0x100cdc000 - 0x10137bfff myapp arm64  <2de4270393f73cae90abec481d28db67> /var/containers/Bundle/Application/1912ADB7-373E-4B52-BD7E-A587BD4E053E/myapp.app/myapp
0x101b04000 - 0x101b0ffff libobjc-trampolines.dylib arm64e  <a782ecde318c3379b33e7d204926c9c9> /usr/lib/libobjc-trampolines.dylib
0x101ccc000 - 0x101d33fff dyld arm64e  <e008b93875933f57b94a747bc6c3beb5> /usr/lib/dyld
0x19b760000 - 0x19b776fff libsystem_trace.dylib arm64e  <1177e8a367aa3c8cb5605bcc40419d54> /usr/lib/system/libsystem_trace.dylib
0x19b777000 - 0x19b7aafff libxpc.dylib arm64e  <e2894301267b3872a3cd0aaf659353a9> /usr/lib/system/libxpc.dylib
0x19b7ab000 - 0x19b7abfff libsystem_blocks.dylib arm64e  <0fb3b7d281de30979e83b408b48e8b0e> /usr/lib/system/libsystem_blocks.dylib
0x19b7ac000 - 0x19b82afff libsystem_c.dylib arm64e  <8b9c0d18aeba3e24a95f2ec54f9fb4ef> /usr/lib/system/libsystem_c.dylib
0x19b82b000 - 0x19b867fff libdispatch.dylib arm64e  <0c7a69cdf2ee3426bfd8742c903d3d07> /usr/lib/system/libdispatch.dylib
0x19b868000 - 0x19b888fff libsystem_malloc.dylib arm64e  <479f1b0225ee32ce8c0afaf20cd9e0c6> /usr/lib/system/libsystem_malloc.dylib
0x19b889000 - 0x19b88ffff libsystem_platform.dylib arm64e  <b07cc9f89c9f38b0bb974a77bf6a5db4> /usr/lib/system/libsystem_platform.dylib
0x19b890000 - 0x19b89afff libsystem_pthread.dylib arm64e  <637416f6a7a3339b96ed9ebc80d38988> /usr/lib/system/libsystem_pthread.dylib
0x19b89b000 - 0x19b8cbfff libobjc.A.dylib arm64e  <2c18c54e6c84310c851ff9602890d908> /usr/lib/libobjc.A.dylib
0x19b8cc000 - 0x19b938fff libcorecrypto.dylib arm64e  <9d52b5f81c483635ad32214f878e3e29> /usr/lib/system/libcorecrypto.dylib
0x19b939000 - 0x19b94cfff libc++abi.dylib arm64e  <b60e71f7dd75323c8831b1ca4d42e3cb> /usr/lib/libc++abi.dylib
0x19b94d000 - 0x19b97bfff libsystem_kernel.dylib arm64e  <ae36dce0999d39909eed01106f17dc90> /usr/lib/system/libsystem_kernel.dylib
0x19b97c000 - 0x19b9affff libdyld.dylib arm64e  <9d12204719b736a2a89227401f9e0e6c> /usr/lib/system/libdyld.dylib
0x19b9b0000 - 0x19b9b8fff libsystem_darwin.dylib arm64e  <e2c1c480b2ec3bbea3fa4c70e4056c64> /usr/lib/system/libsystem_darwin.dylib
0x19b9b9000 - 0x19ba13fff libc++.1.dylib arm64e  <fff3d40d85a0308eac32908bca1188d0> /usr/lib/libc++.1.dylib
0x19ba14000 - 0x19ba55fff libsystem_info.dylib arm64e  <c2e15922d993340aaa5da454a57dfb76> /usr/lib/system/libsystem_info.dylib
0x19ba56000 - 0x19bdd3fff CoreFoundation arm64e  <dc2c95c6b95439e886a25e0af8801e87> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x19bdd4000 - 0x19be3afff SystemConfiguration arm64e  <9e1b636801ac32da9dabce33f20ce872> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x19be3b000 - 0x19c106fff Foundation arm64e  <7a7a96af79e43db1890442e61cae8999> /System/Library/Frameworks/Foundation.framework/Foundation
0x19c107000 - 0x19c139fff libCRFSuite.dylib arm64e  <15ee962961303d46964ecd419e64345a> /usr/lib/libCRFSuite.dylib
0x19c13a000 - 0x19c2bdfff CoreServices arm64e  <9298be2d0bd93660bddcf43d32ea3872> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x19c2be000 - 0x19c320fff libSparse.dylib arm64e  <797932fbc17f372bbd2cb9bc2d55cac1> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x19c321000 - 0x19c81afff ImageIO arm64e  <b301e385830f311ebce0e786df524e8e> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x19c81b000 - 0x19c81dfff ConstantClasses arm64e  <96b656dd09a03e82b9c2917ab36a3fdd> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x19c81e000 - 0x19c9b6fff CoreText arm64e  <6f9c00cf003b30d4aa51df5f3d3192aa> /System/Library/Frameworks/CoreText.framework/CoreText
0x19c9b7000 - 0x19caf7fff Security arm64e  <98dbc2a227aa3095a418269882fd49c0> /System/Library/Frameworks/Security.framework/Security
0x19caf8000 - 0x19cb9efff IOKit arm64e  <667b9f46ecd936bfa2d3caedcb32a283> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x19cb9f000 - 0x19cbd6fff libMobileGestalt.dylib arm64e  <0cd87d8d90db3de6b7dc85346b64132c> /usr/lib/libMobileGestalt.dylib
0x19cbd7000 - 0x19cc35fff libprotobuf.dylib arm64e  <84356760fd593baf9331b1564b037b82> /usr/lib/libprotobuf.dylib
0x19cc36000 - 0x19cc48fff libprotobuf-lite.dylib arm64e  <afe26eb886903b9d8b40f2eb669569f3> /usr/lib/libprotobuf-lite.dylib
0x19cc49000 - 0x19cea9fff libicucore.A.dylib arm64e  <8081f1ff2cca3276a3c0acaf2f9943df> /usr/lib/libicucore.A.dylib
0x19ceaa000 - 0x19ced3fff CoreServicesInternal arm64e  <9f1ec5aa2de6365faae639ecc04cb409> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x19ced4000 - 0x19cf1bfff WirelessDiagnostics arm64e  <8fc0efe64190310a983f0c5fb6193ec2> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x19cf1c000 - 0x19cf57fff libAWDSupport.dylib arm64e  <8ebe6715cabe301f966a732931ea6d89> /usr/lib/libAWDSupport.dylib
0x19cf58000 - 0x19d3a0fff CoreAudio arm64e  <3f986cb2a41f3bf78245e3d097083f80> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x19d3a1000 - 0x19d679fff CoreImage arm64e  <3e5cfeadb2583798bf4b1a2423970190> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x19d67a000 - 0x19d76dfff LanguageModeling arm64e  <48322aa016cd3caaae9bd581976e0cd0> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x19d76e000 - 0x19d7b4fff Lexicon arm64e  <98e8e301e91833da9d507b19399a334b> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x19d7b5000 - 0x19d93bfff libsqlite3.dylib arm64e  <1670cf23e637381abf5faebd116d31ee> /usr/lib/libsqlite3.dylib
0x19d93c000 - 0x19d96efff MobileKeyBag arm64e  <a9ba69467e52322c80d1eb9510833006> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x19d96f000 - 0x19d978fff libsystem_notify.dylib arm64e  <c5024cb0e4843b2482250cf4d9f2c074> /usr/lib/system/libsystem_notify.dylib
0x19d979000 - 0x19db68fff CoreDuet arm64e  <babcef413a0538e180cb77001abe9ae0> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x19db69000 - 0x19dcb0fff Montreal arm64e  <f946b0df71d33c548887bd95cd59b533> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x19dcb1000 - 0x19dd96fff NLP arm64e  <48080f0657193195a19e8695b3706eb6> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x19dd97000 - 0x19ddb5fff CellularPlanManager arm64e  <2df1c5e75924353aaf33dbac62fb2031> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x19ddb6000 - 0x19ddf3fff AppSupport arm64e  <eed8464e61c1385abb34a937feda945f> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x19ddf4000 - 0x19e2cefff libnetwork.dylib arm64e  <6ecb169749ec30cb980f63831f8412ad> /usr/lib/libnetwork.dylib
0x19e2cf000 - 0x19e3dffff ManagedConfiguration arm64e  <01d6e90e5d173ab9bb56afbbad078ca7> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x19e3e0000 - 0x19e40afff CoreServicesStore arm64e  <24e44ad3986f340fbe32c6e3642628a6> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore
0x19e40b000 - 0x19e42cfff UserManagement arm64e  <6b21d05273aa35bf9aebbd45b36c8c87> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x19e42d000 - 0x19e6e4fff CoreML arm64e  <ef0b2716cf4c3cac951bf41bc896ae52> /System/Library/Frameworks/CoreML.framework/CoreML
0x19e6e5000 - 0x19e6fbfff ProtocolBuffer arm64e  <129d63f1fbcb30e18ec3bed0f9f21589> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x19e6fc000 - 0x19e716fff CommonUtilities arm64e  <97dc2a6830c6367ba376049aa37a0263> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x19e717000 - 0x19e717fff libenergytrace.dylib arm64e  <d04472667569321f996d7e7bb9115053> /usr/lib/libenergytrace.dylib
0x19e718000 - 0x19e750fff RunningBoardServices arm64e  <9f651b0077a73117a2eda47d407045da> /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
0x19e751000 - 0x19e7c9fff BaseBoard arm64e  <6dea964e3a97384f81b8d5a3be499760> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x19e7ca000 - 0x19ed19fff SiriTTS arm64e  <dd7c78de46223697afddf684489c7819> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x19ed1a000 - 0x19ed8cfff CoreLocation arm64e  <823cfd7bdba33fe4a2c58859d96555c5> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x19ed9a000 - 0x19edf0fff Accounts arm64e  <8760adcf0b723e0c8098e561851ca835> /System/Library/Frameworks/Accounts.framework/Accounts
0x19edf1000 - 0x19ee01fff SharedWebCredentials arm64e  <eff1e6bbe7fb398398cfdbbc8a68977d> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
0x19ee02000 - 0x19f162fff CFNetwork arm64e  <e94fb3fd49b5399497b4f12c844cbe7e> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x19f163000 - 0x19f245fff UIFoundation arm64e  <8badfa0df51739f9ac82cecdb0a4ac66> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x19f246000 - 0x1a036afff UIKitCore arm64e  <aafefebec17233468972810eb8f2f2c6> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x1a036b000 - 0x1a0379fff AssertionServices arm64e  <92e1717258813893bdc292409ee6ec7c> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1a037a000 - 0x1a0451fff CoreTelephony arm64e  <7b0b55a59dc733fab88e0c20a1f781f1> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x1a0452000 - 0x1a0457fff AggregateDictionary arm64e  <3fe399052aec3a05a8b161d8a2297524> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1a0458000 - 0x1a046efff libsystem_asl.dylib arm64e  <8720eceb36db35b1b69d89c13bd6464f> /usr/lib/system/libsystem_asl.dylib
0x1a046f000 - 0x1a04ebfff CloudDocs arm64e  <604ea7d3f96b38e483d2d285c95f5123> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x1a04ec000 - 0x1a081ffff CoreData arm64e  <35eaef65b0fe3387a6f1953ba6c6b221> /System/Library/Frameworks/CoreData.framework/CoreData
0x1a0820000 - 0x1a0a4cfff Vision arm64e  <c604ff11adca3a2cad5d7a2d039375d7> /System/Library/Frameworks/Vision.framework/Vision
0x1a0a4d000 - 0x1a0a91fff PhotoFoundation arm64e  <80a565ddfcb436fb9e5979e8ddbefff3> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
0x1a0a92000 - 0x1a0abdfff BoardServices arm64e  <beb1470764c9331495f5e60681f32d92> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
0x1a0b76000 - 0x1a0b84fff libsystem_networkextension.dylib arm64e  <07dd981a43d432e4a75f0edf005264e3> /usr/lib/system/libsystem_networkextension.dylib
0x1a0b85000 - 0x1a0ba5fff CoreAnalytics arm64e  <9a1858e559963c299cc192367406f027> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x1a0ba6000 - 0x1a0d20fff CloudKit arm64e  <3055305cd1a331e19ce67c367cfa3b6a> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x1a0d21000 - 0x1a0d70fff SpringBoardServices arm64e  <99531da589fd32ec8788899443a3c764> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x1a0d71000 - 0x1a0de8fff FrontBoardServices arm64e  <370f1f18e8a936b5b0eb9735a02ce2de> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1a0de9000 - 0x1a0f01fff Network arm64e  <1219db6932e9365aa50a7ff994f4fe4e> /System/Library/Frameworks/Network.framework/Network
0x1a0f5f000 - 0x1a0f66fff libsystem_symptoms.dylib arm64e  <f76c087a16863e20b189be0ee42175dc> /usr/lib/system/libsystem_symptoms.dylib
0x1a0f67000 - 0x1a1ebdfff GeoServices arm64e  <11521e66ab173ead938efa40b6134e46> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x1a1ebe000 - 0x1a1ec6fff TCC arm64e  <97e67d9c4a10360c9f412456dcbdc97e> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1a1ec7000 - 0x1a1f22fff IMFoundation arm64e  <506939c097453d359a2fe6bcbb2b06d8> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x1a1f23000 - 0x1a2085fff CoreUtils arm64e  <3cf1c31488173637a72f8ba3bfe83a53> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x1a2086000 - 0x1a2137fff IMSharedUtilities arm64e  <980c1d01e7b93ab3a1fb689f828be2c4> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities
0x1a2166000 - 0x1a216ffff libsystem_containermanager.dylib arm64e  <b96c896edc9f394c81f8dfbc1091e47b> /usr/lib/system/libsystem_containermanager.dylib
0x1a2170000 - 0x1a21eefff AppleAccount arm64e  <44c8ad8bd0e1386ca4f8f5558eb86e07> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x1a21ef000 - 0x1a220afff ApplePushService arm64e  <328793b3825a387cbf3ebb42999ac370> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x1a220b000 - 0x1a22fbfff IDS arm64e  <335b4e0fb0c237898ea7fc998e5d5f4d> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x1a22fc000 - 0x1a242cfff IDSFoundation arm64e  <0ed663fbdf353be69dac32c646232225> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x1a242d000 - 0x1a242efff libCTGreenTeaLogger.dylib arm64e  <8cbc0d475be530e188f1c51e7d73100d> /usr/lib/libCTGreenTeaLogger.dylib
0x1a2494000 - 0x1a2595fff CoreMedia arm64e  <89ad72de99123e85b361ad7cd6d823f0> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x1a2596000 - 0x1a25a6fff UIKitServices arm64e  <7ca41cb46fd03e96a3d9dfbe74305ad7> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x1a25a7000 - 0x1a25fbfff BackBoardServices arm64e  <e485693989fe3af1b52f0a73a4f372c0> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x1a25fc000 - 0x1a2853fff QuartzCore arm64e  <4da865ca7f363d7f952e05a9e5ed505d> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x1a2854000 - 0x1a2a11fff ColorSync arm64e  <62b6e344294735a18231a30bc9ed11d3> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x1a2a12000 - 0x1a2f85fff CoreGraphics arm64e  <ec19539856b13b91b6996b20fde8cb80> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x1a2f86000 - 0x1a30c1fff Contacts arm64e  <48f4fe0bc42d317496b32040b12c1c9e> /System/Library/Frameworks/Contacts.framework/Contacts
0x1a30c2000 - 0x1a30f2fff UserNotifications arm64e  <cffabd1a9c043e179af4ef72f20227e3> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x1a30f3000 - 0x1a3116fff LocationSupport arm64e  <72ccaa1df5673dd69db2fbb902140de5> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport
0x1a3117000 - 0x1a327cfff Sharing arm64e  <eccc88bef8b639d49b19e7fa09c0110f> /System/Library/PrivateFrameworks/Sharing.framework/Sharing
0x1a327d000 - 0x1a389cfff WebKit arm64e  <d74e8e63b96338449ca08a3a0f5fae4c> /System/Library/Frameworks/WebKit.framework/WebKit
0x1a389d000 - 0x1a55b9fff WebCore arm64e  <ca426a2f548134acaf0a08332c0a84e0> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x1a55ba000 - 0x1a55d2fff libAccessibility.dylib arm64e  <02691cb3d3723935be9f2eca79233d00> /usr/lib/libAccessibility.dylib
0x1a55d3000 - 0x1a55defff AXCoreUtilities arm64e  <d2740e1c60fe3260a9de67012c8bdea4> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x1a55df000 - 0x1a5659fff ContactsFoundation arm64e  <7f5d4eea47773b1bbadc29d7884a2873> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x1a565a000 - 0x1a566efff PowerLog arm64e  <e38c8d42d0883dad874a93d61f25ac88> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1a566f000 - 0x1a5680fff IOSurface arm64e  <a16823eb17723ae7b9cd5669882ff3bb> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1a5681000 - 0x1a5d8afff MediaToolbox arm64e  <be59c72809d7384a9f934aadd48c111a> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x1a5d8b000 - 0x1a5d93fff GraphicsServices arm64e  <35a16dda337d378fadb4b70c8a46bb74> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1a5e7c000 - 0x1a607afff AVFoundation arm64e  <bae1d0dcb9063af29651a0f35779be54> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x1a607b000 - 0x1a60b3fff OnBoardingKit arm64e  <7d7c486a497d35d28e4789d9d33a0fc0> /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
0x1a60b4000 - 0x1a6103fff MobileWiFi arm64e  <5a17dab6bf123c54a0cf18f0dd97acd7> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x1a6104000 - 0x1a611dfff MobileAsset arm64e  <4a80dea66d10317da3eee57759fa61a5> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x1a611e000 - 0x1a612bfff libGSFont.dylib arm64e  <c96a3942f2ca31ab8dce9438045c53ab> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib
0x1a612c000 - 0x1a6135fff FontServices arm64e  <46c4ddbaeaa4332a898aaeaa89f7e1f9> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x1a6136000 - 0x1a6284fff libFontParser.dylib arm64e  <134fc516ef1e3a9d9a070562ef2edd0d> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1a62d4000 - 0x1a6416fff SearchFoundation arm64e  <e2dd5f62149c3d02b602b0ebd69a6acb> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x1a6417000 - 0x1a653dfff Preferences arm64e  <3748c2dac51b3873b4b5b7e62f27843a> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x1a653e000 - 0x1a6bcefff PhotoLibraryServices arm64e  <075b26b661d03d29b1516b52069649a5> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x1a6bcf000 - 0x1a6e5cfff vImage arm64e  <aa8f48dda782376f8cfded6032f80502> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1a6e5d000 - 0x1a708bfff AudioToolbox arm64e  <8b3c3977613a35cd9e099c8d6ad2d5c2> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x1a708c000 - 0x1a70c1fff libAudioToolboxUtility.dylib arm64e  <7ffd108a616a3c1198848493484b633d> /usr/lib/libAudioToolboxUtility.dylib
0x1a70c2000 - 0x1a728bfff ContactsUI arm64e  <88cea28d63ad36a5afdc432f793afb22> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x1a7509000 - 0x1a75a0fff ShareSheet arm64e  <9bc883eda26338e1b1bfac87f237ea28> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
0x1a75b5000 - 0x1a766cfff PDFKit arm64e  <602b3922eaca3cc5946f7b729bc42e12> /System/Library/Frameworks/PDFKit.framework/PDFKit
0x1a76ef000 - 0x1a771dfff DocumentManager arm64e  <9a8115eff3ac3da7848ef4ad7665945d> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x1a7983000 - 0x1a79fcfff AuthKit arm64e  <0537fa42b3f63bcca8ceb49af7b816aa> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x1a79fd000 - 0x1a7e2dfff Intents arm64e  <3e961b6587ad3a64af9e1a3700a745f4> /System/Library/Frameworks/Intents.framework/Intents
0x1a7e2e000 - 0x1a7e42fff libCGInterfaces.dylib arm64e  <63eb0bffc6893a3aa16869902db2524e> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x1a7e43000 - 0x1a7f92fff WebKitLegacy arm64e  <7958a1d222d93765bb4fa9e950d3a92e> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x1a7f93000 - 0x1a7ffdfff TextInput arm64e  <4bd92dd0b07d3df8a30e8e916bd2e6ef> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x1a807e000 - 0x1a8081fff XCTTargetBootstrap arm64e  <7be167b6515e32f0849de3cc36d2a4e9> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x1a8082000 - 0x1a8138fff CorePDF arm64e  <8aa9c332a88e3ac4a1a3c07e09d00c29> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x1a8176000 - 0x1a8538fff MediaPlayer arm64e  <2f98b7312eb33094bafbf495513c5459> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x1a8539000 - 0x1a8850fff AppleMediaServices arm64e  <cc9185fff85233d88fa2ba27d0484a5d> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x1a8851000 - 0x1a8878fff CacheDelete arm64e  <fe5a3037180f3296a227af040e050806> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x1a8879000 - 0x1a8a3efff CoreMotion arm64e  <1f0fe3143bc83a458a18611ff553c5da> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x1a8a3f000 - 0x1a8b2bfff AVFAudio arm64e  <a9217a70e269333db8c50b19e2fb365c> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x1a8b2c000 - 0x1a8d28fff RawCamera arm64e  <701d3b4201c33d9fb8b58c1341c5f840> /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x1a8d29000 - 0x1a8de2fff CoreUI arm64e  <f5600e8a391739438a16ecaca280efc5> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x1a8de3000 - 0x1a8e07fff AppSupportUI arm64e  <b14c293c656f3c55a717805a758d6de4> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x1a8e08000 - 0x1a8e3efff CoreVideo arm64e  <8425dd4299353b3ea645ce6b2506f1b1> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1a8e3f000 - 0x1a9079fff AudioToolboxCore arm64e  <304ca2eb510835fea129a34a508460c4> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore
0x1a907a000 - 0x1a90c0fff CoreDuetContext arm64e  <bde5e1666a8a34fead8bad7aa9b1d53f> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x1a90c1000 - 0x1a90fcfff SetupAssistant arm64e  <db3c0cdfc4f43630ab150c62635f1acf> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x1a90fd000 - 0x1a91befff TelephonyUtilities arm64e  <09b26840a5153c609cdedc831bf0ef30> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x1a91bf000 - 0x1a91e9fff PlugInKit arm64e  <f4803530aa9e3ba9855c260f6e3ac1af> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x1a9576000 - 0x1a96b8fff AssistantServices arm64e  <a034d18510aa3910a42a844a5590c18a> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x1a96b9000 - 0x1a971afff ProactiveSupport arm64e  <f9a02e6b23163ac292a162118afd10e9> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x1a971b000 - 0x1a9962fff MapKit arm64e  <4440cb0bd9083c9c9ea0ccb76faf7cbf> /System/Library/Frameworks/MapKit.framework/MapKit
0x1a9963000 - 0x1a997bfff PrototypeTools arm64e  <3e66f9d5dc4c39e9a15c85b0a019e45c> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x1a997c000 - 0x1a9a70fff MediaExperience arm64e  <53a8c9f892be3b1c92f59abc109425c7> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience
0x1a9a71000 - 0x1a9d42fff Celestial arm64e  <a65707c2082632bcbea8425b59a76944> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x1a9d43000 - 0x1a9da1fff CallKit arm64e  <56ac5bb43c43382791cd867cc44b3bd4> /System/Library/Frameworks/CallKit.framework/CallKit
0x1a9f72000 - 0x1aa669fff VectorKit arm64e  <bca1027beb2d3962908fdbf769427f1c> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x1aa66a000 - 0x1aa73efff AVKit arm64e  <c1e8588176e33ae38d5e4336933ddc6e> /System/Library/Frameworks/AVKit.framework/AVKit
0x1aa73f000 - 0x1aa76ffff Pegasus arm64e  <ce0d0eb51ab63147b8219b86106c088e> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
0x1aa770000 - 0x1aa772fff libapp_launch_measurement.dylib arm64e  <e9e6d9c0433635088072c4025e7d9fe9> /usr/lib/libapp_launch_measurement.dylib
0x1aa859000 - 0x1aa8bdfff CoreSpotlight arm64e  <da23ed5d5b7c3e688825fcb8a1a319cc> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x1aa8be000 - 0x1aa956fff AddressBookLegacy arm64e  <4c8135626d87370da6112470f1a6e2d1> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x1aa957000 - 0x1aa966fff CrashReporterSupport arm64e  <218df76812bf3b50985d0b892be69ce2> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1aa967000 - 0x1aa979fff MobileBluetooth arm64e  <54099d82862a309099ca820e4e0d084a> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x1aa97a000 - 0x1aaa39fff LinkPresentation arm64e  <e9806606689131c88570426a27c1e9a3> /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation
0x1aaa71000 - 0x1aaa75fff libsystem_configuration.dylib arm64e  <ac925c4261b7348da2ba46577384d5db> /usr/lib/system/libsystem_configuration.dylib
0x1aaa76000 - 0x1aaacffff RemoteUI arm64e  <f2302bd902f13cec9bd5e9b18d271815> /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
0x1aaad0000 - 0x1aab1ffff AuthKitUI arm64e  <7a88b7587a053ea29ee8ebde6361d878> /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI
0x1aab20000 - 0x1aab86fff CoreRecognition arm64e  <049147aa5e113c24a46b85bf9a5227c6> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
0x1aab87000 - 0x1aac0dfff Social arm64e  <d27063610f2a39a98b17d2a08180d3c3> /System/Library/Frameworks/Social.framework/Social
0x1aac5e000 - 0x1aac6cfff HangTracer arm64e  <8cd94d2dcc9a3a869ccfaa65c6677d23> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x1aac6d000 - 0x1aacd5fff CoreNLP arm64e  <c91cefc790493a66b021c09bb62d8034> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x1aacd6000 - 0x1aacd7fff liblangid.dylib arm64e  <52181791212639f09917bf721f063966> /usr/lib/liblangid.dylib
0x1aacd8000 - 0x1abad2fff JavaScriptCore arm64e  <c487262f3edb302ab3153576e2d08b43> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x1abad3000 - 0x1abb5ffff libTelephonyUtilDynamic.dylib arm64e  <833d266872bf30e289655265351155dd> /usr/lib/libTelephonyUtilDynamic.dylib
0x1abb75000 - 0x1abdfdfff StoreServices arm64e  <c983093ffcb136f9b79db80e420fb326> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x1abdfe000 - 0x1abe07fff IOMobileFramebuffer arm64e  <6d3be74710283533afed3b93ebfa73e0> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1abe08000 - 0x1abf7ffff SafariServices arm64e  <92be00de1b6539fca256a1d7c3fa6d1c> /System/Library/Frameworks/SafariServices.framework/SafariServices
0x1ac179000 - 0x1ac193fff CoreMaterial arm64e  <8c5d46a66d3f3a27977ef9ac8605a0d0> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial
0x1ac194000 - 0x1ac27efff libxml2.2.dylib arm64e  <09efa77806b83c38b6392a34be03791c> /usr/lib/libxml2.2.dylib
0x1ad987000 - 0x1ad9d0fff MetadataUtilities arm64e  <de1eeb33ff423aedbb7fdd3907423ae8> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x1ad9d1000 - 0x1ada2bfff UserActivity arm64e  <4b91f2cc9d1e3ab0a7d2fa1602077aa7> /System/Library/PrivateFrameworks/UserActivity.framework/UserActivity
0x1ae3a4000 - 0x1ae5cafff NetworkExtension arm64e  <4b59ff48c0fb3788b91cfed840ff2930> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x1ae5cb000 - 0x1ae601fff DataDetectorsCore arm64e  <968860c84ea936b99f48c59bbb0335d4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x1ae602000 - 0x1ae664fff CalendarFoundation arm64e  <063a50b7d176373196ba5ddf6cae167f> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x1ae665000 - 0x1ae75efff EventKit arm64e  <e2a24a26fc8735fa9b35ed358bcb25d5> /System/Library/Frameworks/EventKit.framework/EventKit
0x1ae75f000 - 0x1ae795fff MediaServices arm64e  <99e8d14f5f7e3633888108b1b9d59abe> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x1aebc7000 - 0x1aec08fff BiometricKit arm64e  <f69fdd9815cc32d1b64e1d81d36be971> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x1aec09000 - 0x1aec35fff PersistentConnection arm64e  <40955322e8d031749dd09c4dad3d73d1> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1aec36000 - 0x1aec89fff CalendarDaemon arm64e  <f26d7a3557773fa190bbe5cd907e42b4> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x1aec8a000 - 0x1aed23fff CalendarDatabase arm64e  <777b53980e103eeb93d52ddff2ccf2ac> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x1aed24000 - 0x1aef14fff MediaRemote arm64e  <df203d075d313ad2a2b2a2c510b2559b> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x1aef15000 - 0x1aef1dfff CorePhoneNumbers arm64e  <cd45ada05fdf36bf92e824d7e078d759> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x1aef2e000 - 0x1aef55fff DuetActivityScheduler arm64e  <41a4be55c4643536baac7d99a4a55898> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
0x1af05e000 - 0x1af081fff CoreSVG arm64e  <975d3d7d05ea39b3a3f0746c8feff2b6> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG
0x1af09d000 - 0x1af0bafff ProactiveEventTracker arm64e  <9a778bbcee333e9d83eabb095db13f00> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x1af0bb000 - 0x1af0c5fff MallocStackLogging arm64e  <d64d8dcf62673842b2b961f6ebc86aec> /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging
0x1af0c6000 - 0x1af15ffff CoreSuggestions arm64e  <c477a614a411316584a2c9e1be49740e> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x1af160000 - 0x1af31afff IMCore arm64e  <e2e9de6f70c734a7b05b946e1df5de34> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
0x1af31b000 - 0x1af36dfff DeviceManagement arm64e  <8cb3c130ed433f5ea28dda870105487b> /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
0x1afb9a000 - 0x1afba7fff BluetoothManager arm64e  <2027bc7f509b3b9c812cd17f9f1fb1eb> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x1afba8000 - 0x1afbddfff CoreBluetooth arm64e  <3a9d0d5841b23be6a5ad8e77aefd147e> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x1afbde000 - 0x1afbe0fff libsystem_sandbox.dylib arm64e  <92820689c0b63e909927898e40e8492e> /usr/lib/system/libsystem_sandbox.dylib
0x1afd11000 - 0x1afd1dfff ContextKit arm64e  <396174f01b0d3e56adefb2abbfebd72c> /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit
0x1afd4f000 - 0x1afdbefff Rapport arm64e  <ec9dcb56769a312c9cb3551a797dc5b4> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x1afdbf000 - 0x1afdebfff OSAnalytics arm64e  <8bb68f3961f03e188a1e77d7b1e444ce> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics
0x1afdec000 - 0x1afe1cfff MobileInstallation arm64e  <943199a1a35e350891acb25ac74f13ce> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x1afe1d000 - 0x1afebbfff Metal arm64e  <13e30f11be8f3c7489816f5c6cd252fd> /System/Library/Frameworks/Metal.framework/Metal
0x1afebc000 - 0x1afec1fff IOAccelerator arm64e  <d769cff975e430d2a7db4ea4612ff862> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1afec2000 - 0x1afecdfff MediaAccessibility arm64e  <6d0dbf955da63c2eab9be1c152917141> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1afeef000 - 0x1afef6fff libsystem_dnssd.dylib arm64e  <e8549e75a1463486b7cd35ac881d2f4b> /usr/lib/system/libsystem_dnssd.dylib
0x1afef7000 - 0x1afefdfff PushKit arm64e  <4a78830211d53250aa6ca483801f76ad> /System/Library/Frameworks/PushKit.framework/PushKit
0x1afefe000 - 0x1b000bfff FileProvider arm64e  <11f085a9c6b0364e801352afc807dcc8> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x1b001e000 - 0x1b001ffff BackgroundTaskAgent arm64e  <5262dc14b6b5363c9751576865856ab4> /System/Library/PrivateFrameworks/BackgroundTaskAgent.framework/BackgroundTaskAgent
0x1b0020000 - 0x1b0024fff LinguisticData arm64e  <6bf342b353083f7e93df51ccd826784e> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x1b0025000 - 0x1b003dfff CoreSDB arm64e  <0a985ac4db25316da8ab3809c108c71b> /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB
0x1b003e000 - 0x1b004efff Categories arm64e  <69518aa0ca0631d5abf23d0ace1e6915> /System/Library/PrivateFrameworks/Categories.framework/Categories
0x1b006a000 - 0x1b0126fff VideoToolbox arm64e  <746b696a17a5345588763dfa3787b26c> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x1b0574000 - 0x1b05d2fff PersonalizationPortrait arm64e  <43ac5ddbfde43dbcb8b4b531d5c89aef> /System/Library/PrivateFrameworks/PersonalizationPortrait.framework/PersonalizationPortrait
0x1b06a1000 - 0x1b06a9fff SymptomDiagnosticReporter arm64e  <6e2ceb18b3c238909c7224059cc73ef3> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1b06aa000 - 0x1b06acfff IOSurfaceAccelerator arm64e  <bc2cae1654eb3bd9aa4f0c8cc50588b7> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1b06ad000 - 0x1b075ffff AssetsLibraryServices arm64e  <b5776c4b5f653965b2245f15e41c486e> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x1b0760000 - 0x1b078ffff DataAccessExpress arm64e  <ec7e8ce10a9d38869a5daca5e2e6bb78> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x1b0803000 - 0x1b0818fff CoreFollowUp arm64e  <229b93a314b93e49a938da9ac5222793> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x1b0819000 - 0x1b0821fff FamilyCircle arm64e  <351ee4c8c6e1318fb8b64cd5aa213ab8> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
0x1b0822000 - 0x1b0838fff libcoretls.dylib arm64e  <cd17611b39043652897fee5b2ea1fb21> /usr/lib/libcoretls.dylib
0x1b0890000 - 0x1b0923fff libate.dylib arm64e  <116c6d4c61f137c8839f8da4d2dbf65a> /usr/lib/libate.dylib
0x1b197a000 - 0x1b19c9fff FTServices arm64e  <cb48a8cd36b33387ad9c46a91306ea16> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x1b1a82000 - 0x1b1afefff SAObjects arm64e  <09f857ae919f3698a8f375150a5e4920> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x1b1aff000 - 0x1b1b09fff CoreRecents arm64e  <e998cb918aea36568ba37697e0dabb78> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x1b1bb6000 - 0x1b1bc3fff DataMigration arm64e  <a73a8e89759d35cba88fbadc443a884c> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x1b1d7f000 - 0x1b1da4fff IconServices arm64e  <69a79f0246f7318e9f84432ae2583776> /System/Library/PrivateFrameworks/IconServices.framework/IconServices
0x1b1da5000 - 0x1b1f9dfff iTunesCloud arm64e  <b3f04997deb239d7916fcc4aa2ed8b35> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x1b1f9e000 - 0x1b226bfff MusicLibrary arm64e  <aee207bbc9b93233bf7367f115ce6a7b> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x1b226c000 - 0x1b226dfff WatchdogClient arm64e  <effb2efa64fb3059b6638ea86a4fb428> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient
0x1b226e000 - 0x1b227ffff libprequelite.dylib arm64e  <ebd5dd109e02312c96b7681e6adca8a4> /usr/lib/libprequelite.dylib
0x1b22a2000 - 0x1b22a7fff IDSKVStore arm64e  <44a0f7b59297362eb96a5b98a4e19305> /System/Library/PrivateFrameworks/IDSKVStore.framework/IDSKVStore
0x1b22a8000 - 0x1b22b8fff CoreEmoji arm64e  <3432d5e489283d21947a96119c3e2de8> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1b2353000 - 0x1b23a3fff ClassKit arm64e  <c49bc10ecf7a31068198f799ecbf15a6> /System/Library/Frameworks/ClassKit.framework/ClassKit
0x1b2411000 - 0x1b241dfff CPMS arm64e  <448027b7060638f78685e9ba02f12079> /System/Library/PrivateFrameworks/CPMS.framework/CPMS
0x1b241e000 - 0x1b2426fff RTCReporting arm64e  <34d689e0594f3131a0e95b06e4e92686> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1b258e000 - 0x1b25dbfff MobileBackup arm64e  <e70600fe2ca130a6870ba358dc541f09> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x1b268f000 - 0x1b2696fff CoreTime arm64e  <16e5a4ebcdfd3cfbbdcca5b45a2104b6> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x1b26d7000 - 0x1b281afff IMDPersistence arm64e  <8438e05ab39f35bf838e425d6bd20876> /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence
0x1b2c5b000 - 0x1b2cb1fff ToneLibrary arm64e  <cd2eaa5e9d083e8ab2522a22cfb99987> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x1b2f96000 - 0x1b2fb5fff AppConduit arm64e  <15e48773d3623be0aa19b9c43cc811cf> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x1b2fb6000 - 0x1b2fcffff IntlPreferences arm64e  <ec36a852bc8c3692b345c97bd6e99c80> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1b3362000 - 0x1b3438fff CoreBrightness arm64e  <4b5a024ddea13d2393a605e0ff4bdf7f> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1b3439000 - 0x1b3440fff libIOReport.dylib arm64e  <e826276b294f386ba6499ea24f4fc9a7> /usr/lib/libIOReport.dylib
0x1b35db000 - 0x1b37a9fff libBNNS.dylib arm64e  <116a7bc6fe8438508a399d4148a14157> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1b37aa000 - 0x1b37b1fff StudyLog arm64e  <4ff082f0011f3289a1e45e67989414de> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x1b37b2000 - 0x1b383cfff BulletinBoard arm64e  <339f7a3a3d303875a0dcaf43a7d1609f> /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
0x1b383d000 - 0x1b38cefff iTunesStore arm64e  <a378f88b704b3611a6f6abf4c6c69493> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x1b4335000 - 0x1b438ffff SafariCore arm64e  <3884a667bb9a3fb09617bd7aa20f4a3d> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
0x1b4390000 - 0x1b43f7fff ScreenTimeCore arm64e  <688b6ebb838639c9bbedcf6578783b24> /System/Library/PrivateFrameworks/ScreenTimeCore.framework/ScreenTimeCore
0x1b4a38000 - 0x1b4a4cfff LocalAuthentication arm64e  <8e091e31375c35c6997377e77017f695> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x1b4a4d000 - 0x1b4a51fff CommunicationsFilter arm64e  <63170ee0d92833038a8805c4b108205a> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x1b4a52000 - 0x1b4a75fff AddressBook arm64e  <d814154f49873938996bc002e0d6a91d> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x1b4a76000 - 0x1b4a81fff CaptiveNetwork arm64e  <476ff0ebdfad369091402e62746699f8> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x1b4bd1000 - 0x1b4cabfff libBLAS.dylib arm64e  <93845678947e367dab50fe5aba3658e0> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1b4cac000 - 0x1b4cbafff CTCarrierSpace arm64e  <c5d9724109dd3554a50a5a6bda992347> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x1b54d9000 - 0x1b55acfff CoreParsec arm64e  <4ad5def0785b36dfab77d26134c68a9a> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x1b57aa000 - 0x1b57c5fff libtailspin.dylib arm64e  <01cde70cb0ad3b9c86de40ef2d35e99e> /usr/lib/libtailspin.dylib
0x1b5825000 - 0x1b583afff ContactsDonation arm64e  <fe8f61b24b903359982a7c2441681ca7> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x1b5885000 - 0x1b588efff MobileActivation arm64e  <e94000bc00d13297816a979264d1c235> /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation
0x1b5912000 - 0x1b5921fff MobileIcons arm64e  <e8b1677059c43251888e6178c36f70ef> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1b5922000 - 0x1b5a23fff ResponseKit arm64e  <0fb7f7f7d27a37fb813025bb39a5e337> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
0x1b5aef000 - 0x1b5b39fff CoreHaptics arm64e  <97e7305b832e38188a551f54e1fe4bad> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics
0x1b5b3a000 - 0x1b5c04fff ProofReader arm64e  <3045032abf5831d48c16141d126543da> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x1b5c78000 - 0x1b5cfdfff CoreSymbolication arm64e  <f0eec0342d5a33fb98357efca5afc5f1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1b5cfe000 - 0x1b5d04fff IdleTimerServices arm64e  <d815c22c53ae36db9013f683fc336df6> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x1b5df9000 - 0x1b5eb6fff VideoSubscriberAccount arm64e  <5cee69268b9c3d0e8d91797bdbdade09> /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
0x1b5ecb000 - 0x1b5ecefff FTClientServices arm64e  <a09ad7fda8ef3e18a3e9b79557810c2f> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x1b5ecf000 - 0x1b5f37fff ContactsUICore arm64e  <02103076b5bf3b61bc967ffd927ca5e7> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x1b63bd000 - 0x1b6405fff LoggingSupport arm64e  <6d91a02d77f5366693ae5e1ece278654> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x1b6527000 - 0x1b6582fff ProtectedCloudStorage arm64e  <650a9321018c3dc69333c60a6e7a50ef> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1b6583000 - 0x1b6652fff GLEngine arm64e  <a43225e107343dba8542e2a3c6f6fc09> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine
0x1b6653000 - 0x1b6670fff AppleMetalGLRenderer arm64e  <da6a47bbadae37fda9862730253a318a> /System/Library/Extensions/AppleMetalGLRenderer.bundle/AppleMetalGLRenderer
0x1b6671000 - 0x1b667cfff OpenGLES arm64e  <94b3d65e12d233a6be1dff206fdb9770> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1b667d000 - 0x1b67e5fff libGLProgrammability.dylib arm64e  <e5042b7e1570311daf265eb695d94194> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
0x1b67e6000 - 0x1b67effff libGFXShared.dylib arm64e  <fb4460e8ba8c3d8baac7de055809a90d> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1b67f0000 - 0x1b6825fff SharedUtils arm64e  <4b19c22d14f83923aa7e010297fc74b7> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x1b6826000 - 0x1b6874fff PhotosFormats arm64e  <4967749c8ba13d50a094a64458b16779> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x1b7924000 - 0x1b7961fff StreamingZip arm64e  <3e4530a0128c3b9ba889d99ad4aba0d5> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1b85f0000 - 0x1b8826fff SafariShared arm64e  <fc4cdba871ce3399b2d6aedc5e424d38> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
0x1b88ae000 - 0x1b88b0fff InternationalTextSearch arm64e  <05229f5b79a93bb29db74ff61354b99a> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1b88cf000 - 0x1b88ecfff AssetCacheServices arm64e  <bf68da8120d03698b7c84548aec95546> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x1b9288000 - 0x1b928dfff IncomingCallFilter arm64e  <74f0cdea19833a58ad773cefcde01605> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x1b92a9000 - 0x1b92c1fff NetworkStatistics arm64e  <b4143b227aac3a7583cfd39e14aed702> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x1b9733000 - 0x1b9739fff Netrb arm64e  <e736b3216345356ea8bcdc5a4cc09857> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1b973d000 - 0x1b976dfff EAP8021X arm64e  <c9407b41d59c3343bf8a18cd5e363062> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1b976e000 - 0x1b9770fff OSAServicesClient arm64e  <7934932006823fc397cf49fabbd7f923> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient
0x1b991c000 - 0x1b9920fff libgermantok.dylib arm64e  <23d00f88b91735a2bb8fe76ad5418e75> /usr/lib/libgermantok.dylib
0x1b9921000 - 0x1b99d4fff libmecab.dylib arm64e  <8c3f2375f78239dfb775560a59ac81bf> /usr/lib/libmecab.dylib
0x1b99d5000 - 0x1b9a11fff Catalyst arm64e  <e559e2b5b7803bf89ba7f20ad811b583> /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
0x1b9b67000 - 0x1b9ba3fff VoiceServices arm64e  <a9d0387c91e03f1f85cfdcf6f9fc712a> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x1b9ba4000 - 0x1b9cc1fff Navigation arm64e  <c7829d5ed01736cf985def137b5da6d2> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x1b9fe6000 - 0x1b9ff4fff CoreDuetDaemonProtocol arm64e  <cb6182dd85823f918d437db9dcb92c12> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1b9ff5000 - 0x1ba015fff FTAWD arm64e  <2bf094aa76783858a2727b3dbf55dcfc> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x1bb5e4000 - 0x1bb5e6fff OAuth arm64e  <a03fe232d94739eda8f94a6aaa4f486c> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x1bb8b3000 - 0x1bb8f0fff DifferentialPrivacy arm64e  <945bdc2a9fe636bfb84834f6025b4e3a> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x1bc0d7000 - 0x1bc147fff libarchive.2.dylib arm64e  <446b5d27268d39aabc3050908c749d8c> /usr/lib/libarchive.2.dylib
0x1bc148000 - 0x1bc179fff C2 arm64e  <0cf16449e8ab35548a2abca64f0149d7> /System/Library/PrivateFrameworks/C2.framework/C2
0x1bc17a000 - 0x1bc1aefff NaturalLanguage arm64e  <c41cc139fee9362c9cc23bdec6744f6b> /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage
0x1bc244000 - 0x1bc245fff libsystem_coreservices.dylib arm64e  <3204f9091c1233fab5466a9223b06851> /usr/lib/system/libsystem_coreservices.dylib
0x1bc257000 - 0x1bc269fff libmis.dylib arm64e  <96350964eef03fcba5ec4766879e0681> /usr/lib/libmis.dylib
0x1bc26a000 - 0x1bc2c1fff WebBookmarks arm64e  <96a4ddc7eb39319f8d4d619af2efd66e> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x1bc2c2000 - 0x1bc2cffff DCIMServices arm64e  <5b39235fa48b3f93b518f51728078080> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x1bc2d0000 - 0x1bc42cfff CloudPhotoLibrary arm64e  <6d7e2258735e3c768105d12915ec5017> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x1bc469000 - 0x1bc471fff libcopyfile.dylib arm64e  <84d0f64d3bf137dab97d8d923269030e> /usr/lib/system/libcopyfile.dylib
0x1bc472000 - 0x1bc494fff UsageTracking arm64e  <143dc4f3810a314992847d0d33eb9a37> /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking
0x1bc7ea000 - 0x1bc87dfff AccountsDaemon arm64e  <3f8a85867cc63d2dbaa332341d5e46ca> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x1bc87e000 - 0x1bc889fff AppleIDSSOAuthentication arm64e  <f55271ec49aa356e923e6c17c85ec3af> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1bc88a000 - 0x1bc89dfff SettingsFoundation arm64e  <88e8248538203e6c8f72efbd49b779ef> /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation
0x1bc9d5000 - 0x1bca53fff Symbolication arm64e  <eaf904a010683b1b87478c480cb82c8d> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
0x1bcc19000 - 0x1bcc68fff ChunkingLibrary arm64e  <9592da8776323f5db15d9e951caccd38> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1bcc6c000 - 0x1bcc70fff DAAPKit arm64e  <ee4895187dff3cd18cc1cf57199020b4> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x1bd191000 - 0x1bd193fff CoreDuetDebugLogging arm64e  <e3ad9cd8f47b3ef28a3d834a9dfd6e37> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1bdcd3000 - 0x1bdd12fff SignpostSupport arm64e  <095c8f61cca43acfaf940b0cae3d1a81> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1bdf80000 - 0x1bdf89fff SignpostCollection arm64e  <93e7acda3960357c8c12c311e8cfd898> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1be6e0000 - 0x1be6e7fff URLFormatting arm64e  <af4657972d9a3148be598ac4f48ae688> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x1be6fc000 - 0x1be7a4fff MMCS arm64e  <e87ddbe94f2d3a3c8f2412a63b88f40a> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x1be7fe000 - 0x1bea30fff MobileSpotlightIndex arm64e  <24d7554765f9374b8f015e479265dd01> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1bee1a000 - 0x1bee61fff CoreLocationProtobuf arm64e  <ae6d4309b7d930b2b3b7eedfb88536d3> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1bef18000 - 0x1bef93fff Quagga arm64e  <eae325508ce13ea8966251ea1968b80c> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1bf2a9000 - 0x1bf2befff libEDR arm64e  <35b978e85ed83cb9902df7fc6ec4942a> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1bff14000 - 0x1bff22fff libperfcheck.dylib arm64e  <08b6f2b01ad733d8850ed9f74a850daa> /usr/lib/libperfcheck.dylib
0x1bff23000 - 0x1bff2efff libAudioStatistics.dylib arm64e  <6b4e849f634939ccaca655176fe01098> /usr/lib/libAudioStatistics.dylib
0x1c00f8000 - 0x1c0108fff caulk arm64e  <241108a1274533088bfee659dd6730dc> /System/Library/PrivateFrameworks/caulk.framework/caulk
0x1c0148000 - 0x1c014efff MobileSystemServices arm64e  <f66b520c3d50375f98f0091d36161f5b> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1c1238000 - 0x1c1274fff libGLImage.dylib arm64e  <849fb0b1dd9b34b49e0e68680423c43c> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1c16b6000 - 0x1c16c7fff libSparseBLAS.dylib arm64e  <6ef8dc44dfc93a05bcbe1a198af28b5b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1c16c8000 - 0x1c16dcfff Engram arm64e  <c3236b7fb2e43b8aa1e434213a4304c6> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1c1757000 - 0x1c1792fff DataDetectorsNaturalLanguage arm64e  <8ab89a73eca73b2285510de5cb0782b0> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage
0x1c1a93000 - 0x1c1a9bfff FSEvents arm64e  <5b158faba27f3a85961d10e020e21131> /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents
0x1c1aac000 - 0x1c1b2bfff CoreDAV arm64e  <8b69582689fb39beaa6c1a1e51677b07> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x1c2440000 - 0x1c2450fff RemoteTextInput arm64e  <cb5c2682d65a369cb57d33fa45d39e7b> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x1c2479000 - 0x1c24a9fff iCalendar arm64e  <bdf022eee345337c99e9704d4bcc27b8> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x1c24c6000 - 0x1c24cffff CloudPhotoServices arm64e  <44827c84a43a3ac4b629167e919bf097> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x1c250f000 - 0x1c2523fff libLinearAlgebra.dylib arm64e  <32b55a7bef82324aa31d6a4c6e82e057> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1c25b7000 - 0x1c26bffff ConfigurationEngineModel arm64e  <126d0bb41f5734d4b393310c5b0fdadf> /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel
0x1c26c0000 - 0x1c26c7fff CertUI arm64e  <38869f8d3eef3b40bc1cf85a2d1a8fc9> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x1c27cf000 - 0x1c27ddfff CoreAUC arm64e  <9468bc25e6943dfd9423f61c852d84f8> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1c328e000 - 0x1c32d5fff PhysicsKit arm64e  <d07db9feda3e385cb9465cf3b37f1dae> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x1c32d6000 - 0x1c3328fff CorePrediction arm64e  <5b9d739f30ed3633ad93f4b521445be9> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1c37a9000 - 0x1c37f1fff SafariSafeBrowsing arm64e  <b9d076fc432a31e2829491b24003e57e> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x1c3bae000 - 0x1c3c25fff HomeSharing arm64e  <acc77744fd4d3ae99ba42fbe1878fff4> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x1c3cb9000 - 0x1c3cd7fff GenerationalStorage arm64e  <769d226045e03f4b847a6bd82d747e48> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1c3d3d000 - 0x1c3d48fff PersonaKit arm64e  <c511fe3b420331b289457da490a18510> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1c3d49000 - 0x1c3d55fff PersonaUI arm64e  <6729c1eee4cc36179a8a54afccee3c4d> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
0x1c4171000 - 0x1c4176fff kperf arm64e  <e0fd1f30deab30e2a9115796ae230551> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1c4316000 - 0x1c4325fff AssetsLibrary arm64e  <04abfe2f625630d4a11946eadf464516> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x1c4353000 - 0x1c438dfff libpcap.A.dylib arm64e  <c319e503a88e3fb2ae7ff4b449b568e2> /usr/lib/libpcap.A.dylib
0x1c466c000 - 0x1c4681fff WebUI arm64e  <756b83e58d2f3b46acb5a40c2b4fc7d1> /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x1c4682000 - 0x1c4699fff SafariFoundation arm64e  <2704f310af523e44afb507399ae7bd34> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
0x1c46e6000 - 0x1c478cfff libvDSP.dylib arm64e  <9f1b4e370a99382a8d89b5af0ea6415b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1c478d000 - 0x1c47b9fff vCard arm64e  <8a9f9a01a2703c7cb17abd91cc0c1119> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1c4802000 - 0x1c488ffff SampleAnalysis arm64e  <4b593dd91f29363486585e72ac9b2486> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1c4890000 - 0x1c489bfff IntentsFoundation arm64e  <29094ecb940b3e49bc76d8981c709690> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1c4a92000 - 0x1c4a93fff ParsecSubscriptionServiceSupport arm64e  <1142febf08a732a3b4a23fb2dd1a6a25> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
0x1c4a94000 - 0x1c4b20fff MediaPlatform arm64e  <923b5534e5cb352d9edbfafb246c806d> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x1c4b21000 - 0x1c4dedfff MediaLibraryCore arm64e  <85bc8b01aa9d3ef9b3823a11394264f6> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x1c4e4f000 - 0x1c4e88fff PhotosImagingFoundation arm64e  <d8993c4651f037a7a54f7a3586a95bf4> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
0x1c4e89000 - 0x1c4eabfff MediaConversionService arm64e  <02236575bc533597834469da3e0e645f> /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService
0x1c4eac000 - 0x1c4ecafff MediaStream arm64e  <2192a1f0a3a63161949eb2c8367f7d06> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x1c4ecb000 - 0x1c4fccfff CoreMediaStream arm64e  <62d263809b0438eea3b5a01ca8254062> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x1c50e9000 - 0x1c50e9fff Accelerate arm64e  <daa9c13c7fdb38a2b5a4e6f3df7659d6> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1c50eb000 - 0x1c5428fff libLAPACK.dylib arm64e  <987217b663813be989eb40f1df2d4ff1> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1c5429000 - 0x1c542dfff libQuadrature.dylib arm64e  <488e274068b73ddfaa9ea39baf59f3f8> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1c542e000 - 0x1c5487fff libvMisc.dylib arm64e  <05334e5d9b6f39d0a1216130d7b84f97> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1c5488000 - 0x1c5488fff vecLib arm64e  <e898be21a999319ba485548bb4859e6b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1c5491000 - 0x1c549ffff AuthenticationServices arm64e  <0bc0790156ce3fabb72ab2ead10d7229> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices
0x1c5841000 - 0x1c586efff GSS arm64e  <10c1886968cb34ba8325929687a1d70c> /System/Library/Frameworks/GSS.framework/GSS
0x1c5882000 - 0x1c58b4fff MPSCore arm64e  <c02479200b9a3611b29fb68184d8b60f> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1c58b5000 - 0x1c592efff MPSImage arm64e  <815d123c891430528b28b9cbb1735b76> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1c592f000 - 0x1c5951fff MPSMatrix arm64e  <f30b6410a53932ff8d397f2f8351eb49> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1c5952000 - 0x1c5966fff MPSNDArray arm64e  <b3c4364cfadf3d5180e3c9d6b794bd4f> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray
0x1c5967000 - 0x1c5afcfff MPSNeuralNetwork arm64e  <3e2e0cfca6853dbabf688e234a7fdc86> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1c5afd000 - 0x1c5b42fff MPSRayIntersector arm64e  <bdc1bfca25403cf4a6505b09095c502f> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x1c5b43000 - 0x1c5b43fff MetalPerformanceShaders arm64e  <ee7830af0c0e34718b0d49b2b47068ea> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1c5b50000 - 0x1c5b50fff MobileCoreServices arm64e  <cf705b73e23d3f44ac1f80c686536cef> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1c5b5b000 - 0x1c5b5cfff libCVMSPluginSupport.dylib arm64e  <34adfd8e959a30a699308bbcb6a68b97> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1c5b5d000 - 0x1c5b63fff libCoreFSCache.dylib arm64e  <4fa56656d0703730b8b7be685d14cef7> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1c5b64000 - 0x1c5b69fff libCoreVMClient.dylib arm64e  <2303188bf70a32078227ae92ef2dc9ca> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1c5b9e000 - 0x1c5bd6fff QuickLookThumbnailing arm64e  <2d6a0b4e77343145a118b08fd76fc877> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x1c5ff3000 - 0x1c5ff3fff UIKit arm64e  <96df300bc0b432658133434fe94c795d> /System/Library/Frameworks/UIKit.framework/UIKit
0x1c63ae000 - 0x1c64eefff ANECompiler arm64e  <95342f9eac13373fa6652cba48b5d31d> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler
0x1c64ef000 - 0x1c6500fff ANEServices arm64e  <bd9d66e96d7c371f94e92f9b386e5b50> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x1c6509000 - 0x1c659afff APFS arm64e  <abc2cd67ae1f3a94b3a77dbb9410d2fe> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x1c659b000 - 0x1c659ffff ASEProcessing arm64e  <813d4875d3123d2083f7f54e67406654> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x1c674b000 - 0x1c6756fff AccountSettings arm64e  <8b81f1d5a26730a28032279362c233d3> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
0x1c70a5000 - 0x1c70b3fff AppleFSCompression arm64e  <be2976a9098936bdaeeb595cf029cf9b> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1c70ba000 - 0x1c70c4fff AppleIDAuthSupport arm64e  <767165649aad35d1be07a3e17836fb16> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1c70c5000 - 0x1c7107fff AppleJPEG arm64e  <99fc08d523b83f5dacbfc347f7189d41> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1c7123000 - 0x1c7134fff AppleNeuralEngine arm64e  <5ba1eb56f0b4337f9e1977fb4c80b997> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x1c713b000 - 0x1c715efff AppleSauce arm64e  <f0cb99f323a73d03a139c49cf6c41ab1> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1c7363000 - 0x1c7393fff Bom arm64e  <11fce97348f439439e7c35bcd663d649> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1c7e5e000 - 0x1c7e65fff CommonAuth arm64e  <ee06de91c40d3a3a8abaaf90d5a4f387> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x1c829a000 - 0x1c829dfff CoreOptimization arm64e  <7a01f6f33e8333679c22f69495e7ea4d> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x1c83b8000 - 0x1c83c3fff DeviceIdentity arm64e  <0889ebc4bb343b00b0de4fd6947beea8> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1c8555000 - 0x1c8571fff DocumentManagerCore arm64e  <76354137b4ad3a2db4c614d4a918f5d8> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x1c8633000 - 0x1c8bfffff Espresso arm64e  <5f68481ad8b232188840d17d81a99547> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x1c8ed4000 - 0x1c92e7fff FaceCore arm64e  <d60a07b0691d36e6bd692fdf0f7f7d6b> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1c93bd000 - 0x1c93d0fff libGSFontCache.dylib arm64e  <72f67cdc64c33973a2d9ab831c570fd4> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1c9437000 - 0x1c9443fff libhvf.dylib arm64e  <f16dbf931f4d3c8db212eb868d202eb9> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x1c9465000 - 0x1c9479fff Futhark arm64e  <a9d8c7dc21823abfb71945cb47ff23cb> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x1c9ff9000 - 0x1c9ff9fff libmetal_timestamp.dylib arm64e  <e2d9b550209b391eaa82e23eba8bcf0c> /System/Library/PrivateFrameworks/GPUCompiler.framework/Libraries/libmetal_timestamp.dylib
0x1ca183000 - 0x1ca18ffff GraphVisualizer arm64e  <823f8952925c349cb70927c695feacb2> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1cab1f000 - 0x1cab8ffff Heimdal arm64e  <ed41231c23a23bd4ae52ff6d26ef4284> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x1cb0f0000 - 0x1cb0f6fff InternationalSupport arm64e  <2207de040b58322980dcd9a00c09440e> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1cb3bb000 - 0x1cb3bbfff Marco arm64e  <1bff78277f363f4195e5f33d8aefa22d> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1cb883000 - 0x1cb8adfff MetricsKit arm64e  <b3fb62d1ca603444893c1b3490ab4e0f> /System/Library/PrivateFrameworks/MetricsKit.framework/MetricsKit
0x1cb8bb000 - 0x1cb8cefff MobileDeviceLink arm64e  <6a6292db7a2f3e308ad97185d2fee6b3> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x1cbb87000 - 0x1cbbc7fff OTSVG arm64e  <1766611019083e14909da771581fb644> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x1cc246000 - 0x1cc246fff PhoneNumbers arm64e  <ed456ac4bd903b78b1a47422d92f7340> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1cdc46000 - 0x1cdc4afff RevealCore arm64e  <f5159444bdde3846a157aab561c393d5> /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore
0x1cdde4000 - 0x1cddf0fff SetupAssistantSupport arm64e  <076b12e0c3283973b83b50faac9a0eff> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1cde0f000 - 0x1cde0ffff SignpostMetrics arm64e  <06fd3e7756263027b617d51af79fd87c> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics
0x1cde3e000 - 0x1cde66fff SiriInstrumentation arm64e  <84a1f834add0360b9f2ac0435014b597> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation
0x1ce5f8000 - 0x1ce719fff TextRecognition arm64e  <f70cac6cc90d3146b2b6c9e013b00f98> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition
0x1ce71a000 - 0x1ce7befff TextureIO arm64e  <960b646f43c73db2bcdd1b68e4b11981> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1cf61b000 - 0x1cfb17fff libwebrtc.dylib arm64e  <7afdf5c54b4037be8f73c4d0e9ba1b05> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1cfcb1000 - 0x1cfcb9fff kperfdata arm64e  <3f2e5197a8e93f13bbd1e51b0f0044d6> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1cfcba000 - 0x1cfd03fff ktrace arm64e  <c6321da021713236b36ce359e6f6b2e3> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1cfd1c000 - 0x1cfd28fff perfdata arm64e  <fbb03adeac8c3021b29016aea484e4c7> /System/Library/PrivateFrameworks/perfdata.framework/perfdata
0x1d00f5000 - 0x1d03fdfff libAWDSupportFramework.dylib arm64e  <22a732b4f1363ccf9a240da77e6ecc28> /usr/lib/libAWDSupportFramework.dylib
0x1d05b1000 - 0x1d05bbfff libChineseTokenizer.dylib arm64e  <19ee02458a9930bfbd6a7b498cd26008> /usr/lib/libChineseTokenizer.dylib
0x1d05e1000 - 0x1d07a5fff libFosl_dynamic.dylib arm64e  <2ec3d3e588573001ba8c8eac0c468af9> /usr/lib/libFosl_dynamic.dylib
0x1d0820000 - 0x1d0827fff libMatch.1.dylib arm64e  <c9ccfaf084f63190a72e570c7e74fabd> /usr/lib/libMatch.1.dylib
0x1d08e4000 - 0x1d08e5fff libSystem.B.dylib arm64e  <773c3a5bb56e304984cfe35816be0791> /usr/lib/libSystem.B.dylib
0x1d08ee000 - 0x1d08effff libThaiTokenizer.dylib arm64e  <27faaf2b799c3a298b7af5a2acf847eb> /usr/lib/libThaiTokenizer.dylib
0x1d09ef000 - 0x1d0a04fff libapple_nghttp2.dylib arm64e  <ee3a83b9547b312eae767dfa8158b6d6> /usr/lib/libapple_nghttp2.dylib
0x1d0a7e000 - 0x1d0a8efff libbsm.0.dylib arm64e  <521d3c6f861c3989b2f40eb13d2dd33f> /usr/lib/libbsm.0.dylib
0x1d0a8f000 - 0x1d0a9bfff libbz2.1.0.dylib arm64e  <151a0a3a7b6338ee8cddfe5cca976cc6> /usr/lib/libbz2.1.0.dylib
0x1d0a9c000 - 0x1d0a9cfff libcharset.1.dylib arm64e  <2ff687dceebb322a928c71c254eadd20> /usr/lib/libcharset.1.dylib
0x1d0a9d000 - 0x1d0aaefff libcmph.dylib arm64e  <d84d45b2dfd5376eb73883a39a553cf9> /usr/lib/libcmph.dylib
0x1d0aaf000 - 0x1d0ac6fff libcompression.dylib arm64e  <adf3fe98bea632d59c9313e109621095> /usr/lib/libcompression.dylib
0x1d0ac7000 - 0x1d0ac8fff libcoretls_cfhelpers.dylib arm64e  <05fb230a923b33e080efebc218e88d95> /usr/lib/libcoretls_cfhelpers.dylib
0x1d0ac9000 - 0x1d0acffff libcupolicy.dylib arm64e  <3e82ed8fc58c3ca8ac7949427f56e922> /usr/lib/libcupolicy.dylib
0x1d0b10000 - 0x1d0b19fff libdscsym.dylib arm64e  <dcd811f774223b3995f0618733aff23e> /usr/lib/libdscsym.dylib
0x1d0b1a000 - 0x1d0b37fff libedit.3.dylib arm64e  <9b81c5a882923e74aaa84c522c55923b> /usr/lib/libedit.3.dylib
0x1d0b51000 - 0x1d0b56fff libheimdal-asn1.dylib arm64e  <1792150aa9f9387c9d3c012d7942d9c5> /usr/lib/libheimdal-asn1.dylib
0x1d0b57000 - 0x1d0c49fff libiconv.2.dylib arm64e  <585d7b1ecfde3dbd8cfb65745e2e7ac8> /usr/lib/libiconv.2.dylib
0x1d0c5f000 - 0x1d0c6afff liblockdown.dylib arm64e  <4ea2f33daedf369094e2cd6ce79a5e3e> /usr/lib/liblockdown.dylib
0x1d0c6b000 - 0x1d0c83fff liblzma.5.dylib arm64e  <0121b6fe5e813f688d09dd5a4068605a> /usr/lib/liblzma.5.dylib
0x1d100c000 - 0x1d103cfff libncurses.5.4.dylib arm64e  <411fcdf6338b3c0ea7d63098c56db18c> /usr/lib/libncurses.5.4.dylib
0x1d103d000 - 0x1d1051fff libnetworkextension.dylib arm64e  <2a685141e3d83a11a99863a93f534f0e> /usr/lib/libnetworkextension.dylib
0x1d13dd000 - 0x1d13f5fff libresolv.9.dylib arm64e  <81591f0ef3523d07a424e046be532237> /usr/lib/libresolv.9.dylib
0x1d13f6000 - 0x1d13f8fff libsandbox.1.dylib arm64e  <dffc0e1f146836e3a9a9174fdd212c0e> /usr/lib/libsandbox.1.dylib
0x1d13f9000 - 0x1d13fefff libsysdiagnose.dylib arm64e  <edf80fe5e377363c8ac4e49a4e187dbd> /usr/lib/libsysdiagnose.dylib
0x1d13ff000 - 0x1d1430fff libtidy.A.dylib arm64e  <e62eef4f17e43a4b8ee9c354a3233c0c> /usr/lib/libtidy.A.dylib
0x1d1438000 - 0x1d143bfff libutil.dylib arm64e  <eaa22438f5ea3da8a1aab237bb730fb8> /usr/lib/libutil.dylib
0x1d1469000 - 0x1d147afff libz.1.dylib arm64e  <cf99bb9237a434b4b2394e3856427cd6> /usr/lib/libz.1.dylib
0x1d18ba000 - 0x1d18bffff libcache.dylib arm64e  <c67a14f00f763214b024b62734061cfc> /usr/lib/system/libcache.dylib
0x1d18c0000 - 0x1d18d0fff libcommonCrypto.dylib arm64e  <8f6a8b7d90b63bb49ef51686cf390474> /usr/lib/system/libcommonCrypto.dylib
0x1d18d1000 - 0x1d18d4fff libcompiler_rt.dylib arm64e  <455721aa62ea32338783af085ea5b027> /usr/lib/system/libcompiler_rt.dylib
0x1d19ac000 - 0x1d19acfff liblaunch.dylib arm64e  <5545bb57da133c178a4e893f67f3bbdb> /usr/lib/system/liblaunch.dylib
0x1d19ad000 - 0x1d19b2fff libmacho.dylib arm64e  <7f0b22c0167433c2a4d9224c3c2746da> /usr/lib/system/libmacho.dylib
0x1d19b3000 - 0x1d19b4fff libremovefile.dylib arm64e  <78ba982e4ac339a081d6770ac532094d> /usr/lib/system/libremovefile.dylib
0x1d19b5000 - 0x1d19b6fff libsystem_featureflags.dylib arm64e  <3fdc940f51b03e06a4ca0a806e24a565> /usr/lib/system/libsystem_featureflags.dylib
0x1d19b7000 - 0x1d19e4fff libsystem_m.dylib arm64e  <e924f838a34b3a8d8c1b6d198ded17c1> /usr/lib/system/libsystem_m.dylib
0x1d19e5000 - 0x1d19eafff libunwind.dylib arm64e  <19ddabc7002c33ab90c5cb020d7c4572> /usr/lib/system/libunwind.dylib
0x1d1ccf000 - 0x1d1d3bfff NanoRegistry arm64e  <161c4b8135c13f5d805fd1155e49fef1> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x1d1d3c000 - 0x1d1d49fff NanoPreferencesSync arm64e  <ca244dbaa32e33db919b5c0af21c9248> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x1d297e000 - 0x1d2c4afff AGXMetalA13 arm64e  <062199884a233ab6af3c0dd4059cf206> /System/Library/Extensions/AGXMetalA13.bundle/AGXMetalA13
0x1d3d70000 - 0x1d3d8efff AppSSO arm64e  <b8330e6683983feabdc204f38a5103cd> /System/Library/PrivateFrameworks/AppSSO.framework/AppSSO
0x1d3d8f000 - 0x1d3da3fff AppSSOCore arm64e  <6dbf585d9d4e3c8db56e1ebd27f2dd0b> /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore

React Native version: 0.61.4

I have noticed that the app Crash when I make a gesture, like the swipe back from a view to another view, or on a element that have the swipe gesture on it.

Anyone can help me?

dulmandakh commented 4 years ago

Please provide reproducible demo code. Thanks