h4llow3En / mac-notification-sys

✉️ A simple wrapper to deliver or schedule macOS Notifications in Rust
98 stars 28 forks source link

v0.5.3 crashes #43

Closed probablykasper closed 2 years ago

probablykasper commented 2 years ago

I'm using Tauri's notification API, which depends on mac-notification-sys. It seems like v0.5.3 introduced a bug that terminates the app once 2 notifications are shown.

Pinning mac-notification-sys to 0.5.2 fixed this for me, so seems like an issue with v0.5.3.

OS: macOS 10.15

hoodie commented 2 years ago

ok, thanks I'll roll it back

hoodie commented 2 years ago

I just yanked that version, could you help me out with a reproducer?

hoodie commented 2 years ago

TIL: don't hastily revert code when you actually wanted to go to bed. This took two attempts 😆 , 0.5.4 didn't actually build so instead of applying git magic at the late hour I added another tag. so 0.5.3 was yanked, 0.5.4 was doa and 0.5.5 is the new retro release that looks just like 0.5.2, just newer

I was actually not able to reproduce this yet, so I'd be really grateful for a reproducer @probablykasper. also maybe @BlackHoleFox has an idea what might be happening here?

thanks already for the feedback!

probablykasper commented 2 years ago

Ah, it might be only when notifications are created within a tokio runtime.

This is the Tauri app where this happened in: https://github.com/probablykasper/remind-me-again

In case you're familiar with Tauri, I was able to reproduce it just by having a Tauri command that shows a notification

thomcc commented 2 years ago

On macOS a lot of things need to happen on the main thread. Doing this on a background threads, as is likely in a tokio runtime, could be the cause of this.

hoodie commented 2 years ago

thanks @thomcc! do you think we might still get some of the ARC benefits of @BlackHoleFox 's original change?

BlackHoleFox commented 2 years ago

I don't think that any of my changes are inherently compatible with threads on the surface, but the one good thing is to see if it was the ARC changes or the NSWorkspace changes. Ill throw my branch up again and experiment if no one beats me to it.

BlackHoleFox commented 2 years ago

