xamarin / xamarin-macios

.NET for iOS, Mac Catalyst, macOS, and tvOS provide open-source bindings of the Apple SDKs for use with .NET managed languages such as C#
Other
2.44k stars 507 forks source link

WkWebView deref Crash while running javascript iOS & macOS #12391

Closed captainjono closed 3 years ago

captainjono commented 3 years ago

Steps to Reproduce

Inside of a WkWebView (Xamarin forms custom reneder) I am loading a SPA. The SPA uses a ServiceWorker which calls indexDb, crypto, performs offline caching and other services.

I have been debugging this issue for multiple weeks but cannot find a solution. At first i thought WkWebView was hitting well-known memory limits, so i offloaded the crypto to my host App and used the JS bridge to transfer results BUT this only had the effect of pushing the crash to my indexDb calls about 10 lines south (i do many many indexDb calls before this successfully). So it kind of feels memory related.

The renderer process crashes and recovers itself. didTerminate gets called. Apart from the attached logs, i cant provide anymore info. Can i please get help on debugging this issue? Am i not holding onto a variable i should be? CAn i get anymore details on the types of things in the JS world that can cause memory pressure or types of code that could leak if this is WkWebView specific?

This code does not crash on Chrome based browsers. Im attempting to switch from Chrome to WkWebView and this a hard blocker.

Process:               com.apple.WebKit.WebContent [3166]
Path:                  /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
Identifier:            com.apple.WebKit.WebContent
Version:               16611 (16611.3.10.1.3)
Build Info:            WebKit2-7611003010001003~1
Code Type:             ARM-64 (Native)
Parent Process:        ??? [1]
Responsible:           ... [3158]
User ID:               502

Date/Time:             2021-08-10 09:59:16.452 +1000
OS Version:            macOS 11.5 (20G71)
Report Version:        12
Anonymous UUID:        7A7D16D4-E306-4090-AA23-3832B1C15078

Sleep/Wake UUID:       7217B89E-E56F-4751-9B3F-A74840B07A9D

Time Awake Since Boot: 33000 seconds
Time Since Wake:       3700 seconds

System Integrity Protection: enabled

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_BAD_ACCESS (SIGKILL)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0036800afb2ef2f0 -> 0x0000000afb2ef2f0 (possible pointer authentication failure)
Exception Note:        EXC_CORPSE_NOTIFY

Termination Reason:    Namespace <0x1C>, Code 0x1

VM Regions Near 0xafb2ef2f0:
    WebKit Malloc               290600000-290700000    [ 1024K] rw-/rwx SM=PRV  
--> 
    commpage (reserved)         fc0000000-1000000000   [  1.0G] ---/--- SM=NUL  reserved VM address space (unallocated)

Application Specific Information:
dyld3 mode

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   com.apple.WebCore               0x00000001b0c79760 WTF::Deque<std::__1::unique_ptr<WebCore::WorkerRunLoop::Task, std::__1::default_delete<WebCore::WorkerRunLoop::Task> >, 0ul>::append(std::__1::unique_ptr<WebCore::WorkerRunLoop::Task, std::__1::default_delete<WebCore::WorkerRunLoop::Task> >&&) + 280
1   com.apple.WebCore               0x00000001b0c708e4 WebCore::WorkerRunLoop::postTaskForMode(WebCore::ScriptExecutionContext::Task&&, WTF::String const&) + 116
2   com.apple.WebCore               0x00000001b0c708e4 WebCore::WorkerRunLoop::postTaskForMode(WebCore::ScriptExecutionContext::Task&&, WTF::String const&) + 116
3   com.apple.WebCore               0x00000001b0c6ec28 WTF::Detail::CallableWrapper<WebCore::WorkerGlobalScope::unwrapCryptoKey(WTF::Vector<unsigned char, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc> const&, WTF::Vector<unsigned char, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc>&)::$_6, void, WebCore::ScriptExecutionContext&>::call(WebCore::ScriptExecutionContext&) + 172
4   com.apple.JavaScriptCore        0x00000001ace36798 WTF::RunLoop::performWork() + 484
5   com.apple.JavaScriptCore        0x00000001ace37768 WTF::RunLoop::performWork(void*) + 36
6   com.apple.CoreFoundation        0x0000000196abaa84 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28
7   com.apple.CoreFoundation        0x0000000196aba9d0 __CFRunLoopDoSource0 + 208
8   com.apple.CoreFoundation        0x0000000196aba6bc __CFRunLoopDoSources0 + 268
9   com.apple.CoreFoundation        0x0000000196ab9044 __CFRunLoopRun + 820
10  com.apple.CoreFoundation        0x0000000196ab8598 CFRunLoopRunSpecific + 600
11  com.apple.Foundation            0x0000000197862638 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 232
12  com.apple.Foundation            0x00000001978f4b20 -[NSRunLoop(NSRunLoop) run] + 92
13  libxpc.dylib                    0x000000019672f768 _xpc_objc_main + 900
14  libxpc.dylib                    0x000000019672ef94 xpc_main + 132
15  com.apple.WebKit                0x00000001b1a0dfec WebKit::XPCServiceMain(int, char const**) + 328
16  libdyld.dylib                   0x00000001969d9430 start + 4