@probablykasper can I bug you to copy/paste the macOS crash report here on GitHub with any redactions you think are necessary? (If you can't crash it freshly, check Console.app --> Crash Reports).

I built your app locally with it pointed at a local checkout of mac-notification-sys with all my changes but I can't seem to reproduce on macOS 12.4.

probablykasper commented 2 years ago

I actually ended up pinning mac-notigication-sys to 0.5.2 in https://github.com/probablykasper/remind-me-again/commit/952c6e73ca080e47861b347b93b5941d51aa0939 so that might be why, sorry. The commit https://github.com/probablykasper/remind-me-again/commit/bca112feddefe7c899d92487031d3e5c60a95c0f has the issue.

Here's a crash log from it:

Details ``` Process: Remind Me Again [13615] Path: /Users/USER/*/Remind Me Again.app/Contents/MacOS/Remind Me Again Identifier: space.kasper.remind-me-again Version: 1.0.0 (20220717.034134) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: Remind Me Again [13615] User ID: 502 Date/Time: 2022-07-17 05:42:59.724 +0200 OS Version: Mac OS X 10.15.7 (19H1922) Report Version: 12 Anonymous UUID: 6BBC9678-8CA6-78DF-0C04-44BAA927F453 Sleep/Wake UUID: 3E08D07D-3AD5-42AE-A2D6-1A6819F2F470 Time Awake Since Boot: 200000 seconds Time Since Wake: 6000 seconds System Integrity Protection: enabled Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x00004afe6eb81280 Exception Note: EXC_CORPSE_NOTIFY Termination Signal: Segmentation fault: 11 Termination Reason: Namespace SIGNAL, Code 0xb Terminating Process: exc handler [13615] VM Regions Near 0x4afe6eb81280: mapped file 0000000109980000-00000001099bd000 [ 244K] r--/rwx SM=COW  --> JS JIT generated code 00005ab0f3e00000-00005ab0f3e01000 [ 4K] ---/rwx SM=NUL Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libobjc.A.dylib 0x00007fff65c5d98f lookUpImpOrForward + 122 1 libobjc.A.dylib 0x00007fff65c5d399 _objc_msgSend_uncached + 73 2 com.apple.Foundation 0x00007fff2f861ee5 -[_NSConcreteUserNotificationCenter _sendDelegateMessage:sendToAppDelegate:withNotificationFromMessage:] + 71 3 com.apple.Foundation 0x00007fff2f861e6e __54-[_NSConcreteUserNotificationCenter _serverConnection]_block_invoke_4 + 49 4 libdispatch.dylib 0x00007fff66db76c4 _dispatch_call_block_and_release + 12 5 libdispatch.dylib 0x00007fff66db8658 _dispatch_client_callout + 8 6 libdispatch.dylib 0x00007fff66dc3cab _dispatch_main_queue_callback_4CF + 936 7 com.apple.CoreFoundation 0x00007fff2d18b0b1 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9 8 com.apple.CoreFoundation 0x00007fff2d14aec7 __CFRunLoopRun + 2028 9 com.apple.CoreFoundation 0x00007fff2d14a07e CFRunLoopRunSpecific + 462 10 com.apple.HIToolbox 0x00007fff2bd76aad RunCurrentEventLoopInMode + 292 11 com.apple.HIToolbox 0x00007fff2bd767c5 ReceiveNextEventCommon + 584 12 com.apple.HIToolbox 0x00007fff2bd76569 _BlockUntilNextEventMatchingListInModeWithFilter + 64 13 com.apple.AppKit 0x00007fff2a3bf3c9 _DPSNextEvent + 883 14 com.apple.AppKit 0x00007fff2a3bdc10 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1352 15 com.apple.AppKit 0x00007fff2a3af91e -[NSApplication run] + 658 16 space.kasper.remind-me-again 0x0000000101ba5189 objc_exception::try_no_ret::try_objc_execute_closure::heb2d0d288ef57604 + 41 17 space.kasper.remind-me-again 0x0000000101dc1032 RustObjCExceptionTryCatch + 18 18 space.kasper.remind-me-again 0x0000000101ccacdd objc::message::platform::send_unverified::hbec3b8a9f697a2ed + 109 19 space.kasper.remind-me-again 0x0000000101bab0c6 tao::platform_impl::platform::event_loop::EventLoop$LT$T$GT$::run::h41e89013b7ea5363 + 502 20 space.kasper.remind-me-again 0x0000000101bd7933 tao::event_loop::EventLoop$LT$T$GT$::run::h53ffc48cbea7ef73 + 83 21 space.kasper.remind-me-again 0x0000000101be39a9 _$LT$tauri_runtime_wry..Wry$LT$T$GT$$u20$as$u20$tauri_runtime..Runtime$LT$T$GT$$GT$::run::h83649d9808698b8a + 393 22 space.kasper.remind-me-again 0x0000000101cbb7af tauri::app::App$LT$R$GT$::run::h8809105172e2b879 + 175 23 space.kasper.remind-me-again 0x0000000101c1f0ea remind_me_again::main::haa40056875659ed1 + 11386 24 space.kasper.remind-me-again 0x0000000101cafff6 std::sys_common::backtrace::__rust_begin_short_backtrace::h9578ff325a4a0b0d + 6 25 space.kasper.remind-me-again 0x0000000101c276dc std::rt::lang_start::_$u7b$$u7b$closure$u7d$$u7d$::ha67998f03f37d668 + 12 26 space.kasper.remind-me-again 0x0000000101ebb39a std::rt::lang_start_internal::hdb19fe6764e59ca8 + 682 27 space.kasper.remind-me-again 0x0000000101c20639 main + 41 28 libdyld.dylib 0x00007fff66e11cc9 start + 1 Thread 1:: JavaScriptCore bmalloc scavenger 0 libsystem_kernel.dylib 0x00007fff66f55872 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff67016425 _pthread_cond_wait + 698 2 libc++.1.dylib 0x00007fff640e2623 std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock&, std::__1::chrono::time_point > >) + 93 3 com.apple.JavaScriptCore 0x00007fff31950a55 bmalloc::Scavenger::threadRunLoop() + 741 4 com.apple.JavaScriptCore 0x00007fff31950469 bmalloc::Scavenger::threadEntryPoint(bmalloc::Scavenger*) + 9 5 com.apple.JavaScriptCore 0x00007fff31952b47 void* std::__1::__thread_proxy >, void (*)(bmalloc::Scavenger*), bmalloc::Scavenger*> >(void*) + 39 6 libsystem_pthread.dylib 0x00007fff67016109 _pthread_start + 148 7 libsystem_pthread.dylib 0x00007fff67011b8b thread_start + 15 Thread 2:: com.apple.coreanimation.render-server 0 libsystem_kernel.dylib 0x00007fff66f52dea mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff66f53160 mach_msg + 60 2 com.apple.QuartzCore 0x00007fff38a95ae2 CA::Render::Server::server_thread(void*) + 496 3 com.apple.QuartzCore 0x00007fff38a958eb thread_fun(void*) + 25 4 libsystem_pthread.dylib 0x00007fff67016109 _pthread_start + 148 5 libsystem_pthread.dylib 0x00007fff67011b8b thread_start + 15 Thread 3:: tokio-runtime-worker 0 libsystem_kernel.dylib 0x00007fff66f55872 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff67016425 _pthread_cond_wait + 698 2 space.kasper.remind-me-again 0x0000000101dc50c4 _$LT$tokio..runtime..thread_pool..park..Parker$u20$as$u20$tokio..park..Park$GT$::park::h098cac97c5c9db9f + 324 3 space.kasper.remind-me-again 0x0000000101dd94a4 tokio::runtime::thread_pool::worker::Context::park_timeout::h6a1b4374544c11a2 + 212 4 space.kasper.remind-me-again 0x0000000101dd896c tokio::runtime::thread_pool::worker::Context::run::h02477bacc4ff229f + 1500 5 space.kasper.remind-me-again 0x0000000101dcaa27 tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::h32eb45b0c95b4f36 + 71 6 space.kasper.remind-me-again 0x0000000101dd82b0 tokio::runtime::thread_pool::worker::run::hf11f78a72ee21205 + 96 7 space.kasper.remind-me-again 0x0000000101dd4503 _$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h2d8ddf4a353e0a51 + 51 8 space.kasper.remind-me-again 0x0000000101dd4cc3 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::hfc2c97fecae67149 + 179 9 space.kasper.remind-me-again 0x0000000101dce748 tokio::runtime::blocking::pool::Inner::run::h8d70855c8be7902a + 264 10 space.kasper.remind-me-again 0x0000000101dc83f4 std::sys_common::backtrace::__rust_begin_short_backtrace::h63d5042d7a467733 + 148 11 space.kasper.remind-me-again 0x0000000101dc8b55 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hfe33a7107add5cb0 + 149 12 space.kasper.remind-me-again 0x0000000101ecba77 std::sys::unix::thread::Thread::new::thread_start::h1200bb61a12d3334 + 39 13 libsystem_pthread.dylib 0x00007fff67016109 _pthread_start + 148 14 libsystem_pthread.dylib 0x00007fff67011b8b thread_start + 15 Thread 4:: tokio-runtime-worker 0 libsystem_kernel.dylib 0x00007fff66f55872 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff67016425 _pthread_cond_wait + 698 2 space.kasper.remind-me-again 0x0000000101ec8bcf std::sys::unix::locks::pthread_condvar::Condvar::wait_timeout::h4657f35cc29e14cf + 255 3 space.kasper.remind-me-again 0x0000000101dd6e2c tokio::park::thread::Inner::park_timeout::he25b9cc5b8d07893 + 204 4 space.kasper.remind-me-again 0x0000000101dc59ec tokio::time::driver::Driver$LT$P$GT$::park_internal::h23143413174597e7 + 476 5 space.kasper.remind-me-again 0x0000000101dc515c _$LT$tokio..runtime..thread_pool..park..Parker$u20$as$u20$tokio..park..Park$GT$::park::h098cac97c5c9db9f + 476 6 space.kasper.remind-me-again 0x0000000101dd94a4 tokio::runtime::thread_pool::worker::Context::park_timeout::h6a1b4374544c11a2 + 212 7 space.kasper.remind-me-again 0x0000000101dd896c tokio::runtime::thread_pool::worker::Context::run::h02477bacc4ff229f + 1500 8 space.kasper.remind-me-again 0x0000000101dcaa27 tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::h32eb45b0c95b4f36 + 71 9 space.kasper.remind-me-again 0x0000000101dd82b0 tokio::runtime::thread_pool::worker::run::hf11f78a72ee21205 + 96 10 space.kasper.remind-me-again 0x0000000101dd4503 _$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h2d8ddf4a353e0a51 + 51 11 space.kasper.remind-me-again 0x0000000101dd4cc3 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::hfc2c97fecae67149 + 179 12 space.kasper.remind-me-again 0x0000000101dce748 tokio::runtime::blocking::pool::Inner::run::h8d70855c8be7902a + 264 13 space.kasper.remind-me-again 0x0000000101dc83f4 std::sys_common::backtrace::__rust_begin_short_backtrace::h63d5042d7a467733 + 148 14 space.kasper.remind-me-again 0x0000000101dc8b55 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hfe33a7107add5cb0 + 149 15 space.kasper.remind-me-again 0x0000000101ecba77 std::sys::unix::thread::Thread::new::thread_start::h1200bb61a12d3334 + 39 16 libsystem_pthread.dylib 0x00007fff67016109 _pthread_start + 148 17 libsystem_pthread.dylib 0x00007fff67011b8b thread_start + 15 Thread 5:: tokio-runtime-worker 0 libsystem_kernel.dylib 0x00007fff66f55872 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff67016425 _pthread_cond_wait + 698 2 space.kasper.remind-me-again 0x0000000101dc50c4 _$LT$tokio..runtime..thread_pool..park..Parker$u20$as$u20$tokio..park..Park$GT$::park::h098cac97c5c9db9f + 324 3 space.kasper.remind-me-again 0x0000000101dd94a4 tokio::runtime::thread_pool::worker::Context::park_timeout::h6a1b4374544c11a2 + 212 4 space.kasper.remind-me-again 0x0000000101dd896c tokio::runtime::thread_pool::worker::Context::run::h02477bacc4ff229f + 1500 5 space.kasper.remind-me-again 0x0000000101dcaa27 tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::h32eb45b0c95b4f36 + 71 6 space.kasper.remind-me-again 0x0000000101dd82b0 tokio::runtime::thread_pool::worker::run::hf11f78a72ee21205 + 96 7 space.kasper.remind-me-again 0x0000000101dd4503 _$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h2d8ddf4a353e0a51 + 51 8 space.kasper.remind-me-again 0x0000000101dd4cc3 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::hfc2c97fecae67149 + 179 9 space.kasper.remind-me-again 0x0000000101dce748 tokio::runtime::blocking::pool::Inner::run::h8d70855c8be7902a + 264 10 space.kasper.remind-me-again 0x0000000101dc83f4 std::sys_common::backtrace::__rust_begin_short_backtrace::h63d5042d7a467733 + 148 11 space.kasper.remind-me-again 0x0000000101dc8b55 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hfe33a7107add5cb0 + 149 12 space.kasper.remind-me-again 0x0000000101ecba77 std::sys::unix::thread::Thread::new::thread_start::h1200bb61a12d3334 + 39 13 libsystem_pthread.dylib 0x00007fff67016109 _pthread_start + 148 14 libsystem_pthread.dylib 0x00007fff67011b8b thread_start + 15 Thread 6:: tokio-runtime-worker 0 libsystem_kernel.dylib 0x00007fff66f55872 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff67016425 _pthread_cond_wait + 698 2 space.kasper.remind-me-again 0x0000000101dc50c4 _$LT$tokio..runtime..thread_pool..park..Parker$u20$as$u20$tokio..park..Park$GT$::park::h098cac97c5c9db9f + 324 3 space.kasper.remind-me-again 0x0000000101dd94a4 tokio::runtime::thread_pool::worker::Context::park_timeout::h6a1b4374544c11a2 + 212 4 space.kasper.remind-me-again 0x0000000101dd896c tokio::runtime::thread_pool::worker::Context::run::h02477bacc4ff229f + 1500 5 space.kasper.remind-me-again 0x0000000101dcaa27 tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::h32eb45b0c95b4f36 + 71 6 space.kasper.remind-me-again 0x0000000101dd82b0 tokio::runtime::thread_pool::worker::run::hf11f78a72ee21205 + 96 7 space.kasper.remind-me-again 0x0000000101dd4503 _$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h2d8ddf4a353e0a51 + 51 8 space.kasper.remind-me-again 0x0000000101dd4cc3 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::hfc2c97fecae67149 + 179 9 space.kasper.remind-me-again 0x0000000101dce748 tokio::runtime::blocking::pool::Inner::run::h8d70855c8be7902a + 264 10 space.kasper.remind-me-again 0x0000000101dc83f4 std::sys_common::backtrace::__rust_begin_short_backtrace::h63d5042d7a467733 + 148 11 space.kasper.remind-me-again 0x0000000101dc8b55 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hfe33a7107add5cb0 + 149 12 space.kasper.remind-me-again 0x0000000101ecba77 std::sys::unix::thread::Thread::new::thread_start::h1200bb61a12d3334 + 39 13 libsystem_pthread.dylib 0x00007fff67016109 _pthread_start + 148 14 libsystem_pthread.dylib 0x00007fff67011b8b thread_start + 15 Thread 7:: tokio-runtime-worker 0 libsystem_kernel.dylib 0x00007fff66f55872 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff67016425 _pthread_cond_wait + 698 2 space.kasper.remind-me-again 0x0000000101dc50c4 _$LT$tokio..runtime..thread_pool..park..Parker$u20$as$u20$tokio..park..Park$GT$::park::h098cac97c5c9db9f + 324 3 space.kasper.remind-me-again 0x0000000101dd94a4 tokio::runtime::thread_pool::worker::Context::park_timeout::h6a1b4374544c11a2 + 212 4 space.kasper.remind-me-again 0x0000000101dd896c tokio::runtime::thread_pool::worker::Context::run::h02477bacc4ff229f + 1500 5 space.kasper.remind-me-again 0x0000000101dcaa27 tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::h32eb45b0c95b4f36 + 71 6 space.kasper.remind-me-again 0x0000000101dd82b0 tokio::runtime::thread_pool::worker::run::hf11f78a72ee21205 + 96 7 space.kasper.remind-me-again 0x0000000101dd4503 _$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h2d8ddf4a353e0a51 + 51 8 space.kasper.remind-me-again 0x0000000101dd4cc3 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::hfc2c97fecae67149 + 179 9 space.kasper.remind-me-again 0x0000000101dce748 tokio::runtime::blocking::pool::Inner::run::h8d70855c8be7902a + 264 10 space.kasper.remind-me-again 0x0000000101dc83f4 std::sys_common::backtrace::__rust_begin_short_backtrace::h63d5042d7a467733 + 148 11 space.kasper.remind-me-again 0x0000000101dc8b55 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hfe33a7107add5cb0 + 149 12 space.kasper.remind-me-again 0x0000000101ecba77 std::sys::unix::thread::Thread::new::thread_start::h1200bb61a12d3334 + 39 13 libsystem_pthread.dylib 0x00007fff67016109 _pthread_start + 148 14 libsystem_pthread.dylib 0x00007fff67011b8b thread_start + 15 Thread 8:: tokio-runtime-worker 0 libsystem_kernel.dylib 0x00007fff66f55872 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff67016425 _pthread_cond_wait + 698 2 space.kasper.remind-me-again 0x0000000101dc50c4 _$LT$tokio..runtime..thread_pool..park..Parker$u20$as$u20$tokio..park..Park$GT$::park::h098cac97c5c9db9f + 324 3 space.kasper.remind-me-again 0x0000000101dd94a4 tokio::runtime::thread_pool::worker::Context::park_timeout::h6a1b4374544c11a2 + 212 4 space.kasper.remind-me-again 0x0000000101dd896c tokio::runtime::thread_pool::worker::Context::run::h02477bacc4ff229f + 1500 5 space.kasper.remind-me-again 0x0000000101dcaa27 tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::h32eb45b0c95b4f36 + 71 6 space.kasper.remind-me-again 0x0000000101dd82b0 tokio::runtime::thread_pool::worker::run::hf11f78a72ee21205 + 96 7 space.kasper.remind-me-again 0x0000000101dd4503 _$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h2d8ddf4a353e0a51 + 51 8 space.kasper.remind-me-again 0x0000000101dd4cc3 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::hfc2c97fecae67149 + 179 9 space.kasper.remind-me-again 0x0000000101dce748 tokio::runtime::blocking::pool::Inner::run::h8d70855c8be7902a + 264 10 space.kasper.remind-me-again 0x0000000101dc83f4 std::sys_common::backtrace::__rust_begin_short_backtrace::h63d5042d7a467733 + 148 11 space.kasper.remind-me-again 0x0000000101dc8b55 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hfe33a7107add5cb0 + 149 12 space.kasper.remind-me-again 0x0000000101ecba77 std::sys::unix::thread::Thread::new::thread_start::h1200bb61a12d3334 + 39 13 libsystem_pthread.dylib 0x00007fff67016109 _pthread_start + 148 14 libsystem_pthread.dylib 0x00007fff67011b8b thread_start + 15 Thread 9:: tokio-runtime-worker 0 libsystem_kernel.dylib 0x00007fff66f55872 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff67016425 _pthread_cond_wait + 698 2 space.kasper.remind-me-again 0x0000000101dc50c4 _$LT$tokio..runtime..thread_pool..park..Parker$u20$as$u20$tokio..park..Park$GT$::park::h098cac97c5c9db9f + 324 3 space.kasper.remind-me-again 0x0000000101dd94a4 tokio::runtime::thread_pool::worker::Context::park_timeout::h6a1b4374544c11a2 + 212 4 space.kasper.remind-me-again 0x0000000101dd896c tokio::runtime::thread_pool::worker::Context::run::h02477bacc4ff229f + 1500 5 space.kasper.remind-me-again 0x0000000101dcaa27 tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::h32eb45b0c95b4f36 + 71 6 space.kasper.remind-me-again 0x0000000101dd82b0 tokio::runtime::thread_pool::worker::run::hf11f78a72ee21205 + 96 7 space.kasper.remind-me-again 0x0000000101dd4503 _$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h2d8ddf4a353e0a51 + 51 8 space.kasper.remind-me-again 0x0000000101dd4cc3 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::hfc2c97fecae67149 + 179 9 space.kasper.remind-me-again 0x0000000101dce748 tokio::runtime::blocking::pool::Inner::run::h8d70855c8be7902a + 264 10 space.kasper.remind-me-again 0x0000000101dc83f4 std::sys_common::backtrace::__rust_begin_short_backtrace::h63d5042d7a467733 + 148 11 space.kasper.remind-me-again 0x0000000101dc8b55 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hfe33a7107add5cb0 + 149 12 space.kasper.remind-me-again 0x0000000101ecba77 std::sys::unix::thread::Thread::new::thread_start::h1200bb61a12d3334 + 39 13 libsystem_pthread.dylib 0x00007fff67016109 _pthread_start + 148 14 libsystem_pthread.dylib 0x00007fff67011b8b thread_start + 15 Thread 10:: tokio-runtime-worker 0 libsystem_kernel.dylib 0x00007fff66f55872 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff67016425 _pthread_cond_wait + 698 2 space.kasper.remind-me-again 0x0000000101dc50c4 _$LT$tokio..runtime..thread_pool..park..Parker$u20$as$u20$tokio..park..Park$GT$::park::h098cac97c5c9db9f + 324 3 space.kasper.remind-me-again 0x0000000101dd94a4 tokio::runtime::thread_pool::worker::Context::park_timeout::h6a1b4374544c11a2 + 212 4 space.kasper.remind-me-again 0x0000000101dd896c tokio::runtime::thread_pool::worker::Context::run::h02477bacc4ff229f + 1500 5 space.kasper.remind-me-again 0x0000000101dcaa27 tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::h32eb45b0c95b4f36 + 71 6 space.kasper.remind-me-again 0x0000000101dd82b0 tokio::runtime::thread_pool::worker::run::hf11f78a72ee21205 + 96 7 space.kasper.remind-me-again 0x0000000101dd4503 _$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h2d8ddf4a353e0a51 + 51 8 space.kasper.remind-me-again 0x0000000101dd4cc3 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::hfc2c97fecae67149 + 179 9 space.kasper.remind-me-again 0x0000000101dce748 tokio::runtime::blocking::pool::Inner::run::h8d70855c8be7902a + 264 10 space.kasper.remind-me-again 0x0000000101dc83f4 std::sys_common::backtrace::__rust_begin_short_backtrace::h63d5042d7a467733 + 148 11 space.kasper.remind-me-again 0x0000000101dc8b55 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hfe33a7107add5cb0 + 149 12 space.kasper.remind-me-again 0x0000000101ecba77 std::sys::unix::thread::Thread::new::thread_start::h1200bb61a12d3334 + 39 13 libsystem_pthread.dylib 0x00007fff67016109 _pthread_start + 148 14 libsystem_pthread.dylib 0x00007fff67011b8b thread_start + 15 Thread 11:: com.apple.NSEventThread 0 libsystem_kernel.dylib 0x00007fff66f52dea mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff66f53160 mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff2d14c135 __CFRunLoopServiceMachPort + 247 3 com.apple.CoreFoundation 0x00007fff2d14ac02 __CFRunLoopRun + 1319 4 com.apple.CoreFoundation 0x00007fff2d14a07e CFRunLoopRunSpecific + 462 5 com.apple.AppKit 0x00007fff2a560bf4 _NSEventThread + 132 6 libsystem_pthread.dylib 0x00007fff67016109 _pthread_start + 148 7 libsystem_pthread.dylib 0x00007fff67011b8b thread_start + 15 Thread 12: 0 libsystem_pthread.dylib 0x00007fff67011b68 start_wqthread + 0 Thread 13: 0 libsystem_pthread.dylib 0x00007fff67011b68 start_wqthread + 0 Thread 14: 0 libsystem_pthread.dylib 0x00007fff67011b68 start_wqthread + 0 Thread 15:: CVDisplayLink 0 libsystem_kernel.dylib 0x00007fff66f55872 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff67016457 _pthread_cond_wait + 748 2 com.apple.CoreVideo 0x00007fff2f0dfd2b CVDisplayLink::waitUntil(unsigned long long) + 229 3 com.apple.CoreVideo 0x00007fff2f0df238 CVDisplayLink::runIOThread() + 482 4 libsystem_pthread.dylib 0x00007fff67016109 _pthread_start + 148 5 libsystem_pthread.dylib 0x00007fff67011b8b thread_start + 15 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x00007ffffffffff8 rcx: 0x0000000000000307 rdx: 0x00004afe6eb81260 rdi: 0x0000600001f81260 rsi: 0x00007fff71194db8 rbp: 0x00007ffeee05a6b0 rsp: 0x00007ffeee05a120 r8: 0x00006000020c00f0 r9: 0x000000000000474b r10: 0x00004afe6eb81260 r11: 0x00007fff71194db8 r12: 0x00004afe6eb81260 r13: 0x00007fff71194db8 r14: 0x0000600001f81260 r15: 0x0000000000000003 rip: 0x00007fff65c5d98f rfl: 0x0000000000010246 cr2: 0x0000000104470000 Logical CPU: 0 Error Code: 0x02000170 Trap Number: 133 Binary Images: 0x101ba1000 - 0x102438fe7 +space.kasper.remind-me-again (1.0.0 - 20220717.034134) /Users/USER/*/Remind Me Again.app/Contents/MacOS/Remind Me Again 0x10430c000 - 0x10430f047 libobjc-trampolines.dylib (787.1) <88F9B648-C455-36F8-BBB9-7D1A9F57D073> /usr/lib/libobjc-trampolines.dylib 0x104361000 - 0x1043f3267 dyld (750.7) /usr/lib/dyld 0x105e00000 - 0x105ec6fff com.apple.AMDRadeonX4000GLDriver (3.10.23 - 3.1.0) /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/AMDRadeonX4000GLDriver 0x7fff201bf000 - 0x7fff2040cff8 com.apple.RawCamera.bundle (9.02.0 - 1350.30) <5337D338-FB27-3B70-91C8-096357BEFAC2> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x7fff2040f000 - 0x7fff2053dff8 com.apple.AMDMTLBronzeDriver (3.10.23 - 3.1.0) <829183B9-3ED1-3539-AF52-9211D2A0142D> /System/Library/Extensions/AMDMTLBronzeDriver.bundle/Contents/MacOS/AMDMTLBronzeDriver 0x7fff2053e000 - 0x7fff20574fff ATIRadeonX4000SCLib.dylib (3.10.23) <50CCB0DD-3B3E-33DB-B28D-AF504E325C9C> /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/ATIRadeonX4000SCLib.dylib 0x7fff21a4e000 - 0x7fff223cbfff libSC.dylib (3.10.23) <2C12DEC6-91DC-3111-9C52-AFB511003C7F> /System/Library/Extensions/AMDShared.bundle/Contents/PlugIns/libSC.dylib 0x7fff2896a000 - 0x7fff28b65ff8 com.apple.avfoundation (2.0 - 1855.3) <0837D912-3783-35D6-A94A-E474E18600CF> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation 0x7fff28b66000 - 0x7fff28c32ffe com.apple.audio.AVFAudio (1.0 - 415.75) /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio 0x7fff28d52000 - 0x7fff28d52fff com.apple.Accelerate (1.11 - Accelerate 1.11) <4F9977AE-DBDB-3A16-A536-AC1F9938DCDD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff28d53000 - 0x7fff28d69fef libCGInterfaces.dylib (524.2.1) <8FD09D09-BB19-36C5-ADE9-4F22DA235AEE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib 0x7fff28d6a000 - 0x7fff293c0fff com.apple.vImage (8.1 - 524.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff293c1000 - 0x7fff29628ff7 libBLAS.dylib (1303.60.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff29629000 - 0x7fff29afcfef libBNNS.dylib (144.100.2) <99C61C48-B14C-3DA6-8C31-6BF72DA0A3A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib 0x7fff29afd000 - 0x7fff29e98fff libLAPACK.dylib (1303.60.1) <5E3E3867-50C3-3E6A-9A2E-007CE77A4641> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff29e99000 - 0x7fff29eaefec libLinearAlgebra.dylib (1303.60.1) <3D433800-0099-33E0-8C81-15F83247B2C9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x7fff29eaf000 - 0x7fff29eb4ff3 libQuadrature.dylib (7) <371F36A7-B12F-363E-8955-F24F7C2048F6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib 0x7fff29eb5000 - 0x7fff29f25fff libSparse.dylib (103) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib 0x7fff29f26000 - 0x7fff29f38fef libSparseBLAS.dylib (1303.60.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib 0x7fff29f39000 - 0x7fff2a110fd7 libvDSP.dylib (735.140.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff2a111000 - 0x7fff2a1d3fef libvMisc.dylib (735.140.1) <3601FDE3-B142-398D-987D-8151A51F0A96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff2a1d4000 - 0x7fff2a1d4fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff2a1d5000 - 0x7fff2a234ff0 com.apple.Accounts (113 - 113) /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts 0x7fff2a37e000 - 0x7fff2b13cffb com.apple.AppKit (6.9 - 1894.70.110) <14087DB9-312A-3343-935E-E3E35905866A> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff2b18c000 - 0x7fff2b18cfff com.apple.ApplicationServices (48 - 50) <753852D0-38E0-3F57-809B-EC1A8536028F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff2b18d000 - 0x7fff2b1f8fff com.apple.ApplicationServices.ATS (377 - 493.0.4.1) <87EA5DE1-506A-39FD-88BE-D8A3416C9012> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff2b291000 - 0x7fff2b2cfff0 libFontRegistry.dylib (274.0.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff2b32a000 - 0x7fff2b359fff com.apple.ATSUI (1.0 - 1) <5F513967-DDD7-3F22-AD14-8A38ABD9F2D0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI 0x7fff2b35a000 - 0x7fff2b35effb com.apple.ColorSyncLegacy (4.13.0 - 1) <4E0574BC-921B-33D4-916B-2DD60D141BF6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy 0x7fff2b3f8000 - 0x7fff2b44fffa com.apple.HIServices (1.22 - 676) <14DF4D42-E24D-3EBD-9A9D-93124D8D6AA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff2b450000 - 0x7fff2b45efff com.apple.LangAnalysis (1.7.0 - 1.7.0) <01B8B6B3-E2C3-3607-B34A-8283A7E0E924> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff2b45f000 - 0x7fff2b4a4ffa com.apple.print.framework.PrintCore (15.4 - 516.2) <437BCF12-48D2-3770-8BC9-567718FB1BCA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff2b4a5000 - 0x7fff2b4afff7 com.apple.QD (4.0 - 413) <27A36D07-B5E9-32E6-87B6-3127F260F48D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff2b4b0000 - 0x7fff2b4bdffc com.apple.speech.synthesis.framework (9.0.24 - 9.0.24) <75344F8F-32CA-3558-B4E6-F56D498250E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff2b4be000 - 0x7fff2b59fff2 com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <43014BB0-6604-3513-AB52-8D8577204FA6> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff2b5a1000 - 0x7fff2b5a1fff com.apple.audio.units.AudioUnit (1.14 - 1.14) <2FAE7F8D-2358-3B10-B47E-27B90B368557> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff2b938000 - 0x7fff2bcc6ffa com.apple.CFNetwork (1128.1 - 1128.1) <04F37E21-8AC6-35BF-8D2C-8ED954B09026> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff2bd42000 - 0x7fff2bd42fff com.apple.Carbon (160 - 162) <5AC5740E-88F8-32EE-9F1F-C2B6360431D8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff2bd43000 - 0x7fff2bd46ff3 com.apple.CommonPanels (1.2.6 - 101) <9F6E13D9-374B-386F-8E15-FDD6CE967859> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff2bd47000 - 0x7fff2c03bff3 com.apple.HIToolbox (2.1.1 - 994.7) <1869947E-482B-30F2-A8A9-B8F78CA69F6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff2c03c000 - 0x7fff2c03fff3 com.apple.help (1.3.8 - 71) <36483951-6F3E-3F7E-8A5B-191C2357EF17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff2c040000 - 0x7fff2c045ff7 com.apple.ImageCapture (9.0 - 1600.65.1) <19E8B178-4C4D-3779-8815-E905310F20EF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff2c046000 - 0x7fff2c046fff com.apple.ink.framework (10.15 - 227) <284507AE-EF47-3ABC-86A4-669243DB1D33> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff2c047000 - 0x7fff2c061ffa com.apple.openscripting (1.7 - 185.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff2c082000 - 0x7fff2c082fff com.apple.print.framework.Print (15 - 271) <0D9FB08F-EA87-3BE7-821B-C61BA5601050> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff2c083000 - 0x7fff2c085ff7 com.apple.securityhi (9.0 - 55008) <390C6FAA-99BF-3924-9180-9EAE41D9C6BE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff2c086000 - 0x7fff2c08cfff com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <9614A01E-8303-3422-A3BA-6CE27540E09A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff2c08d000 - 0x7fff2c225ffa com.apple.cloudkit.CloudKit (867 - 867) <1B851180-FC00-357F-B6C1-BB0EA7D6D5CA> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit 0x7fff2c226000 - 0x7fff2c226fff com.apple.Cocoa (6.11 - 23) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff2c234000 - 0x7fff2c32afff com.apple.ColorSync (4.13.0 - 3394.15) <97F94272-0DB2-307F-A2B6-4FEC74DB37A6> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff2c41c000 - 0x7fff2c555ff6 com.apple.contacts (1.0 - 3455.18) <57696192-BF9D-3946-8C78-35FCEF406B00> /System/Library/Frameworks/Contacts.framework/Versions/A/Contacts 0x7fff2c615000 - 0x7fff2cb1effb com.apple.audio.CoreAudio (5.0 - 5.0) <47923B12-3D14-328A-9C86-27A3A2A73068> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff2cb71000 - 0x7fff2cba9fff com.apple.CoreBluetooth (1.0 - 1) <23DBB313-A082-3C08-8E1F-2D31EE4247EF> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x7fff2cbaa000 - 0x7fff2cf94fe8 com.apple.CoreData (120 - 977.3) <49AE61CA-C91E-31FE-9BD0-1AACFFB5181E> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff2cf95000 - 0x7fff2d0c7ff6 com.apple.CoreDisplay (1.0 - 186.6.15) <213D7011-8180-3CF4-9BE7-FB8F75DCDB95> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay 0x7fff2d0c8000 - 0x7fff2d548ff9 com.apple.CoreFoundation (6.9 - 1678.104) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff2d54a000 - 0x7fff2dbbfff8 com.apple.CoreGraphics (2.0 - 1355.24) <39E5627F-4812-3D84-87DC-99B3177BB191> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff2dbcd000 - 0x7fff2df28ff0 com.apple.CoreImage (15.0.0 - 940.9) <69361069-01AB-342E-862B-73A74271A765> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff2df29000 - 0x7fff2df92ff0 com.apple.corelocation (2394.0.22 - 2394.0.22) <75966124-2FB7-33C3-BE49-3DD5F327F911> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation 0x7fff2dfe6000 - 0x7fff2e2e8ff2 com.apple.CoreML (1.0 - 1) <838D7D0A-47C9-3EBE-9540-FD42746B6014> /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML 0x7fff2e2e9000 - 0x7fff2e3c4ffc com.apple.CoreMedia (1.0 - 2625.9.4.1) <516C5604-EDE4-3F50-BCE7-234BB99610E0> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fff2e3c5000 - 0x7fff2e427ffe com.apple.CoreMediaIO (1000.0 - 5125.6) /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x7fff2e4b1000 - 0x7fff2e4b1fff com.apple.CoreServices (1069.28 - 1069.28) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff2e4b2000 - 0x7fff2e537fff com.apple.AE (838.1 - 838.1) <450501B5-0161-38D0-8986-90718DC3CAE5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff2e538000 - 0x7fff2e819ff7 com.apple.CoreServices.CarbonCore (1217 - 1217) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff2e81a000 - 0x7fff2e867ffd com.apple.DictionaryServices (1.2 - 323.6) <26B70C82-25BC-353A-858F-945B14C803A2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff2e868000 - 0x7fff2e870ff7 com.apple.CoreServices.FSEvents (1268.100.1 - 1268.100.1) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x7fff2e871000 - 0x7fff2eaacfff com.apple.LaunchServices (1069.28 - 1069.28) <300D400D-B03E-3C88-97C1-C537836C9792> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff2eaad000 - 0x7fff2eb45ff9 com.apple.Metadata (10.7.0 - 2076.7.1) <3FBA1665-4F76-3403-9C87-E120D53D40FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff2eb46000 - 0x7fff2eb73fff com.apple.CoreServices.OSServices (1069.28 - 1069.28) <3140538D-5435-3646-9F15-5A5CFA03161D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff2eb74000 - 0x7fff2ebdbfff com.apple.SearchKit (1.4.1 - 1.4.1) <2C5E1D85-E8B1-3DC5-91B9-E3EDB48E9369> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff2ebdc000 - 0x7fff2ec00ff5 com.apple.coreservices.SharedFileList (131.4 - 131.4) <02DE0D56-E371-3EF5-9BC1-FA435451B412> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList 0x7fff2ec01000 - 0x7fff2ec72fff com.apple.CoreSpotlight (1.0 - 2076.7.1) <1818DF74-AD5B-34F3-8A41-213E83EB8486> /System/Library/Frameworks/CoreSpotlight.framework/Versions/A/CoreSpotlight 0x7fff2ee5d000 - 0x7fff2ef24ff8 com.apple.CoreTelephony (113 - 7560.2) <773BC9FE-2F70-33A7-9362-E2D208A0216B> /System/Library/Frameworks/CoreTelephony.framework/Versions/A/CoreTelephony 0x7fff2ef25000 - 0x7fff2f0dcffc com.apple.CoreText (643.1.5.7 - 643.1.5.7) <34D12C1B-541D-3796-BDD8-D40EE509CD5F> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff2f0dd000 - 0x7fff2f121ffb com.apple.CoreVideo (1.8 - 344.3) <5314E70D-325F-3E98-99FC-00FDF520747E> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff2f122000 - 0x7fff2f1afffc com.apple.framework.CoreWLAN (13.0 - 1601.2) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff2f36b000 - 0x7fff2f376ff7 com.apple.DirectoryService.Framework (10.15 - 220.40.1) <6EACB7D0-A013-3D2B-93D2-5113F7C2559D> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x7fff2f377000 - 0x7fff2f421ff0 com.apple.DiscRecording (9.0.3 - 9030.4.5) <726E7C26-239D-3343-9E3A-2C171CF79E8B> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x7fff2f446000 - 0x7fff2f44cfff com.apple.DiskArbitration (2.7 - 2.7) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff2f473000 - 0x7fff2f620ffc com.apple.ical.EventKit (3.0 - 1370.5.1) /System/Library/Frameworks/EventKit.framework/Versions/A/EventKit 0x7fff2f641000 - 0x7fff2f770ff6 com.apple.FileProvider (304.141.2 - 304.141.2) /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider 0x7fff2f788000 - 0x7fff2fb4dff7 com.apple.Foundation (6.9 - 1678.104) <69B915AD-CE6F-3958-8E3A-9D6050989AC2> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff2fbba000 - 0x7fff2fc0afff com.apple.GSS (4.0 - 2.0) <993DB520-C98D-35BB-844D-562EC1A24514> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff2fd47000 - 0x7fff2fe5bff3 com.apple.Bluetooth (7.0.6 - 7.0.6f8) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x7fff2fec1000 - 0x7fff2ff65ff3 com.apple.framework.IOKit (2.0.2 - 1726.148.1) <0A9D244C-AECC-3D29-86DE-4F3B04F8DD25> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff2ff67000 - 0x7fff2ff78ffb com.apple.IOSurface (269.11 - 269.11) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff2ff96000 - 0x7fff2fff6ff5 com.apple.ImageCaptureCore (1.0 - 1600.65.1) <4E36E431-4483-3B57-B27D-288E028F8EF9> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore 0x7fff2fff7000 - 0x7fff30155ff6 com.apple.ImageIO.framework (3.3.0 - 1976.13.2) <1212385B-D726-3073-8545-B0A6BC03E2CA> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff30156000 - 0x7fff30159fff libGIF.dylib (1976.13.2) <12FB6D10-4A8E-33D9-8C04-1BAF0BA45392> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff3015a000 - 0x7fff30213fe7 libJP2.dylib (1976.13.2) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff30214000 - 0x7fff30237fe3 libJPEG.dylib (1976.13.2) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff304b4000 - 0x7fff304cefef libPng.dylib (1976.13.2) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff304cf000 - 0x7fff304d0fff libRadiance.dylib (1976.13.2) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff304d1000 - 0x7fff30517fff libTIFF.dylib (1976.13.2) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff30530000 - 0x7fff309bfff8 com.apple.Intents (1.0 - 1) /System/Library/Frameworks/Intents.framework/Versions/A/Intents 0x7fff309c2000 - 0x7fff31a62fe1 com.apple.JavaScriptCore (15609 - 15609.4.1.1.1) <5CAFF570-DC41-32A9-9CFB-28210A9B8367> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x7fff31a79000 - 0x7fff31a8bff3 com.apple.Kerberos (3.0 - 1) <03BB492B-016E-37BF-B020-39C2CF7487FE> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff31a8c000 - 0x7fff31a8cfff libHeimdalProxy.dylib (77) <0A2905EE-9533-3345-AF9B-AAC71513BDFD> /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib 0x7fff31a8d000 - 0x7fff31ac3ff7 com.apple.LDAPFramework (2.4.28 - 194.5) <45AD36CB-D311-32A2-843C-ED6350A59B5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff31e1e000 - 0x7fff31e28ffb com.apple.MediaAccessibility (1.0 - 125.1) <98065EA1-3484-3A5A-B05C-D2FABED8CEA4> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility 0x7fff31ef4000 - 0x7fff32641ff2 com.apple.MediaToolbox (1.0 - 2625.9.4.1) <6AB09C34-154A-3CB0-8A64-6AA25335751A> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fff32643000 - 0x7fff3270dfff com.apple.Metal (212.8 - 212.8) <98C944D6-62C8-355E-90F8-C1CA2429EF24> /System/Library/Frameworks/Metal.framework/Versions/A/Metal 0x7fff3270f000 - 0x7fff32729ff5 com.apple.MetalKit (141.2 - 141.2) /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit 0x7fff3272a000 - 0x7fff32767ff7 com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <7EBAC15D-7837-395D-B405-1E29F7DA68FA> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore 0x7fff32768000 - 0x7fff327f2fe2 com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage 0x7fff327f3000 - 0x7fff32818ff4 com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <02006D92-E2AB-3892-A96B-37F6520C19BA> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix 0x7fff32819000 - 0x7fff3282effb com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray 0x7fff3282f000 - 0x7fff3298dffc com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <05612E06-50CB-318F-9F8E-EF4D49FAB3B0> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork 0x7fff3298e000 - 0x7fff329ddff4 com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector 0x7fff329de000 - 0x7fff329dfff5 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders 0x7fff33862000 - 0x7fff3389bff5 com.apple.NaturalLanguage (1.0 - 57) /System/Library/Frameworks/NaturalLanguage.framework/Versions/A/NaturalLanguage 0x7fff3389c000 - 0x7fff338a8ffe com.apple.NetFS (6.0 - 4.0) <57CABC68-0585-3989-9161-157DBB544B82> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff338a9000 - 0x7fff33a00ff3 com.apple.Network (1.0 - 1) <7F64A643-A7D5-3089-AF96-78AAF943C1D3> /System/Library/Frameworks/Network.framework/Versions/A/Network 0x7fff33a01000 - 0x7fff33c61ffa com.apple.NetworkExtension (1.0 - 1) /System/Library/Frameworks/NetworkExtension.framework/Versions/A/NetworkExtension 0x7fff36429000 - 0x7fff36431ff7 libcldcpuengine.dylib (2.14) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib 0x7fff36432000 - 0x7fff3648afff com.apple.opencl (3.5 - 3.5) <405873C3-6C6E-307B-9813-8741E1CABD95> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff3648b000 - 0x7fff364a7fff com.apple.CFOpenDirectory (10.15 - 220.40.1) <7E6C88EB-3DD9-32B0-81FC-179552834FA9> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff364a8000 - 0x7fff364b3ffd com.apple.OpenDirectory (10.15 - 220.40.1) <4A92D8D8-A9E5-3A9C-942F-28576F6BCDF5> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff36e19000 - 0x7fff36e1bfff libCVMSPluginSupport.dylib (17.10.22) <4DFF84FA-1F0C-3283-8F56-512344B725CE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff36e1c000 - 0x7fff36e21fff libCoreFSCache.dylib (176.21) <627E34BF-5E91-3D07-945B-1B9F3432BFB3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x7fff36e22000 - 0x7fff36e26fff libCoreVMClient.dylib (176.21) <8A019B96-5D30-3140-B3D3-B6225E484BFD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff36e27000 - 0x7fff36e2fff7 libGFXShared.dylib (17.10.22) <7D2BF684-33B2-32F5-A070-EA0AC692D10D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff36e30000 - 0x7fff36e3afff libGL.dylib (17.10.22) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff36e3b000 - 0x7fff36e6fff7 libGLImage.dylib (17.10.22) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff36e70000 - 0x7fff37004ff7 libGLProgrammability.dylib (17.10.22) <4DA6702A-EF15-34EB-8D0B-CD43BCC3CAFE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x7fff37005000 - 0x7fff37041fff libGLU.dylib (17.10.22) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff37a7d000 - 0x7fff37a8cff7 com.apple.opengl (17.10.22 - 17.10.22) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff37a8d000 - 0x7fff37c06fff GLEngine (17.10.22) <34A83D87-EE98-3F69-A0B8-B3F330C645FC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine 0x7fff37c07000 - 0x7fff37c2ffff GLRendererFloat (17.10.22) <53C50D03-219F-308A-9774-AA024F144D66> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat 0x7fff37c3e000 - 0x7fff37d31ff5 com.apple.PDFKit (1.0 - 845.4.1) /System/Library/Frameworks/PDFKit.framework/Versions/A/PDFKit 0x7fff37d32000 - 0x7fff37e49ff9 com.apple.PencilKit (1.0 - 1) <95301D00-CE35-3F53-BAE1-6E6217706702> /System/Library/Frameworks/PencilKit.framework/Versions/A/PencilKit 0x7fff380ea000 - 0x7fff380f0ff6 com.apple.PushKit (1.0 - 1) /System/Library/Frameworks/PushKit.framework/Versions/A/PushKit 0x7fff38211000 - 0x7fff38457ff7 com.apple.imageKit (3.0 - 1081) <5F086EE2-5745-3E28-B292-1DE5E0652E36> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit 0x7fff38458000 - 0x7fff38917fff com.apple.QuartzComposer (5.1 - 378) <9C10ADF7-94B0-3779-AD44-5AF6394A32AF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer 0x7fff38918000 - 0x7fff3893dffc com.apple.quartzfilters (1.10.0 - Tag) <876E8B28-9500-34C6-B297-EA404D89C903> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters 0x7fff3893e000 - 0x7fff38a48ff0 com.apple.QuickLookUIFramework (5.0 - 906.1.1) <7F8D2705-0EE1-3AE9-BF1B-87F116FFA039> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI 0x7fff38a49000 - 0x7fff38a49fff com.apple.quartzframework (1.5 - 23) /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x7fff38a4a000 - 0x7fff38ccdffb com.apple.QuartzCore (1.11 - 841.6) <7AB85EC8-F6FC-3052-9C57-E7933AE21790> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff38cce000 - 0x7fff38d27ff5 com.apple.QuickLookFramework (5.0 - 906.1.1) <12ABE3AA-267D-382E-9C0A-E645A465A8E3> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x7fff38d28000 - 0x7fff38d5dffc com.apple.QuickLookThumbnailing (1.0 - 1) <9CCB50D8-AA39-3744-93FB-7B5B65467AB3> /System/Library/Frameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing 0x7fff3922e000 - 0x7fff39249ff6 com.apple.SafariServices.framework (15613 - 15613.2.7.1.9) /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices 0x7fff39851000 - 0x7fff39b9cff9 com.apple.security (7.0 - 59306.140.11) <3B46FC31-708A-3526-B888-BB7C1A9FBD98> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff39b9d000 - 0x7fff39c25ffb com.apple.securityfoundation (6.0 - 55236.60.1) <954B6238-07CB-3357-BC4F-AE827DD3F9E3> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff39c26000 - 0x7fff39c53ff7 com.apple.securityinterface (10.0 - 55139.120.1) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface 0x7fff39c54000 - 0x7fff39c58ff8 com.apple.xpc.ServiceManagement (1.0 - 1) <055976F5-69DF-3846-B7CC-D72FA09D1A98> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff3a904000 - 0x7fff3a97eff7 com.apple.SystemConfiguration (1.19 - 1.19) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff3abfe000 - 0x7fff3af81ff4 com.apple.VideoToolbox (1.0 - 2625.9.4.1) <65ABE2CC-8180-397A-B783-EC7449871985> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x7fff3b223000 - 0x7fff3b9c0fe7 libwebrtc.dylib (7609.4.1.1.1) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/Frameworks/libwebrtc.dylib 0x7fff3b9c1000 - 0x7fff3dc2bffb com.apple.WebCore (15609 - 15609.4.1.1.1) <75D5D854-2A87-3C42-A5A4-A7CA11A56B5C> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore 0x7fff3dc2c000 - 0x7fff3de38ffb com.apple.WebKitLegacy (15609 - 15609.4.1.1.1) <4F71E2AC-239D-322C-8CF9-AA74CA16341A> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy 0x7fff3de39000 - 0x7fff3e53effd com.apple.WebKit (15609 - 15609.4.1.1.1) <898C11F5-0EB7-3CF3-840A-F2168D1B0805> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x7fff3e8ee000 - 0x7fff3e9b3fe7 com.apple.APFS (1412.141.3 - 1412.141.3) /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS 0x7fff3efff000 - 0x7fff3f00affc com.apple.accessibility.AXCoreUtilities (1.0 - 1) <34D2C8C5-0BBC-39CA-B37C-B053A9C327EF> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/Versions/A/AXCoreUtilities 0x7fff3f17b000 - 0x7fff3f183ff5 com.apple.AccessibilityBundles (1.0 - 131.5) /System/Library/PrivateFrameworks/AccessibilityBundles.framework/Versions/A/AccessibilityBundles 0x7fff3f303000 - 0x7fff3f3b4ff6 com.apple.accounts.AccountsDaemon (113 - 113) /System/Library/PrivateFrameworks/AccountsDaemon.framework/Versions/A/AccountsDaemon 0x7fff3f957000 - 0x7fff3faacff2 com.apple.AddressBook.core (1.0 - 1) /System/Library/PrivateFrameworks/AddressBookCore.framework/Versions/A/AddressBookCore 0x7fff3fac8000 - 0x7fff3fac9ff1 com.apple.AggregateDictionary (1.0 - 1) <95A291F5-B69F-3C37-9483-C3B2EBF52AC1> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary 0x7fff3ff1c000 - 0x7fff40067ff5 com.apple.AnnotationKit (1.0 - 325.9) <9BB0EDB6-3808-30FC-B0ED-764DE5AAB893> /System/Library/PrivateFrameworks/AnnotationKit.framework/Versions/A/AnnotationKit 0x7fff40068000 - 0x7fff40085ff4 com.apple.AppContainer (4.0 - 448.100.6) <87CEE13C-8585-3EFB-92CD-0852DFF0921B> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer 0x7fff40086000 - 0x7fff400a6fff com.apple.AppSSO (1.0 - 1) <660152F4-68DE-3909-AE65-EC6EFAACB44C> /System/Library/PrivateFrameworks/AppSSO.framework/Versions/A/AppSSO 0x7fff400a7000 - 0x7fff400bdff3 com.apple.AppSSOCore (1.0 - 1) <3FBA882A-83BF-3163-916F-0D7FA17D010D> /System/Library/PrivateFrameworks/AppSSOCore.framework/Versions/A/AppSSOCore 0x7fff400da000 - 0x7fff400e8ff7 com.apple.AppSandbox (4.0 - 448.100.6) <0F49AA04-3400-349A-9096-6D4D7ED61027> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox 0x7fff404d3000 - 0x7fff40538ff7 com.apple.AppSupport (1.0.0 - 29) <7408886B-B0CC-3EF0-9F11-9088DEE266ED> /System/Library/PrivateFrameworks/AppSupport.framework/Versions/A/AppSupport 0x7fff40564000 - 0x7fff40588ffb com.apple.framework.Apple80211 (13.0 - 1610.1) <33B50F2F-88CD-3B02-B72E-1E1B916A7FC9> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff40589000 - 0x7fff406bcff3 com.apple.AppleAccount (1.0 - 1.0) <939881CD-B6FE-36F7-AE17-602329EE352D> /System/Library/PrivateFrameworks/AppleAccount.framework/Versions/A/AppleAccount 0x7fff40846000 - 0x7fff40855fd7 com.apple.AppleFSCompression (119.100.1 - 1.0) <466ABD77-2E52-36D1-8E39-77AE2CC61611> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff40954000 - 0x7fff4095fff7 com.apple.AppleIDAuthSupport (1.0 - 1) <74F6CD9C-27A7-39C7-A7EB-47E60D2517EB> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport 0x7fff40960000 - 0x7fff409a0ff1 com.apple.AppleIDSSOAuthentication (1.0 - 1) /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/Versions/A/AppleIDSSOAuthentication 0x7fff409a1000 - 0x7fff409e9ff7 com.apple.AppleJPEG (1.0 - 1) <6DE30A07-C627-319B-A0DE-EB7A832BEB88> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x7fff409ea000 - 0x7fff409faff7 com.apple.AppleLDAP (10.15 - 52) /System/Library/PrivateFrameworks/AppleLDAP.framework/Versions/A/AppleLDAP 0x7fff40dac000 - 0x7fff40dd2ffb com.apple.aps.framework (4.0 - 4.0) <3ED300B6-43E3-31DC-B3C6-6A0FF41A2595> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService 0x7fff40dd3000 - 0x7fff40dd7ff7 com.apple.AppleSRP (5.0 - 1) <70C25EA9-F7A7-366C-97C6-EEE7845FFCC3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 0x7fff40dd8000 - 0x7fff40dfafff com.apple.applesauce (1.0 - 16.25) <68E0364C-AEA7-3654-A030-136BF3CD92F3> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce 0x7fff40eba000 - 0x7fff40ebdfff com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <67255151-F989-39F0-BC87-0C0BDAE70730> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x7fff40ebe000 - 0x7fff40f0eff7 com.apple.AppleVAFramework (6.1.2 - 6.1.2) <5BBCA7FB-5435-30CA-862F-D82437C383C2> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fff40f57000 - 0x7fff40f66ff9 com.apple.AssertionServices (1.0 - 223.140.2) <48AD21CA-B81D-380E-A04F-90C48FDA5203> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices 0x7fff414a9000 - 0x7fff418a4ff8 com.apple.audio.AudioResourceArbitration (1.0 - 1) <2BD68521-C19C-3D67-B5EB-DE3E9A4DAF0A> /System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration 0x7fff41afa000 - 0x7fff41d3bff8 com.apple.audio.AudioToolboxCore (1.0 - 1104.104) /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore 0x7fff41d3f000 - 0x7fff41e5bfff com.apple.AuthKit (1.0 - 1) /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit 0x7fff42001000 - 0x7fff42017ff8 com.apple.BackBoardServices (1.0 - 1.0) <18DEEF47-BA8F-38B9-A49A-C56C2BACE1CC> /System/Library/PrivateFrameworks/BackBoardServices.framework/Versions/A/BackBoardServices 0x7fff42018000 - 0x7fff42021ff7 com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement 0x7fff42022000 - 0x7fff420c3ff5 com.apple.backup.framework (1.11.7 - 1298.7.1) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff420c4000 - 0x7fff42150ff6 com.apple.BaseBoard (466.3 - 466.3) <10D0F3BB-E8F3-365E-8528-6AC996A9B0E7> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard 0x7fff42221000 - 0x7fff42251ffa com.apple.BoardServices (1.0 - 466.3) <95D829A0-6339-35F7-BC46-5A54AE62DB30> /System/Library/PrivateFrameworks/BoardServices.framework/Versions/A/BoardServices 0x7fff42252000 - 0x7fff4228eff7 com.apple.bom (14.0 - 219.3) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x7fff423ac000 - 0x7fff423e3ff5 com.apple.C2 (1.3 - 495) <4A7E2A63-E19A-3936-92F5-03F2FD602172> /System/Library/PrivateFrameworks/C2.framework/Versions/A/C2 0x7fff4250f000 - 0x7fff42569ff2 com.apple.CalDAV (8.0 - 790.4.1) /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV 0x7fff42719000 - 0x7fff42744fff com.apple.CalendarAgentLink (8.0 - 250) <57225073-4A73-3AB8-849A-47C0E90B04BF> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink 0x7fff4275d000 - 0x7fff427d5ff4 com.apple.CalendarFoundation (8.0 - 1140.6.1) /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/CalendarFoundation 0x7fff4280c000 - 0x7fff42b04ffe com.apple.CalendarPersistence (8.0 - 1040.5.1) <38A88B23-3389-3C3A-AEDE-D42A5F5267C6> /System/Library/PrivateFrameworks/CalendarPersistence.framework/Versions/A/CalendarPersistence 0x7fff42e0e000 - 0x7fff42e5dfff com.apple.ChunkingLibrary (307 - 307) <5B09C30D-FD2B-3E98-8B64-C5EF470FC13C> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff42e5e000 - 0x7fff42eccff9 com.apple.ClassKit (1.2 - 145.6.1) <1AD3AB3B-11A1-3BA6-82F3-CF1A7BAE6E47> /System/Library/PrivateFrameworks/ClassKit.framework/Versions/A/ClassKit 0x7fff42fb8000 - 0x7fff43043ff8 com.apple.CloudDocs (1.0 - 698.20) /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs 0x7fff43d0a000 - 0x7fff43d1affb com.apple.CommonAuth (4.0 - 2.0) <16117F3D-4803-3A1E-8CE5-078245DB978F> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff43d2e000 - 0x7fff43d45fff com.apple.commonutilities (8.0 - 900) /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities 0x7fff43fd9000 - 0x7fff44015ffa com.apple.contacts.ContactsAutocomplete (1.0 - 1138) <7355EC48-BA3B-333E-A2DD-C7622382FAE4> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/Versions/A/ContactsAutocomplete 0x7fff44046000 - 0x7fff440caff9 com.apple.AddressBook.ContactsFoundation (8.0 - 1118.9) /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation 0x7fff440cb000 - 0x7fff44108ff0 com.apple.contacts.ContactsPersistence (1.0 - 3455.18) <7597C280-EED8-313F-BE2F-72FAD1CB090F> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence 0x7fff4444c000 - 0x7fff44821fc8 com.apple.CoreAUC (283.0.0 - 283.0.0) <4341271C-D270-3F9F-8464-31A20D15158D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fff44822000 - 0x7fff4484fff7 com.apple.CoreAVCHD (6.1.0 - 6100.4.1) /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x7fff44872000 - 0x7fff44893ff4 com.apple.analyticsd (1.0 - 1) <5BC0E63D-D0A7-3946-8499-5B6294A5CA51> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics 0x7fff4499c000 - 0x7fff44a12ff7 com.apple.corebrightness (1.0 - 1) /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness 0x7fff44b0c000 - 0x7fff44b9dff0 com.apple.coredav (1.0.1 - 870.4.1.2) /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV 0x7fff44b9e000 - 0x7fff44ba9ff7 com.apple.frameworks.CoreDaemon (1.3 - 1.3) /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon 0x7fff44baa000 - 0x7fff44db5ff1 com.apple.CoreDuet (1.0 - 1) /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet 0x7fff44db6000 - 0x7fff44e03ff3 com.apple.coreduetcontext (1.0 - 1) <72341E86-6921-35FE-89CA-7B04725ECC0F> /System/Library/PrivateFrameworks/CoreDuetContext.framework/Versions/A/CoreDuetContext 0x7fff44e04000 - 0x7fff44e14ffe com.apple.CoreDuetDaemonProtocol (1.0 - 1) <5E31B761-4B30-39A8-9084-97ECFD268B6F> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol 0x7fff44e17000 - 0x7fff44e19fff com.apple.CoreDuetDebugLogging (1.0 - 1) <6D0113DB-61D8-3A21-95CB-9E30D8F929F9> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging 0x7fff44e2a000 - 0x7fff44e3aff3 com.apple.CoreEmoji (1.0 - 107.1) <7C2B3259-083B-31B8-BCDB-1BA360529936> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji 0x7fff44ff1000 - 0x7fff4513efff com.apple.CoreHandwriting (161 - 1.2) <21DAD964-51A7-3F38-9C91-EF46C0CFF12D> /System/Library/PrivateFrameworks/CoreHandwriting.framework/Versions/A/CoreHandwriting 0x7fff4547b000 - 0x7fff454e5ff0 com.apple.CoreNLP (1.0 - 213) /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP 0x7fff457a3000 - 0x7fff457a7ffb com.apple.CoreOptimization (1.0 - 1) <0FFD7AA1-6E0B-395B-BCDC-73C1CCECC25B> /System/Library/PrivateFrameworks/CoreOptimization.framework/Versions/A/CoreOptimization 0x7fff457a8000 - 0x7fff45830ffe com.apple.CorePDF (4.0 - 518.4.1) <8F94505C-96C2-3694-BEC7-F3B5581A7AB9> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x7fff45913000 - 0x7fff4591bff8 com.apple.CorePhoneNumbers (1.0 - 1) /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers 0x7fff4591c000 - 0x7fff4596e94b com.apple.CorePrediction (1.0 - 1) /System/Library/PrivateFrameworks/CorePrediction.framework/Versions/A/CorePrediction 0x7fff46245000 - 0x7fff46250ffa com.apple.corerecents (1.0 - 1) <57697048-D149-34D0-9499-05821C791EA2> /System/Library/PrivateFrameworks/CoreRecents.framework/Versions/A/CoreRecents 0x7fff4631e000 - 0x7fff46341fff com.apple.CoreSVG (1.0 - 129.3) /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG 0x7fff46342000 - 0x7fff46375fff com.apple.CoreServicesInternal (446.7 - 446.7) <65F53A22-6B61-382C-AAC2-B2C53F8FFB44> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff46376000 - 0x7fff463a4ffd com.apple.CSStore (1069.28 - 1069.28) <127DE2CF-8A33-39C0-ABD0-F3CCA9018928> /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore 0x7fff46529000 - 0x7fff465ccfff com.apple.CoreSuggestions (1.0 - 1052.34) <6F34A41F-04D1-35A5-8EBC-D5EBC2BCB3D6> /System/Library/PrivateFrameworks/CoreSuggestions.framework/Versions/A/CoreSuggestions 0x7fff468c9000 - 0x7fff4695fff7 com.apple.CoreSymbolication (11.4 - 64535.33.2) <955BD339-F593-3A70-8C08-71989480CC93> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff469f7000 - 0x7fff46b23ff6 com.apple.coreui (2.1 - 609.4) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff46b24000 - 0x7fff46cddffa com.apple.CoreUtils (6.2.4 - 624.7) /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils 0x7fff46e17000 - 0x7fff46e2aff1 com.apple.CrashReporterSupport (10.13 - 15016.1) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff46ee3000 - 0x7fff46ef5ff8 com.apple.framework.DFRFoundation (1.0 - 252.50.1) <8162057E-E856-3451-9160-04AEDDECFFA4> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation 0x7fff46ef6000 - 0x7fff46efbfff com.apple.DSExternalDisplay (3.1 - 380) <31ECB5FD-7660-33DB-BC5B-2B2A2AA7C686> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay 0x7fff46f4a000 - 0x7fff46f84ff4 com.apple.datadetectors (5.0 - 410.1) /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors 0x7fff46f85000 - 0x7fff46fffff0 com.apple.datadetectorscore (8.0 - 659) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff47001000 - 0x7fff4704affe com.apple.DataDetectorsNaturalLanguage (1.0 - 154) /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/Versions/A/DataDetectorsNaturalLanguage 0x7fff4704b000 - 0x7fff47088ff8 com.apple.DebugSymbols (194 - 194) <040AE30B-CF2C-3798-A289-0929B8CAB10D> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff47089000 - 0x7fff47211ff6 com.apple.desktopservices (1.14.6 - 1281.6.1) /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff47227000 - 0x7fff47233ff8 com.apple.DeviceIdentity (1.0 - 1) <9BD89DB6-F26F-32D8-99DE-A6CA18DECCFB> /System/Library/PrivateFrameworks/DeviceIdentity.framework/Versions/A/DeviceIdentity 0x7fff474c0000 - 0x7fff47588ffe com.apple.DiskImagesFramework (559.100.2 - 559.100.2) <71022C31-42C2-399C-9337-BBB3F40F77D8> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x7fff47589000 - 0x7fff4765cff1 com.apple.DiskManagement (13.0 - 1648.140.2) <640DBACE-B6EC-3C72-9F73-F484E891534E> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement 0x7fff4765d000 - 0x7fff47661ff1 com.apple.DisplayServicesFW (3.1 - 380) <4D71ADB3-B29D-3D20-B6DE-9E94061F86AC> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices 0x7fff476bb000 - 0x7fff476dfff7 com.apple.DuetActivityScheduler (1.0 - 1) <188C6793-A94C-3B49-A9F4-AF8A348C7E62> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/Versions/A/DuetActivityScheduler 0x7fff47709000 - 0x7fff4773eff7 com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X 0x7fff4773f000 - 0x7fff47743ff9 com.apple.EFILogin (2.0 - 2) <3BFE697B-469F-38F4-B380-4A4F4A37C836> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin 0x7fff48277000 - 0x7fff4828cff2 com.apple.Engram (1.0 - 1) <83200CE7-9D5C-32B8-90B9-D762AC748D8B> /System/Library/PrivateFrameworks/Engram.framework/Versions/A/Engram 0x7fff4828d000 - 0x7fff488f7ff9 com.apple.vision.EspressoFramework (1.0 - 188.4) <70B1521B-1B24-3DA4-A41B-E727CF140F1F> /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso 0x7fff48940000 - 0x7fff4899cff5 com.apple.ExchangeWebServices (8.0 - 807.1) <703A3CC7-AF46-3A5B-BA7F-434736E8D3C8> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/ExchangeWebServices 0x7fff48bd1000 - 0x7fff48fecff1 com.apple.vision.FaceCore (4.3.0 - 4.3.0) <5D32F65D-2CD7-3204-975C-F4C9256E505F> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff4968b000 - 0x7fff497c2ffc libFontParser.dylib (277.2.6.9) <9EA679F4-CFF0-3FC9-87E0-71757CB7830B> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib 0x7fff497c3000 - 0x7fff497f7fff libTrueTypeScaler.dylib (277.2.6.9) <2CC0BB41-BC5C-3609-AA48-268B93639058> /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib 0x7fff4985b000 - 0x7fff4986bff6 libhvf.dylib (1.0 - $[CURRENT_PROJECT_VERSION]) <030D657D-634C-3A3E-8952-ED7F1C408D74> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib 0x7fff4986f000 - 0x7fff498e6ff5 com.apple.FrontBoardServices (626.8 - 626.8) <2C044425-27FC-373A-94EE-4C0370001432> /System/Library/PrivateFrameworks/FrontBoardServices.framework/Versions/A/FrontBoardServices 0x7fff4cd4c000 - 0x7fff4cd4dfff libmetal_timestamp.dylib (902.14.11) /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3902/Libraries/libmetal_timestamp.dylib 0x7fff4e3fb000 - 0x7fff4e406ff7 libGPUSupportMercury.dylib (17.10.22) /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib 0x7fff4e407000 - 0x7fff4e40dfff com.apple.GPUWrangler (5.2.7 - 5.2.7) /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler 0x7fff4e72c000 - 0x7fff4e752ff1 com.apple.GenerationalStorage (2.0 - 314) <54483E50-20BB-3AF8-900F-992320C109B0> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff4e76b000 - 0x7fff4f754ff1 com.apple.GeoServices (1.0 - 1624.26.4.26.9) /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices 0x7fff4f880000 - 0x7fff4f88effb com.apple.GraphVisualizer (1.0 - 100.1) <507D5812-9CB4-3C94-938C-59ED2B370818> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer 0x7fff4f88f000 - 0x7fff4f89cff3 com.apple.GraphicsServices (1.0 - 1.0) <5DAF38C9-53CF-319A-A853-C2EDC46F30EF> /System/Library/PrivateFrameworks/GraphicsServices.framework/Versions/A/GraphicsServices 0x7fff4f8f7000 - 0x7fff4f904ff9 com.apple.HID (1.0 - 1) <5582C180-C460-300B-9701-F86986F3E7AF> /System/Library/PrivateFrameworks/HID.framework/Versions/A/HID 0x7fff4fa2d000 - 0x7fff4faebff4 com.apple.Heimdal (4.0 - 2.0) <59263B72-FF28-3D81-88BC-C7F0B31FB2C9> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff5128e000 - 0x7fff5138cffd com.apple.ids (10.0 - 1000) /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS 0x7fff5138d000 - 0x7fff514c9ff5 com.apple.idsfoundation (10.0 - 1000) /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation 0x7fff51ae7000 - 0x7fff51b47ff2 com.apple.imfoundation (10.0 - 1000) /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation 0x7fff51c6d000 - 0x7fff51c76ffe com.apple.IOAccelMemoryInfo (1.0 - 1) /System/Library/PrivateFrameworks/IOAccelMemoryInfo.framework/Versions/A/IOAccelMemoryInfo 0x7fff51c77000 - 0x7fff51c7fff5 com.apple.IOAccelerator (438.7.4 - 438.7.4) <3C973800-3AE0-3908-9922-EFBC57C3F5B2> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x7fff51c8c000 - 0x7fff51ca3fff com.apple.IOPresentment (47.10 - 37) /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment 0x7fff5202b000 - 0x7fff52076ff1 com.apple.IconServices (438.3 - 438.3) <0DADB4C3-46FF-3FDB-8A86-51E2067FC7F4> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff52213000 - 0x7fff52221fff com.apple.IntentsFoundation (1.0 - 1) <1BC7D355-E136-391A-8215-6982742645DD> /System/Library/PrivateFrameworks/IntentsFoundation.framework/Versions/A/IntentsFoundation 0x7fff52234000 - 0x7fff5223bff9 com.apple.InternationalSupport (1.0 - 45.4) <8D8D4A7D-FD35-36B8-A456-7C93030EDAB3> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport 0x7fff5223c000 - 0x7fff5223eff3 com.apple.InternationalTextSearch (1.0 - 1) <0BB2FA58-04BD-31FB-9F8B-D57ADF9E4BB2> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/Versions/A/InternationalTextSearch 0x7fff524bb000 - 0x7fff524c7ff7 com.apple.KerberosHelper (4.0 - 1.0) <7556CA39-95FC-32A4-9A0C-E42C5497A43B> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosHelper 0x7fff524c8000 - 0x7fff524e7ffd com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <42DEA6AF-7D35-37CC-A943-8CAEF0C482FF> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle 0x7fff5261c000 - 0x7fff526eaffd com.apple.LanguageModeling (1.0 - 215.1) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x7fff526eb000 - 0x7fff52733fff com.apple.Lexicon-framework (1.0 - 72) <41F208B9-8255-3EC7-9673-FE0925D071D3> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon 0x7fff5273a000 - 0x7fff5273fff3 com.apple.LinguisticData (1.0 - 353.18) <3B92F249-4602-325F-984B-D2DE61EEE4E1> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData 0x7fff52766000 - 0x7fff5278affe com.apple.locationsupport (2394.0.22 - 2394.0.22) /System/Library/PrivateFrameworks/LocationSupport.framework/Versions/A/LocationSupport 0x7fff527e3000 - 0x7fff527e8ff7 com.apple.LoginUICore (4.0 - 4.0) <25CA17AF-8A74-3CE3-84D8-67B4A2B76FEA> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore 0x7fff52842000 - 0x7fff5285bffc com.apple.LookupFramework (1.2 - 274) <4D28FEF3-B1FA-3761-B08D-89469226B390> /System/Library/PrivateFrameworks/Lookup.framework/Versions/A/Lookup 0x7fff52fd8000 - 0x7fff52fdbfff com.apple.Mangrove (1.0 - 25) <482F300F-9B70-351F-A4DF-B440EEF7368D> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove 0x7fff53198000 - 0x7fff53198ff5 com.apple.marco (10.0 - 1000) /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco 0x7fff53199000 - 0x7fff531bfffc com.apple.MarkupUI (1.0 - 325.9) /System/Library/PrivateFrameworks/MarkupUI.framework/Versions/A/MarkupUI 0x7fff53244000 - 0x7fff532ceff8 com.apple.MediaExperience (1.0 - 1) <2A47BA9D-1250-3388-9366-15A84F38D18F> /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience 0x7fff532cf000 - 0x7fff53302fff com.apple.MediaKit (16 - 923) <09FEE738-41E4-3A9C-AF1E-1DD00C56339D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x7fff53aa8000 - 0x7fff53af4fff com.apple.spotlight.metadata.utilities (1.0 - 2076.7.1) <4B5178DD-3F75-3508-BDE9-BF5BCA0FD66F> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities 0x7fff53af5000 - 0x7fff53bc6ffa com.apple.gpusw.MetalTools (1.0 - 1) <99876E08-37D7-3828-8796-56D90C9AFBDB> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools 0x7fff53c24000 - 0x7fff53c3dff4 com.apple.MobileAssets (1.0 - 619.120.1) <07E116E6-7EBC-39F2-B5B4-31BAB6BAF852> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset 0x7fff53e3c000 - 0x7fff53e5afff com.apple.MobileKeyBag (2.0 - 1.0) /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag 0x7fff53f26000 - 0x7fff540bcffd com.apple.Montreal (1.0 - 121.1) /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal 0x7fff540bd000 - 0x7fff540edff7 com.apple.MultitouchSupport.framework (3440.1 - 3440.1) <6794E1C8-9627-33DF-84F4-FDD02C97F383> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff5436d000 - 0x7fff54457ffe com.apple.NLP (1.0 - 202) /System/Library/PrivateFrameworks/NLP.framework/Versions/A/NLP 0x7fff545ed000 - 0x7fff545f7fff com.apple.NetAuth (6.2 - 6.2) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff54d64000 - 0x7fff54d66ffe com.apple.OAuth (25 - 25) <7C2D9BA1-E683-3257-8ADB-A4846C8D42F2> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth 0x7fff5500f000 - 0x7fff5505affb com.apple.OTSVG (1.0 - 643.1.5.7) <2F7D0C6A-6D8C-351C-8305-31D83D71893A> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG 0x7fff56277000 - 0x7fff56282ff2 com.apple.PerformanceAnalysis (1.243.3 - 243.3) <7B2C4193-68D7-3B95-ACA3-0FDD33A74D45> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff56283000 - 0x7fff562abffb com.apple.persistentconnection (1.0 - 1.0) <5B2D87A8-2641-3F6D-ACEA-96B00F85AAB5> /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection 0x7fff562ac000 - 0x7fff562baffe com.apple.PersonaKit (1.0 - 1) <38A5F809-8A7E-355C-AED6-2923F7FF34D4> /System/Library/PrivateFrameworks/PersonaKit.framework/Versions/A/PersonaKit 0x7fff56464000 - 0x7fff56464ffa com.apple.PhoneNumbers (1.0 - 1) <8FC8870C-4F82-36F2-8456-A4A990E3F2A4> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers 0x7fff57d26000 - 0x7fff57d56ff7 com.apple.pluginkit.framework (1.0 - 1) /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit 0x7fff57d81000 - 0x7fff57d94ffc com.apple.PowerLog (1.0 - 1) <76D14DBC-1D4C-3D15-B076-9DE487BADC41> /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog 0x7fff58a1a000 - 0x7fff58a3aff1 com.apple.proactive.support.ProactiveEventTracker (1.0 - 258.5) <5F4988E6-45D7-31BE-9665-BBC3CBE790D3> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/Versions/A/ProactiveEventTracker 0x7fff58ac1000 - 0x7fff58b2aff2 com.apple.proactive.support.ProactiveSupport (1.0 - 258.5) <82C04814-76A3-394E-AA5F-921E25402B6B> /System/Library/PrivateFrameworks/ProactiveSupport.framework/Versions/A/ProactiveSupport 0x7fff58c10000 - 0x7fff58c6aff6 com.apple.ProtectedCloudStorage (1.0 - 1) <6F271388-3817-336D-9B96-08C7AAC4BA39> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage 0x7fff58c6b000 - 0x7fff58c84ffb com.apple.ProtocolBuffer (1 - 274.24.9.16.3) <5A020941-C43C-303E-8DE8-230FC6A84DBC> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer 0x7fff58d96000 - 0x7fff58d99ff4 com.apple.QuickLookNonBaseSystem (1.0 - 1) <4ED3B4B9-B51E-3888-9258-9334B113837E> /System/Library/PrivateFrameworks/QuickLookNonBaseSystem.framework/Versions/A/QuickLookNonBaseSystem 0x7fff58d9a000 - 0x7fff58dbdff0 com.apple.quicklook.QuickLookSupport (1.0 - 1) /System/Library/PrivateFrameworks/QuickLookSupport.framework/Versions/A/QuickLookSupport 0x7fff58e04000 - 0x7fff58e7dff3 com.apple.Rapport (1.9.5 - 195.2) /System/Library/PrivateFrameworks/Rapport.framework/Versions/A/Rapport 0x7fff590c4000 - 0x7fff590d0ff5 com.apple.xpc.RemoteServiceDiscovery (1.0 - 1738.140.3) /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery 0x7fff590e4000 - 0x7fff5910dff1 com.apple.RemoteViewServices (2.0 - 148) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff5910e000 - 0x7fff59123ffa com.apple.xpc.RemoteXPC (1.0 - 1738.140.3) /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC 0x7fff59191000 - 0x7fff591dbffa com.apple.ResponseKit (1.0 - 148.2) <32703B82-A948-3876-B46D-D86B60EF5076> /System/Library/PrivateFrameworks/ResponseKit.framework/Versions/A/ResponseKit 0x7fff59272000 - 0x7fff592adff0 com.apple.RunningBoardServices (1.0 - 223.140.2) <96BB04BD-D6E0-3D70-8F36-89B46DA1DA30> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices 0x7fff59fd6000 - 0x7fff5a022ff9 com.apple.Safari.SafeBrowsing (15609 - 15609.4.1.1.1) /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/Versions/A/SafariSafeBrowsing 0x7fff5ab8e000 - 0x7fff5ab91ff5 com.apple.SecCodeWrapper (4.0 - 448.100.6) /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper 0x7fff5ac2a000 - 0x7fff5acb7ff6 com.apple.ShareKit (641.6 - 641.6) <4A49A591-9B8D-3ED4-B6E2-BD470569CB7F> /System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/ShareKit 0x7fff5acf2000 - 0x7fff5ad03ff5 com.apple.SharedWebCredentials (213.5 - 213.5) <31CB2847-A5BF-3B6D-93C8-8407CD2EFFAE> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/Versions/A/SharedWebCredentials 0x7fff5ad04000 - 0x7fff5ae2bfff com.apple.Sharing (1526.37 - 1526.37) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff5aea3000 - 0x7fff5aec3ff5 com.apple.sidecar-core (1.0 - 209.40.4) <55ACCB3C-A5B6-3379-BC60-8308747C58F4> /System/Library/PrivateFrameworks/SidecarCore.framework/Versions/A/SidecarCore 0x7fff5aec4000 - 0x7fff5aed6ff0 com.apple.sidecar-ui (1.0 - 209.40.4) /System/Library/PrivateFrameworks/SidecarUI.framework/Versions/A/SidecarUI 0x7fff5c240000 - 0x7fff5c536fff com.apple.SkyLight (1.600.0 - 451.6) <489A2996-E719-346E-BACE-DCCDB5E00553> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight 0x7fff5cd83000 - 0x7fff5cd91ffb com.apple.SpeechRecognitionCore (6.0.91.2 - 6.0.91.2) <4D6CAC2A-151B-3BBE-BDB7-E2BE72128691> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x7fff5ce53000 - 0x7fff5d0dfffe com.apple.spotlight.index (10.7.0 - 2076.7.1) <99A0E014-3FAC-3A60-8CE0-2D4F13033250> /System/Library/PrivateFrameworks/SpotlightIndex.framework/Versions/A/SpotlightIndex 0x7fff5d46d000 - 0x7fff5d4aeff9 com.apple.StreamingZip (1.0 - 1) <063525B7-8F1D-334B-88E4-BBEAE42B61F2> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip 0x7fff5d5c5000 - 0x7fff5d5ceff7 com.apple.SymptomDiagnosticReporter (1.0 - 1238.120.2) /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter 0x7fff5d63f000 - 0x7fff5d669ffe com.apple.framework.SystemAdministration (1.0 - 1.0) /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration 0x7fff5d885000 - 0x7fff5d895ff3 com.apple.TCC (1.0 - 1) <0DD6C92B-5648-3B0C-B318-B0981A7F9EF3> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff5ddba000 - 0x7fff5de80ff0 com.apple.TextureIO (3.10.9 - 3.10.9) /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO 0x7fff5e017000 - 0x7fff5e018fff com.apple.TrustEvaluationAgent (2.0 - 33) <10E56F70-E234-31E0-9286-96D93A8ED17E> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff5e050000 - 0x7fff5e2a8ff0 com.apple.UIFoundation (1.0 - 662) /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x7fff5e33f000 - 0x7fff5e345ffe com.apple.URLFormatting (119 - 119.18) <7F99D166-86DC-3F77-A34A-2DA7183D7160> /System/Library/PrivateFrameworks/URLFormatting.framework/Versions/A/URLFormatting 0x7fff5ecd6000 - 0x7fff5ecf6ffc com.apple.UserManagement (1.0 - 1) <9F00880E-6EA6-3684-B208-455E14EC07C8> /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement 0x7fff5faa2000 - 0x7fff5fb8dff2 com.apple.ViewBridge (468 - 468) /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge 0x7fff5fd33000 - 0x7fff5fd34fff com.apple.WatchdogClient.framework (1.0 - 67.120.2) /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient 0x7fff5ff07000 - 0x7fff5ff07fff com.apple.WebInspectorUI (15609 - 15609.4.1.1.1) <3EB896D9-E7A8-37A5-B49A-C049CF4FCF6C> /System/Library/PrivateFrameworks/WebInspectorUI.framework/Versions/A/WebInspectorUI 0x7fff600c3000 - 0x7fff600fefff libAWDSupport.dylib (949) /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupport.dylib 0x7fff600ff000 - 0x7fff603dfff7 libAWDSupportFramework.dylib (3541.2) /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupportFramework.dylib 0x7fff603e0000 - 0x7fff603f1fff libprotobuf-lite.dylib (3541.2) <578CA7D8-149E-3643-937B-DAD5501E4575> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf-lite.dylib 0x7fff603f2000 - 0x7fff6044bffb libprotobuf.dylib (3541.2) <0CDB164D-E7C3-3D4F-BF11-47402D67D7B0> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf.dylib 0x7fff6044c000 - 0x7fff60490ff6 com.apple.awd (1.0 - 949) <9DA8A821-4354-3E24-BAA1-4519D2279F2B> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/WirelessDiagnostics 0x7fff60964000 - 0x7fff60967ffa com.apple.dt.XCTTargetBootstrap (1.0 - 16091) <00FA6272-2017-3199-9E0F-F6DEF5E868D5> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap 0x7fff609e1000 - 0x7fff609efff5 com.apple.audio.caulk (1.0 - 32.3) <06D695EA-E2BC-31E4-9816-9C12542BA744> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk 0x7fff60bb7000 - 0x7fff60becffe com.apple.iCalendar (7.0 - 810.6.1) <21E0DCF2-0B67-3E0C-8D4E-3A81CAB1964E> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar 0x7fff60d31000 - 0x7fff60d33ff3 com.apple.loginsupport (1.0 - 1) <540BB904-0A51-3B37-A436-969D24CD28AC> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x7fff60d34000 - 0x7fff60d47ffd com.apple.login (3.0 - 3.0) <4483035E-7BEB-3CEB-AC1B-A765FBC12678> /System/Library/PrivateFrameworks/login.framework/Versions/A/login 0x7fff60d79000 - 0x7fff60d85ffd com.apple.perfdata (1.0 - 51.100.6) <21760CFD-62FF-3466-B3AD-191D02411DA0> /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata 0x7fff60d86000 - 0x7fff60db7ffd com.apple.contacts.vCard (1.0 - 3455.18) <2662D17A-7BC0-39FF-8550-8AEDF548AAB8> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard 0x7fff63725000 - 0x7fff6373affe libAccessibility.dylib (2790.70.1) <2742A6B5-3297-3558-998F-D43108271737> /usr/lib/libAccessibility.dylib 0x7fff6380a000 - 0x7fff63816ff9 libAudioStatistics.dylib (1104.104) /usr/lib/libAudioStatistics.dylib 0x7fff63817000 - 0x7fff6384affa libAudioToolboxUtility.dylib (1104.104) <262BD36D-7989-3C7D-AC9A-737D274EF36E> /usr/lib/libAudioToolboxUtility.dylib 0x7fff63851000 - 0x7fff63885fff libCRFSuite.dylib (48) <5E5DE3CB-30DD-34DC-AEF8-FE8536A85E96> /usr/lib/libCRFSuite.dylib 0x7fff63888000 - 0x7fff63892fff libChineseTokenizer.dylib (34) <7F0DA183-1796-315A-B44A-2C234C7C50BE> /usr/lib/libChineseTokenizer.dylib 0x7fff63893000 - 0x7fff6391bfff libCoreStorage.dylib (551.0.1) /usr/lib/libCoreStorage.dylib 0x7fff6391e000 - 0x7fff63920ff7 libDiagnosticMessagesClient.dylib (112) /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff63966000 - 0x7fff63b1dffb libFosl_dynamic.dylib (100.4) <737573B2-190A-3BA1-8220-807AD0A2CE5E> /usr/lib/libFosl_dynamic.dylib 0x7fff63b44000 - 0x7fff63b4aff3 libIOReport.dylib (54) <75D177C4-BAD7-3285-B8E1-3019F49B3178> /usr/lib/libIOReport.dylib 0x7fff63c2c000 - 0x7fff63c33fff libMatch.1.dylib (36) <5C6F3971-9D9E-3630-BDB6-60BFC5A665E0> /usr/lib/libMatch.1.dylib 0x7fff63c62000 - 0x7fff63c82ff7 libMobileGestalt.dylib (826.140.5) <2BE94E6A-FA61-312F-84A1-F764D71B7E39> /usr/lib/libMobileGestalt.dylib 0x7fff63d02000 - 0x7fff63ddfff7 libSMC.dylib (20) <5C9C17F2-1E6F-3A19-A440-86F74D82284F> /usr/lib/libSMC.dylib 0x7fff63df4000 - 0x7fff63df5fff libSystem.B.dylib (1281.100.1) <7182782B-B372-3239-B5D6-D6BB0DD942B8> /usr/lib/libSystem.B.dylib 0x7fff63df6000 - 0x7fff63e81ff7 libTelephonyUtilDynamic.dylib (5017.1) <174030B2-E35F-3F17-A9EF-DF8631F30CCF> /usr/lib/libTelephonyUtilDynamic.dylib 0x7fff63e82000 - 0x7fff63e83fff libThaiTokenizer.dylib (3) <4F4ADE99-0D09-3223-B7C0-C407AB6DE8DC> /usr/lib/libThaiTokenizer.dylib 0x7fff63e9b000 - 0x7fff63eb1fff libapple_nghttp2.dylib (1.39.2) <07FEC48A-87CF-32A3-8194-FA70B361713A> /usr/lib/libapple_nghttp2.dylib 0x7fff63ee6000 - 0x7fff63f58ff7 libarchive.2.dylib (72.140.2) /usr/lib/libarchive.2.dylib 0x7fff63f59000 - 0x7fff63ff2fe5 libate.dylib (3.0.1) <76EA60FB-748C-313F-8951-B076540BEA97> /usr/lib/libate.dylib 0x7fff63ff6000 - 0x7fff63ff6ff3 libauto.dylib (187) /usr/lib/libauto.dylib 0x7fff63ff7000 - 0x7fff640bbffe libboringssl.dylib (283.120.1) <935DDB00-6514-3D0C-AEA5-C5FE6BCC0B61> /usr/lib/libboringssl.dylib 0x7fff640bc000 - 0x7fff640ccffb libbsm.0.dylib (60.100.1) <00BFFB9A-2FFE-3C24-896A-251BC61917FD> /usr/lib/libbsm.0.dylib 0x7fff640cd000 - 0x7fff640d9fff libbz2.1.0.dylib (44) <14CC4988-B6D4-3879-AFC2-9A0DDC6388DE> /usr/lib/libbz2.1.0.dylib 0x7fff640da000 - 0x7fff6412cfff libc++.1.dylib (902.1) <59A8239F-C28A-3B59-B8FA-11340DC85EDC> /usr/lib/libc++.1.dylib 0x7fff6412d000 - 0x7fff64142ffb libc++abi.dylib (902) /usr/lib/libc++abi.dylib 0x7fff64143000 - 0x7fff64143fff libcharset.1.dylib (59) <72447768-9244-39AB-8E79-2FA14EC0AD33> /usr/lib/libcharset.1.dylib 0x7fff64144000 - 0x7fff64155fff libcmph.dylib (8) /usr/lib/libcmph.dylib 0x7fff64156000 - 0x7fff6416dfd7 libcompression.dylib (87.1) /usr/lib/libcompression.dylib 0x7fff64447000 - 0x7fff6445dff7 libcoretls.dylib (167) <770A5B96-936E-34E3-B006-B1CEC299B5A5> /usr/lib/libcoretls.dylib 0x7fff6445e000 - 0x7fff6445ffff libcoretls_cfhelpers.dylib (167) <940BF370-FD0C-30A8-AA05-FF48DA44FA4C> /usr/lib/libcoretls_cfhelpers.dylib 0x7fff64902000 - 0x7fff64a06fcf libcrypto.44.dylib (47.140.3) /usr/lib/libcrypto.44.dylib 0x7fff64a09000 - 0x7fff64a14fff libcsfde.dylib (551.0.1) /usr/lib/libcsfde.dylib 0x7fff64a1c000 - 0x7fff64a7bff7 libcups.2.dylib (483.9) /usr/lib/libcups.2.dylib 0x7fff64a7d000 - 0x7fff64ae2ff7 libcurl.4.dylib (118.120.6) <5ECFDF8F-E82B-3194-984C-181897781A64> /usr/lib/libcurl.4.dylib 0x7fff64b85000 - 0x7fff64b85fff libenergytrace.dylib (21) <162DFCC0-8F48-3DD0-914F-FA8653E27B26> /usr/lib/libenergytrace.dylib 0x7fff64b86000 - 0x7fff64ba0ff7 libexpat.1.dylib (19.60.3) <4FD5D517-B4C8-365B-A2C0-D998A624D5A0> /usr/lib/libexpat.1.dylib 0x7fff64bae000 - 0x7fff64bb0fff libfakelink.dylib (149.1) <36146CB2-E6A5-37BB-9EE8-1B4034D8F3AD> /usr/lib/libfakelink.dylib 0x7fff64bbf000 - 0x7fff64bc4fff libgermantok.dylib (24) /usr/lib/libgermantok.dylib 0x7fff64bc5000 - 0x7fff64bceff7 libheimdal-asn1.dylib (564.140.8) <79098F5B-A5DF-3FD5-A393-B0E65A88E2C3> /usr/lib/libheimdal-asn1.dylib 0x7fff64bcf000 - 0x7fff64cbffff libiconv.2.dylib (59) <18311A67-E4EF-3CC7-95B3-C0EDEE3A282F> /usr/lib/libiconv.2.dylib 0x7fff64cc0000 - 0x7fff64f17fff libicucore.A.dylib (64260.0.1) <8AC2CB07-E7E0-340D-A849-186FA1F27251> /usr/lib/libicucore.A.dylib 0x7fff64f31000 - 0x7fff64f32fff liblangid.dylib (133) <30CFC08C-EF36-3CF5-8AEA-C1CB070306B7> /usr/lib/liblangid.dylib 0x7fff64f33000 - 0x7fff64f4bff3 liblzma.5.dylib (16) /usr/lib/liblzma.5.dylib 0x7fff64f63000 - 0x7fff6500aff7 libmecab.dylib (883.11) <0D5BFD01-D4A7-3C8D-AA69-C329C1A69792> /usr/lib/libmecab.dylib 0x7fff6500b000 - 0x7fff6526dff1 libmecabra.dylib (883.11) /usr/lib/libmecabra.dylib 0x7fff655da000 - 0x7fff65609fff libncurses.5.4.dylib (57) <995DFEEA-40F3-377F-B73D-D02AC59D591F> /usr/lib/libncurses.5.4.dylib 0x7fff65739000 - 0x7fff65bb5ff5 libnetwork.dylib (1880.120.5) /usr/lib/libnetwork.dylib 0x7fff65bb6000 - 0x7fff65bcdfff libnetworkextension.dylib (1095.140.2) <84E23CED-73F1-3D31-BDC9-9D8F6E549B4C> /usr/lib/libnetworkextension.dylib 0x7fff65c56000 - 0x7fff65c89fde libobjc.A.dylib (787.1) <6DF81160-5E7F-3E31-AA1E-C875E3B98AF6> /usr/lib/libobjc.A.dylib 0x7fff65c8a000 - 0x7fff65c8bff7 libodfde.dylib (26) <33F49412-5106-35B8-AA60-5A497C3967E6> /usr/lib/libodfde.dylib 0x7fff65c9c000 - 0x7fff65ca0fff libpam.2.dylib (25.100.1) <0502F395-8EE6-3D2A-9239-06FD5622E19E> /usr/lib/libpam.2.dylib 0x7fff65ca3000 - 0x7fff65cd9fff libpcap.A.dylib (89.120.2) <86DAA475-805A-3E01-86C5-6CAE4D1D9BC6> /usr/lib/libpcap.A.dylib 0x7fff65d19000 - 0x7fff65d27ff9 libperfcheck.dylib (37.100.2) <9D9C4879-8A80-34C4-B0D2-BE341FD6D321> /usr/lib/libperfcheck.dylib 0x7fff65d5d000 - 0x7fff65d75fff libresolv.9.dylib (67.40.2) /usr/lib/libresolv.9.dylib 0x7fff65d77000 - 0x7fff65dbbff7 libsandbox.1.dylib (1217.141.9) /usr/lib/libsandbox.1.dylib 0x7fff65dbc000 - 0x7fff65dceff7 libsasl2.2.dylib (213.120.1) /usr/lib/libsasl2.2.dylib 0x7fff65dcf000 - 0x7fff65dd0ff7 libspindump.dylib (281.3) /usr/lib/libspindump.dylib 0x7fff65dd1000 - 0x7fff65fbbff7 libsqlite3.dylib (308.6) <33057143-AB4E-348B-9650-98BC48866F34> /usr/lib/libsqlite3.dylib 0x7fff660af000 - 0x7fff660dcffb libssl.46.dylib (47.140.3) <7D1EE8D0-4DBD-379E-8888-B10EF4D0BBBA> /usr/lib/libssl.46.dylib 0x7fff6615e000 - 0x7fff6618fff7 libtidy.A.dylib (17.3) <7C35ED99-CDB7-3A46-835E-4ACEF9F90643> /usr/lib/libtidy.A.dylib 0x7fff661b1000 - 0x7fff6620bff8 libusrtcp.dylib (1880.120.5) /usr/lib/libusrtcp.dylib 0x7fff6620c000 - 0x7fff6620fffb libutil.dylib (57.140.1) <6EC380B0-FBB1-3AE3-8A09-1851E128C70F> /usr/lib/libutil.dylib 0x7fff66210000 - 0x7fff6621dfff libxar.1.dylib (425.7) <4EA640CD-74CE-3A79-ABB7-FFE98C9C1C3A> /usr/lib/libxar.1.dylib 0x7fff66223000 - 0x7fff66305fff libxml2.2.dylib (33.11) <9300A969-3487-37F7-9429-761673DBF4A8> /usr/lib/libxml2.2.dylib 0x7fff66309000 - 0x7fff66331fff libxslt.1.dylib (16.12) <42938E5F-5FE9-3265-8D10-1D1115BC5402> /usr/lib/libxslt.1.dylib 0x7fff66332000 - 0x7fff66344ff3 libz.1.dylib (76.0.1) /usr/lib/libz.1.dylib 0x7fff66bf3000 - 0x7fff66bf8ff3 libcache.dylib (83) /usr/lib/system/libcache.dylib 0x7fff66bf9000 - 0x7fff66c04fff libcommonCrypto.dylib (60165.120.1) /usr/lib/system/libcommonCrypto.dylib 0x7fff66c05000 - 0x7fff66c0cfff libcompiler_rt.dylib (101.2) <49B8F644-5705-3F16-BBE0-6FFF9B17C36E> /usr/lib/system/libcompiler_rt.dylib 0x7fff66c0d000 - 0x7fff66c16ff7 libcopyfile.dylib (166.40.1) <3C481225-21E7-370A-A30E-0CCFDD64A92C> /usr/lib/system/libcopyfile.dylib 0x7fff66c17000 - 0x7fff66ca9fdb libcorecrypto.dylib (866.140.2) /usr/lib/system/libcorecrypto.dylib 0x7fff66db6000 - 0x7fff66df6ff0 libdispatch.dylib (1173.100.2) /usr/lib/system/libdispatch.dylib 0x7fff66df7000 - 0x7fff66e2dfff libdyld.dylib (750.7) /usr/lib/system/libdyld.dylib 0x7fff66e2e000 - 0x7fff66e2effb libkeymgr.dylib (30) /usr/lib/system/libkeymgr.dylib 0x7fff66e2f000 - 0x7fff66e3bff3 libkxld.dylib (6153.141.62) <9B5A7FB4-A8FB-3B33-889B-56788962B3C8> /usr/lib/system/libkxld.dylib 0x7fff66e3c000 - 0x7fff66e3cff7 liblaunch.dylib (1738.140.3) /usr/lib/system/liblaunch.dylib 0x7fff66e3d000 - 0x7fff66e42ff7 libmacho.dylib (959.0.1) /usr/lib/system/libmacho.dylib 0x7fff66e43000 - 0x7fff66e45ff3 libquarantine.dylib (110.40.6) <6CADF28C-2F20-3FA5-9FB9-49EAB0FD2489> /usr/lib/system/libquarantine.dylib 0x7fff66e46000 - 0x7fff66e47ff7 libremovefile.dylib (48) <7C7EFC79-BD24-33EF-B073-06AED234593E> /usr/lib/system/libremovefile.dylib 0x7fff66e48000 - 0x7fff66e5fff3 libsystem_asl.dylib (377.60.4) /usr/lib/system/libsystem_asl.dylib 0x7fff66e60000 - 0x7fff66e60ff7 libsystem_blocks.dylib (74) <0D53847E-AF5F-3ACF-B51F-A15DEA4DEC58> /usr/lib/system/libsystem_blocks.dylib 0x7fff66e61000 - 0x7fff66ee8fff libsystem_c.dylib (1353.100.4) /usr/lib/system/libsystem_c.dylib 0x7fff66ee9000 - 0x7fff66eecffb libsystem_configuration.dylib (1061.141.2) <393137B7-3631-3450-B6F4-95EECD3ADDFF> /usr/lib/system/libsystem_configuration.dylib 0x7fff66eed000 - 0x7fff66ef0fff libsystem_coreservices.dylib (114.1) <72857ADA-AA97-398B-B089-F50B2E89064B> /usr/lib/system/libsystem_coreservices.dylib 0x7fff66ef1000 - 0x7fff66ef9fff libsystem_darwin.dylib (1353.100.4) <19242BF1-BAF6-3DF0-AAD3-93E3E0870DBE> /usr/lib/system/libsystem_darwin.dylib 0x7fff66efa000 - 0x7fff66f01fff libsystem_dnssd.dylib (1096.100.3) /usr/lib/system/libsystem_dnssd.dylib 0x7fff66f02000 - 0x7fff66f03ffb libsystem_featureflags.dylib (17) <29FD922A-EC2C-3F25-BCCC-B58D716E60EC> /usr/lib/system/libsystem_featureflags.dylib 0x7fff66f04000 - 0x7fff66f51ff7 libsystem_info.dylib (538.1) /usr/lib/system/libsystem_info.dylib 0x7fff66f52000 - 0x7fff66f7eff7 libsystem_kernel.dylib (6153.141.62) <6DBAE428-C233-326C-89C5-8C258E0AE963> /usr/lib/system/libsystem_kernel.dylib 0x7fff66f7f000 - 0x7fff66fc6fff libsystem_m.dylib (3178) <00F331F1-0D09-39B3-8736-1FE90E64E903> /usr/lib/system/libsystem_m.dylib 0x7fff66fc7000 - 0x7fff66feefff libsystem_malloc.dylib (283.100.6) <8549294E-4C53-36EB-99F3-584A7393D8D5> /usr/lib/system/libsystem_malloc.dylib 0x7fff66fef000 - 0x7fff66ffcffb libsystem_networkextension.dylib (1095.140.2) /usr/lib/system/libsystem_networkextension.dylib 0x7fff66ffd000 - 0x7fff67006ff7 libsystem_notify.dylib (241.100.2) /usr/lib/system/libsystem_notify.dylib 0x7fff67007000 - 0x7fff6700ffef libsystem_platform.dylib (220.100.1) <009A7C1F-313A-318E-B9F2-30F4C06FEA5C> /usr/lib/system/libsystem_platform.dylib 0x7fff67010000 - 0x7fff6701afff libsystem_pthread.dylib (416.100.3) <62CB1A98-0B8F-31E7-A02B-A1139927F61D> /usr/lib/system/libsystem_pthread.dylib 0x7fff6701b000 - 0x7fff6701fff3 libsystem_sandbox.dylib (1217.141.9) <75C7915D-19C4-3F32-B320-394BA4B18655> /usr/lib/system/libsystem_sandbox.dylib 0x7fff67020000 - 0x7fff67022fff libsystem_secinit.dylib (62.100.2) /usr/lib/system/libsystem_secinit.dylib 0x7fff67023000 - 0x7fff6702affb libsystem_symptoms.dylib (1238.120.2) <702D0910-5C34-3D43-9631-8BD215DE4FE1> /usr/lib/system/libsystem_symptoms.dylib 0x7fff6702b000 - 0x7fff67041ff2 libsystem_trace.dylib (1147.120.1) /usr/lib/system/libsystem_trace.dylib 0x7fff67043000 - 0x7fff67048ff7 libunwind.dylib (35.4) <42B7B509-BAFE-365B-893A-72414C92F5BF> /usr/lib/system/libunwind.dylib 0x7fff67049000 - 0x7fff6707effe libxpc.dylib (1738.140.3) <8DA7D88F-AE2F-3BCF-8426-8D041E57A9AA> /usr/lib/system/libxpc.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: 739203 thread_create: 0 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=763.3M resident=0K(0%) swapped_out_or_unallocated=763.3M(100%) Writable regions: Total=2.6G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=2.6G(100%) VIRTUAL REGION REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Accelerate framework 384K 3 Activity Tracing 256K 1 CG backing stores 1760K 2 CG image 80K 5 CoreAnimation 148K 8 CoreGraphics 8K 1 CoreImage 24K 2 CoreUI image data 756K 6 Foundation 32K 2 IOKit 7940K 1 Image IO 4096K 1 JS JIT generated code 1.0G 3 Kernel Alloc Once 8K 1 MALLOC 279.2M 48 MALLOC guard page 48K 10 MALLOC_MEDIUM (reserved) 960.0M 8 reserved VM address space (unallocated) MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated) STACK GUARD 60K 15 Stack 28.1M 16 Stack Guard 56.0M 1 VM_ALLOCATE 276K 26 VM_ALLOCATE (reserved) 1024K 8 reserved VM address space (unallocated) WebKit Malloc 7448K 10 __DATA 61.4M 461 __DATA_CONST 97K 4 __FONT_DATA 4K 1 __GLSLBUILTINS 5176K 1 __LINKEDIT 390.8M 7 __OBJC_RO 32.3M 1 __OBJC_RW 1908K 2 __TEXT 372.5M 442 __UNICODE 564K 1 mapped file 87.8M 25 shared memory 644K 16 =========== ======= ======= TOTAL 3.6G 1140 TOTAL, minus reserved VM space 2.3G 1140 Model: iMac18,3, BootROM 451.120.7.0.0, 4 processors, Quad-Core Intel Core i7, 4.2 GHz, 32 GB, SMC 2.41f2 Graphics: kHW_AMDRadeonPro580Item, Radeon Pro 580, spdisplays_pcie_device, 8 GB Memory Module: BANK 0/DIMM1, 16 GB, DDR4 SO-DIMM, 2400 MHz, 0x859B, 0x435431364734533234414D2E4D31364642000 Memory Module: BANK 1/DIMM1, 16 GB, DDR4 SO-DIMM, 2400 MHz, 0x859B, 0x435431364734533234414D2E4D31364642000 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x16F), Broadcom BCM43xx 1.0 (7.77.111.1 AirPortDriverBrcmNIC-1615.5) Bluetooth: Version 7.0.6f8, 3 services, 27 devices, 1 incoming serial ports Network Service: Ethernet, Ethernet, en0 USB Device: USB 3.0 Bus USB Device: Rugged THB USB 3.0 USB Device: Magic Keyboard USB Device: Bluetooth USB Host Controller USB Device: FaceTime HD Camera (Built-in) USB Device: USB Receiver Thunderbolt Bus: iMac, Apple Inc., 41.4 ```