Thread 1:: JavaScriptCore bmalloc scavenger
0   libsystem_kernel.dylib          0x0000000196984548 __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x00000001969bbdac _pthread_cond_wait + 1248
2   libc++.1.dylib                  0x0000000196915f98 std::__1::condition_variable::__do_timed_wait(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   com.apple.JavaScriptCore        0x00000001acea011c bmalloc::Scavenger::threadRunLoop() + 672
4   com.apple.JavaScriptCore        0x00000001ace9fbe8 bmalloc::Scavenger::threadEntryPoint(bmalloc::Scavenger*) + 16
5   com.apple.JavaScriptCore        0x00000001acea1f70 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (*)(bmalloc::Scavenger*), bmalloc::Scavenger*> >(void*) + 48
6   libsystem_pthread.dylib         0x00000001969bb878 _pthread_start + 320
7   libsystem_pthread.dylib         0x00000001969b65e0 thread_start + 8

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

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

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

Thread 5:: JIT Worklist Helper Thread
0   libsystem_kernel.dylib          0x0000000196984548 __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x00000001969bbdac _pthread_cond_wait + 1248
2   com.apple.JavaScriptCore        0x00000001ace2ffe0 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2780
3   com.apple.JavaScriptCore        0x00000001ac6ee25c bool WTF::Condition::waitUntil<WTF::Lock>(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 196
4   com.apple.JavaScriptCore        0x00000001ace046d4 WTF::Detail::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0, void>::call() + 204
5   com.apple.JavaScriptCore        0x00000001ace4dbac WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 208
6   com.apple.JavaScriptCore        0x00000001abece834 WTF::wtfThreadEntryPoint(void*) + 16
7   libsystem_pthread.dylib         0x00000001969bb878 _pthread_start + 320
8   libsystem_pthread.dylib         0x00000001969b65e0 thread_start + 8

Thread 6:: DFG Worklist Worker Thread
0   libsystem_kernel.dylib          0x0000000196984548 __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x00000001969bbdac _pthread_cond_wait + 1248
2   com.apple.JavaScriptCore        0x00000001ace2ffe0 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2780
3   com.apple.JavaScriptCore        0x00000001ac6ee25c bool WTF::Condition::waitUntil<WTF::Lock>(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 196
4   com.apple.JavaScriptCore        0x00000001ace046d4 WTF::Detail::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0, void>::call() + 204
5   com.apple.JavaScriptCore        0x00000001ace4dbac WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 208
6   com.apple.JavaScriptCore        0x00000001abece834 WTF::wtfThreadEntryPoint(void*) + 16
7   libsystem_pthread.dylib         0x00000001969bb878 _pthread_start + 320
8   libsystem_pthread.dylib         0x00000001969b65e0 thread_start + 8

Thread 7:: DFG Worklist Worker Thread
0   libsystem_kernel.dylib          0x0000000196984548 __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x00000001969bbdac _pthread_cond_wait + 1248
2   com.apple.JavaScriptCore        0x00000001ace2ffe0 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2780
3   com.apple.JavaScriptCore        0x00000001ac6ee25c bool WTF::Condition::waitUntil<WTF::Lock>(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 196
4   com.apple.JavaScriptCore        0x00000001ace046d4 WTF::Detail::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0, void>::call() + 204
5   com.apple.JavaScriptCore        0x00000001ace4dbac WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 208
6   com.apple.JavaScriptCore        0x00000001abece834 WTF::wtfThreadEntryPoint(void*) + 16
7   libsystem_pthread.dylib         0x00000001969bb878 _pthread_start + 320
8   libsystem_pthread.dylib         0x00000001969b65e0 thread_start + 8

Thread 8:: AMCP Logging Spool
0   libsystem_kernel.dylib          0x0000000196980e10 semaphore_wait_trap + 8
1   com.apple.audio.caulk           0x000000019e752934 caulk::mach::semaphore::wait_or_error() + 28
2   com.apple.audio.caulk           0x000000019e73c6e0 caulk::semaphore::timed_wait(double) + 168
3   com.apple.audio.caulk           0x000000019e73c5cc caulk::concurrent::details::worker_thread::run() + 44
4   com.apple.audio.caulk           0x000000019e73c30c void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*> > >(void*) + 96
5   libsystem_pthread.dylib         0x00000001969bb878 _pthread_start + 320
6   libsystem_pthread.dylib         0x00000001969b65e0 thread_start + 8

Thread 9:: WebCore: Service Worker
0   libsystem_kernel.dylib          0x0000000196984548 __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x00000001969bbdac _pthread_cond_wait + 1248
2   com.apple.JavaScriptCore        0x00000001ace2ffe0 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2780
3   com.apple.WebCore               0x00000001aefa65a4 bool WTF::Condition::waitUntil<WTF::Lock>(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 196
4   com.apple.WebCore               0x00000001b0c75234 WebCore::WorkerRunLoop::runInMode(WebCore::WorkerOrWorkletGlobalScope*, WebCore::ModePredicate const&, WebCore::WorkerRunLoop::WaitMode) + 708
5   com.apple.WebCore               0x00000001b0c759b8 WebCore::WorkerRunLoop::runInMode(WebCore::WorkerOrWorkletGlobalScope*, WTF::String const&, WebCore::WorkerRunLoop::WaitMode) + 136
6   com.apple.WebCore               0x00000001b0c6a790 WebCore::WorkerGlobalScope::unwrapCryptoKey(WTF::Vector<unsigned char, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc> const&, WTF::Vector<unsigned char, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc>&) + 448
7   com.apple.WebCore               0x00000001aecf1180 WebCore::CloneDeserializer::readTerminal() + 7908
8   com.apple.WebCore               0x00000001afccf200 WebCore::SerializedScriptValue::deserialize(JSC::JSGlobalObject&, JSC::JSGlobalObject*, WTF::Vector<WTF::RefPtr<WebCore::MessagePort, WTF::RawPtrTraits<WebCore::MessagePort>, WTF::DefaultRefDerefTraits<WebCore::MessagePort> >, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc> const&, WTF::Vector<WTF::String, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc> const&, WTF::Vector<WTF::String, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc> const&, WebCore::SerializationErrorMode) + 6672
9   com.apple.WebCore               0x00000001afc88a2c WebCore::deserializeIDBValueToJSValue(JSC::JSGlobalObject&, JSC::JSGlobalObject&, WebCore::IDBValue const&) + 224
10  com.apple.WebCore               0x00000001afc897a0 WebCore::deserializeIDBValueWithKeyInjection(JSC::JSGlobalObject&, WebCore::IDBValue const&, WebCore::IDBKeyData const&, WTF::Optional<WTF::Variant<WTF::String, WTF::Vector<WTF::String, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc> > > const&) + 56
11  com.apple.WebCore               0x00000001afcbd724 JSC::JSValue WTF::__visitor_table<WTF::Visitor<WebCore::JSIDBRequest::result(JSC::JSGlobalObject&) const::$_4::operator()() const::'lambda'(WTF::RefPtr<WebCore::IDBCursor, WTF::RawPtrTraits<WebCore::IDBCursor>, WTF::DefaultRefDerefTraits<WebCore::IDBCursor> >&), WebCore::JSIDBRequest::result(JSC::JSGlobalObject&) const::$_4::operator()() const::'lambda'(WTF::RefPtr<WebCore::IDBDatabase, WTF::RawPtrTraits<WebCore::IDBDatabase>, WTF::DefaultRefDerefTraits<WebCore::IDBDatabase> >&), WebCore::JSIDBRequest::result(JSC::JSGlobalObject&) const::$_4::operator()() const::'lambda'(WebCore::IDBKeyData), WebCore::JSIDBRequest::result(JSC::JSGlobalObject&) const::$_4::operator()() const::'lambda'(WTF::Vector<WebCore::IDBKeyData, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc>), WebCore::JSIDBRequest::result(JSC::JSGlobalObject&) const::$_4::operator()() const::'lambda'(WebCore::IDBGetResult), WebCore::JSIDBRequest::result(JSC::JSGlobalObject&) const::$_4::operator()() const::'lambda'(WebCore::IDBGetAllResult), WebCore::JSIDBRequest::result(JSC::JSGlobalObject&) const::$_4::operator()() const::'lambda'(unsigned long long), WebCore::JSIDBRequest::result(JSC::JSGlobalObject&) const::$_4::operator()() const::'lambda'(WebCore::IDBRequest::NullResultType)>, WTF::RefPtr<WebCore::IDBCursor, WTF::RawPtrTraits<WebCore::IDBCursor>, WTF::DefaultRefDerefTraits<WebCore::IDBCursor> >, WTF::RefPtr<WebCore::IDBDatabase, WTF::RawPtrTraits<WebCore::IDBDatabase>, WTF::DefaultRefDerefTraits<WebCore::IDBDatabase> >, WebCore::IDBKeyData, WTF::Vector<WebCore::IDBKeyData, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc>, WebCore::IDBGetResult, WebCore::IDBGetAllResult, unsigned long long, WebCore::IDBRequest::NullResultType>::__trampoline_func<WebCore::IDBGetResult>(WTF::Visitor<WebCore::JSIDBRequest::result(JSC::JSGlobalObject&) const::$_4::operator()() const::'lambda'(WTF::RefPtr<WebCore::IDBCursor, WTF::RawPtrTraits<WebCore::IDBCursor>, WTF::DefaultRefDerefTraits<WebCore::IDBCursor> >&), WebCore::JSIDBRequest::result(JSC::JSGlobalObject&) const::$_4::operator()() const::'lambda'(WTF::RefPtr<WebCore::IDBDatabase, WTF::RawPtrTraits<WebCore::IDBDatabase>, WTF::DefaultRefDerefTraits<WebCore::IDBDatabase> >&), WebCore::JSIDBRequest::result(JSC::JSGlobalObject&) const::$_4::operator()() const::'lambda'(WebCore::IDBKeyData), WebCore::JSIDBRequest::result(JSC::JSGlobalObject&) const::$_4::operator()() const::'lambda'(WTF::Vector<WebCore::IDBKeyData, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc>), WebCore::JSIDBRequest::result(JSC::JSGlobalObject&) const::$_4::operator()() const::'lambda'(WebCore::IDBGetResult), WebCore::JSIDBRequest::result(JSC::JSGlobalObject&) const::$_4::operator()() const::'lambda'(WebCore::IDBGetAllResult), WebCore::JSIDBRequest::result(JSC::JSGlobalObject&) const::$_4::operator()() const::'lambda'(unsigned long long), WebCore::JSIDBRequest::result(JSC::JSGlobalObject&) const::$_4::operator()() const::'lambda'(WebCore::IDBRequest::NullResultType)>&, WTF::Variant<WTF::RefPtr<WebCore::IDBCursor, WTF::RawPtrTraits<WebCore::IDBCursor>, WTF::DefaultRefDerefTraits<WebCore::IDBCursor> >, WTF::RefPtr<WebCore::IDBDatabase, WTF::RawPtrTraits<WebCore::IDBDatabase>, WTF::DefaultRefDerefTraits<WebCore::IDBDatabase> >, WebCore::IDBKeyData, WTF::Vector<WebCore::IDBKeyData, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc>, WebCore::IDBGetResult, WebCore::IDBGetAllResult, unsigned long long, WebCore::IDBRequest::NullResultType>&) + 88
12  com.apple.WebCore               0x00000001afcbd088 WTF::Detail::CallableWrapper<WebCore::JSIDBRequest::result(JSC::JSGlobalObject&) const::$_4, JSC::JSValue>::call() + 308
13  com.apple.WebCore               0x00000001afc9174c WebCore::cachedPropertyValue(JSC::JSGlobalObject&, WebCore::JSDOMObject const&, WebCore::JSValueInWrappedObject&, WTF::Function<JSC::JSValue ()> const&) + 304
14  com.apple.WebCore               0x00000001af34c364 WebCore::jsIDBRequest_result(JSC::JSGlobalObject*, long long, JSC::PropertyName) + 96
15  com.apple.JavaScriptCore        0x00000001ac8f8d94 JSC::LLInt::performLLIntGetByID(JSC::Instruction const*, JSC::CodeBlock*, JSC::JSGlobalObject*, JSC::JSValue, JSC::Identifier const&, JSC::GetByIdModeMetadata&) + 2188
16  com.apple.JavaScriptCore        0x00000001abfe2ef0 llint_slow_path_get_by_id + 296
17  com.apple.JavaScriptCore        0x00000001ac1e5b18 llint_function_for_construct_arity_checkTagGateAfter + 30856
18  ???                             0x000000011ea04728 0 + 4808787752
19  com.apple.JavaScriptCore        0x00000001ac808f9c JSC::Interpreter::executeCall(JSC::JSGlobalObject*, JSC::JSObject*, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 488
20  com.apple.JavaScriptCore        0x00000001aca19484 JSC::profiledCall(JSC::JSGlobalObject*, JSC::ProfilingReason, JSC::JSValue, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&, WTF::NakedPtr<JSC::Exception>&) + 176
21  com.apple.WebCore               0x00000001afca323c WebCore::JSEventListener::handleEvent(WebCore::ScriptExecutionContext&, WebCore::Event&) + 1488
22  com.apple.WebCore               0x00000001aff5fb38 WebCore::EventTarget::innerInvokeEventListeners(WebCore::Event&, WTF::Vector<WTF::RefPtr<WebCore::RegisteredEventListener, WTF::RawPtrTraits<WebCore::RegisteredEventListener>, WTF::DefaultRefDerefTraits<WebCore::RegisteredEventListener> >, 1ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc>, WebCore::EventTarget::EventInvokePhase) + 440
23  com.apple.WebCore               0x00000001aff5f644 WebCore::EventTarget::fireEventListeners(WebCore::Event&, WebCore::EventTarget::EventInvokePhase) + 280
24  com.apple.WebCore               0x00000001aff5861c WebCore::dispatchEventInDOM(WebCore::Event&, WebCore::EventPath const&) + 228
25  com.apple.WebCore               0x00000001aff5872c WebCore::EventDispatcher::dispatchEvent(WTF::Vector<WebCore::EventTarget*, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc> const&, WebCore::Event&) + 196
26  com.apple.WebCore               0x00000001af91fc0c WebCore::IDBRequest::dispatchEvent(WebCore::Event&) + 228
27  com.apple.WebCore               0x00000001aff5c7c8 WebCore::EventLoop::run() + 204
28  com.apple.WebCore               0x00000001b0c754b0 WebCore::WorkerRunLoop::runInMode(WebCore::WorkerOrWorkletGlobalScope*, WebCore::ModePredicate const&, WebCore::WorkerRunLoop::WaitMode) + 1344
29  com.apple.WebCore               0x00000001b0c74788 WebCore::WorkerRunLoop::run(WebCore::WorkerOrWorkletGlobalScope*) + 104
30  com.apple.WebCore               0x00000001b0c74a7c WebCore::WorkerOrWorkletThread::workerOrWorkletThread() + 596
31  com.apple.JavaScriptCore        0x00000001ace4dbac WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 208
32  com.apple.JavaScriptCore        0x00000001abece834 WTF::wtfThreadEntryPoint(void*) + 16
33  libsystem_pthread.dylib         0x00000001969bb878 _pthread_start + 320
34  libsystem_pthread.dylib         0x00000001969b65e0 thread_start + 8

Thread 10:: WebCore: Scrolling
0   libsystem_kernel.dylib          0x0000000196980dd4 mach_msg_trap + 8
1   libsystem_kernel.dylib          0x0000000196981184 mach_msg + 76
2   com.apple.CoreFoundation        0x0000000196abad00 __CFRunLoopServiceMachPort + 372
3   com.apple.CoreFoundation        0x0000000196ab91cc __CFRunLoopRun + 1212
4   com.apple.CoreFoundation        0x0000000196ab8598 CFRunLoopRunSpecific + 600
5   com.apple.CoreFoundation        0x0000000196b435c4 CFRunLoopRun + 64
6   com.apple.JavaScriptCore        0x00000001ace37c7c WTF::RunLoop::run() + 28
7   com.apple.JavaScriptCore        0x00000001ace4dbac WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 208
8   com.apple.JavaScriptCore        0x00000001abece834 WTF::wtfThreadEntryPoint(void*) + 16
9   libsystem_pthread.dylib         0x00000001969bb878 _pthread_start + 320
10  libsystem_pthread.dylib         0x00000001969b65e0 thread_start + 8

Thread 11:: Heap Helper Thread
0   libsystem_kernel.dylib          0x0000000196984548 __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x00000001969bbdac _pthread_cond_wait + 1248
2   com.apple.JavaScriptCore        0x00000001ace2ffe0 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2780
3   com.apple.JavaScriptCore        0x00000001ac6ee25c bool WTF::Condition::waitUntil<WTF::Lock>(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 196
4   com.apple.JavaScriptCore        0x00000001ace046d4 WTF::Detail::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0, void>::call() + 204
5   com.apple.JavaScriptCore        0x00000001ace4dbac WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 208
6   com.apple.JavaScriptCore        0x00000001abece834 WTF::wtfThreadEntryPoint(void*) + 16
7   libsystem_pthread.dylib         0x00000001969bb878 _pthread_start + 320
8   libsystem_pthread.dylib         0x00000001969b65e0 thread_start + 8

Thread 12:: Heap Helper Thread
0   libsystem_kernel.dylib          0x0000000196984548 __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x00000001969bbdac _pthread_cond_wait + 1248
2   com.apple.JavaScriptCore        0x00000001ace2ffe0 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2780
3   com.apple.JavaScriptCore        0x00000001ac6ee25c bool WTF::Condition::waitUntil<WTF::Lock>(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 196
4   com.apple.JavaScriptCore        0x00000001ace046d4 WTF::Detail::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0, void>::call() + 204
5   com.apple.JavaScriptCore        0x00000001ace4dbac WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 208
6   com.apple.JavaScriptCore        0x00000001abece834 WTF::wtfThreadEntryPoint(void*) + 16
7   libsystem_pthread.dylib         0x00000001969bb878 _pthread_start + 320
8   libsystem_pthread.dylib         0x00000001969b65e0 thread_start + 8

Thread 13:: Heap Helper Thread
0   libsystem_kernel.dylib          0x0000000196984548 __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x00000001969bbdac _pthread_cond_wait + 1248
2   com.apple.JavaScriptCore        0x00000001ace2ffe0 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2780
3   com.apple.JavaScriptCore        0x00000001ac6ee25c bool WTF::Condition::waitUntil<WTF::Lock>(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 196
4   com.apple.JavaScriptCore        0x00000001ace046d4 WTF::Detail::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0, void>::call() + 204
5   com.apple.JavaScriptCore        0x00000001ace4dbac WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 208
6   com.apple.JavaScriptCore        0x00000001abece834 WTF::wtfThreadEntryPoint(void*) + 16
7   libsystem_pthread.dylib         0x00000001969bb878 _pthread_start + 320
8   libsystem_pthread.dylib         0x00000001969b65e0 thread_start + 8

Thread 14:: Heap Helper Thread
0   libsystem_kernel.dylib          0x0000000196984548 __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x00000001969bbdac _pthread_cond_wait + 1248
2   com.apple.JavaScriptCore        0x00000001ace2ffe0 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2780
3   com.apple.JavaScriptCore        0x00000001ac6ee25c bool WTF::Condition::waitUntil<WTF::Lock>(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 196
4   com.apple.JavaScriptCore        0x00000001ace046d4 WTF::Detail::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0, void>::call() + 204
5   com.apple.JavaScriptCore        0x00000001ace4dbac WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 208
6   com.apple.JavaScriptCore        0x00000001abece834 WTF::wtfThreadEntryPoint(void*) + 16
7   libsystem_pthread.dylib         0x00000001969bb878 _pthread_start + 320
8   libsystem_pthread.dylib         0x00000001969b65e0 thread_start + 8

Thread 15:: Heap Helper Thread
0   libsystem_kernel.dylib          0x0000000196984548 __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x00000001969bbdac _pthread_cond_wait + 1248
2   com.apple.JavaScriptCore        0x00000001ace2ffe0 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2780
3   com.apple.JavaScriptCore        0x00000001ac6ee25c bool WTF::Condition::waitUntil<WTF::Lock>(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 196
4   com.apple.JavaScriptCore        0x00000001ace046d4 WTF::Detail::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0, void>::call() + 204
5   com.apple.JavaScriptCore        0x00000001ace4dbac WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 208
6   com.apple.JavaScriptCore        0x00000001abece834 WTF::wtfThreadEntryPoint(void*) + 16
7   libsystem_pthread.dylib         0x00000001969bb878 _pthread_start + 320
8   libsystem_pthread.dylib         0x00000001969b65e0 thread_start + 8

Thread 16:: Heap Helper Thread
0   libsystem_kernel.dylib          0x0000000196984548 __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x00000001969bbdac _pthread_cond_wait + 1248
2   com.apple.JavaScriptCore        0x00000001ace2ffe0 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2780
3   com.apple.JavaScriptCore        0x00000001ac6ee25c bool WTF::Condition::waitUntil<WTF::Lock>(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 196
4   com.apple.JavaScriptCore        0x00000001ace046d4 WTF::Detail::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0, void>::call() + 204
5   com.apple.JavaScriptCore        0x00000001ace4dbac WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 208
6   com.apple.JavaScriptCore        0x00000001abece834 WTF::wtfThreadEntryPoint(void*) + 16
7   libsystem_pthread.dylib         0x00000001969bb878 _pthread_start + 320
8   libsystem_pthread.dylib         0x00000001969b65e0 thread_start + 8

Thread 17:: Heap Helper Thread
0   libsystem_kernel.dylib          0x0000000196984548 __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x00000001969bbdac _pthread_cond_wait + 1248
2   com.apple.JavaScriptCore        0x00000001ace2ffe0 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2780
3   com.apple.JavaScriptCore        0x00000001ac6ee25c bool WTF::Condition::waitUntil<WTF::Lock>(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 196
4   com.apple.JavaScriptCore        0x00000001ace046d4 WTF::Detail::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0, void>::call() + 204
5   com.apple.JavaScriptCore        0x00000001ace4dbac WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 208
6   com.apple.JavaScriptCore        0x00000001abece834 WTF::wtfThreadEntryPoint(void*) + 16
7   libsystem_pthread.dylib         0x00000001969bb878 _pthread_start + 320
8   libsystem_pthread.dylib         0x00000001969b65e0 thread_start + 8

Thread 18:: FTL Worklist Worker Thread
0   libsystem_kernel.dylib          0x0000000196984548 __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x00000001969bbdac _pthread_cond_wait + 1248
2   com.apple.JavaScriptCore        0x00000001ace2ffe0 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2780
3   com.apple.JavaScriptCore        0x00000001ac6ee25c bool WTF::Condition::waitUntil<WTF::Lock>(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 196
4   com.apple.JavaScriptCore        0x00000001ace046d4 WTF::Detail::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0, void>::call() + 204
5   com.apple.JavaScriptCore        0x00000001ace4dbac WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 208
6   com.apple.JavaScriptCore        0x00000001abece834 WTF::wtfThreadEntryPoint(void*) + 16
7   libsystem_pthread.dylib         0x00000001969bb878 _pthread_start + 320
8   libsystem_pthread.dylib         0x00000001969b65e0 thread_start + 8

Thread 19:: JSC Heap Collector Thread
0   libsystem_kernel.dylib          0x0000000196984548 __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x00000001969bbdac _pthread_cond_wait + 1248
2   com.apple.JavaScriptCore        0x00000001ace2ffe0 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2780
3   com.apple.JavaScriptCore        0x00000001ac6ee25c bool WTF::Condition::waitUntil<WTF::Lock>(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 196
4   com.apple.JavaScriptCore        0x00000001ace046d4 WTF::Detail::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0, void>::call() + 204
5   com.apple.JavaScriptCore        0x00000001ace4dbac WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 208
6   com.apple.JavaScriptCore        0x00000001abece834 WTF::wtfThreadEntryPoint(void*) + 16
7   libsystem_pthread.dylib         0x00000001969bb878 _pthread_start + 320
8   libsystem_pthread.dylib         0x00000001969b65e0 thread_start + 8

Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x00000001004e40f8   x1: 0x000000016fc727e8   x2: 0x000000016fc72858   x3: 0x37460002068521d0
    x4: 0xdd130001b0430d3c   x5: 0x00000000ffffffff   x6: 0x0000000000000000   x7: 0x000000011d60e150
    x8: 0x0036800206ac9af0   x9: 0x000000011e904b00  x10: 0x000000011ad42f70  x11: 0x0000000000000010
   x12: 0x0000010000000000  x13: 0x0000000000000000  x14: 0x0000000000000000  x15: 0x0000000000000000
   x16: 0xd34e8001ace214bc  x17: 0x0000000206a508d8  x18: 0x0000000110093940  x19: 0x00000001004e40f8
   x20: 0x000000016fc727e8  x21: 0x000000016fc72860  x22: 0x000000011ad42f70  x23: 0x00000002017eb000
   x24: 0x00000002017eb000  x25: 0x0000000000000001  x26: 0x000000016fc72a90  x27: 0x00000002017eb000
   x28: 0x00000002017eb000   fp: 0x000000016fc727d0   lr: 0xd1108001b0c708e4
    sp: 0x000000016fc727a0   pc: 0x00000001b0c79760 cpsr: 0x20000000
   far: 0x0036800afb2ef2f0  esr: 0x92000044

Binary Images:
       0x10018c000 -        0x10018ffff  com.apple.WebKit.WebContent (16611 - 16611.3.10.1.3) <70A0327C-9A4C-338F-A764-A7F697D33BF6> /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
       0x1002a0000 -        0x10031ffff  dyld (852.2) <17D14D9B-B6B2-35DC-B157-4FD60213BE99> /usr/lib/dyld
       0x109300000 -        0x1097ebfff  com.apple.AGXMetal13-3 (173.28.7 - 173.28.7) <029E2D87-E6BD-3E73-AB49-57D6A09CC0AB> /System/Library/Extensions/AGXMetal13_3.bundle/Contents/MacOS/AGXMetal13_3
       0x109b3c000 -        0x109b47fff  libobjc-trampolines.dylib (824) <5ED4E6D9-CDC1-3BFB-885C-EB9537FC0344> /usr/lib/libobjc-trampolines.dylib
       0x1185a8000 -        0x118afbfff  com.apple.audio.codecs.Components (7.0 - 7.0) <E4987DA9-3BA2-3271-921C-B659B1D96CBE> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
       0x196716000 -        0x196717fff  libsystem_blocks.dylib (79) <A632E8A7-5900-35FE-892E-D7A6982D483D> /usr/lib/system/libsystem_blocks.dylib
       0x196718000 -        0x19674ffff  libxpc.dylib (2038.120.1) <33FB2ED1-AB10-3900-BA93-5767A5086AD7> /usr/lib/system/libxpc.dylib
       0x196750000 -        0x196767fff  libsystem_trace.dylib (1277.120.1) <59FD0CCA-0321-3A28-A2FB-80CCBDDFEC82> /usr/lib/system/libsystem_trace.dylib
       0x196768000 -        0x1967dbfff  libcorecrypto.dylib (1000.140.4) <A0F8F0E4-0907-3284-B193-33F8DED792C8> /usr/lib/system/libcorecrypto.dylib
       0x1967dc000 -        0x196807fff  libsystem_malloc.dylib (317.140.5) <816E435C-D24C-3EF5-8932-5B7C8EAE4AEC> /usr/lib/system/libsystem_malloc.dylib
       0x196808000 -        0x19684cfff  libdispatch.dylib (1271.120.2) <7FAD1391-1E49-3CF2-9936-E808F815AA8F> /usr/lib/system/libdispatch.dylib
       0x19684d000 -        0x196886fff  libobjc.A.dylib (824) <3478ECD1-A8BB-38DC-BC97-966A244DB668> /usr/lib/libobjc.A.dylib
       0x196887000 -        0x196889fff  libsystem_featureflags.dylib (28.60.1) <DD1B9290-ECE0-3F0C-8492-706E88CB12AF> /usr/lib/system/libsystem_featureflags.dylib
       0x19688a000 -        0x19690bfff  libsystem_c.dylib (1439.141.1) <33167920-470B-366B-8EDC-C138EE669785> /usr/lib/system/libsystem_c.dylib
       0x19690c000 -        0x196967fff  libc++.1.dylib (905.6) <95188C52-741C-3F57-A78F-90334F6518B1> /usr/lib/libc++.1.dylib
       0x196968000 -        0x19697ffff  libc++abi.dylib (905.6) <0EB11B11-F4A5-355E-B44C-955ADD774E61> /usr/lib/libc++abi.dylib
       0x196980000 -        0x1969b3fff  libsystem_kernel.dylib (7195.141.2) <1E1E6F44-01BC-3994-A907-61288C3D7BFD> /usr/lib/system/libsystem_kernel.dylib
       0x1969b4000 -        0x1969c0fff  libsystem_pthread.dylib (454.120.2) <85E14929-1F9B-3E79-ABDE-06EB161F9574> /usr/lib/system/libsystem_pthread.dylib
       0x1969c1000 -        0x196a02fff  libdyld.dylib (852.2) <AC8DB2A8-3012-32B6-87D2-4C5535FCA3D8> /usr/lib/system/libdyld.dylib
       0x196a03000 -        0x196a09fff  libsystem_platform.dylib (254.80.2) <17522FB4-6BA9-31D4-8222-699B80714CC3> /usr/lib/system/libsystem_platform.dylib
       0x196a0a000 -        0x196a35fff  libsystem_info.dylib (542.40.3) <93ED568C-DBDC-3F74-9434-834B5DF0E2EC> /usr/lib/system/libsystem_info.dylib
       0x196a36000 -        0x196ee4fff  com.apple.CoreFoundation (6.9 - 1777.103) <0EE241E3-3A80-3F15-AB1E-B5C18CA7E4B1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
       0x196ee5000 -        0x19711dfff  com.apple.LaunchServices (1122.41 - 1122.41) <8846ED26-47F7-3C95-A12D-C0187D05059E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
       0x19711e000 -        0x1971f8fff  com.apple.gpusw.MetalTools (1.0 - 1) <D2C27F8E-CF4C-36FA-AEE8-7C285753B3FF> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
       0x1971f9000 -        0x197463fff  libBLAS.dylib (1336.140.1) <01B7A91B-31CB-348C-BCAE-DAF215B566C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
       0x197464000 -        0x1974aefff  com.apple.Lexicon-framework (1.0 - 86.2) <5F8A23F6-6713-3BC5-A59A-571972D88022> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
       0x1974af000 -        0x197512fff  libSparse.dylib (106) <02748559-0716-35CC-8E70-22FF91D0CE47> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
       0x197513000 -        0x19759afff  com.apple.SystemConfiguration (1.20 - 1.20) <A5B72375-D191-3158-8F73-E27D366223BC> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
       0x19759b000 -        0x1975cefff  libCRFSuite.dylib (50) <BED28949-7CB6-38DA-96F4-07DFE73C0A3F> /usr/lib/libCRFSuite.dylib
       0x1975cf000 -        0x1977fdfff  libmecabra.dylib (929.10) <AA0FA1F9-2CFA-3E97-BCDE-AEBB410A7105> /usr/lib/libmecabra.dylib
       0x1977fe000 -        0x197b8afff  com.apple.Foundation (6.9 - 1777.103) <B64AAE92-8C63-3FF9-8C0C-F9C10FCE7782> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
       0x197b8b000 -        0x197c7afff  com.apple.LanguageModeling (1.0 - 247.3) <C77B6658-3224-3D8B-9A4B-8B7F741AC4C9> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
       0x197c7b000 -        0x197d9dfff  com.apple.CoreDisplay (237.4 - 237.4) <38654CFE-34C0-3A22-88F4-51B7E6CD22A5> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
       0x197d9e000 -        0x198006fff  com.apple.audio.AudioToolboxCore (1.0 - 1181.72) <D0F25BA5-FE6B-3E66-919E-18FF20C76F5E> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore
       0x198007000 -        0x1981d6fff  com.apple.CoreText (677.6.0.2 - 677.6.0.2) <650DCFE4-3F56-384E-98F3-55E64AD3A824> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
       0x1981d7000 -        0x1987f1fff  com.apple.audio.CoreAudio (5.0 - 5.0) <BB361C64-9FD7-3987-9327-04F835464455> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
       0x1987f2000 -        0x198b58fff  com.apple.security (7.0 - 59754.140.13) <6A354A87-B586-3575-B518-CA046B4A2B36> /System/Library/Frameworks/Security.framework/Versions/A/Security
       0x198b59000 -        0x198dcafff  libicucore.A.dylib (66112) <17E0A41B-60CE-3DC1-9842-D6FF595C55FC> /usr/lib/libicucore.A.dylib
       0x198dcb000 -        0x198dd5fff  libsystem_darwin.dylib (1439.141.1) <7E7806F7-0442-3280-97A1-2D6364FAF68B> /usr/lib/system/libsystem_darwin.dylib
       0x198dd6000 -        0x1990c9fff  com.apple.CoreServices.CarbonCore (1307.3 - 1307.3) <ED9CA319-4C60-3A81-81BE-18E3734281DD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
       0x1990ca000 -        0x199105fff  com.apple.CoreServicesInternal (476.1.1 - 476.1.1) <409DAE8B-1FED-387A-ABC5-0D1866587B82> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
       0x199106000 -        0x199141fff  com.apple.CSStore (1122.41 - 1122.41) <724E19B8-926D-3BE2-8577-5B94F7F51E78> /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
       0x199142000 -        0x19920dfff  com.apple.framework.IOKit (2.0.2 - 1845.120.6) <63CEB2C2-F60A-39BB-BEBD-0255154452CD> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
       0x19920e000 -        0x199219fff  libsystem_notify.dylib (279.40.4) <E356DA60-2DD0-3A16-95A1-819FA9C19A20> /usr/lib/system/libsystem_notify.dylib
       0x19921a000 -        0x199267fff  libsandbox.1.dylib (1441.141.1) <6884FD62-5F52-3AAE-91A0-252130D8A729> /usr/lib/libsandbox.1.dylib
       0x199268000 -        0x199fa9fff  com.apple.AppKit (6.9 - 2022.60.126) <F678C31A-9BD3-3004-94D0-67C6A186D2C6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
       0x199faa000 -        0x19a1d0fff  com.apple.UIFoundation (1.0 - 728.9) <11CEEA67-6F89-3C70-AD0C-DE82A772875B> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
       0x19a1d1000 -        0x19a1e3fff  com.apple.UniformTypeIdentifiers (637 - 637) <53FB8E62-386B-36D6-95D9-6BAA6ABDD6A6> /System/Library/Frameworks/UniformTypeIdentifiers.framework/Versions/A/UniformTypeIdentifiers
       0x19a1e4000 -        0x19a34efff  com.apple.desktopservices (1.21 - 1346.6.1) <2211E581-3372-3D1C-BC73-0189321271EC> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
       0x19a34f000 -        0x19a361fff  com.apple.metadata.SpotlightLinguistics (1.0 - 1) <8532D9CD-E13B-3B5D-BAF8-4C9AE11C1747> /System/Library/PrivateFrameworks/SpotlightLinguistics.framework/Versions/A/SpotlightLinguistics
       0x19a362000 -        0x19a565fff  com.apple.CoreDuet (1.0 - 1) <AB13C950-B631-32F0-A60D-A29E7A207609> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
       0x19a61b000 -        0x19ad63fff  libnetwork.dylib (2288.140.7) <A0BB3B06-C5A3-3DB8-AED9-EBB180FDBFC1> /usr/lib/libnetwork.dylib
       0x19ad64000 -        0x19b1ecfff  com.apple.CFNetwork (1240.0.4 - 1240.0.4) <496FEA2B-9B13-3881-ADB8-AACE980425D7> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
       0x19b1ed000 -        0x19b1fcfff  libsystem_networkextension.dylib (1295.140.3) <52A5D26E-D9D2-3ECE-8015-B31B1B9F7FC9> /usr/lib/system/libsystem_networkextension.dylib
       0x19b1fd000 -        0x19b1fefff  libenergytrace.dylib (22.100.1) <1BA088D7-0DAD-3F5E-80A5-5FD4E9EBEBF9> /usr/lib/libenergytrace.dylib
       0x19b1ff000 -        0x19b251fff  libMobileGestalt.dylib (978.140.1) <44B6E4D5-AC61-37AA-A775-2F89116772C2> /usr/lib/libMobileGestalt.dylib
       0x19b252000 -        0x19b269fff  libsystem_asl.dylib (385) <55CF534F-17B2-3119-BCFB-A2F945CA3272> /usr/lib/system/libsystem_asl.dylib
       0x19b26a000 -        0x19b283fff  com.apple.TCC (1.0 - 1) <28C932A1-B171-36DC-8F03-803A53DB8865> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
       0x19b284000 -        0x19b5f1fff  com.apple.SkyLight (1.600.0 - 588.6) <506C63D0-7362-36E6-92AB-5DCEF0014844> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
       0x19b5f2000 -        0x19bbdffff  com.apple.CoreGraphics (2.0 - 1463.16.1) <C77124DF-58AF-3E76-8DAB-2455E7E06C2D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
       0x19bbe0000 -        0x19bcd5fff  com.apple.ColorSync (4.13.0 - 3473.4.3) <F071D456-6A4C-3342-A6B9-1D3B61D65485> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
       0x19bcd6000 -        0x19bd31fff  com.apple.HIServices (1.22 - 716) <6C9928A6-55D8-3981-A13F-333DBC62503D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
       0x19bd32000 -        0x19bd71fff  libAWDSupport.dylib (951) <A788FCB3-D38A-336E-8631-2F8BA976A00F> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupport.dylib
       0x19bd72000 -        0x19bdd3fff  libprotobuf.dylib (4205) <8AB7A8D9-7DD5-3C6E-BAD5-889EC1CAC51B> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf.dylib
       0x19bdd4000 -        0x19bde6fff  libprotobuf-lite.dylib (4205) <BD439C69-230E-3A8B-AA88-8C00077414C5> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf-lite.dylib
       0x19bde7000 -        0x19be2efff  com.apple.awd (1.0 - 951) <96E7D49B-F37B-339A-A4CD-ECDD059F1C70> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/WirelessDiagnostics
       0x19be2f000 -        0x19bf9efff  com.apple.Montreal (1.0 - 142) <387BB01B-E0B8-3768-970D-6B8F5E94A88F> /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal
       0x19bf9f000 -        0x19c08afff  com.apple.NLP (1.0 - 210.2) <4A50886F-AD5F-3EBE-98A7-C1F9D7A36343> /System/Library/PrivateFrameworks/NLP.framework/Versions/A/NLP
       0x19c08b000 -        0x19c433fff  com.apple.CoreData (120 - 1048) <33F455F4-6672-3227-A033-86B6FFCE629A> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
       0x19c434000 -        0x19c44afff  com.apple.ProtocolBuffer (1 - 285.24.10.20.1) <BD5B38C6-D9DB-3557-A624-211A333BDEE5> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
       0x19c44b000 -        0x19c5e8fff  libsqlite3.dylib (321.3) <7FD239FD-B516-37AD-8A4B-510E287523B8> /usr/lib/libsqlite3.dylib
       0x19c5e9000 -        0x19c65dfff  com.apple.Accounts (113 - 113) <B20AC118-A676-3865-991D-7266977E0813> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
       0x19c65e000 -        0x19c674fff  com.apple.commonutilities (8.0 - 900) <00FA48A7-5445-3D7D-846A-CB98A7CE7583> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
       0x19c675000 -        0x19c6f7fff  com.apple.BaseBoard (526 - 526) <D8030738-DB1A-3742-B7B5-8F8B61F8991F> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
       0x19c6f8000 -        0x19c745fff  com.apple.RunningBoardServices (1.0 - 505.100.8) <109B3867-729F-3569-9173-33B385DD6AEB> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices
       0x19c746000 -        0x19c7b9fff  com.apple.AE (918.6 - 918.6) <6747FF69-AF52-38BE-BF25-949838E4CA14> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
       0x19c7ba000 -        0x19c7c1fff  libdns_services.dylib (1310.140.1) <2E0F76ED-EF2C-3396-83B6-A51C8B40811B> /usr/lib/libdns_services.dylib
       0x19c7c2000 -        0x19c7c9fff  libsystem_symptoms.dylib (1431.140.1) <468E8052-5144-34BE-9923-1185ADDB556B> /usr/lib/system/libsystem_symptoms.dylib
       0x19c7ca000 -        0x19c926fff  com.apple.Network (1.0 - 1) <0A500CB1-4EA0-3E6A-853D-C2C15C9B0C92> /System/Library/Frameworks/Network.framework/Versions/A/Network
       0x19c927000 -        0x19c959fff  com.apple.analyticsd (1.0 - 1) <9CC64514-F654-3A1B-AECA-3F26AF210F26> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
       0x19c95a000 -        0x19c95cfff  libDiagnosticMessagesClient.dylib (112) <EFFE1435-8031-3921-B793-5AD0DA6408A7> /usr/lib/libDiagnosticMessagesClient.dylib
       0x19c95d000 -        0x19c9a8fff  com.apple.spotlight.metadata.utilities (1.0 - 2150.26) <DA17B624-8456-3E78-AC1B-36560CE1B57C> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
       0x19c9a9000 -        0x19ca42fff  com.apple.Metadata (10.7.0 - 2150.26) <E05B2FA0-6069-36FC-B69E-C283877237CE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
       0x19ca43000 -        0x19ca49fff  com.apple.DiskArbitration (2.7 - 2.7) <8C067552-F381-3760-AEC2-7638F5C5C5F3> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
       0x19ca4a000 -        0x19cd54fff  com.apple.vImage (8.1 - 544.4) <A342F3F1-22D7-3239-BD60-6596BD26FAF8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
       0x19cd55000 -        0x19d011fff  com.apple.QuartzCore (1.11 - 927.23) <29690F0A-64BE-3B7B-BBEE-51C2B4CFF552> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
       0x19d012000 -        0x19d053fff  libFontRegistry.dylib (309) <98642A69-7570-3882-886D-948C3BE15544> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
       0x19d054000 -        0x19d16bfff  com.apple.coreui (2.1 - 692.1) <6980A16D-8F3F-3C98-879A-0AF6843EE57E> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
       0x19d16c000 -        0x19d24bfff  com.apple.ViewBridge (553.1 - 553.1) <5484B22D-2AD1-32F5-A331-7D694C185F80> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
       0x19d24c000 -        0x19d256fff  com.apple.PerformanceAnalysis (1.278.3 - 278.3) <79F08DB3-6510-326B-9AE1-285D1A1B6D4C> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
       0x19d257000 -        0x19d264fff  com.apple.OpenDirectory (11.5 - 230.40.1) <080C6FB5-2BD5-347A-96B0-B76ACA21B2B6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
       0x19d265000 -        0x19d284fff  com.apple.CFOpenDirectory (11.5 - 230.40.1) <E951E4A9-3A7C-3D81-81E0-CB1206340C15> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
       0x19d285000 -        0x19d291fff  com.apple.CoreServices.FSEvents (1290.120.5 - 1290.120.5) <90A90A11-F1E7-392A-90D1-845F2E956769> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
       0x19d292000 -        0x19d2b5fff  com.apple.coreservices.SharedFileList (144 - 144) <74989CAA-FA6B-3739-B4E9-2E6CD4F0680B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
       0x19d2b6000 -        0x19d2b8fff  libapp_launch_measurement.dylib (14.1) <933BF613-819C-33B1-9CAD-B41162C60022> /usr/lib/libapp_launch_measurement.dylib
       0x19d2b9000 -        0x19d2fbfff  com.apple.CoreAutoLayout (1.0 - 21.10.1) <C7E8B755-510E-3449-8E11-8C68599E0767> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/Versions/A/CoreAutoLayout
       0x19d2fc000 -        0x19d3e8fff  libxml2.2.dylib (34.10) <5FAA193C-37F9-3C80-A4B4-EC335DB259F5> /usr/lib/libxml2.2.dylib
       0x19d3e9000 -        0x19d43cfff  com.apple.CoreVideo (1.8 - 414.7) <8FE92E37-C772-3E16-A6D1-EB83A7C4DECA> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
       0x19d43d000 -        0x19d43ffff  com.apple.loginsupport (1.0 - 1) <378229DC-06F7-37C7-89B3-30670F59D022> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
       0x19d440000 -        0x19d466fff  com.apple.aps.framework (4.0 - 4.0) <0326BBDB-3B3C-3A66-8F28-2B8FE4884934> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
       0x19d467000 -        0x19d485fff  com.apple.UserManagement (1.0 - 1) <9D3B5D37-FF02-32A9-BAE7-8D309E4D4630> /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement
       0x19d486000 -        0x19d626fff  com.apple.cloudkit.CloudKit (990 - 990) <BFFD6AA0-D7D4-3A35-B03B-8DD3DA290909> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
       0x19d627000 -        0x19d6aafff  com.apple.CloudDocs (1.0 - 738.1) <D3A7C3AE-C033-33B2-8CA0-AF9E868033CC> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
       0x19d6ab000 -        0x19de5cfff  com.apple.CoreML (1.0 - 1) <61E26EB2-DCD0-3A66-B632-2B2D3ACC87E3> /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML
       0x19de5d000 -        0x19e5a6fff  libwebrtc.dylib (7611.3.10.1.3) <CD2DA671-9DDC-30C9-B881-B24036109AB8> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/Frameworks/libwebrtc.dylib
       0x19e5a7000 -        0x19e61cfff  com.apple.corelocation (2420.19.23 - 2420.19.23) <7A7BA9C5-FA21-310C-810D-BE32F64E034B> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
       0x19e61d000 -        0x19e62efff  libsystem_containermanager.dylib (318.100.4) <8944B2ED-3F69-36C9-AF47-D037500AE162> /usr/lib/system/libsystem_containermanager.dylib
       0x19e62f000 -        0x19e640fff  com.apple.IOSurface (290.8.1 - 290.8.1) <ECB163BB-0002-3075-8BCA-FA95FF9F1FA8> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
       0x19e641000 -        0x19e64afff  com.apple.IOAccelerator (442.9 - 442.9) <88C4B886-3B17-38C6-816A-73105C201DEE> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
       0x19e64b000 -        0x19e739fff  com.apple.Metal (244.303 - 244.303) <6A26D72C-978C-3174-A467-734CD0D95275> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
       0x19e73a000 -        0x19e759fff  com.apple.audio.caulk (1.0 - 70) <09E0A09A-009E-3179-BE94-AA78CC751D99> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
       0x19e75a000 -        0x19e851fff  com.apple.CoreMedia (1.0 - 2780.10) <51760A59-F514-33BE-8B01-57DCA4F0B5AF> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
       0x19e852000 -        0x19e9aafff  libFontParser.dylib (305.6.0.2) <926296A3-5F14-3A48-A721-E6D1EBE08E83> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
       0x19e9ab000 -        0x19ecb5fff  com.apple.HIToolbox (2.1.1 - 1062) <6DB35C0F-E17F-3B6E-B532-3B49236D1501> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
       0x19ecb6000 -        0x19eccdfff  com.apple.framework.DFRFoundation (1.0 - 267) <23E51575-3B19-3DC4-858D-E29AA9154E99> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
       0x19ecce000 -        0x19ecd1fff  com.apple.dt.XCTTargetBootstrap (1.0 - 18119.1) <8517A339-5D16-3C5A-9113-654C85967AD3> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
       0x19ecd2000 -        0x19ecfcfff  com.apple.CoreSVG (1.0 - 149) <88A03E2D-1252-3348-9673-CFA5B90D12BB> /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG
       0x19ecfd000 -        0x19ef1cfff  com.apple.ImageIO (3.3.0 - 2130.6.5) <5601A5FE-BE54-3494-8CD9-2258647D7A54> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
       0x19ef1d000 -        0x19f235fff  com.apple.CoreImage (16.3.0 - 1140.2) <C2DD98C8-6C07-3CEE-B2ED-CD66D998470C> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
       0x19f236000 -        0x19f29afff  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <B2AB33D0-BBEA-3870-8EDE-08C30AB377C8> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSCore.framework/Versions/A/MPSCore
       0x19f29b000 -        0x19f29ffff  libsystem_configuration.dylib (1109.140.1) <0C225C5B-FF1B-3C81-B956-2FDA13DAA7DA> /usr/lib/system/libsystem_configuration.dylib
       0x19f2a0000 -        0x19f2a4fff  libsystem_sandbox.dylib (1441.141.1) <CFF6AB1B-F9E8-307C-8DC1-9937A6EDAA78> /usr/lib/system/libsystem_sandbox.dylib
       0x19f2a5000 -        0x19f2a6fff  com.apple.AggregateDictionary (1.0 - 1) <0E5213A0-A02B-3227-9BB6-0AE5A753D380> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
       0x19f2a7000 -        0x19f2aafff  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <AD0813C8-99EB-3263-8D09-BCA4CF9C5860> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
       0x19f2ab000 -        0x19f2acfff  liblangid.dylib (136) <1A218183-2268-3E03-B19E-ECBFD41E2087> /usr/lib/liblangid.dylib
       0x19f2ad000 -        0x19f33afff  com.apple.CoreNLP (1.0 - 245.2) <74F90926-0778-3E2B-AE6B-15D4CDBAEF67> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
       0x19f33b000 -        0x19f342fff  com.apple.LinguisticData (1.0 - 399) <6BE62CC7-6B93-3453-98C7-478D466CDB85> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
       0x19f343000 -        0x19f801fff  libBNNS.dylib (288.100.5) <CC6CA02E-3F0F-3721-9674-C46197906D8E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
       0x19f802000 -        0x19f8b0fff  libvDSP.dylib (760.100.3) <F6E6732A-0C39-31A2-B55B-BB374A517588> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
       0x19f8b1000 -        0x19f8c3fff  com.apple.CoreEmoji (1.0 - 128.4) <F900B699-E7F3-3DDD-9B46-36FBABB9F48D> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
       0x19f8c4000 -        0x19f8cefff  com.apple.IOMobileFramebuffer (343.0.0 - 343.0.0) <20B90434-9620-3EAA-A68D-2D98A82715DC> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/Versions/A/IOMobileFramebuffer
       0x19f8cf000 -        0x19f997fff  com.apple.framework.CoreWLAN (16.0 - 1657) <2A21864D-F0EF-30A8-9430-E583F6E0E3D2> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
       0x19f998000 -        0x19fb99fff  com.apple.CoreUtils (6.6 - 660.37) <25ACF729-68F1-3BAB-B331-E81886FB33AA> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
       0x19fb9a000 -        0x19fbbcfff  com.apple.MobileKeyBag (2.0 - 1.0) <D71B46C1-770C-3A87-B0E8-CA8C582FF4EB> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
       0x19fbbd000 -        0x19fbccfff  com.apple.AssertionServices (1.0 - 505.100.8) <260BC6A1-6C96-3807-AD30-A1586FBAB6EF> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
       0x19fbcd000 -        0x19fc50fff  com.apple.securityfoundation (6.0 - 55240.40.4) <B66901AA-D570-3813-9130-14FF6FF2E89F> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
       0x19fc51000 -        0x19fc5afff  com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) <715DCAA5-15D7-3A94-90AF-E7565176CFA8> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
       0x19fc5b000 -        0x19fc60fff  com.apple.xpc.ServiceManagement (1.0 - 1) <DE404758-E5BF-37AF-BF15-167E02BF2308> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
       0x19fc61000 -        0x19fc63fff  libquarantine.dylib (119.40.2) <A6EB507B-4BAA-3BB2-80B3-AEB94171DFAA> /usr/lib/system/libquarantine.dylib
       0x19fc64000 -        0x19fc73fff  libCheckFix.dylib (31) <94005245-B6CD-3EB8-BB36-DB87CB90B095> /usr/lib/libCheckFix.dylib
       0x19fc74000 -        0x19fc8afff  libcoretls.dylib (169.100.1) <012E29AA-D57E-3BDC-9F5B-72A71B233B73> /usr/lib/libcoretls.dylib
       0x19fc8b000 -        0x19fc9bfff  libbsm.0.dylib (68.40.1) <DE0E980A-32F9-32CC-A67B-BFA5AF111F23> /usr/lib/libbsm.0.dylib
       0x19fc9c000 -        0x19fce1fff  libmecab.dylib (929.10) <7E04F6C7-783D-382A-955B-7A9B2DCD5275> /usr/lib/libmecab.dylib
       0x19fce2000 -        0x19fce6fff  libgermantok.dylib (24) <9BEA18EA-A6FB-32FE-8A89-7D18424DC020> /usr/lib/libgermantok.dylib
       0x19fce7000 -        0x19fcfbfff  libLinearAlgebra.dylib (1336.140.1) <9F3C0A4B-1971-3E3D-8288-F0A423E98CA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
       0x19fcfc000 -        0x19fefffff  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <C74EB9BA-754D-3025-9B23-AB494C80D241> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
       0x19ff00000 -        0x19ff49fff  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <56E9900D-5CAF-31BE-8F81-CE01622D6AF5> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
       0x19ff4a000 -        0x1a009cfff  com.apple.MLCompute (1.0 - 1) <D9628664-2F0C-3F01-A55C-CFE8E183125D> /System/Library/Frameworks/MLCompute.framework/Versions/A/MLCompute
       0x1a009d000 -        0x1a00cbfff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <20C8225F-91A3-31B8-9546-CFDFE3C5CDEF> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
       0x1a00cc000 -        0x1a011efff  com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) <9F7CB9CE-FCFF-35C9-A7BE-3A2908F60C0B> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
       0x1a011f000 -        0x1a01a6fff  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <59B7BDE6-55F8-3D98-A91D-68DC9FC01573> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSImage.framework/Versions/A/MPSImage
       0x1a01a7000 -        0x1a01b6fff  com.apple.AppleFSCompression (125 - 1.0) <35F56F2F-1053-3EE4-9DEE-C8805AD528E8> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
       0x1a01b7000 -        0x1a01c3fff  libbz2.1.0.dylib (44) <452F7FC4-4CD9-33E4-83DB-9B3535010FFC> /usr/lib/libbz2.1.0.dylib
       0x1a01c4000 -        0x1a01c8fff  libsystem_coreservices.dylib (127.1) <BA1351C9-39FC-3328-90AF-8506F55D05EC> /usr/lib/system/libsystem_coreservices.dylib
       0x1a01c9000 -        0x1a01f9fff  com.apple.CoreServices.OSServices (1122.41 - 1122.41) <6A662259-7AEA-360D-98F5-75EF8E3EC54E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
       0x1a01fa000 -        0x1a030afff  com.apple.AuthKit (1.0 - 1) <2EE9D018-FC4D-3B5F-99AE-9F72F2175A6A> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
       0x1a033e000 -        0x1a03adfff  com.apple.CoreSpotlight (1.0 - 2150.26) <C2B777FC-580A-3A48-9516-5CBA3253AA6A> /System/Library/Frameworks/CoreSpotlight.framework/Versions/A/CoreSpotlight
       0x1a03ae000 -        0x1a03bffff  libz.1.dylib (76) <9DC30F4E-5C37-387C-A16C-A72165922DCC> /usr/lib/libz.1.dylib
       0x1a03c0000 -        0x1a03edfff  libsystem_m.dylib (3186.100.3) <FEF6F755-966C-354B-A8CF-7D105D40E1BD> /usr/lib/system/libsystem_m.dylib
       0x1a03ee000 -        0x1a03eefff  libcharset.1.dylib (59) <6EA647D8-9615-3AA2-A239-8654E0531E04> /usr/lib/libcharset.1.dylib
       0x1a03ef000 -        0x1a03f4fff  libmacho.dylib (980) <0C537BDB-09A5-35F9-9671-0CD7DDED7AB9> /usr/lib/system/libmacho.dylib
       0x1a03f5000 -        0x1a040cfff  libkxld.dylib (7195.141.2) <DBE35C5D-0797-38F7-BD7D-5470527C5094> /usr/lib/system/libkxld.dylib
       0x1a040d000 -        0x1a041afff  libcommonCrypto.dylib (60178.120.3) <8AAE1B05-7102-3A67-900E-DF0ACA311EC7> /usr/lib/system/libcommonCrypto.dylib
       0x1a041b000 -        0x1a0425fff  libunwind.dylib (201) <1680DD5C-83DD-3A6A-91E8-CE7F4FDF4115> /usr/lib/system/libunwind.dylib
       0x1a0426000 -        0x1a042dfff  liboah.dylib (203.58) <422ADBB4-0DBD-302E-9740-8B5DB64DF0E1> /usr/lib/liboah.dylib
       0x1a042e000 -        0x1a0436fff  libcopyfile.dylib (173.40.2) <33FAED67-D5CD-3F2E-8C01-6125EFDA3520> /usr/lib/system/libcopyfile.dylib
       0x1a0437000 -        0x1a043afff  libcompiler_rt.dylib (102.2) <10EE20DC-7B0B-3C93-A5C3-B2E35EA95FC1> /usr/lib/system/libcompiler_rt.dylib
       0x1a043b000 -        0x1a043dfff  libsystem_collections.dylib (1439.141.1) <16EBECBE-D09F-3612-BCCB-26EF80D6AC65> /usr/lib/system/libsystem_collections.dylib
       0x1a043e000 -        0x1a0440fff  libsystem_secinit.dylib (87.60.1) <8547C446-2A1B-355E-B0A0-1E7752C9EED1> /usr/lib/system/libsystem_secinit.dylib
       0x1a0441000 -        0x1a0443fff  libremovefile.dylib (49.120.1) <1A67C38F-ECC9-3B6C-8F26-2CB92E2FF075> /usr/lib/system/libremovefile.dylib
       0x1a0444000 -        0x1a0444fff  libkeymgr.dylib (31) <D4660D79-BF56-38E2-945B-4AAA7F125EE1> /usr/lib/system/libkeymgr.dylib
       0x1a0445000 -        0x1a044dfff  libsystem_dnssd.dylib (1310.140.1) <9E4E2718-1F40-34F3-AC57-A225FB01926F> /usr/lib/system/libsystem_dnssd.dylib
       0x1a044e000 -        0x1a0453fff  libcache.dylib (83) <49C0CF24-F396-3250-A254-C90E8C60134C> /usr/lib/system/libcache.dylib
       0x1a0454000 -        0x1a0455fff  libSystem.B.dylib (1292.120.1) <BAB48336-51DF-3669-B24E-6D6AA5092E4F> /usr/lib/libSystem.B.dylib
       0x1a0456000 -        0x1a0459fff  libfakelink.dylib (3) <A9CB7E9E-6A69-30A2-AEBE-6B7D4499CB5A> /usr/lib/libfakelink.dylib
       0x1a045a000 -        0x1a045afff  com.apple.SoftLinking (1.0 - 1) <DFCD979A-C1C4-3793-A65F-BC6795A1F977> /System/Library/PrivateFrameworks/SoftLinking.framework/Versions/A/SoftLinking
       0x1a045b000 -        0x1a0496fff  libpcap.A.dylib (98.100.3) <ADC7FABF-751E-317E-A377-DC5EBE23D94A> /usr/lib/libpcap.A.dylib
       0x1a0497000 -        0x1a058cfff  libiconv.2.dylib (59) <4BF0362D-E9AF-3794-9E7E-40F07D845229> /usr/lib/libiconv.2.dylib
       0x1a058d000 -        0x1a059ffff  libcmph.dylib (8) <826E544C-8026-3F4A-BA90-41C2372608AE> /usr/lib/libcmph.dylib
       0x1a05a0000 -        0x1a0610fff  libarchive.2.dylib (83.100.2) <7CC6F0E0-7E0D-30DD-9F66-282E90F54C32> /usr/lib/libarchive.2.dylib
       0x1a0611000 -        0x1a0681fff  com.apple.SearchKit (1.4.1 - 1.4.1) <639851B8-C3A5-31F5-BE46-D5F0E87C3109> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
       0x1a0682000 -        0x1a0683fff  libThaiTokenizer.dylib (3) <E3A26998-455D-3232-B36C-12359D8FE5A3> /usr/lib/libThaiTokenizer.dylib
       0x1a0684000 -        0x1a06a8fff  com.apple.applesauce (1.0 - 16.28) <928E86D6-05A4-3C4E-9733-48F0D936B10A> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
       0x1a06a9000 -        0x1a06bffff  libapple_nghttp2.dylib (1.41) <18AA1475-8D4D-3DEA-A8AD-C6A0FC6B92AA> /usr/lib/libapple_nghttp2.dylib
       0x1a06c0000 -        0x1a06d2fff  libSparseBLAS.dylib (1336.140.1) <31D093A9-02BC-3365-9171-6BEDEF6AE67D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
       0x1a06d3000 -        0x1a06d4fff  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <23F6F104-EE6C-3BE9-A1D4-EDECF349F3D7> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
       0x1a06d5000 -        0x1a06d9fff  libpam.2.dylib (28.40.1) <B3D1F42A-3261-3335-8BCE-BB65DA3D0DFD> /usr/lib/libpam.2.dylib
       0x1a06da000 -        0x1a06f8fff  libcompression.dylib (96.120.1) <AEABAC36-C0E4-31B0-B3F3-CEC2F11BAABE> /usr/lib/libcompression.dylib
       0x1a06f9000 -        0x1a06fdfff  libQuadrature.dylib (7) <AD330D10-68B5-3F12-B4B4-982E14D3E353> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
       0x1a06fe000 -        0x1a0bbafff  libLAPACK.dylib (1336.140.1) <90E16293-8B02-3B28-A7C2-B6FAD0EFF8B1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
       0x1a0bbb000 -        0x1a0c0dfff  com.apple.DictionaryServices (1.2 - 341) <9B09DFAC-4B3A-3047-9BF5-B324C1BB5930> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
       0x1a0c0e000 -        0x1a0c26fff  liblzma.5.dylib (16) <D1B8FC17-CF10-307D-976D-CB45658B6A7A> /usr/lib/liblzma.5.dylib
       0x1a0c27000 -        0x1a0c28fff  libcoretls_cfhelpers.dylib (169.100.1) <212C432C-7BBE-32BA-8104-E20AA4EB8053> /usr/lib/libcoretls_cfhelpers.dylib
       0x1a0c29000 -        0x1a0d0dfff  com.apple.APFS (1677.141.1 - 1677.141.1) <7DAB2F49-0C29-35B7-9A3B-E5CE948C7C18> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
       0x1a0d0e000 -        0x1a0d1bfff  libxar.1.dylib (452) <FF270FF7-3630-31FC-B98E-2B8B0B830805> /usr/lib/libxar.1.dylib
       0x1a0d1c000 -        0x1a0d1ffff  libutil.dylib (58.40.2) <060B245B-5DDF-38B9-87F5-AD158328EF6C> /usr/lib/libutil.dylib
       0x1a0d20000 -        0x1a0d49fff  libxslt.1.dylib (17.6) <71A3CDF8-9C33-3C16-9F0B-95BAE843E5C6> /usr/lib/libxslt.1.dylib
       0x1a0d4a000 -        0x1a0d54fff  libChineseTokenizer.dylib (37.1) <1C21D68B-E453-305A-B85B-BC082FC6BECD> /usr/lib/libChineseTokenizer.dylib
       0x1a0d55000 -        0x1a0dc4fff  libvMisc.dylib (760.100.3) <D8A83E01-54B3-3E00-BD7E-EED3DEDB087F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
       0x1a0dc5000 -        0x1a0e56fff  libate.dylib (3.0.6) <C117875B-2834-36DA-961A-5F0931810B8C> /usr/lib/libate.dylib
       0x1a0e57000 -        0x1a0e5efff  libIOReport.dylib (64.100.1) <C941D44C-5E64-3E4C-825B-FAAFB25D0159> /usr/lib/libIOReport.dylib
       0x1a0e5f000 -        0x1a0e73fff  com.apple.CrashReporterSupport (10.13 - 15053) <752985A9-1067-3794-9FB2-3A862F460BD9> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
       0x1a0e8c000 -        0x1a0f06fff  com.apple.CVNLP (1.0 - 119) <6B74A244-92CD-37A2-8AA1-71C145CD2AF9> /System/Library/PrivateFrameworks/CVNLP.framework/Versions/A/CVNLP
       0x1a0f28000 -        0x1a0f59fff  com.apple.pluginkit.framework (1.0 - 1) <95F0FA13-B82A-3A09-8BB5-BEC23443AADB> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
       0x1a0f5a000 -        0x1a0f61fff  libMatch.1.dylib (38) <7B0293BF-9571-3B0A-83A0-9E731F2921EC> /usr/lib/libMatch.1.dylib
       0x1a0f62000 -        0x1a0fe5fff  libCoreStorage.dylib (554.140.2) <AD706DB9-F416-3A86-BE91-D0F8065D042E> /usr/lib/libCoreStorage.dylib
       0x1a0fe6000 -        0x1a1031fff  com.apple.AppleVAFramework (6.1.3 - 6.1.3) <DD1420DE-EA69-3F29-ADE0-8FF35DC3CC68> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
       0x1a1032000 -        0x1a104bfff  libexpat.1.dylib (26) <D6660721-945B-3EB1-81A9-9A1C806D78F1> /usr/lib/libexpat.1.dylib
       0x1a104c000 -        0x1a1054fff  libheimdal-asn1.dylib (597.140.2) <2A3C504F-5426-34F6-A38A-8C71C3D0A332> /usr/lib/libheimdal-asn1.dylib
       0x1a1055000 -        0x1a1067fff  com.apple.IconFoundation (479.4 - 479.4) <C4FA6AFF-EFB0-37C6-87AA-823463FFB70B> /System/Library/PrivateFrameworks/IconFoundation.framework/Versions/A/IconFoundation
       0x1a1068000 -        0x1a10cbfff  com.apple.IconServices (479.4 - 479.4) <21B058EF-DAA9-3212-9618-2209E215FDCB> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
       0x1a10cc000 -        0x1a116efff  com.apple.MediaExperience (1.0 - 1) <43595F1A-B167-3422-89D7-5A008D823D39> /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience
       0x1a116f000 -        0x1a1195fff  com.apple.persistentconnection (1.0 - 1.0) <DA579267-2F6C-3609-A92A-08925F28CF58> /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection
       0x1a1196000 -        0x1a11a3fff  com.apple.GraphVisualizer (1.0 - 100.1) <74E75E5A-7F4B-354F-B21B-587D810E03D6> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
       0x1a11a4000 -        0x1a15b6fff  com.apple.vision.FaceCore (4.3.2 - 4.3.2) <467B3F1B-03CD-357F-A461-A2644B9D2FD9> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
       0x1a15b7000 -        0x1a15f6fff  com.apple.OTSVG (1.0 - 677.6.0.2) <D4F06910-6D1B-3988-BCC9-EE4F44700F6F> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
       0x1a15f7000 -        0x1a15fefff  com.apple.xpc.AppServerSupport (1.0 - 2038.120.1) <07DD71D7-BFE0-3922-B200-5E4658CB7075> /System/Library/PrivateFrameworks/AppServerSupport.framework/Versions/A/AppServerSupport
       0x1a15ff000 -        0x1a160dfff  libhvf.dylib (1.0 - $[CURRENT_PROJECT_VERSION]) <A44CF340-7FFC-3FE2-9A10-EF9AEB962B4A> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
       0x1a160e000 -        0x1a1614fff  libspindump.dylib (295.2) <48C73925-4CBD-3D7C-A48A-AB06081EDCFF> /usr/lib/libspindump.dylib
       0x1a1615000 -        0x1a16c7fff  com.apple.Heimdal (4.0 - 2.0) <BA228350-4C3C-3C2B-8B07-14FCF7238359> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
       0x1a16c8000 -        0x1a16e2fff  com.apple.login (3.0 - 3.0) <EC9FCB87-77CF-352E-A326-4BFE151F5EDD> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
       0x1a16e3000 -        0x1a17bbfff  com.apple.corebrightness (1.0 - 1) <F6A4F942-940B-3992-A253-42DD0B7E6E2B> /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness
       0x1a185c000 -        0x1a1896fff  com.apple.bom (14.0 - 235) <4A5B2EA7-B180-3AF2-921C-CFB81F0BDFE0> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
       0x1a1897000 -        0x1a18dafff  com.apple.AppleJPEG (1.0 - 1) <AE9F2D87-BC39-3938-B603-A1E1DC66D525> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
       0x1a18db000 -        0x1a19bcfff  libJP2.dylib (2130.6.5) <02B5FEC4-8DC2-33D3-85A0-4538B70C2FD7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
       0x1a19bd000 -        0x1a19c0fff  com.apple.WatchdogClient.framework (1.0 - 98.120.2) <B4C75792-8D46-343B-A3FF-CA8499BFB16B> /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient
       0x1a19c1000 -        0x1a19f9fff  com.apple.MultitouchSupport.framework (4440.3 - 4440.3) <A0A968B0-2206-3223-BC9D-23F05E30F1A7> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
       0x1a19fa000 -        0x1a1b2afff  com.apple.VideoToolbox (1.0 - 2780.10) <31481EBA-36A8-39F5-B12C-225102A38168> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
       0x1a1b2b000 -        0x1a1b5dfff  libAudioToolboxUtility.dylib (1181.72) <0001D73B-BFA2-3693-A457-7C2EF93730C8> /usr/lib/libAudioToolboxUtility.dylib
       0x1a1b5e000 -        0x1a1b84fff  libPng.dylib (2130.6.5) <72A3474C-73F0-383E-971D-F6B4021947B8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
       0x1a1b85000 -        0x1a1be1fff  libTIFF.dylib (2130.6.5) <95151840-CF70-35BD-8A0B-EECDDA78C266> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
       0x1a1be2000 -        0x1a1c00fff  com.apple.IOPresentment (58 - 37) <EFE5BC84-9F14-3144-84DB-7A229F5CBFB7> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
       0x1a1c01000 -        0x1a1c05fff  com.apple.GPUWrangler (6.3.5 - 6.3.5) <7A1D8536-7645-336C-B44C-378DE35080BF> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
       0x1a1c06000 -        0x1a1c08fff  libRadiance.dylib (2130.6.5) <CF9B8A80-5B66-3A1F-A1E4-D1DE2492C3F7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
       0x1a1c09000 -        0x1a1c0efff  com.apple.DSExternalDisplay (3.1 - 380) <0509DD59-93A0-35A4-A7CE-9111F3E3C208> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
       0x1a1c0f000 -        0x1a1c2ffff  libJPEG.dylib (2130.6.5) <DA978B6B-131E-32FD-966F-95513ADF4C66> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
       0x1a1c30000 -        0x1a1c5ffff  com.apple.ATSUI (1.0 - 1) <D46121DE-571F-3568-AD0D-D760DE4D4A34> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI
       0x1a1c60000 -        0x1a1c64fff  libGIF.dylib (2130.6.5) <140A23AD-DD8A-3C19-B72A-9EAB4AFAC0C4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
       0x1a1c65000 -        0x1a1c6efff  com.apple.CMCaptureCore (1.0 - 82.6) <4AC105F5-F63B-3BD4-8747-D304DB870340> /System/Library/PrivateFrameworks/CMCaptureCore.framework/Versions/A/CMCaptureCore
       0x1a1c6f000 -        0x1a1cb6fff  com.apple.print.framework.PrintCore (16.1 - 531.1) <8BE371DC-05FE-341D-A53A-E47C2B055B37> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
       0x1a1cb7000 -        0x1a1d6afff  com.apple.TextureIO (3.10.9 - 3.10.9) <8B706071-6DD2-381B-A5B1-1218485CA13C> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
       0x1a1d6b000 -        0x1a1d73fff  com.apple.InternationalSupport (1.0 - 61.1) <8B30B40A-006A-3264-BAC2-73503AD66875> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
       0x1a1d74000 -        0x1a1de8fff  com.apple.datadetectorscore (8.0 - 674) <46D80D56-0583-31F9-B5C1-AE290E7ADA2B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
       0x1a1de9000 -        0x1a1e48fff  com.apple.UserActivity (439 - 439) <54509F5B-6C0A-3343-972B-240635833BA6> /System/Library/PrivateFrameworks/UserActivity.framework/Versions/A/UserActivity
       0x1a1e49000 -        0x1a25e8fff  com.apple.MediaToolbox (1.0 - 2780.10) <11541A22-2847-35FE-AD44-C48A13ED914B> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
       0x1a2a98000 -        0x1a2b02fff  com.apple.imfoundation (10.0 - 1000) <9CF1F3F2-C600-3D57-AB4F-3C99E4892542> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation
       0x1a2b03000 -        0x1a2b2afff  com.apple.locationsupport (2420.19.23 - 2420.19.23) <A4D681F6-928B-382D-91B7-EDC5FB0CA95D> /System/Library/PrivateFrameworks/LocationSupport.framework/Versions/A/LocationSupport
       0x1a2b2b000 -        0x1a2b60fff  libSessionUtility.dylib (76.69) <F10077C2-6CEA-39DB-880C-F0AF5C8B909F> /System/Library/PrivateFrameworks/AudioSession.framework/libSessionUtility.dylib
       0x1a2b61000 -        0x1a2c89fff  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <FB9A39C9-AB69-316C-82DF-5E85E692B424> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
       0x1a2c8a000 -        0x1a2cf1fff  com.apple.audio.AudioSession (1.0 - 76.69) <95397614-785D-3339-AC26-B21B281B78E9> /System/Library/PrivateFrameworks/AudioSession.framework/Versions/A/AudioSession
       0x1a2cf2000 -        0x1a2d04fff  libAudioStatistics.dylib (27.64) <6A7B6876-57EB-3872-AFB0-5B1790B3C3CD> /usr/lib/libAudioStatistics.dylib
       0x1a2d05000 -        0x1a2d18fff  com.apple.speech.synthesis.framework (9.0.66 - 9.0.66) <D445D91B-CC3F-30C2-BD94-3139D91D8F53> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
       0x1a2d19000 -        0x1a2d87fff  com.apple.ApplicationServices.ATS (377 - 516) <72ADF0AD-B24B-31D9-A2BB-735DCAE85B08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
       0x1a2d88000 -        0x1a2da0fff  libresolv.9.dylib (68) <A56CDBDA-B732-3FFC-8304-06E1F592FB86> /usr/lib/libresolv.9.dylib
       0x1a2e1e000 -        0x1a2e4efff  com.apple.securityinterface (10.0 - 55149.120.1) <EA26BE44-D742-3265-BFA3-775F5E22B2BA> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
       0x1a2e68000 -        0x1a2eccfff  com.apple.CoreMediaIO (1000.0 - 5325) <C7D3785A-F08B-3B8B-BCB0-B1077860EF73> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
       0x1a2ecd000 -        0x1a2facfff  libSMC.dylib (20) <4D1A8739-7C87-321A-860C-E4A3B3C17142> /usr/lib/libSMC.dylib
       0x1a2fad000 -        0x1a300afff  libcups.2.dylib (494.1) <FD1940E4-CCE8-309C-878C-CE94E540949B> /usr/lib/libcups.2.dylib
       0x1a300b000 -        0x1a301efff  com.apple.LangAnalysis (1.7.0 - 254) <5E255E88-9F9C-39B9-A9EA-8CFE7AE70984> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
       0x1a301f000 -        0x1a302bfff  com.apple.NetAuth (6.2 - 6.2) <DEBCF976-F45F-3716-A6E5-089ACC27595B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
       0x1a302c000 -        0x1a3033fff  com.apple.ColorSyncLegacy (4.13.0 - 1) <829B3CFB-87C7-3FEA-9CA6-4186F83B23EC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
       0x1a3034000 -        0x1a303ffff  com.apple.QD (4.0 - 416) <D2FF3FFC-6D31-3C5B-80D9-D56F6CB00ED5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
       0x1a3040000 -        0x1a3630fff  com.apple.audio.AudioResourceArbitration (1.0 - 1) <A82BCA01-61D8-31A3-86DD-1149306AC7C9> /System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration
       0x1a3631000 -        0x1a363cfff  com.apple.perfdata (1.0 - 67.40.1) <6F0D34A9-BFA6-36F3-91B5-18746942ACA3> /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata
       0x1a363d000 -        0x1a364afff  libperfcheck.dylib (41) <49CB0095-F2C3-3DC5-8035-7D106FB3061A> /usr/lib/libperfcheck.dylib
       0x1a364b000 -        0x1a365bfff  com.apple.Kerberos (3.0 - 1) <52A2BBD7-A06A-3B16-8303-6AE1B55FDD5E> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
       0x1a365c000 -        0x1a36a3fff  com.apple.GSS (4.0 - 2.0) <7A4EA60B-5234-3B4D-B380-0AF9699A9E2B> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
       0x1a36a4000 -        0x1a36b3fff  com.apple.CommonAuth (4.0 - 2.0) <5B4067F1-3885-3B29-891B-DE4DDB8AF341> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
       0x1a36b4000 -        0x1a36dcfff  com.apple.MobileAssets (1.0 - 659.100.21) <20050C07-B040-3D7E-B36E-B555DB9FFC04> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
       0x1a3707000 -        0x1a3724fff  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <FB91CA8C-91E4-36A0-B1A3-2CD818580628> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
       0x1a3725000 -        0x1a372dfff  com.apple.CorePhoneNumbers (1.0 - 1) <6F4EDADF-6A7F-34AF-A13C-3FA3F8DEA795> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
       0x1a372e000 -        0x1a37bdfff  libTelephonyUtilDynamic.dylib (5359.1) <52BE8E6C-2E59-384B-A26B-06151A6E14BF> /usr/lib/libTelephonyUtilDynamic.dylib
       0x1a3877000 -        0x1a3877fff  liblaunch.dylib (2038.120.1) <86FD9379-882E-3603-9AC1-1B550DB2877D> /usr/lib/system/liblaunch.dylib
       0x1a3b78000 -        0x1a3dcefff  com.apple.NetworkExtension (1.0 - 1) <377C106F-0459-3EE1-9F9C-CD8C5E08CD47> /System/Library/Frameworks/NetworkExtension.framework/Versions/A/NetworkExtension
       0x1a3dcf000 -        0x1a3ed5fff  com.apple.ids (10.0 - 1000) <875A1016-0061-3E9A-98C1-195E17F5E345> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
       0x1a3ed6000 -        0x1a4023fff  com.apple.idsfoundation (10.0 - 1000) <5F2F8EB5-A8E5-3F37-A218-AAC1EFDBD565> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation
       0x1a4024000 -        0x1a4160fff  com.apple.Sharing (1630 - 1630) <68A9D635-F1B3-30A2-9B0B-76CB218CDC64> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
       0x1a4161000 -        0x1a424bfff  com.apple.Bluetooth (8.0.5 - 8.0.5d7) <809CE170-A03A-3A6C-99A0-EF5B80E01F0C> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
       0x1a424c000 -        0x1a425ffff  com.apple.AppContainer (4.0 - 509.140.3) <CC4758D6-6FAA-32A2-A9AD-E760262F63AE> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
       0x1a4260000 -        0x1a4263fff  com.apple.SecCodeWrapper (4.0 - 509.140.3) <34519453-670E-32C3-9A69-BAA59377FB45> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
       0x1a4264000 -        0x1a42bcfff  com.apple.ProtectedCloudStorage (1.0 - 1) <9D534F56-4B00-3742-ADC8-5105F56BD2C3> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
       0x1a42bd000 -        0x1a431bfff  com.apple.QuickLookFramework (5.0 - 928.4) <C532FF2F-15CF-38B1-9B79-BCB03945DCCF> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
       0x1a431c000 -        0x1a4337fff  com.apple.MetalKit (147.1 - 147.1) <1937B15B-6CBF-3457-84C9-87E7D943652A> /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit
       0x1a455d000 -        0x1a5aaefff  com.apple.GeoServices (1.0 - 1757.26.6.2.2) <E1BF0FF0-7E7E-3CB9-96F8-E1614980652E> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
       0x1a5abb000 -        0x1a5ae2fff  com.apple.RemoteViewServices (2.0 - 163) <86432CAF-326C-3CFB-808E-CF4206EA50E9> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
       0x1a5ae3000 -        0x1a5af2fff  com.apple.SpeechRecognitionCore (6.1.25 - 6.1.25) <F769BCD9-EF86-392E-87FC-A45990804FDE> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
       0x1a5af3000 -        0x1a5afafff  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <89E5A849-7D0F-3C26-9C12-2D494098B33A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
       0x1a5afb000 -        0x1a5b0cfff  com.apple.AppleLDAP (11.5 - 54) <CB71EC72-91A0-3C24-B931-95B2380F4B5C> /System/Library/PrivateFrameworks/AppleLDAP.framework/Versions/A/AppleLDAP
       0x1a5d29000 -        0x1a5d29fff  libsystem_product_info_filter.dylib (8.40.1) <737F7B93-4291-31F6-AB14-7C6EFB368E4F> /usr/lib/system/libsystem_product_info_filter.dylib
       0x1a5da1000 -        0x1a5db7fff  libnetworkextension.dylib (1295.140.3) <3412E0AF-9302-3137-8F69-EE9F6CE92551> /usr/lib/libnetworkextension.dylib
       0x1a5dfc000 -        0x1a5dfcfff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <947CDAD5-05F9-3A69-9CB5-C40B3D1AE694> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
       0x1a5e1e000 -        0x1a5e1efff  com.apple.CoreServices (1122.41 - 1122.41) <DCAA1C93-3645-3103-A57A-F779AA2FDDB4> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
       0x1a5fdb000 -        0x1a5fdbfff  com.apple.Accelerate (1.11 - Accelerate 1.11) <735D582E-3502-3F6A-B0E0-3D7B963D0BF9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
       0x1a601e000 -        0x1a602afff  com.apple.MediaAccessibility (1.0 - 130) <AD72CB2D-7AD5-3C9B-9F14-FA013CE92AB9> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
       0x1a602b000 -        0x1a604afff  com.apple.networking.AlgosScoreFramework (1.0 - 1) <94A654CF-36EF-3218-BEF4-DBF0BC47B400> /System/Library/PrivateFrameworks/AlgosScoreFramework.framework/Versions/A/AlgosScoreFramework
       0x1a604b000 -        0x1a6050fff  com.apple.AppleSRP (5.0 - 1) <20A97F81-A259-3BF0-B611-78DD0A1351BB> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
       0x1a6051000 -        0x1a605bfff  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <02466E1C-9B0E-35DE-AB8F-92E626A8E63E> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
       0x1a64a7000 -        0x1a6536fff  com.apple.AddressBook.ContactsFoundation (8.0 - 1151.2) <5B0428D0-2ACF-383B-A5B0-52377CCC0D53> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
       0x1a6537000 -        0x1a657efff  com.apple.contacts.ContactsPersistence (1.0 - 3497.5) <B885344F-7EED-3F35-B198-55E875A37F97> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence
       0x1a657f000 -        0x1a66c5fff  com.apple.AddressBook.core (1.0 - 2452.7) <0A705406-84FF-37B2-BB61-0B87D255B46E> /System/Library/PrivateFrameworks/AddressBookCore.framework/Versions/A/AddressBookCore
       0x1a66c6000 -        0x1a680ffff  com.apple.contacts (1.0 - 3497.5) <DC226D4B-48C9-3475-B4BE-04B2CCE852CE> /System/Library/Frameworks/Contacts.framework/Versions/A/Contacts
       0x1a6810000 -        0x1a681dfff  com.apple.PersonaKit (1.0 - 1) <36FED10A-5C5D-36FD-BA7E-994801164E87> /System/Library/PrivateFrameworks/PersonaKit.framework/Versions/A/PersonaKit
       0x1a6838000 -        0x1a6893fff  com.apple.CoreBluetooth (1.0 - 1) <715D760D-2E54-3D1F-9BE0-2ABC96C57988> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
       0x1a6894000 -        0x1a689efff  com.apple.SymptomDiagnosticReporter (1.0 - 79.120.1) <619FB8BC-A772-351B-8BFE-5C87446E4B62> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
       0x1a689f000 -        0x1a68b2fff  com.apple.PowerLog (1.0 - 1) <C2C6447B-9849-3959-BDE1-F21D69ED46C5> /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog
       0x1a68b3000 -        0x1a68befff  com.apple.AppleIDAuthSupport (1.0 - 1) <CE300D4D-C61E-3ECB-971F-D0BA720DE700> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
       0x1a68bf000 -        0x1a6973fff  com.apple.DiscRecording (9.0.3 - 9030.4.5) <487460DB-3576-3397-AEF2-0FE43B223CBB> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
       0x1a6974000 -        0x1a69a7fff  com.apple.MediaKit (16 - 927.40.2) <FBC5F6BB-6CD6-3D08-99AC-4F8EC5D30C3C> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
       0x1a69a8000 -        0x1a6a88fff  com.apple.DiskManagement (14.0 - 1733.140.2) <28A1B2B8-946D-3B10-8878-278B18BDE75C> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
       0x1a6a89000 -        0x1a6a94fff  com.apple.CoreAUC (326.2.0 - 326.2.0) <2CFA4BF0-4E4F-38AE-8E4C-695032A4D497> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
       0x1a6a95000 -        0x1a6a98fff  com.apple.Mangrove (1.0 - 25) <FA9929D2-91FC-3D96-9C2D-F6E2D31269DC> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
       0x1a6a99000 -        0x1a6ac8fff  com.apple.CoreAVCHD (6.1.0 - 6100.4.1) <CABAA65B-F6FD-3B80-95A0-EBF8FEBE078C> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
       0x1a6ac9000 -        0x1a6c1ffff  com.apple.FileProvider (349.4.2 - 349.4.2) <0D464632-889F-30FE-BB1B-A5DE513B7A73> /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider
       0x1a6c20000 -        0x1a6c42fff  com.apple.GenerationalStorage (2.0 - 323) <493BD794-E4B8-3549-BF36-CCDF41102647> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
       0x1a6fe2000 -        0x1a70bafff  com.apple.CoreTelephony (113 - 8260) <D49EFCE6-B1B6-35FF-990D-56D4FBB34A7C> /System/Library/Frameworks/CoreTelephony.framework/Versions/A/CoreTelephony
       0x1a70bb000 -        0x1a70c7fff  com.apple.AppSandbox (4.0 - 509.140.3) <0D915A73-2AC7-3043-99DB-4991D07D54C6> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
       0x1a70e1000 -        0x1a7299fff  com.apple.AVFCore (1.0 - 2020.10) <86AD15CD-513D-30EF-B934-CFC3F4CFDBD6> /System/Library/PrivateFrameworks/AVFCore.framework/Versions/A/AVFCore
       0x1a729a000 -        0x1a7310fff  com.apple.FrontBoardServices (703.16 - 703.16) <41821E57-99C1-35E7-AD8E-C40480215030> /System/Library/PrivateFrameworks/FrontBoardServices.framework/Versions/A/FrontBoardServices
       0x1a7311000 -        0x1a733afff  com.apple.BoardServices (1.0 - 526) <2B541339-3243-39D5-A7C8-E500FF29E803> /System/Library/PrivateFrameworks/BoardServices.framework/Versions/A/BoardServices
       0x1a733b000 -        0x1a736afff  com.apple.contacts.vCard (1.0 - 3497.5) <303826D2-8A55-339A-BDDA-FFDE48104810> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
       0x1a75a6000 -        0x1a75e0fff  com.apple.DebugSymbols (195.1 - 195.1) <E38B4346-B7EC-3EFA-B3B5-70BB7FBBFAC6> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
       0x1a75e1000 -        0x1a7692fff  com.apple.CoreSymbolication (12.5 - 64544.81.1) <DC558CAB-8987-3CAF-82ED-6A251E82230A> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
       0x1a7693000 -        0x1a76a0fff  com.apple.CoreTime (284.0.4) <7E7D9D12-22AF-354B-A30D-99767C70F0C3> /System/Library/PrivateFrameworks/CoreTime.framework/Versions/A/CoreTime
       0x1a76a1000 -        0x1a7718fff  com.apple.Rapport (2.6.0 - 260.3) <399E2AFF-F183-3C84-B963-687B8AEA1619> /System/Library/PrivateFrameworks/Rapport.framework/Versions/A/Rapport
       0x1a7f99000 -        0x1a7fe8fff  com.apple.coreduetcontext (1.0 - 1) <48477A14-15E6-3450-B403-F2674A0FEAA3> /System/Library/PrivateFrameworks/CoreDuetContext.framework/Versions/A/CoreDuetContext
       0x1a7fe9000 -        0x1a8596fff  com.apple.Intents (1.0 - 1) <B27E1E6C-C706-3077-B1CC-BAA428F221D8> /System/Library/Frameworks/Intents.framework/Versions/A/Intents
       0x1a8597000 -        0x1a85f6fff  com.apple.framework.Apple80211 (17.0 - 1728) <E6D3FC8E-0156-3D17-80F7-CB2F041D61A5> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
       0x1a85f7000 -        0x1a8722fff  com.apple.CoreWiFi (3.0 - 341) <3B8D0450-C2FE-338F-AB5F-16738CADD484> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
       0x1a8723000 -        0x1a873ffff  com.apple.BackBoardServices (1.0 - 1.0) <6F19CD7A-D717-3C79-A632-95C995F7CF3C> /System/Library/PrivateFrameworks/BackBoardServices.framework/Versions/A/BackBoardServices
       0x1a895b000 -        0x1a8990fff  com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) <A61AA576-B6B7-345A-8B66-1D1D52E2E5A3> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
       0x1a8991000 -        0x1a89a0fff  com.apple.RemoteServiceDiscovery (1.0 - 1.120.1) <BF83B1E1-3DCD-32BC-9DFE-53AA931F3E01> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery
       0x1a89b9000 -        0x1a89fafff  com.apple.DataDetectorsNaturalLanguage (1.0 - 159.1) <C8260E16-8B70-3DB2-A7B0-FDAF6F80F80D> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/Versions/A/DataDetectorsNaturalLanguage
       0x1a89fb000 -        0x1a89fefff  com.apple.help (1.3.8 - 71) <AD5E5D81-23C4-3372-A705-97BB75711A2F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
       0x1a89ff000 -        0x1a8a06fff  com.apple.EFILogin (2.0 - 2) <E152A1EF-FC80-3B05-B9A2-09C8FB8CE686> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
       0x1a8a07000 -        0x1a8a12fff  libcsfde.dylib (554.140.2) <A3382284-5CDA-3D78-AF9D-D785864DFE55> /usr/lib/libcsfde.dylib
       0x1a8a7c000 -        0x1a8ad6fff  com.apple.AppSupport (1.0.0 - 29) <0B429475-B12F-3E05-BA0F-8A7B3D859446> /System/Library/PrivateFrameworks/AppSupport.framework/Versions/A/AppSupport
       0x1a8c45000 -        0x1a8c45fff  com.apple.ApplicationServices (48 - 50) <3EA955FE-FC75-360D-B22D-2E7483F89834> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
       0x1a8c46000 -        0x1a8c4cfff  com.apple.InternationalTextSearch (1.0 - 1) <6A7A851F-5B61-3C36-9613-3CFDC4425256> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/Versions/A/InternationalTextSearch
       0x1a8c4d000 -        0x1a8cccfff  com.apple.ClassKit (1.2 - 146.6) <FD5F2545-1E9D-3B95-B0C0-E1A2FB0987F9> /System/Library/Frameworks/ClassKit.framework/Versions/A/ClassKit
       0x1a8ccd000 -        0x1a8de7fff  com.apple.AppleAccount (1.0 - 1.0) <134A2E89-997D-3A4B-BA55-7869C7F70F64> /System/Library/PrivateFrameworks/AppleAccount.framework/Versions/A/AppleAccount
       0x1a8de8000 -        0x1a8e1dfff  com.apple.AppleIDSSOAuthentication (1.0 - 1) <878E9632-0D80-313A-AE12-ABD189DC8AD9> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/Versions/A/AppleIDSSOAuthentication
       0x1a8e1e000 -        0x1a8e74fff  com.apple.CorePrediction (1.0 - 1) <2324F68B-F8BE-3A05-AE91-D0A55053B310> /System/Library/PrivateFrameworks/CorePrediction.framework/Versions/A/CorePrediction
       0x1a8f35000 -        0x1a8f35fff  libHeimdalProxy.dylib (79) <55406169-F704-3EC4-9D28-D0664150A69F> /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib
       0x1a8fdc000 -        0x1a8fdcfff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <54028634-7FFE-308D-8B42-3CF077247D02> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
       0x1a9006000 -        0x1a9045fff  com.apple.StreamingZip (1.0 - 1) <6F308C58-1610-33E8-91AA-9F1ADE1517D9> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
       0x1a9046000 -        0x1a9067fff  com.apple.DuetActivityScheduler (1.0 - 1) <92B797CA-994E-3586-8414-44D1A1420E57> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/Versions/A/DuetActivityScheduler
       0x1a907e000 -        0x1a908bfff  com.apple.IntentsFoundation (1.0 - 1) <0FD5ED93-F5E3-3AFA-B272-D6ACFB2F5506> /System/Library/PrivateFrameworks/IntentsFoundation.framework/Versions/A/IntentsFoundation
       0x1a908c000 -        0x1a9092fff  com.apple.PushKit (1.0 - 1) <34C9623E-105D-36D8-BA76-012FA6DD0FB5> /System/Library/Frameworks/PushKit.framework/Versions/A/PushKit
       0x1a9093000 -        0x1a90c8fff  com.apple.C2 (1.3 - 573) <04EFDDFD-BCF7-3C7D-8FCF-E04B010A4ED2> /System/Library/PrivateFrameworks/C2.framework/Versions/A/C2
       0x1a90c9000 -        0x1a90fbfff  com.apple.QuickLookThumbnailing (1.0 - 135.5) <86D0AE14-BAB9-3549-B1D2-128D3DAA2387> /System/Library/Frameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
       0x1a90fc000 -        0x1a9800fff  com.apple.vision.EspressoFramework (1.0 - 256.4.4) <8458E211-9348-35E6-AB54-68CBA12D4525> /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso
       0x1a9801000 -        0x1a9818fff  com.apple.ANEServices (4.75 - 4.75) <B4BA4C1B-20AA-3639-85D2-9CB2A7A20E4F> /System/Library/PrivateFrameworks/ANEServices.framework/Versions/A/ANEServices
       0x1a9819000 -        0x1a9886fff  com.apple.proactive.support.ProactiveSupport (1.0 - 294.7) <FBF14C1D-DF86-3431-B66A-6F9E9CCD6AEA> /System/Library/PrivateFrameworks/ProactiveSupport.framework/Versions/A/ProactiveSupport
       0x1a9887000 -        0x1a9891fff  com.apple.corerecents (1.0 - 1) <AB8AD976-6ABD-3D2A-B795-D1638D51209A> /System/Library/PrivateFrameworks/CoreRecents.framework/Versions/A/CoreRecents
       0x1a9892000 -        0x1a98c4fff  com.apple.iCalendar (7.0 - 833) <0AE240FE-F0CC-3E80-A9B5-D66B2DB6A4E4> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
       0x1a98c5000 -        0x1a9939fff  com.apple.CalendarFoundation (8.0 - 1178.5.2) <82BB1E52-246C-37EE-9487-FEC26E98DC5C> /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/CalendarFoundation
       0x1a993a000 -        0x1a993cfff  com.apple.CoreDuetDebugLogging (1.0 - 1) <AC606BF1-2100-384A-B642-434CCC6F5C54> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
       0x1a993d000 -        0x1a9949fff  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <F84AE9CA-B4F2-3E88-A133-413F5E3ABDDC> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
       0x1a994a000 -        0x1a9950fff  com.apple.ASEProcessing (1.26.0 - 1.26.0) <573FC90F-704B-3A97-BAE1-E14C6E98AE9C> /System/Library/PrivateFrameworks/ASEProcessing.framework/Versions/A/ASEProcessing
       0x1a9be7000 -        0x1a9e9cfff  com.apple.spotlight.index (10.7.0 - 2150.26) <C9EE7B0F-C3F2-384A-B826-577674E35552> /System/Library/PrivateFrameworks/SpotlightIndex.framework/Versions/A/SpotlightIndex
       0x1aa034000 -        0x1aa083fff  com.apple.CalDAV (8.0 - 795) <FC73136A-8744-3DE2-9815-2A174FC05919> /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV
       0x1aa084000 -        0x1aa12cfff  com.apple.CoreSuggestions (1.0 - 1115.519) <B89D21AE-A477-3509-AF41-C755FBE6B3B6> /System/Library/PrivateFrameworks/CoreSuggestions.framework/Versions/A/CoreSuggestions
       0x1aa12d000 -        0x1aa2b6fff  com.apple.ical.EventKit (3.0 - 1414.5.1) <00629CCF-8AD0-3B39-992C-DB85729BD301> /System/Library/Frameworks/EventKit.framework/Versions/A/EventKit
       0x1aa2b7000 -        0x1aa573fff  com.apple.CalendarPersistence (8.0 - 1071.4.4) <7440A8BB-3CF7-36CE-9D3B-E0FCB67345C8> /System/Library/PrivateFrameworks/CalendarPersistence.framework/Versions/A/CalendarPersistence
       0x1aa574000 -        0x1aa59bfff  com.apple.CalendarAgentLink (8.0 - 250) <BCB79C7C-52B5-3D65-9EB0-19C56E1F373F> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink
       0x1aa59c000 -        0x1aa5a7fff  com.apple.RTCReporting (11.85.2 - 11.85.2) <7DF3E834-713E-3144-9F2C-F0CCBA40BC3D> /System/Library/PrivateFrameworks/RTCReporting.framework/Versions/A/RTCReporting
       0x1aa5a8000 -        0x1aa74afff  com.apple.WebKitLegacy (16611 - 16611.3.10.1.3) <78740886-AEEC-3ABF-8773-0F0CE26A8781> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
       0x1aa76a000 -        0x1aa77ffff  com.apple.CoreML.AppleNeuralEngine (1.0 - 1) <662F4D59-84CA-3334-856F-55B925BA31AB> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/Versions/A/AppleNeuralEngine
       0x1aa8d9000 -        0x1aa8dcfff  com.apple.Cocoa (6.11 - 23) <7DD81C87-D0A6-3FFD-BEEE-1E683301D523> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
       0x1aae10000 -        0x1aae13fff  com.apple.IOSurfaceAccelerator (1.0.0 - 1.0.0) <38F53BAD-B4CE-35E3-8F3B-CDC9F926355B> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/Versions/A/IOSurfaceAccelerator
       0x1aae49000 -        0x1ab256fff  com.apple.MediaRemote (1.0 - 1) <EAEBACAE-C48F-364C-ABD5-5BBB161A5773> /System/Library/PrivateFrameworks/MediaRemote.framework/Versions/A/MediaRemote
       0x1ab56f000 -        0x1ab576fff  com.apple.DisplayServicesFW (3.1 - 380) <9395F8D1-D512-3890-A3D9-5E2F34F6E442> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
       0x1abac9000 -        0x1abdb2fff  libAWDSupportFramework.dylib (4205) <33557FFB-DD5A-3540-A477-479D6102349D> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupportFramework.dylib
       0x1abe22000 -        0x1abe53fff  libtidy.A.dylib (18.2) <6039434D-005D-3109-8221-E2C84B0BFB54> /usr/lib/libtidy.A.dylib
       0x1abe54000 -        0x1abe74fff  com.apple.MarkupUI (1.0 - 383.6) <EA7130FD-F7A6-3983-B041-55D74DF357E0> /System/Library/PrivateFrameworks/MarkupUI.framework/Versions/A/MarkupUI
       0x1abe75000 -        0x1abe8afff  com.apple.Engram (1.0 - 1) <127085CB-60A0-34F1-944C-8D5A92834BC2> /System/Library/PrivateFrameworks/Engram.framework/Versions/A/Engram
       0x1abe8b000 -        0x1abeb2fff  com.apple.openscripting (1.7 - 190) <293B511D-4800-3DB6-9F9C-5D9277E902DF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
       0x1abeb3000 -        0x1abeb6fff  com.apple.securityhi (9.0 - 55008) <91D5E5E8-4D28-3205-A1C8-6EE8CE601747> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
       0x1abeb7000 -        0x1abebafff  com.apple.ink.framework (10.15 - 227) <02D1EC7F-A415-3C26-9516-30D2B6FC76FA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
       0x1abebb000 -        0x1abebefff  com.apple.CommonPanels (1.2.6 - 101) <970512B9-2CD8-3B6D-885C-8FAF20D4D8B7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
       0x1abebf000 -        0x1abec6fff  com.apple.ImageCapture (1711.5.2 - 1711.5.2) <857EB08B-75F6-3AAC-AD21-05EE34C93F10> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
       0x1abec7000 -        0x1acf9bfff  com.apple.JavaScriptCore (16611 - 16611.3.10.1.3) <41097D93-84C7-3736-8056-CC5C080B025B> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
       0x1ad009000 -        0x1ad11dfff  com.apple.AVFCapture (1.0 - 82.6) <8008DECC-BBD2-38C9-B59C-3E845D5FE9B4> /System/Library/PrivateFrameworks/AVFCapture.framework/Versions/A/AVFCapture
       0x1ad11e000 -        0x1ad1affff  com.apple.Quagga (47 - 47) <CDF2A18D-0C2A-3CAC-9086-A0FCBE50F80F> /System/Library/PrivateFrameworks/Quagga.framework/Versions/A/Quagga
       0x1ad1b0000 -        0x1ad3e7fff  com.apple.CMCapture (1.0 - 82.6) <42F7D542-D68F-3A0B-9A22-5F83417189DF> /System/Library/PrivateFrameworks/CMCapture.framework/Versions/A/CMCapture
       0x1ad778000 -        0x1ad823fff  com.apple.accounts.AccountsDaemon (113 - 113) <475DC2DF-7E42-3224-8074-E08F60E8AD7B> /System/Library/PrivateFrameworks/AccountsDaemon.framework/Versions/A/AccountsDaemon
       0x1ad824000 -        0x1ad826fff  com.apple.OAuth (25 - 25) <523BA47D-3511-34DF-83AC-6B26D0D59070> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
       0x1ade01000 -        0x1ade0dfff  com.apple.HID (1.0 - 1) <4A23C0F0-6622-395C-B409-83DFE731BADF> /System/Library/PrivateFrameworks/HID.framework/Versions/A/HID
       0x1ade0e000 -        0x1adf0dfff  com.apple.QuickLookUIFramework (5.0 - 928.4) <45504682-04A3-3095-B93B-6FEE890DE924> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
       0x1adf0e000 -        0x1adf2cfff  com.apple.IOGPU (21.11 - 21.11) <EDEFEAD0-AE62-3181-8BFC-EA75F408D1EF> /System/Library/PrivateFrameworks/IOGPU.framework/Versions/A/IOGPU
       0x1ae2de000 -        0x1ae35dfff  com.apple.coredav (1.0.1 - 889) <96B86023-0EE3-3DC8-9B2B-4331C84C898E> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
       0x1ae35e000 -        0x1ae3b5fff  com.apple.ExchangeWebServices (8.0 - 814.100.1) <BB007159-26B5-38B5-8FDC-7D8038B48CC4> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/ExchangeWebServices
       0x1ae3b6000 -        0x1ae3f8fff  com.apple.MediaServices (1.0 - 1) <935CF42E-6994-39AB-A203-A18B171645EF> /System/Library/PrivateFrameworks/MediaServices.framework/Versions/A/MediaServices
       0x1ae506000 -        0x1ae506fff  com.apple.marco (10.0 - 1000) <845AFC23-EA36-3A75-8CB6-B7339ED4FE4E> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
       0x1ae6f8000 -        0x1ae735fff  com.apple.contacts.ContactsAutocomplete (1.0 - 1152.4) <6DAE16BA-2960-3E55-BC0B-490137DBE068> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/Versions/A/ContactsAutocomplete
       0x1ae736000 -        0x1ae742fff  com.apple.KerberosHelper (4.0 - 1.0) <6C5AF0E8-BB30-31D0-A22E-B924917939D4> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosHelper
       0x1ae743000 -        0x1ae786fff  com.apple.ResponseKit (1.0 - 165.2) <DB16D978-9A02-34C9-B4FC-B2234838B099> /System/Library/PrivateFrameworks/ResponseKit.framework/Versions/A/ResponseKit
       0x1ae787000 -        0x1ae7a8fff  com.apple.proactive.support.ProactiveEventTracker (1.0 - 294.7) <381C0AF2-6B72-3127-BE49-A1605ECD287C> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/Versions/A/ProactiveEventTracker
       0x1aebcc000 -        0x1aebd0fff  com.apple.PhoneNumbers (1.0 - 1) <87A9F399-5EA8-3738-B560-ABC3371B0D25> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
       0x1aebd1000 -        0x1aebd8fff  com.apple.URLFormatting (146 - 146.22) <87D7CB77-EEBF-3087-B9CA-681E26F92B5E> /System/Library/PrivateFrameworks/URLFormatting.framework/Versions/A/URLFormatting
       0x1aebd9000 -        0x1aebeafff  com.apple.accessibility.AXCoreUtilities (1.0 - 1) <C5D5C52D-8B66-3C72-A688-6BC5B032473C> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/Versions/A/AXCoreUtilities
       0x1aebeb000 -        0x1aec05fff  libAccessibility.dylib (2885.49) <EEAF63B6-D2A1-3F57-A3C6-02A201D21B0E> /usr/lib/libAccessibility.dylib
       0x1aec06000 -        0x1b11b8fff  com.apple.WebCore (16611 - 16611.3.10.1.3) <9B2C5D3A-0F17-30C3-8290-01B00881F3EB> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
       0x1b149f000 -        0x1b14bffff  com.apple.quicklook.QuickLookSupport (1.0 - 135.5) <19325D61-53A3-3C7E-BA80-A056640EEB8D> /System/Library/PrivateFrameworks/QuickLookSupport.framework/Versions/A/QuickLookSupport
       0x1b14c0000 -        0x1b1553fff  com.apple.AirPlaySync (1.0 - 2780.10) <2EF46286-9B9E-3775-874B-0ADDDA643BE6> /System/Library/PrivateFrameworks/AirPlaySync.framework/Versions/A/AirPlaySync
       0x1b1799000 -        0x1b17e4fff  com.apple.Safari.SafeBrowsing (16611 - 16611.3.10.1.3) <F9E4B038-FD03-3324-8A29-B875474A4426> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/Versions/A/SafariSafeBrowsing
       0x1b17e5000 -        0x1b1fccfff  com.apple.WebKit (16611 - 16611.3.10.1.3) <65A2E9DD-B766-3867-BD4C-73075DFA57F5> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
       0x1b210f000 -        0x1b218efff  com.apple.CorePDF (4.0 - 529) <D0B8F656-317F-349D-8F54-4D254D6F23E9> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
       0x1b218f000 -        0x1b2192fff  com.apple.print.framework.Print (15 - 271) <93419E4E-A1A0-3A33-8BB3-F2F1276FF55E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
       0x1b2193000 -        0x1b2196fff  com.apple.Carbon (160 - 164) <EC4D68DF-C6A6-3E9F-95C6-5D08153770BE> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
       0x1b2297000 -        0x1b2297fff  com.apple.avfoundation (2.0 - 2020.10) <DBB44CA6-B563-3B8B-AD6F-697C8A068C1B> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
       0x1b245d000 -        0x1b2479fff  com.apple.private.SystemPolicy (1.0 - 1) <511A98AB-03CB-3121-923C-6923F21149C5> /System/Library/PrivateFrameworks/SystemPolicy.framework/Versions/A/SystemPolicy
       0x1b2619000 -        0x1b2638fff  com.apple.sidecar-core (1.0 - 231) <76F891AD-2213-3489-84E6-E2C2D017F77F> /System/Library/PrivateFrameworks/SidecarCore.framework/Versions/A/SidecarCore
       0x1b2639000 -        0x1b2640fff  com.apple.QuickLookNonBaseSystem (1.0 - 1) <36419E0C-C98A-3D36-91E7-9ADB1CCE6C4E> /System/Library/PrivateFrameworks/QuickLookNonBaseSystem.framework/Versions/A/QuickLookNonBaseSystem
       0x1b2641000 -        0x1b2674fff  com.apple.datadetectors (5.0 - 423) <7AA976B8-3C6F-32C8-B34B-C51594479E98> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
       0x1b2a72000 -        0x1b2a76fff  com.apple.CoreOptimization (1.0 - 1) <B7ED5433-06ED-3D75-9B87-4FE7CB3E7D2B> /System/Library/PrivateFrameworks/CoreOptimization.framework/Versions/A/CoreOptimization
       0x1b2baf000 -        0x1b2beffff  com.apple.NaturalLanguage (1.0 - 84) <2FBF90C3-87F5-35CE-9FE9-54B133BC94B0> /System/Library/Frameworks/NaturalLanguage.framework/Versions/A/NaturalLanguage
       0x1b2bf0000 -        0x1b2c0bfff  com.apple.SafariServices.framework (16611 - 16611.3.10.1.3) <9E402745-D164-39B5-BF7D-B8182E154969> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
       0x1b2dca000 -        0x1b2dd5fff  com.apple.MallocStackLogging (1.0 - 1) <05A898FA-51AD-3A79-B2D0-235432CD1149> /System/Library/PrivateFrameworks/MallocStackLogging.framework/Versions/A/MallocStackLogging
       0x1b2dea000 -        0x1b2dfcfff  libmis.dylib (274.140.2) <5B210F58-E8F8-35CE-97E2-1C532FED6177> /usr/lib/libmis.dylib
       0x1b2e1a000 -        0x1b2f4efff  com.apple.CoreHandwriting (161 - 1.2) <AA458ADD-4A3B-3AC2-86E0-BB43BFBD3B25> /System/Library/PrivateFrameworks/CoreHandwriting.framework/Versions/A/CoreHandwriting
       0x1b2f4f000 -        0x1b3155fff  com.apple.imageKit (3.0 - 1100) <720C41D2-D5C1-3E3A-8C4A-44393AF41433> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
       0x1b3156000 -        0x1b3260fff  com.apple.PencilKit (1.0 - 1) <5F1BC1C3-8D0E-37F6-8C6F-A6D001F02190> /System/Library/Frameworks/PencilKit.framework/Versions/A/PencilKit
       0x1b3261000 -        0x1b3272fff  com.apple.sidecar-ui (1.0 - 231) <52910620-483A-32F1-ADAC-2132A45811A9> /System/Library/PrivateFrameworks/SidecarUI.framework/Versions/A/SidecarUI
       0x1b327e000 -        0x1b3281fff  com.apple.WebInspectorUI (16611 - 16611.3.10.1.3) <B5406B54-043D-3040-9FDB-0D5F0D8C5C10> /System/Library/PrivateFrameworks/WebInspectorUI.framework/Versions/A/WebInspectorUI
       0x1b38c6000 -        0x1b391ffff  com.apple.ImageCaptureCore (1711.5.2 - 1711.5.2) <A48FF4D2-C4A0-3719-BDA1-9D04E42C0EE4> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
       0x1b3920000 -        0x1b3945fff  com.apple.quartzfilters (1.10.0 - 98) <8CDF198E-1FE2-37D3-89D5-D13D3758877B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
       0x1b401e000 -        0x1b413afff  com.apple.AnnotationKit (1.0 - 383.6) <3963FE81-735B-39D2-BD88-C495A851E034> /System/Library/PrivateFrameworks/AnnotationKit.framework/Versions/A/AnnotationKit
       0x1b413b000 -        0x1b45f3fff  com.apple.QuartzComposer (5.1 - 383) <0D080985-ACFF-32B0-9A07-F94326B63B2C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
       0x1b45f4000 -        0x1b46d4fff  com.apple.PDFKit (1.0 - 950.40.3) <4BC59790-A931-3DD1-B8D9-BD70174B1E74> /System/Library/Frameworks/PDFKit.framework/Versions/A/PDFKit
       0x1b604e000 -        0x1b6071fff  com.apple.DataDeliveryServices (1.0 - 1) <7A517AAA-17CC-35B5-9277-11C63F268EF3> /System/Library/PrivateFrameworks/DataDeliveryServices.framework/Versions/A/DataDeliveryServices
       0x1b6072000 -        0x1b607efff  com.apple.CaptiveNetworkSupport (13.0 - 1) <1F1CD8CC-26CC-3EEE-8E87-5AC0548FB8F1> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/Versions/A/CaptiveNetwork
       0x1b6430000 -        0x1b6448fff  com.apple.LookupFramework (1.2 - 284.1) <D0098F08-DE96-378D-BABA-3BF8FF82FDF6> /System/Library/PrivateFrameworks/Lookup.framework/Versions/A/Lookup
       0x1b64de000 -        0x1b64e1fff  com.apple.quartzframework (1.5 - 25) <01E65F15-11DE-398B-B27C-42950F55ECE7> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
       0x1b67dd000 -        0x1b67f6fff  libCGInterfaces.dylib (544.4) <53F24AC1-8076-39BA-A872-52520DFE219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
       0x1b8c33000 -        0x1b8e52fff  com.apple.RawCamera.bundle (9.10.0 - 1450.3) <8A5CA1DD-DFE7-30BE-914A-DD9BDEF6C8D8> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
       0x1bccaf000 -        0x1bcceafff  com.apple.osanalytics.OSAnalytics (1.0 - 1) <E7100523-5245-393A-8AC0-4FD325F5B249> /System/Library/PrivateFrameworks/OSAnalytics.framework/Versions/A/OSAnalytics
       0x1bf7cb000 -        0x1bf7d1fff  com.apple.PIP (1.0 - 109) <9E980B7D-FFFA-3769-B69F-18C90F7C71B0> /System/Library/PrivateFrameworks/PIP.framework/Versions/A/PIP
       0x1c3c4a000 -        0x1c3c53fff  com.apple.Reveal (1.0 - 22) <DCDECD00-E329-348C-976D-FE0F54F49C31> /System/Library/PrivateFrameworks/Reveal.framework/Versions/A/Reveal
       0x1c3c54000 -        0x1c3c59fff  com.apple.RevealCore (1.0 - 22) <358C1D8F-F36E-3F39-BF67-314D8879A230> /System/Library/PrivateFrameworks/RevealCore.framework/Versions/A/RevealCore
       0x1c65c3000 -        0x1c6661fff  com.apple.Symbolication (12.5 - 64544.70.1) <1B5B938C-BC34-39A2-B66F-C970B3CAACDC> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
       0x1d6818000 -        0x1d681cfff  libmetal_timestamp.dylib (31001.192.1) <2291FE65-F82D-3455-AFF3-831589CA5E62> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/31001/Libraries/libmetal_timestamp.dylib
       0x1d8a6a000 -        0x1d8a70fff  libCoreFSCache.dylib (200.10) <C1166989-C1F0-32E4-8522-8BD181735ECC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
       0x1d8a71000 -        0x1d8a76fff  libCoreVMClient.dylib (200.10) <C41DB122-E508-330A-9B82-AE7E9181D5C6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
       0x1d8a77000 -        0x1d8a86fff  com.apple.opengl (18.5.9 - 18.5.9) <588E5F4A-8C75-3469-A1BF-E9A4CD105311> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
       0x1d8a87000 -        0x1d8a89fff  libCVMSPluginSupport.dylib (18.5.9) <17BEA669-C514-35C1-8DFF-AF04374522F9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
       0x1d8a8a000 -        0x1d8a92fff  libGFXShared.dylib (18.5.9) <5A86C0F8-FEDD-398D-81DC-3B128936E0F4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
       0x1d8a93000 -        0x1d8acbfff  libGLImage.dylib (18.5.9) <122738E2-5F1A-30BD-82B1-9205F04684E4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
       0x1d8acc000 -        0x1d8b04fff  libGLU.dylib (18.5.9) <752F741C-9C01-3D0C-BD83-9A4C2F30A851> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
       0x1d8c72000 -        0x1d8c7cfff  libGL.dylib (18.5.9) <6F5D1A2B-3ADD-3234-8B1C-A500968B97D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
       0x1d8e0d000 -        0x1d8e6cfff  com.apple.opencl (4.6 - 4.6) <D501E0C4-C60C-362E-9FFF-8305FB4E6AC8> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
       0x1d98f3000 -        0x1d99d9fff  com.apple.audio.AVFAudio (1.0 - 477.88) <2C49B772-FF5C-3850-90D3-9D85CAE54602> /System/Library/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
       0x1dbeb7000 -        0x1dbec2fff  com.apple.CMImaging (1.0 - 82.6) <64622F58-D5E7-3BE1-8C4E-61AD72B1E26A> /System/Library/PrivateFrameworks/CMImaging.framework/Versions/A/CMImaging
       0x1e9edc000 -        0x1e9ee3fff  libRosetta.dylib (203.58) <422ADBB4-0DBD-302E-9740-8B5DB64DF0E1> /usr/lib/libRosetta.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=872.9M resident=0K(0%) swapped_out_or_unallocated=872.9M(100%)
Writable regions: Total=66.0G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=66.0G(100%)

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               128K        1 
Activity Tracing                   256K        1 
CoreAnimation                      256K       16 
CoreUI image data                  368K        3 
Dispatch continuations            64.0M        1 
Foundation                          16K        1 
Image IO                          2112K       12 
JS JIT generated code              1.0G        3 
JS VM Gigacage                    32.4G        4 
JS VM Gigacage (reserved)         63.6G        3         reserved VM address space (unallocated)
JS VM Isolated Heap               4144K       71 
Kernel Alloc Once                   32K        1 
MALLOC                           129.3M       44 
MALLOC guard page                  192K       10 
MALLOC_MEDIUM (reserved)         480.0M        4         reserved VM address space (unallocated)
Memory Tag 241                     320K        3 
STACK GUARD                       56.3M       20 
Stack                             18.1M       20 
VM_ALLOCATE                        240K       14 
WebKit Malloc                    288.1M      163 
__AUTH                             974K      250 
__AUTH_CONST                      17.5M      431 
__DATA                            8859K      424 
__DATA_CONST                      16.2M      432 
__DATA_DIRTY                      1884K      205 
__FONT_DATA                          4K        1 
__LINKEDIT                       491.2M       11 
__OBJC_CONST                      3204K      242 
__OBJC_RO                         75.1M        1 
__OBJC_RW                         2576K        1 
__TEXT                           381.8M      454 
__UNICODE                          588K        1 
mapped file                      111.8M       30 
shared memory                      176K        5 
===========                     =======  ======= 
TOTAL                             99.1G     2883 
TOTAL, minus reserved VM space    35.0G     2883 

Expected Behavior

WebContent process does not crash and JS calls succeed

Actual Behavior

Crash everytime, no matter the memory pressure on the device.

Environment

=== Visual Studio Community 2019 for Mac ===

Version 8.10.2 (build 17)
Installation UUID: 820a1bcf-2468-449a-96eb-19fc5cc42ad4
    GTK+ 2.24.23 (Raleigh theme)
    Xamarin.Mac 6.18.0.23 (d16-6 / 088c73638)

    Package version: 612000140

=== Mono Framework MDK ===

Runtime:
    Mono 6.12.0.140 (2020-02/51d876a041e) (64-bit)
    Package version: 612000140

=== Roslyn (Language Service) ===

3.10.0-4.21269.26+029847714208ebe49668667c60ea5b0a294e0fcb

=== Xamarin Designer ===

Version: 16.10.0.119
Hash: 36a2d986f
Branch: remotes/origin/d16-10
Build date: 2021-06-02 19:41:34 UTC

=== NuGet ===

Version: 5.9.0.7134

=== .NET Core SDK ===

SDK: /usr/local/share/dotnet/sdk/5.0.301/Sdks
SDK Versions:
    5.0.301
    5.0.203
    5.0.202
    5.0.103
    5.0.102
    5.0.101
    5.0.100
    3.1.410
    3.1.409
    3.1.408
    3.1.406
    3.1.405
    3.1.404
    3.1.403
MSBuild SDKs: /Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Sdks

=== .NET Core Runtime ===

Runtime: /usr/local/share/dotnet/dotnet
Runtime Versions:
    5.0.7
    5.0.6
    5.0.5
    5.0.3
    5.0.2
    5.0.1
    5.0.0
    3.1.16
    3.1.15
    3.1.14
    3.1.12
    3.1.11
    3.1.10
    3.1.9
    3.1.8
    2.1.23
    2.1.22

=== .NET Core 3.1 SDK ===

SDK: 3.1.410

=== Xamarin.Profiler ===

Version: 1.6.15.68
Location: /Applications/Xamarin Profiler.app/Contents/MacOS/Xamarin Profiler

=== Updater ===

Version: 11

=== Apple Developer Tools ===

Xcode 12.5.1 (18212)
Build 12E507

=== Xamarin.Mac ===

Version: 7.14.0.3 (Visual Studio Community)
Hash: 17fdcf569
Branch: d16-10
Build date: 2021-05-20 15:46:14-0400

=== Xamarin.iOS ===

Version: 14.20.0.3 (Visual Studio Community)
Hash: 17fdcf569
Branch: d16-10
Build date: 2021-05-20 15:46:15-0400

=== Xamarin.Android ===

Not Installed

=== Microsoft OpenJDK for Mobile ===

Java SDK: Not Found

Android Designer EPL code available here:
https://github.com/xamarin/AndroidDesigner.EPL

=== Android SDK Manager ===

Version: 16.10.0.12
Hash: e240b8c
Branch: remotes/origin/d16-10
Build date: 2021-06-01 18:26:34 UTC

=== Android Device Manager ===

Version: 16.10.0.14
Hash: e340248
Branch: remotes/origin/d16-10
Build date: 2021-06-01 18:26:52 UTC

=== Build Information ===

Release ID: 810020017
Git revision: 890ad7d9d5b08fa3d325d2c8d6cc202cc79bf500
Build date: 2021-06-10 12:17:16-04
Build branch: release-8.10

=== Operating System ===

Mac OS X 10.16.0
Darwin 20.6.0 Darwin Kernel Version 20.6.0
    Wed Jun 23 00:26:31 PDT 2021
    root:xnu-7195.141.2~5/RELEASE_X86_64 x86_64

Build Logs

Example Project (If Possible)

spouliot commented 3 years ago

Apart from the attached logs, i cant provide anymore info.

The crashing process com.apple.WebKit.WebContent is from Apple, not Microsoft.

It's no doubt related on how your code is interacting with WKWebView but you are providing us no details about it.

Can i please get help on debugging this issue?

Apple are the only ones who can provide more details about what could cause the crash inside their process.

To get help you should, minimally, file a feedback issue with Apple [1].

Better yet would the to file a DTS [2], which might not be free but developer accounts usually get 2 free "tickets".

[1] https://feedbackassistant.apple.com [2] https://developer.apple.com/support/technical/

If you get some details, from Apple, and can share more details about what your code is doing then we might be able to guess some possible causes. However there's not enough details in your report to even start guessing what this could be.

captainjono commented 3 years ago

Sigh. I got better feedback from the CEF forums. @chamons recommended we switch to Xamarin forms / WebView to get better stability and support. i sold that to my company, WHAT A FOOL i was! its like no one has ever used this platform before for anything but calling aspnet.

In 1 breath you tell me to provide more info, and in the other, you tell me that only Apple can tell me...I didnt come in here with guns blazing looking to blame, I came here as a cross platform Dev who is onboarding platforms rapidly, seeing weird behavior that doesnt replicate anywhere but WKWebView, and is quickly learning about how Apple WebKit is differs from Chrome WebKit.

Im reaching out for support and its not unreasonable to ask for advice on this complex issue that is occurring for no good reason.

It's no doubt related on how your code is interacting with WKWebView but you are providing us no details about it.

There is no documentation explaining anything i need to be aware of in any guide. No NOTEs, WARNINGs, or HINTs

Our app is as basic as it gets:

Testing:

I will be opening an Apple support ticket and i'll start investigating Unity as a backup plan.

CC @davidortinau

spouliot commented 3 years ago

This is the best advice I could give you with what you provided. A crash report from an Apple application is not helpful for us to diagnose a problem, nor suggest any type of action, recommendation or guidance.

If you can provide us with a test case that reproduce the issue then we'll have another look at the issue. It might be related to the SDK (in which case we might be able to help) or simply something specific to Apple's WKWebKit (and your ticket with them should help).

captainjono commented 3 years ago

@spouliot The WebKit team have confirmed that this is a bug with WkWebView. Thank you for your effort in reviewing here.

https://bugs.webkit.org/show_bug.cgi?id=229178

spouliot commented 3 years ago

I'm glad the root issue was identified. Thanks for closing the loop with us!