sublimehq / sublime_text

Issue tracker for Sublime Text
https://www.sublimetext.com
800 stars 35 forks source link

Locks up when typing quickly with completions #6314

Closed kornelski closed 3 months ago

kornelski commented 4 months ago

Description of the bug

Occasionally, Sublime Text windows become unresponsive (don't react to any clicks or typing, use 2% of CPU, macOS shows app as Not Responding).

Steps to reproduce

It always happens when I'm typing while autocomplete popup window opens (I'm using LSP + rust-analyzer). I wasn't able to narrow it down to exact combination of events. Hopefully the attached spindump will tell you more.

Expected behavior

Actual behavior

Full log: Spindump.txt.zip


Heaviest stack for the main thread of the target process:
  11  start + 2360 (dyld + 24800) [0x184d560e0]
  11  main + 7644 (sublime_text + 26092) [0x1043065ec]
  11  px_run_event_loop() + 196 (sublime_text + 1624820) [0x10448caf4]
  11  -[NSApplication run] + 476 (AppKit + 184140) [0x188a05f4c]
  11  -[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 700 (AppKit + 8568688) [0x189204f70]
  11  _DPSNextEvent + 660 (AppKit + 236548) [0x188a12c04]
  11  _BlockUntilNextEventMatchingListInModeWithFilter + 76 (HIToolbox + 207764) [0x18f959b94]
  11  ReceiveNextEventCommon + 648 (HIToolbox + 208444) [0x18f959e3c]
  11  RunCurrentEventLoopInMode + 292 (HIToolbox + 208896) [0x18f95a000]
  11  CFRunLoopRunSpecific + 608 (CoreFoundation + 507404) [0x1851bbe0c]
  11  __CFRunLoopRun + 828 (CoreFoundation + 509856) [0x1851bc7a0]
  11  __CFRunLoopDoSources0 + 244 (CoreFoundation + 514996) [0x1851bdbb4]
  11  __CFRunLoopDoSource0 + 176 (CoreFoundation + 515652) [0x1851bde44]
  11  __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28 (CoreFoundation + 515760) [0x1851bdeb0]
  11  __NSThreadPerformPerform + 264 (Foundation + 493860) [0x18630c924]
  11  -[WorkQueueCallback processItems:] + 144 (sublime_text + 1595392) [0x104485800]
  11  handle_async_protocol_message(unsigned long, string_buffer*) + 124 (sublime_text + 711720) [0x1043adc28]
  11  handle_protocol_message(unsigned long, string_buffer const&) + 6208 (sublime_text + 562396) [0x1043894dc]
  11  void decode_message<api_helper, int, unsigned int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, value const&>(unsigned long, unsigned int, int (api_helper::*)(unsigned int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, value const&), binary_input_stream&) + 108 (sublime_text + 624476) [0x10439875c]
  11  api_helper::api_view_run_command(unsigned int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, value const&) + 252 (sublime_text + 628936) [0x1043998c8]
  11  api_command::run(value const&) + 276 (sublime_text + 735960) [0x1043b3ad8]
  11  int send_to_host<int, object_id, int, value>(unsigned long, unsigned int, object_id, int, value) + 284 (sublime_text + 669460) [0x1043a3714]
  11  send_helper<int>::wait_for_reply() + 92 (sublime_text + 667520) [0x1043a2f80]
  11  shm_read(shm_channel*, string_buffer*, int, long long) + 48 (sublime_text + 993924) [0x1043f2a84]
  11  sem_wait + 8 (libsystem_kernel.dylib + 66132) [0x1850ad254]
 *11  ??? (kernel.release.t6031 + 30868) [0xfffffe0008573894]
 *11  ??? (kernel.release.t6031 + 30924) [0xfffffe00085738cc]
 *11  ??? (kernel.release.t6031 + 1714116) [0xfffffe000870e7c4]
 *11  ??? (kernel.release.t6031 + 6795284) [0xfffffe0008be7014]
 *11  ??? (kernel.release.t6031 + 6127364) [0xfffffe0008b43f04]
 *11  ??? (kernel.release.t6031 + 636964) [0xfffffe0008607824]
 *11  ??? (kernel.release.t6031 + 572336) [0xfffffe00085f7bb0]
 *11  ??? (kernel.release.t6031 + 578888) [0xfffffe00085f9548]

Process:          sublime_text (Sublime Text) [10934] [unique pid 606668]
UUID:             526DE661-7640-35DB-B8C8-15F90BDBCE4A
Path:             /Applications/Sublime Text.app/Contents/MacOS/sublime_text
Identifier:       com.sublimetext.4
Version:          Build 4169 (4169)
Team ID:          Z6D26JE4Y4
Is First Party:   No
Beta Identifier:  D9ABF56A-0CA7-57B1-A9EB-35956BC6B41E
Shared Cache:     A7B75376-C4B5-3943-8852-1959D237807D slid base address 0x184c98000, slide 0x4c98000 (System Primary)
Architecture:     arm64
Parent:           launchd [1]
UID:              501
Footprint:        1192.84 MB
Time Since Fork:  142979s
Num samples:      11 (1-11)
CPU Time:         0.012s (23.7M cycles, 14.3M instructions, 1.66c/i)
Note:             Unresponsive for 63 seconds before sampling
Num threads:      21
Note:             2 idle work queue threads omitted

  Thread 0xc94262    DispatchQueue "com.apple.main-thread"(1)    11 samples (1-11)    priority 47 (base 47)
  <process frontmost, thread QoS user interactive (requested user interactive), process unclamped, process received importance donation from WindowServer [549], IO tier 0>
  11  start + 2360 (dyld + 24800) [0x184d560e0] 1-11
    11  main + 7644 (sublime_text + 26092) [0x1043065ec] 1-11
      11  px_run_event_loop() + 196 (sublime_text + 1624820) [0x10448caf4] 1-11
        11  -[NSApplication run] + 476 (AppKit + 184140) [0x188a05f4c] 1-11
          11  -[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 700 (AppKit + 8568688) [0x189204f70] 1-11
            11  _DPSNextEvent + 660 (AppKit + 236548) [0x188a12c04] 1-11
              11  _BlockUntilNextEventMatchingListInModeWithFilter + 76 (HIToolbox + 207764) [0x18f959b94] 1-11
                11  ReceiveNextEventCommon + 648 (HIToolbox + 208444) [0x18f959e3c] 1-11
                  11  RunCurrentEventLoopInMode + 292 (HIToolbox + 208896) [0x18f95a000] 1-11
                    11  CFRunLoopRunSpecific + 608 (CoreFoundation + 507404) [0x1851bbe0c] 1-11
                      11  __CFRunLoopRun + 828 (CoreFoundation + 509856) [0x1851bc7a0] 1-11
                        11  __CFRunLoopDoSources0 + 244 (CoreFoundation + 514996) [0x1851bdbb4] 1-11
                          11  __CFRunLoopDoSource0 + 176 (CoreFoundation + 515652) [0x1851bde44] 1-11
                            11  __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28 (CoreFoundation + 515760) [0x1851bdeb0] 1-11
                              11  __NSThreadPerformPerform + 264 (Foundation + 493860) [0x18630c924] 1-11
                                11  -[WorkQueueCallback processItems:] + 144 (sublime_text + 1595392) [0x104485800] 1-11
                                  11  handle_async_protocol_message(unsigned long, string_buffer*) + 124 (sublime_text + 711720) [0x1043adc28] 1-11
                                    11  handle_protocol_message(unsigned long, string_buffer const&) + 6208 (sublime_text + 562396) [0x1043894dc] 1-11
                                      11  void decode_message<api_helper, int, unsigned int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, value const&>(unsigned long, unsigned int, int (api_helper::*)(unsigned int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, value const&), binary_input_stream&) + 108 (sublime_text + 624476) [0x10439875c] 1-11
                                        11  api_helper::api_view_run_command(unsigned int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, value const&) + 252 (sublime_text + 628936) [0x1043998c8] 1-11
                                          11  api_command::run(value const&) + 276 (sublime_text + 735960) [0x1043b3ad8] 1-11
                                            11  int send_to_host<int, object_id, int, value>(unsigned long, unsigned int, object_id, int, value) + 284 (sublime_text + 669460) [0x1043a3714] 1-11
                                              11  send_helper<int>::wait_for_reply() + 92 (sublime_text + 667520) [0x1043a2f80] 1-11
                                                11  shm_read(shm_channel*, string_buffer*, int, long long) + 48 (sublime_text + 993924) [0x1043f2a84] 1-11
                                                  11  sem_wait + 8 (libsystem_kernel.dylib + 66132) [0x1850ad254] 1-11
                                                   *11  ??? (kernel.release.t6031 + 30868) [0xfffffe0008573894] 1-11
                                                     *11  ??? (kernel.release.t6031 + 30924) [0xfffffe00085738cc] 1-11
                                                       *11  ??? (kernel.release.t6031 + 1714116) [0xfffffe000870e7c4] 1-11
                                                         *11  ??? (kernel.release.t6031 + 6795284) [0xfffffe0008be7014] 1-11
                                                           *11  ??? (kernel.release.t6031 + 6127364) [0xfffffe0008b43f04] 1-11
                                                             *11  ??? (kernel.release.t6031 + 636964) [0xfffffe0008607824] 1-11
                                                               *11  ??? (kernel.release.t6031 + 572336) [0xfffffe00085f7bb0] 1-11
                                                                 *11  ??? (kernel.release.t6031 + 578888) [0xfffffe00085f9548] 1-11

  Thread 0xc94272    Thread name "io_compute"    11 samples (1-11)    priority 31 (base 31)
  <process frontmost, thread QoS default (requested default), process unclamped, process received importance donation from WindowServer [549], IO tier 0>
  11  thread_start + 8 (libsystem_pthread.dylib + 7488) [0x1850d9d40] 1-11
    11  _pthread_start + 136 (libsystem_pthread.dylib + 28576) [0x1850defa0] 1-11
      11  semaphore_wait_trap + 8 (libsystem_kernel.dylib + 4432) [0x18509e150] 1-11
       *11  ??? (kernel.release.t6031 + 637136) [0xfffffe00086078d0] 1-11

  Thread 0xc94273    Thread name "io_worker"    11 samples (1-11)    priority 31 (base 31)
  <process frontmost, thread QoS default (requested default), process unclamped, process received importance donation from WindowServer [549], IO tier 0>
  11  thread_start + 8 (libsystem_pthread.dylib + 7488) [0x1850d9d40] 1-11
    11  _pthread_start + 136 (libsystem_pthread.dylib + 28576) [0x1850defa0] 1-11
      11  semaphore_wait_trap + 8 (libsystem_kernel.dylib + 4432) [0x18509e150] 1-11
       *11  ??? (kernel.release.t6031 + 637136) [0xfffffe00086078d0] 1-11

  Thread 0xc94274    Thread name "io_worker"    11 samples (1-11)    priority 31 (base 31)
  <process frontmost, thread QoS default (requested default), process unclamped, process received importance donation from WindowServer [549], IO tier 0>
  11  thread_start + 8 (libsystem_pthread.dylib + 7488) [0x1850d9d40] 1-11
    11  _pthread_start + 136 (libsystem_pthread.dylib + 28576) [0x1850defa0] 1-11
      11  semaphore_wait_trap + 8 (libsystem_kernel.dylib + 4432) [0x18509e150] 1-11
       *11  ??? (kernel.release.t6031 + 637136) [0xfffffe00086078d0] 1-11

  Thread 0xc94276    Thread name "task_worker"    11 samples (1-11)    priority 31 (base 31)
  <process frontmost, thread QoS default (requested default), process unclamped, process received importance donation from WindowServer [549], IO tier 0>
  11  thread_start + 8 (libsystem_pthread.dylib + 7488) [0x1850d9d40] 1-11
    11  _pthread_start + 136 (libsystem_pthread.dylib + 28576) [0x1850defa0] 1-11
      11  semaphore_wait_trap + 8 (libsystem_kernel.dylib + 4432) [0x18509e150] 1-11
       *11  ??? (kernel.release.t6031 + 637136) [0xfffffe00086078d0] 1-11

  Thread 0xc94277    Thread name "task_worker"    11 samples (1-11)    priority 31 (base 31)
  <process frontmost, thread QoS default (requested default), process unclamped, process received importance donation from WindowServer [549], IO tier 0>
  11  thread_start + 8 (libsystem_pthread.dylib + 7488) [0x1850d9d40] 1-11
    11  _pthread_start + 136 (libsystem_pthread.dylib + 28576) [0x1850defa0] 1-11
      11  semaphore_wait_trap + 8 (libsystem_kernel.dylib + 4432) [0x18509e150] 1-11
       *11  ??? (kernel.release.t6031 + 637136) [0xfffffe00086078d0] 1-11

  Thread 0xc94278    Thread name "task_worker"    11 samples (1-11)    priority 31 (base 31)
  <process frontmost, thread QoS default (requested default), process unclamped, process received importance donation from WindowServer [549], IO tier 0>
  11  thread_start + 8 (libsystem_pthread.dylib + 7488) [0x1850d9d40] 1-11
    11  _pthread_start + 136 (libsystem_pthread.dylib + 28576) [0x1850defa0] 1-11
      11  semaphore_wait_trap + 8 (libsystem_kernel.dylib + 4432) [0x18509e150] 1-11
       *11  ??? (kernel.release.t6031 + 637136) [0xfffffe00086078d0] 1-11

  Thread 0xc94279    Thread name "task_worker"    11 samples (1-11)    priority 31 (base 31)
  <process frontmost, thread QoS default (requested default), process unclamped, process received importance donation from WindowServer [549], IO tier 0>
  11  thread_start + 8 (libsystem_pthread.dylib + 7488) [0x1850d9d40] 1-11
    11  _pthread_start + 136 (libsystem_pthread.dylib + 28576) [0x1850defa0] 1-11
      11  semaphore_wait_trap + 8 (libsystem_kernel.dylib + 4432) [0x18509e150] 1-11
       *11  ??? (kernel.release.t6031 + 637136) [0xfffffe00086078d0] 1-11

  Thread 0xc9427a    Thread name "task_worker"    11 samples (1-11)    priority 31 (base 31)
  <process frontmost, thread QoS default (requested default), process unclamped, process received importance donation from WindowServer [549], IO tier 0>
  11  thread_start + 8 (libsystem_pthread.dylib + 7488) [0x1850d9d40] 1-11
    11  _pthread_start + 136 (libsystem_pthread.dylib + 28576) [0x1850defa0] 1-11
      11  semaphore_wait_trap + 8 (libsystem_kernel.dylib + 4432) [0x18509e150] 1-11
       *11  ??? (kernel.release.t6031 + 637136) [0xfffffe00086078d0] 1-11

  Thread 0xc9427b    Thread name "task_worker"    11 samples (1-11)    priority 31 (base 31)
  <process frontmost, thread QoS default (requested default), process unclamped, process received importance donation from WindowServer [549], IO tier 0>
  11  thread_start + 8 (libsystem_pthread.dylib + 7488) [0x1850d9d40] 1-11
    11  _pthread_start + 136 (libsystem_pthread.dylib + 28576) [0x1850defa0] 1-11
      11  semaphore_wait_trap + 8 (libsystem_kernel.dylib + 4432) [0x18509e150] 1-11
       *11  ??? (kernel.release.t6031 + 637136) [0xfffffe00086078d0] 1-11

  Thread 0xc9427c    Thread name "task_worker"    11 samples (1-11)    priority 31 (base 31)
  <process frontmost, thread QoS default (requested default), process unclamped, process received importance donation from WindowServer [549], IO tier 0>
  11  thread_start + 8 (libsystem_pthread.dylib + 7488) [0x1850d9d40] 1-11
    11  _pthread_start + 136 (libsystem_pthread.dylib + 28576) [0x1850defa0] 1-11
      11  semaphore_wait_trap + 8 (libsystem_kernel.dylib + 4432) [0x18509e150] 1-11
       *11  ??? (kernel.release.t6031 + 637136) [0xfffffe00086078d0] 1-11

  Thread 0xc94283    Thread name "com.apple.NSEventThread"    11 samples (1-11)    priority 47 (base 47)    cpu time 0.007s (14.9M cycles, 10.4M instructions, 1.43c/i)
  <process frontmost, thread QoS user interactive (requested user interactive), process unclamped, process received importance donation from WindowServer [549], IO tier 0>
  11  thread_start + 8 (libsystem_pthread.dylib + 7488) [0x1850d9d40] 1-11
    11  _pthread_start + 136 (libsystem_pthread.dylib + 28576) [0x1850defa0] 1-11
      11  _NSEventThread + 144 (AppKit + 1453912) [0x188b3bf58] 1-11
        11  CFRunLoopRunSpecific + 608 (CoreFoundation + 507404) [0x1851bbe0c] 1-11
          11  __CFRunLoopRun + 1208 (CoreFoundation + 510236) [0x1851bc91c] 1-11
            11  __CFRunLoopServiceMachPort + 160 (CoreFoundation + 516184) [0x1851be058] 1-11
              11  mach_msg + 24 (libsystem_kernel.dylib + 5464) [0x18509e558] 1-11
                11  mach_msg_overwrite + 476 (libsystem_kernel.dylib + 40468) [0x1850a6e14] 1-11
                  11  mach_msg2_trap + 8 (libsystem_kernel.dylib + 4564) [0x18509e1d4] 1-11
                   *11  ??? (kernel.release.t6031 + 228944) [0xfffffe00085a3e50] 1-11

  Thread 0xc942a5    Thread name "git_thread"    11 samples (1-11)    priority 31 (base 31)
  <process frontmost, thread QoS default (requested default), process unclamped, process received importance donation from WindowServer [549], IO tier 0>
  11  thread_start + 8 (libsystem_pthread.dylib + 7488) [0x1850d9d40] 1-11
    11  _pthread_start + 136 (libsystem_pthread.dylib + 28576) [0x1850defa0] 1-11
      11  semaphore_wait_trap + 8 (libsystem_kernel.dylib + 4432) [0x18509e150] 1-11
       *11  ??? (kernel.release.t6031 + 637136) [0xfffffe00086078d0] 1-11

  Thread 0xc942c7    Thread name "shm_reader-3.3"    11 samples (1-11)    priority 31 (base 31)
  <process frontmost, thread QoS default (requested default), process unclamped, process received importance donation from WindowServer [549], IO tier 0>
  11  thread_start + 8 (libsystem_pthread.dylib + 7488) [0x1850d9d40] 1-11
    11  _pthread_start + 136 (libsystem_pthread.dylib + 28576) [0x1850defa0] 1-11
      11  shm_reader_thread(void*) + 144 (sublime_text + 712048) [0x1043add70] 1-11
        11  shm_read(shm_channel*, string_buffer*, int, long long) + 48 (sublime_text + 993924) [0x1043f2a84] 1-11
          11  sem_wait + 8 (libsystem_kernel.dylib + 66132) [0x1850ad254] 1-11
           *11  ??? (kernel.release.t6031 + 30868) [0xfffffe0008573894] 1-11
             *11  ??? (kernel.release.t6031 + 30924) [0xfffffe00085738cc] 1-11
               *11  ??? (kernel.release.t6031 + 1714116) [0xfffffe000870e7c4] 1-11
                 *11  ??? (kernel.release.t6031 + 6795284) [0xfffffe0008be7014] 1-11
                   *11  ??? (kernel.release.t6031 + 6127364) [0xfffffe0008b43f04] 1-11
                     *11  ??? (kernel.release.t6031 + 636964) [0xfffffe0008607824] 1-11
                       *11  ??? (kernel.release.t6031 + 572336) [0xfffffe00085f7bb0] 1-11
                         *11  ??? (kernel.release.t6031 + 578888) [0xfffffe00085f9548] 1-11

  Thread 0xc942c9    Thread name "process_status"    11 samples (1-11)    priority 31 (base 31)
  <process frontmost, thread QoS default (requested default), process unclamped, process received importance donation from WindowServer [549], IO tier 0>
  11  thread_start + 8 (libsystem_pthread.dylib + 7488) [0x1850d9d40] 1-11
    11  _pthread_start + 136 (libsystem_pthread.dylib + 28576) [0x1850defa0] 1-11
      11  void* std::__1::__thread_proxy[abi:v15006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(unsigned int, std::__1::function<void ()> const&), unsigned int, std::__1::function<void ()>>>(void*) + 48 (sublime_text + 979556) [0x1043ef264] 1-11
        11  __wait4 + 8 (libsystem_kernel.dylib + 34880) [0x1850a5840] 1-11
         *11  ??? (kernel.release.t6031 + 5643260) [0xfffffe0008acdbfc] (blocked by wait4 on plugin_host-3.3 [10941] [unique pid 606675]) 1-11

  Thread 0xc942ca    Thread name "shm_reader-3.8"    11 samples (1-11)    priority 31 (base 31)
  <process frontmost, thread QoS default (requested default), process unclamped, process received importance donation from WindowServer [549], IO tier 0>
  11  thread_start + 8 (libsystem_pthread.dylib + 7488) [0x1850d9d40] 1-11
    11  _pthread_start + 136 (libsystem_pthread.dylib + 28576) [0x1850defa0] 1-11
      11  shm_reader_thread(void*) + 144 (sublime_text + 712048) [0x1043add70] 1-11
        11  shm_read(shm_channel*, string_buffer*, int, long long) + 48 (sublime_text + 993924) [0x1043f2a84] 1-11
          11  sem_wait + 8 (libsystem_kernel.dylib + 66132) [0x1850ad254] 1-11
           *11  ??? (kernel.release.t6031 + 30868) [0xfffffe0008573894] 1-11
             *11  ??? (kernel.release.t6031 + 30924) [0xfffffe00085738cc] 1-11
               *11  ??? (kernel.release.t6031 + 1714116) [0xfffffe000870e7c4] 1-11
                 *11  ??? (kernel.release.t6031 + 6795284) [0xfffffe0008be7014] 1-11
                   *11  ??? (kernel.release.t6031 + 6127364) [0xfffffe0008b43f04] 1-11
                     *11  ??? (kernel.release.t6031 + 636964) [0xfffffe0008607824] 1-11
                       *11  ??? (kernel.release.t6031 + 572336) [0xfffffe00085f7bb0] 1-11
                         *11  ??? (kernel.release.t6031 + 578888) [0xfffffe00085f9548] 1-11

  Thread 0xc942cd    Thread name "process_status"    11 samples (1-11)    priority 31 (base 31)
  <process frontmost, thread QoS default (requested default), process unclamped, process received importance donation from WindowServer [549], IO tier 0>
  11  thread_start + 8 (libsystem_pthread.dylib + 7488) [0x1850d9d40] 1-11
    11  _pthread_start + 136 (libsystem_pthread.dylib + 28576) [0x1850defa0] 1-11
      11  void* std::__1::__thread_proxy[abi:v15006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(unsigned int, std::__1::function<void ()> const&), unsigned int, std::__1::function<void ()>>>(void*) + 48 (sublime_text + 979556) [0x1043ef264] 1-11
        11  __wait4 + 8 (libsystem_kernel.dylib + 34880) [0x1850a5840] 1-11
         *11  ??? (kernel.release.t6031 + 5643260) [0xfffffe0008acdbfc] (blocked by wait4 on plugin_host-3.8 [10942] [unique pid 606676]) 1-11

  Thread 0xc94466    Thread name "com.apple.NSURLConnectionLoader"    11 samples (1-11)    priority 31 (base 31)
  <process frontmost, thread QoS default (requested default), process unclamped, process received importance donation from WindowServer [549], IO tier 0>
  11  thread_start + 8 (libsystem_pthread.dylib + 7488) [0x1850d9d40] 1-11
    11  _pthread_start + 136 (libsystem_pthread.dylib + 28576) [0x1850defa0] 1-11
      11  __NSThread__start__ + 716 (Foundation + 345392) [0x1862e8530] 1-11
        11  ??? (CFNetwork + 2492576) [0x18a6538a0] 1-11
          11  CFRunLoopRunSpecific + 608 (CoreFoundation + 507404) [0x1851bbe0c] 1-11
            11  __CFRunLoopRun + 1208 (CoreFoundation + 510236) [0x1851bc91c] 1-11
              11  __CFRunLoopServiceMachPort + 160 (CoreFoundation + 516184) [0x1851be058] 1-11
                11  mach_msg + 24 (libsystem_kernel.dylib + 5464) [0x18509e558] 1-11
                  11  mach_msg_overwrite + 476 (libsystem_kernel.dylib + 40468) [0x1850a6e14] 1-11
                    11  mach_msg2_trap + 8 (libsystem_kernel.dylib + 4564) [0x18509e1d4] 1-11
                     *11  ??? (kernel.release.t6031 + 228944) [0xfffffe00085a3e50] 1-11

  Thread 0xfef31e    Thread name "CVDisplayLink"    11 samples (1-11)    priority 54 (base 54)    cpu time 0.005s (8.8M cycles, 3.9M instructions, 2.28c/i)
  <process frontmost, process unclamped, process received importance donation from WindowServer [549], IO tier 0>
  11  thread_start + 8 (libsystem_pthread.dylib + 7488) [0x1850d9d40] 1-11
    11  _pthread_start + 136 (libsystem_pthread.dylib + 28576) [0x1850defa0] 1-11
      11  CVDisplayLink::runIOThread() + 504 (CoreVideo + 12208) [0x18dbb9fb0] 1-11
        11  CVDisplayLink::waitUntil(unsigned long long) + 328 (CoreVideo + 16100) [0x18dbbaee4] 1-11
          11  __psynch_cvwait + 8 (libsystem_kernel.dylib + 18892) [0x1850a19cc] 1-11
           *11  psynch_cvcontinue + 0 (com.apple.kec.pthread + 18204) [0xfffffe000b8456ac] 1-11

Sublime Text build number

4169

Operating system & version

macOS 14.4

(Linux) Desktop environment and/or window manager

No response

Additional information

No response

OpenGL context information

OpenGL Context Information:
  GL API Version: 4.1 Metal - 88
  GLSL Version: 4.10
  Vendor: Apple
  Renderer: Apple M3 Max
BenjaminSchaaf commented 4 months ago

Does this happen in the development build 4173? Does it happen in safe mode?

deathaxe commented 4 months ago

Did anyone manage to get LSP working in 4173?

rchl commented 4 months ago

New version released today supports 4173 - https://github.com/sublimelsp/LSP/releases/tag/4070-1.29.0

kornelski commented 4 months ago

Thanks for prompt response. I've installed 4173 and I'll update you if it locks up.

kornelski commented 4 months ago

Yes, it still locks up in 4173. This time it locked up when I held Cmd+Z (undo) on auto-repeat.

Analysis of sampling sublime_text (pid 95504) every 1 millisecond
Process:         sublime_text [95504]
Path:            /Applications/Sublime Text.app/Contents/MacOS/sublime_text
Load Address:    0x104d68000
Identifier:      com.sublimetext.4
Version:         Build 4173 (4173)
Code Type:       ARM64
Platform:        macOS
Parent Process:  ??? [1]

Date/Time:       2024-03-05 13:52:39.054 +0000
Launch Time:     2024-03-04 15:12:59.653 +0000
OS Version:      macOS 14.4 (23E5211a)
Report Version:  7
Analysis Tool:   /usr/bin/sample

Physical footprint:         936.5M
Physical footprint (peak):  1.9G
Idle exit:                  untracked
----

Call graph:
    2355 Thread_4771623   DispatchQueue_1: com.apple.main-thread  (serial)
    + 2355 start  (in dyld) + 2360  [0x18562a0e0]
    +   2355 main  (in sublime_text) + 11828  [0x104d6e548]
    +     2355 px_run_event_loop()  (in sublime_text) + 196  [0x104f0a644]
    +       2355 -[NSApplication run]  (in AppKit) + 476  [0x1892dacb8]
    +         2355 -[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]  (in AppKit) + 700  [0x189ad9dec]
    +           2355 _DPSNextEvent  (in AppKit) + 660  [0x1892e7970]
    +             2355 _BlockUntilNextEventMatchingListInModeWithFilter  (in HIToolbox) + 76  [0x19022fb94]
    +               2355 ReceiveNextEventCommon  (in HIToolbox) + 648  [0x19022fe3c]
    +                 2355 RunCurrentEventLoopInMode  (in HIToolbox) + 292  [0x190230000]
    +                   2355 CFRunLoopRunSpecific  (in CoreFoundation) + 608  [0x185a8fe0c]
    +                     2355 __CFRunLoopRun  (in CoreFoundation) + 828  [0x185a907a0]
    +                       2355 __CFRunLoopDoSources0  (in CoreFoundation) + 244  [0x185a91bb4]
    +                         2355 __CFRunLoopDoSource0  (in CoreFoundation) + 176  [0x185a91e44]
    +                           2355 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__  (in CoreFoundation) + 28  [0x185a91eb0]
    +                             2355 __NSThreadPerformPerform  (in Foundation) + 264  [0x186be0914]
    +                               2355 -[WorkQueueCallback processItems:]  (in sublime_text) + 144  [0x104f02e40]
    +                                 2355 handle_async_protocol_message(unsigned long, string_buffer*)  (in sublime_text) + 124  [0x104e38d4c]
    +                                   2355 handle_protocol_message(unsigned long, string_buffer const&)  (in sublime_text) + 5852  [0x104e1bf94]
    +                                     2355 decode_message<api_helper, int, unsigned int, std::basic_string<char> const&, value const&>(unsigned long, unsigned int, int (api_helper::*)(unsigned int, std::basic_string<char> const&, value const&), binary_input_stream&)  (in sublime_text) + 104  [0x104e28434]
    +                                       2355 api_helper::api_view_run_command(unsigned int, std::basic_string<char> const&, value const&)  (in sublime_text) + 252  [0x104e29388]
    +                                         2355 api_command::run(value const&)  (in sublime_text) + 276  [0x104e3dd44]
    +                                           2355 int send_to_host<int, object_id, int, value>(unsigned long, unsigned int, object_id, int, value)  (in sublime_text) + 208  [0x104e319a8]
    +                                             2355 bool wait_for_reply<int>(shm_bundle*, reply_entry*, int*)  (in sublime_text) + 76  [0x104e31494]
    +                                               2355 shm_read(shm_channel*, string_buffer*, int, long long)  (in sublime_text) + 48  [0x104e76d30]
    +                                                 2355 shm_channel::read_bytes(char*, unsigned long, int, long long)  (in sublime_text) + 272  [0x104e76bac]
    +                                                   2355 sem_wait  (in libsystem_kernel.dylib) + 8  [0x185981274]
    2355 Thread_4771649: io_compute
    + 2355 thread_start  (in libsystem_pthread.dylib) + 8  [0x1859add34]
    +   2355 _pthread_start  (in libsystem_pthread.dylib) + 136  [0x1859b2f94]
    +     2355 queue_run_helper(void*)  (in sublime_text) + 80  [0x104e7b96c]
    +       2355 semaphore_wait_trap  (in libsystem_kernel.dylib) + 8  [0x185972170]
    2355 Thread_4771650: io_worker
    + 2355 thread_start  (in libsystem_pthread.dylib) + 8  [0x1859add34]
    +   2355 _pthread_start  (in libsystem_pthread.dylib) + 136  [0x1859b2f94]
    +     2355 worker_run_helper(void*)  (in sublime_text) + 156  [0x104e6e4e4]
    +       2355 semaphore_wait_trap  (in libsystem_kernel.dylib) + 8  [0x185972170]
    2355 Thread_4771651: io_worker
    + 2355 thread_start  (in libsystem_pthread.dylib) + 8  [0x1859add34]
    +   2355 _pthread_start  (in libsystem_pthread.dylib) + 136  [0x1859b2f94]
    +     2355 worker_run_helper(void*)  (in sublime_text) + 156  [0x104e6e4e4]
    +       2355 semaphore_wait_trap  (in libsystem_kernel.dylib) + 8  [0x185972170]
    2355 Thread_4771653: task_worker
    + 2355 thread_start  (in libsystem_pthread.dylib) + 8  [0x1859add34]
    +   2355 _pthread_start  (in libsystem_pthread.dylib) + 136  [0x1859b2f94]
    +     2355 std::__thread_proxy[abi:v15006]<std::tuple<std::unique_ptr<std::__thread_struct>, task_scheduler::task_scheduler(unsigned long)::$_1>>(void*)  (in sublime_text) + 664  [0x104e77cfc]
    +       2355 semaphore_wait_trap  (in libsystem_kernel.dylib) + 8  [0x185972170]
    2355 Thread_4771654: task_worker
    + 2355 thread_start  (in libsystem_pthread.dylib) + 8  [0x1859add34]
    +   2355 _pthread_start  (in libsystem_pthread.dylib) + 136  [0x1859b2f94]
    +     2355 std::__thread_proxy[abi:v15006]<std::tuple<std::unique_ptr<std::__thread_struct>, task_scheduler::task_scheduler(unsigned long)::$_1>>(void*)  (in sublime_text) + 664  [0x104e77cfc]
    +       2355 semaphore_wait_trap  (in libsystem_kernel.dylib) + 8  [0x185972170]
    2355 Thread_4771655: task_worker
    + 2355 thread_start  (in libsystem_pthread.dylib) + 8  [0x1859add34]
    +   2355 _pthread_start  (in libsystem_pthread.dylib) + 136  [0x1859b2f94]
    +     2355 std::__thread_proxy[abi:v15006]<std::tuple<std::unique_ptr<std::__thread_struct>, task_scheduler::task_scheduler(unsigned long)::$_1>>(void*)  (in sublime_text) + 664  [0x104e77cfc]
    +       2355 semaphore_wait_trap  (in libsystem_kernel.dylib) + 8  [0x185972170]
    2355 Thread_4771656: task_worker
    + 2355 thread_start  (in libsystem_pthread.dylib) + 8  [0x1859add34]
    +   2355 _pthread_start  (in libsystem_pthread.dylib) + 136  [0x1859b2f94]
    +     2355 std::__thread_proxy[abi:v15006]<std::tuple<std::unique_ptr<std::__thread_struct>, task_scheduler::task_scheduler(unsigned long)::$_1>>(void*)  (in sublime_text) + 664  [0x104e77cfc]
    +       2355 semaphore_wait_trap  (in libsystem_kernel.dylib) + 8  [0x185972170]
    2355 Thread_4771657: task_worker
    + 2355 thread_start  (in libsystem_pthread.dylib) + 8  [0x1859add34]
    +   2355 _pthread_start  (in libsystem_pthread.dylib) + 136  [0x1859b2f94]
    +     2355 std::__thread_proxy[abi:v15006]<std::tuple<std::unique_ptr<std::__thread_struct>, task_scheduler::task_scheduler(unsigned long)::$_1>>(void*)  (in sublime_text) + 664  [0x104e77cfc]
    +       2355 semaphore_wait_trap  (in libsystem_kernel.dylib) + 8  [0x185972170]
    2355 Thread_4771658: task_worker
    + 2355 thread_start  (in libsystem_pthread.dylib) + 8  [0x1859add34]
    +   2355 _pthread_start  (in libsystem_pthread.dylib) + 136  [0x1859b2f94]
    +     2355 std::__thread_proxy[abi:v15006]<std::tuple<std::unique_ptr<std::__thread_struct>, task_scheduler::task_scheduler(unsigned long)::$_1>>(void*)  (in sublime_text) + 664  [0x104e77cfc]
    +       2355 semaphore_wait_trap  (in libsystem_kernel.dylib) + 8  [0x185972170]
    2355 Thread_4771659: task_worker
    + 2355 thread_start  (in libsystem_pthread.dylib) + 8  [0x1859add34]
    +   2355 _pthread_start  (in libsystem_pthread.dylib) + 136  [0x1859b2f94]
    +     2355 std::__thread_proxy[abi:v15006]<std::tuple<std::unique_ptr<std::__thread_struct>, task_scheduler::task_scheduler(unsigned long)::$_1>>(void*)  (in sublime_text) + 664  [0x104e77cfc]
    +       2355 semaphore_wait_trap  (in libsystem_kernel.dylib) + 8  [0x185972170]
    2355 Thread_4771663: com.apple.NSEventThread
    + 2355 thread_start  (in libsystem_pthread.dylib) + 8  [0x1859add34]
    +   2355 _pthread_start  (in libsystem_pthread.dylib) + 136  [0x1859b2f94]
    +     2355 _NSEventThread  (in AppKit) + 144  [0x189410cb4]
    +       2355 CFRunLoopRunSpecific  (in CoreFoundation) + 608  [0x185a8fe0c]
    +         2354 __CFRunLoopRun  (in CoreFoundation) + 1208  [0x185a9091c]
    +         ! 2354 __CFRunLoopServiceMachPort  (in CoreFoundation) + 160  [0x185a92058]
    +         !   2354 mach_msg  (in libsystem_kernel.dylib) + 24  [0x185972578]
    +         !     2354 mach_msg_overwrite  (in libsystem_kernel.dylib) + 476  [0x18597ae34]
    +         !       2354 mach_msg2_internal  (in libsystem_kernel.dylib) + 80  [0x185984b24]
    +         !         2354 mach_msg2_trap  (in libsystem_kernel.dylib) + 8  [0x1859721f4]
    +         1 __CFRunLoopRun  (in CoreFoundation) + 2244  [0x185a90d28]
    +           1 __CFRunLoopDoSource1  (in CoreFoundation) + 524  [0x185a92364]
    +             1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__  (in CoreFoundation) + 60  [0x185a92444]
    +               1 __CFMachPortPerform  (in CoreFoundation) + 248  [0x185ac196c]
    +                 1 MessageHandler(__CFMachPort*, void*, long, void*)  (in HIToolbox) + 60  [0x19023b448]
    +                   1 PullEventsFromWindowServerOnConnection(unsigned int, unsigned char, __CFMachPortBoost*)  (in HIToolbox) + 304  [0x19023b5b4]
    +                     1 SLEventCreateNextEvent  (in SkyLight) + 16  [0x18b2a6d38]
    +                       1 SLSGetNextEventRecordInternal  (in SkyLight) + 340  [0x18b50bfac]
    +                         1 CGSSnarfAndDispatchDatagrams  (in SkyLight) + 160  [0x18b171d20]
    +                           1 mach_msg  (in libsystem_kernel.dylib) + 24  [0x185972578]
    +                             1 mach_msg_overwrite  (in libsystem_kernel.dylib) + 476  [0x18597ae34]
    +                               1 mach_msg2_internal  (in libsystem_kernel.dylib) + 80  [0x185984b24]
    +                                 1 mach_msg2_trap  (in libsystem_kernel.dylib) + 8  [0x1859721f4]
    2355 Thread_4771704: git_thread
    + 2355 thread_start  (in libsystem_pthread.dylib) + 8  [0x1859add34]
    +   2355 _pthread_start  (in libsystem_pthread.dylib) + 136  [0x1859b2f94]
    +     2355 queue_run_helper(void*)  (in sublime_text) + 80  [0x104e7b96c]
    +       2355 semaphore_wait_trap  (in libsystem_kernel.dylib) + 8  [0x185972170]
    2355 Thread_4771727: shm_reader-3.3
    + 2355 thread_start  (in libsystem_pthread.dylib) + 8  [0x1859add34]
    +   2355 _pthread_start  (in libsystem_pthread.dylib) + 136  [0x1859b2f94]
    +     2355 shm_reader_thread(void*)  (in sublime_text) + 144  [0x104e38e90]
    +       2355 shm_read(shm_channel*, string_buffer*, int, long long)  (in sublime_text) + 48  [0x104e76d30]
    +         2355 shm_channel::read_bytes(char*, unsigned long, int, long long)  (in sublime_text) + 272  [0x104e76bac]
    +           2355 sem_wait  (in libsystem_kernel.dylib) + 8  [0x185981274]
    2355 Thread_4771729: process_status
    + 2355 thread_start  (in libsystem_pthread.dylib) + 8  [0x1859add34]
    +   2355 _pthread_start  (in libsystem_pthread.dylib) + 136  [0x1859b2f94]
    +     2355 std::__thread_proxy[abi:v15006]<std::tuple<std::unique_ptr<std::__thread_struct>, void (*)(unsigned int, std::function<void ()> const&), unsigned int, std::function<void ()>>>(void*)  (in sublime_text) + 40  [0x104e73570]
    +       2355 process_status_thread(unsigned int, std::function<void ()> const&)  (in sublime_text) + 160  [0x104e73474]
    +         2355 __wait4  (in libsystem_kernel.dylib) + 8  [0x185979860]
    2355 Thread_4771730: shm_reader-3.8
    + 2355 thread_start  (in libsystem_pthread.dylib) + 8  [0x1859add34]
    +   2355 _pthread_start  (in libsystem_pthread.dylib) + 136  [0x1859b2f94]
    +     2355 shm_reader_thread(void*)  (in sublime_text) + 144  [0x104e38e90]
    +       2355 shm_read(shm_channel*, string_buffer*, int, long long)  (in sublime_text) + 48  [0x104e76d30]
    +         2355 shm_channel::read_bytes(char*, unsigned long, int, long long)  (in sublime_text) + 272  [0x104e76bac]
    +           2355 sem_wait  (in libsystem_kernel.dylib) + 8  [0x185981274]
    2355 Thread_4771733: process_status
    + 2355 thread_start  (in libsystem_pthread.dylib) + 8  [0x1859add34]
    +   2355 _pthread_start  (in libsystem_pthread.dylib) + 136  [0x1859b2f94]
    +     2355 std::__thread_proxy[abi:v15006]<std::tuple<std::unique_ptr<std::__thread_struct>, void (*)(unsigned int, std::function<void ()> const&), unsigned int, std::function<void ()>>>(void*)  (in sublime_text) + 40  [0x104e73570]
    +       2355 process_status_thread(unsigned int, std::function<void ()> const&)  (in sublime_text) + 160  [0x104e73474]
    +         2355 __wait4  (in libsystem_kernel.dylib) + 8  [0x185979860]
    2355 Thread_4778591: com.apple.NSURLConnectionLoader
    + 2355 thread_start  (in libsystem_pthread.dylib) + 8  [0x1859add34]
    +   2355 _pthread_start  (in libsystem_pthread.dylib) + 136  [0x1859b2f94]
    +     2355 __NSThread__start__  (in Foundation) + 716  [0x186bbc520]
    +       2355 ???  (in CFNetwork)  load address 0x18acc8000 + 0x260890  [0x18af28890]
    +         2355 CFRunLoopRunSpecific  (in CoreFoundation) + 608  [0x185a8fe0c]
    +           2355 __CFRunLoopRun  (in CoreFoundation) + 1208  [0x185a9091c]
    +             2355 __CFRunLoopServiceMachPort  (in CoreFoundation) + 160  [0x185a92058]
    +               2355 mach_msg  (in libsystem_kernel.dylib) + 24  [0x185972578]
    +                 2355 mach_msg_overwrite  (in libsystem_kernel.dylib) + 476  [0x18597ae34]
    +                   2355 mach_msg2_internal  (in libsystem_kernel.dylib) + 80  [0x185984b24]
    +                     2355 mach_msg2_trap  (in libsystem_kernel.dylib) + 8  [0x1859721f4]
    2355 Thread_6420614
    + 2355 start_wqthread  (in libsystem_pthread.dylib) + 8  [0x1859add28]
    +   2355 _pthread_wqthread  (in libsystem_pthread.dylib) + 364  [0x1859af058]
    +     2355 __workq_kernreturn  (in libsystem_kernel.dylib) + 8  [0x185973ea4]
    2355 Thread_6421178
      2355 start_wqthread  (in libsystem_pthread.dylib) + 8  [0x1859add28]
        2355 _pthread_wqthread  (in libsystem_pthread.dylib) + 364  [0x1859af058]
          2355 __workq_kernreturn  (in libsystem_kernel.dylib) + 8  [0x185973ea4]

Total number in stack (recursive counted multiple, when >=5):
        17       _pthread_start  (in libsystem_pthread.dylib) + 136  [0x1859b2f94]
        17       thread_start  (in libsystem_pthread.dylib) + 8  [0x1859add34]
        11       semaphore_wait_trap  (in libsystem_kernel.dylib) + 0  [0x185972168]
        7       std::__thread_proxy[abi:v15006]<std::tuple<std::unique_ptr<std::__thread_struct>, task_scheduler::task_scheduler(unsigned long)::$_1>>(void*)  (in sublime_text) + 664  [0x104e77cfc]

Sort by top of stack, same collapsed (when >= 5):
        semaphore_wait_trap  (in libsystem_kernel.dylib)        25905
        sem_wait  (in libsystem_kernel.dylib)        7065
        __wait4  (in libsystem_kernel.dylib)        4710
        __workq_kernreturn  (in libsystem_kernel.dylib)        4710
        mach_msg2_trap  (in libsystem_kernel.dylib)        4710

Binary Images:
       0x104d68000 -        0x1052fbfff +com.sublimetext.4 (Build 4173 - 4173) <5DD4A8E7-AEA4-3FBC-9BA4-711C02FEE38B> /Applications/Sublime Text.app/Contents/MacOS/sublime_text
       0x106188000 -        0x106190047  libobjc-trampolines.dylib (912.3) <E8A1B184-0349-3C61-A119-6543EB038317> /usr/lib/libobjc-trampolines.dylib
       0x1103d8000 -        0x1103dffff  com.apple.AppKit.axbundle (1.0 - 258.10) <02FAA037-51C5-332E-8AD6-716AE6BB0028> /System/Library/Accessibility/BundlesBase/com.apple.AppKit.axbundle/Versions/A/com.apple.AppKit
       0x11588c000 -        0x1158f7fe3  com.apple.AppleMetalOpenGLRenderer (1.0 - 1) <DEE8DAD9-52EE-31C4-8406-7560BD3EECC9> /System/Library/Extensions/AppleMetalOpenGLRenderer.bundle/Contents/MacOS/AppleMetalOpenGLRenderer
       0x116088000 -        0x11608fff3  com.apple.FileProviderOverride (1835.101.2 - 1835.101.2) <359D6D5A-E5F3-396E-944F-DA7399236645> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/FileProviderOverride.bundle/Contents/MacOS/FileProviderOverride
       0x1160a0000 -        0x1160a3fe7  com.apple.icloud.drive.fileprovider.override (1.0 - 2720.100.117) <9A46ECC7-963A-3987-9D93-96F045D94980> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/iCloudDriveFileProviderOverride.bundle/Contents/MacOS/iCloudDriveFileProviderOverride
       0x116124000 -        0x116143ff7  com.apple.findersync.fileprovideroverride.FinderSyncCollaborationFileProviderOverride (14.4 - 1630.4.14) <6C97B307-661B-35D5-ADAD-EE2A1B1A6BC6> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/FinderSyncCollaborationFileProviderOverride.bundle/Contents/MacOS/FinderSyncCollaborationFileProviderOverride
       0x1855d4000 -        0x185623d83  libobjc.A.dylib (912.3) <56738C8E-349B-3E17-A584-12838044DCCA> /usr/lib/libobjc.A.dylib
       0x185624000 -        0x1856ac9db  dyld (1.0.0 - 1160.6) <CC93BF78-B2D3-3446-8998-6FABE938462E> /usr/lib/dyld
       0x1856ad000 -        0x1856b1ff8  libsystem_blocks.dylib (90) <E9F1A3B9-AE38-3F4C-BF14-8A6E012AD36C> /usr/lib/system/libsystem_blocks.dylib
       0x1856b2000 -        0x1856fcfff  libxpc.dylib (2748.101.4) <C43D5322-9B69-37EE-B51E-45FDE5D81B5B> /usr/lib/system/libxpc.dylib
       0x1856fd000 -        0x185717fff  libsystem_trace.dylib (1510.100.36) <681EBF40-B321-364A-88EA-04AB45E3DA66> /usr/lib/system/libsystem_trace.dylib
       0x185718000 -        0x1857c0fd7  libcorecrypto.dylib (1638.100.62) <95C1D199-1B36-32B2-9BE7-5723A58D0D96> /usr/lib/system/libcorecrypto.dylib
       0x1857c1000 -        0x1857fdff7  libsystem_malloc.dylib (521.100.59) <AFC4333D-D3E9-3D9E-869A-20DA06872930> /usr/lib/system/libsystem_malloc.dylib
       0x1857fe000 -        0x185845fff  libdispatch.dylib (1477.100.9) <A57EB686-0DAA-3BE3-BFF9-610AFC9F75C6> /usr/lib/system/libdispatch.dylib
       0x185846000 -        0x185848fff  libsystem_featureflags.dylib (86) <3CB369ED-9D34-3E64-BFEC-DC70F784A527> /usr/lib/system/libsystem_featureflags.dylib
       0x185849000 -        0x1858c7ff3  libsystem_c.dylib (1592.100.35) <1AAE32B6-EEDC-3A8E-912E-ABBE4F4DCECA> /usr/lib/system/libsystem_c.dylib
       0x1858c8000 -        0x185954ff7  libc++.1.dylib (1700.255) <08C4329E-407F-310B-B037-75A8020B2963> /usr/lib/libc++.1.dylib
       0x185955000 -        0x185970ffb  libc++abi.dylib (1700.255) <4FED965B-18AD-3A4F-8928-1F0A3C35345F> /usr/lib/libc++abi.dylib
       0x185971000 -        0x1859abffb  libsystem_kernel.dylib (10063.101.15) <1889CE0A-52E7-3122-8907-81AF920AC472> /usr/lib/system/libsystem_kernel.dylib
       0x1859ac000 -        0x1859b8fff  libsystem_pthread.dylib (519.101.1) <45239F06-CC53-36D0-9933-7776AC7EA2FA> /usr/lib/system/libsystem_pthread.dylib
       0x1859b9000 -        0x1859deff7  libdyld.dylib (1160.6) <FB46200B-C04F-3BB6-958F-9137B8DE65F8> /usr/lib/system/libdyld.dylib
       0x1859df000 -        0x1859e6fe7  libsystem_platform.dylib (316.100.10) <2B5AD162-5514-332C-9B8E-943C352629F7> /usr/lib/system/libsystem_platform.dylib
       0x1859e7000 -        0x185a13ffb  libsystem_info.dylib (583.0.1) <8F69B5A5-C526-3D34-BBED-6A6B01E9E131> /usr/lib/system/libsystem_info.dylib
       0x185a14000 -        0x185eecfff  com.apple.CoreFoundation (6.9 - 2420) <0D151A83-1E9A-3E46-8948-20E3720FCEE5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
       0x185eed000 -        0x1861a6fff  com.apple.LaunchServices (1141.1 - 1141.1) <83E6FE3F-1E8B-3651-BB29-41A77488BA51> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
       0x1861a7000 -        0x1862f2fff  com.apple.gpusw.MetalTools (1.0 - 1) <571B5CFF-9437-37B7-A733-393946076AE8> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
       0x1862f3000 -        0x18668efef  libBLAS.dylib (1447.100.11) <4D6ED213-D805-3C75-A3EF-B0F659CF8132> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
       0x18668f000 -        0x186780ff7  com.apple.Lexicon-framework (1.0 - 134.9) <47CD6B16-A054-3FB8-8506-08E41D903AC1> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
       0x186781000 -        0x1867e7fff  libSparse.dylib (125) <3B1EB1F6-1BE1-3F02-97F8-D6E6BB45D4DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
       0x1867e8000 -        0x18687bfff  com.apple.SystemConfiguration (1.21 - 1.21) <73D529C7-9F1D-3215-81F9-EF67373326B1> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
       0x18687c000 -        0x1868b0ff3  libCRFSuite.dylib (52) <1BBA686D-8E30-344E-8667-9F7DE3E428FF> /usr/lib/libCRFSuite.dylib
       0x1868b1000 -        0x186b67fff  libmecabra.dylib (1062.307) <C0BAB81F-86A9-325F-8971-7BD1160B32CE> /usr/lib/libmecabra.dylib
       0x186b68000 -        0x1877c5fff  com.apple.Foundation (6.9 - 2420) <C4CD885A-093D-3E3F-B28B-4F0D47BB96B2> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
       0x1877c6000 -        0x1879abfff  com.apple.LanguageModeling (1.0 - 366.9) <09E01DC7-A81D-3737-AFA8-662E8C1F0BBB> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
       0x1879ac000 -        0x187acffff  com.apple.CoreDisplay (285 - 285) <04F5E61E-7DD8-3EDE-9840-67F0F8B85BFC> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
       0x187ad0000 -        0x187e3dfff  com.apple.audio.AudioToolboxCore (1.0 - 1387.5.49) <FA293753-0089-3866-9D5E-AD758D5482D9> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore
       0x187e3e000 -        0x188032fff  com.apple.CoreText (800.4.0.5 - 800.4.0.5) <FA610A9E-255B-30DB-A77B-E0E8A9849C5E> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
       0x188033000 -        0x188733fff  com.apple.audio.CoreAudio (5.0 - 5.0) <721980AF-ECA2-3860-8EC1-AB25F06A5B81> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
       0x188734000 -        0x188b06fff  com.apple.security (7.0 - 61123.100.169) <D0C63EB3-4CA8-3AFB-BAD7-FCD3570C52D2> /System/Library/Frameworks/Security.framework/Versions/A/Security
       0x188b07000 -        0x188dcdfff  libicucore.A.dylib (74000.303) <50DE7E22-A040-3E0F-836E-BEF36B36EC01> /usr/lib/libicucore.A.dylib
       0x188dce000 -        0x188dd8ff3  libsystem_darwin.dylib (1592.100.35) <4AB974EF-1CAF-30B7-BD22-ACA49CD679DF> /usr/lib/system/libsystem_darwin.dylib
       0x188dd9000 -        0x1890defff  com.apple.CoreServices.CarbonCore (1333 - 1333) <55EDB7F5-85CD-32E8-A28D-2544034F5EC5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
       0x1890df000 -        0x18911fff7  com.apple.CoreServicesInternal (505 - 505) <C5968898-D63C-3CB6-8B3C-BA2700D7BB47> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
       0x189120000 -        0x189160fff  com.apple.CSStore (1141.1 - 1141.1) <EF032633-55D2-370B-8738-2ABF5FD79875> /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
       0x189161000 -        0x189243fff  com.apple.framework.IOKit (2.0.2 - 100076.101.1) <560EA640-CF74-3C9D-BCAE-45624E43B45E> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
       0x189244000 -        0x189254fff  libsystem_notify.dylib (317.100.2) <857682E3-63EE-3D93-A8C5-DFD389FC1288> /usr/lib/system/libsystem_notify.dylib
       0x189255000 -        0x1892acff7  libsandbox.1.dylib (2190.101.1) <6316B356-65FF-30F8-A2DF-C6FB66CA89AE> /usr/lib/libsandbox.1.dylib
       0x1892ad000 -        0x18a5e9fff  com.apple.AppKit (6.9 - 2487.50.124) <83CB7926-106F-3497-AF7D-2C4BFE482367> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
       0x18a5ea000 -        0x18a79efff  com.apple.UIFoundation (1.0 - 909.7) <2596CDC7-84A9-38B0-97B2-DC24DD223D6C> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
       0x18a79f000 -        0x18a7b4fff  com.apple.UniformTypeIdentifiers (709 - 709) <38CC5E7A-0643-33B9-9CA2-BBA27556D709> /System/Library/Frameworks/UniformTypeIdentifiers.framework/Versions/A/UniformTypeIdentifiers
       0x18a7b5000 -        0x18a9bcfff  com.apple.desktopservices (14.4 - 1632.4.12) <0C9451CA-8638-3D40-A69B-CE9EC0C2F0D9> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
       0x18a9d9000 -        0x18abfdfff  com.apple.CoreDuet (1.0 - 1) <56DA47E3-7DFA-301B-A83E-6BBCEE463421> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
       0x18abfe000 -        0x18acc6ffa  libboringssl.dylib (480) <C2D18A00-B581-3B96-9286-00849F329307> /usr/lib/libboringssl.dylib
       0x18acc7000 -        0x18acc7fff  libnetwork.dylib (3762.101.1) <361592F9-71A5-337E-AF0E-296924118C9B> /usr/lib/libnetwork.dylib
       0x18acc8000 -        0x18b09cfff  com.apple.CFNetwork (1.0 - 1494.0.7) <60C90B3D-7A28-31A4-ACCF-705E5269FE77> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
       0x18b09d000 -        0x18b0b6ffb  libsystem_networkextension.dylib (1838.101.1) <EBACF63D-8B18-37FF-8952-85FD99605BD7> /usr/lib/system/libsystem_networkextension.dylib
       0x18b0b7000 -        0x18b0b8fff  libenergytrace.dylib (23) <5FDB6DBB-B0DF-3D80-89CB-0F00B03C5DCE> /usr/lib/libenergytrace.dylib
       0x18b0b9000 -        0x18b12efff  libMobileGestalt.dylib (1332.100.10) <4785764E-0933-3F3A-8568-0763AC59BCFD> /usr/lib/libMobileGestalt.dylib
       0x18b12f000 -        0x18b146fff  libsystem_asl.dylib (398) <43F7B070-509B-37A1-8573-8FEE2A5A3A04> /usr/lib/system/libsystem_asl.dylib
       0x18b147000 -        0x18b167ff0  com.apple.TCC (1.0 - 1) <F40DBA8E-C2BB-39BC-B732-0D5AA729999E> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
       0x18b168000 -        0x18b607fff  com.apple.SkyLight (1.600.0 - 845.19) <DA18F144-FBAE-3B2B-9BAF-F67E59DC568F> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
       0x18b608000 -        0x18bce6fff  com.apple.CoreGraphics (2.0 - 1774.4.3) <8CF000FA-E77E-3C80-953E-8A9B1C2A58CE> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
       0x18bce7000 -        0x18be95ff7  com.apple.ColorSync (4.13.0 - 3735) <EB6DC522-8B91-3F78-8485-E27D6C660D73> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
       0x18be96000 -        0x18bef9fff  com.apple.HIServices (1.22 - 777) <9561BFE3-2463-3FD9-BD80-0D208EA4587F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
       0x18bffe000 -        0x18c21cfff  com.apple.Montreal (1.0 - 178) <009F46CE-BC19-3EE3-9AD6-8F6D95385040> /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal
       0x18c31b000 -        0x18c6f7fff  com.apple.CoreData (120 - 1344.1) <6B94A788-D361-3839-A612-AECB133EB2FC> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
       0x18c6f8000 -        0x18c711fff  com.apple.ProtocolBuffer (1 - 300.24.10.5.2) <6921C7EF-708A-324F-8A64-C82737412517> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
       0x18c712000 -        0x18c8c4fff  libsqlite3.dylib (351) <877868A7-B883-3A57-8F35-4DBEF7386DC1> /usr/lib/libsqlite3.dylib
       0x18c8c5000 -        0x18c947fff  com.apple.Accounts (113 - 113) <8EC36BA9-D068-3D7E-BA90-CAD7769663A6> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
       0x18c948000 -        0x18c95dfff  com.apple.commonutilities (8.0 - 900) <5649C1B1-36E6-310D-B39D-028716C7E837> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
       0x18c95e000 -        0x18ca36fff  com.apple.BaseBoard (652.108 - 652.108) <D26A2C82-7209-3343-BB74-93B136257264> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
       0x18ca37000 -        0x18ca9dfff  com.apple.RunningBoardServices (1.0 - 874.100.27) <46D77784-CC6E-3584-9B9F-463FF4729355> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices
       0x18ca9e000 -        0x18cb11ff7  com.apple.AE (944 - 944) <930A87C3-1563-3B7B-B6E9-15C9E241A73E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
       0x18cb12000 -        0x18cb1cfff  libdns_services.dylib (2200.100.94.0.2) <9DFB3087-FA78-3F4E-AA68-80F9132D1289> /usr/lib/libdns_services.dylib
       0x18cb1d000 -        0x18cb25ff3  libsystem_symptoms.dylib (1871.100.22) <C6FDA350-B728-3AAC-9B5C-623411925769> /usr/lib/system/libsystem_symptoms.dylib
       0x18cb26000 -        0x18d77afff  com.apple.Network (1.0 - 1) <CEED64F4-2F4A-311F-B9FA-0B2B16B8A417> /System/Library/Frameworks/Network.framework/Versions/A/Network
       0x18d77b000 -        0x18d7a9fff  com.apple.analyticsd (1.0 - 1) <F045814E-1A3D-344A-8C78-B3A510FE2BB2> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
       0x18d7aa000 -        0x18d7abfff  libDiagnosticMessagesClient.dylib (113) <3FD99EC3-B540-369A-A989-A44B40770968> /usr/lib/libDiagnosticMessagesClient.dylib
       0x18d7ac000 -        0x18d7f2fff  com.apple.spotlight.metadata.utilities (1.0 - 2274.23) <1CB67505-18E1-3513-A582-1AE03841C8A9> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
       0x18d7f3000 -        0x18d88dfff  com.apple.Metadata (14.4 - 2274.23) <3E9ACB0D-2E05-342E-82B9-9F1E60205A6F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
       0x18d88e000 -        0x18d896ffb  com.apple.DiskArbitration (2.7 - 2.7) <BF4EE139-096A-3A24-A01C-9EC5832C34C5> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
       0x18d897000 -        0x18dc80fdf  com.apple.vImage (8.1 - 587.100.1) <20A0D44D-0A82-3FBF-946F-990C480AD654> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
       0x18dc81000 -        0x18e02efff  com.apple.QuartzCore (1.11 - 1120.22) <410122F5-5E6C-35B1-A76F-11FC4901FE06> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
       0x18e02f000 -        0x18e080fff  libFontRegistry.dylib (366.1.0.1) <FBA8C5A9-7E75-3B8C-BE3F-5501B0CD7DEC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
       0x18e081000 -        0x18e1cefff  com.apple.coreui (2.1 - 867.5) <CFA4B95A-1C14-34E7-BE6C-021AFEEB37BA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
       0x18e1cf000 -        0x18e2defff  com.apple.ViewBridge (739.4 - 739.4) <F03D7C4D-0FCD-3D41-8AAC-0E7A899DB58D> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
       0x18e2df000 -        0x18e2eafff  com.apple.PerformanceAnalysis (1.347.0.1 - 347.0.1) <6FD3E1C5-1771-3B75-945D-FA02D37079DF> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
       0x18e2eb000 -        0x18e2fafff  com.apple.OpenDirectory (14.4 - 642) <E0C849B2-D4EA-3EE5-ACCF-0997D54673AC> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
       0x18e2fb000 -        0x18e31affb  com.apple.CFOpenDirectory (14.4 - 642) <E35D1029-B70D-35DB-8B9C-888CB21F4DE4> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
       0x18e31b000 -        0x18e327ff7  com.apple.CoreServices.FSEvents (1376.100.3 - 1376.100.3) <24EA1B40-72BD-33FE-9F12-09FC88CC1D9F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
       0x18e328000 -        0x18e352fff  com.apple.coreservices.SharedFileList (225 - 225) <DE02FEC9-622D-36FC-9496-6E28466F8BFF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
       0x18e353000 -        0x18e359fff  libapp_launch_measurement.dylib (17) <B02B4B3A-1AD0-3A7E-80BD-BA35A9E18C24> /usr/lib/libapp_launch_measurement.dylib
       0x18e35a000 -        0x18e3a3fff  com.apple.CoreAutoLayout (1.0 - 32) <52EF5E40-7FC3-3526-9824-9FFB019AB5AF> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/Versions/A/CoreAutoLayout
       0x18e3a4000 -        0x18e48dff3  libxml2.2.dylib (37.15) <5A13D6A3-274B-37C0-BA89-5AB6583ED2C9> /usr/lib/libxml2.2.dylib
       0x18e48e000 -        0x18e4ecfff  com.apple.CoreVideo (1.8 - 612.8) <1D06A513-53BA-30EF-B381-9E6EA4C0A0AA> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
       0x18e4ed000 -        0x18e4effff  com.apple.loginsupport (3.0 - 254.2) <07106161-0224-3BEA-93FF-C9AC7117886F> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
       0x18e4f0000 -        0x18e529fff  com.apple.aps.framework (4.0 - 4.0) <50C7016A-2E6C-32D5-A7F7-13F4CBBC5DF2> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
       0x18e52a000 -        0x18e553fff  com.apple.UserManagement (1.0 - 1) <41D0B14E-58E9-3168-BB12-4DA12541BED5> /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement
       0x18e554000 -        0x18e8a5fff  com.apple.cloudkit.CloudKit (2150.34.1 - 2150.34.1) <F1DE3BAA-6B89-3FB1-92CA-140399593D9D> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
       0x18e8a6000 -        0x18e985fff  com.apple.CloudDocs (1.0 - 2720.100.117) <13D74BB6-36F5-37A6-8B3A-1C233078E5FC> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
       0x18e986000 -        0x18f007fff  com.apple.CoreML (1.0 - 3304.7.1) <5226B0C1-E13A-3D8D-A78B-B786C7CFF505> /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML
       0x18f008000 -        0x18fb97fbf  libwebrtc.dylib (618.1.15.11.9) <B875AAEB-3DC4-3EEA-B9E8-9460181336B4> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/Frameworks/libwebrtc.dylib
       0x18fb98000 -        0x18fcacfff  com.apple.corelocation (2890.12.17.3.2 - 2890.12.17.3.2) <78D287D5-5190-3FF6-A6DE-D236B2EB27CA> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
       0x18fcad000 -        0x18fcd7ff3  libsystem_containermanager.dylib (582.100.15) <F54BB59C-2029-3118-94E9-D7D52C761BC7> /usr/lib/system/libsystem_containermanager.dylib
       0x18fcd8000 -        0x18fceffff  com.apple.IOSurface (352.41.7 - 352.41.7) <0CEE4C1C-8F6A-339B-82E4-68B87D35BE13> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
       0x18fcf0000 -        0x18fcf9fff  com.apple.IOAccelerator (481.40.2 - 481.40.2) <0DBE9661-5914-3BA3-840A-E2BFCB018D12> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
       0x18fcfa000 -        0x18ff25fff  com.apple.Metal (343.14 - 343.14) <48C3E25A-C8B7-34B6-AEF0-732687BD4EE7> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
       0x18ff26000 -        0x18ff4ffff  com.apple.audio.caulk (1.0 - 149.5.9) <86343A7F-8ACE-34CC-807E-68DDAC89A75D> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
       0x18ff50000 -        0x190097fff  com.apple.CoreMedia (1.0 - 3100.20.2.5.5) <33281D8C-ACDA-3064-A788-8F29F1009FE4> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
       0x190098000 -        0x1901fcfff  libFontParser.dylib (379.2.0.1) <0E3D185E-9A05-3649-AF34-6AC82201EEB9> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
       0x1901fd000 -        0x1904c0fff  com.apple.HIToolbox (2.1.1 - 1203.3) <B5E42CE6-3B03-3FD8-8F86-008DE6DD9492> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
       0x1904c1000 -        0x1904d8fff  com.apple.framework.DFRFoundation (1.0 - 285) <37ED196A-2806-3EC4-88A0-062E16AE5753> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
       0x1904d9000 -        0x1904defff  com.apple.dt.XCTTargetBootstrap (14.4 - 22714) <F0AB043C-1D9B-3439-B38C-D14F282913AE> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
       0x1904df000 -        0x190519fff  com.apple.CoreSVG (1.0 - 326) <D48748A4-83C4-3267-B2B0-9C9EF9106032> /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG
       0x19051a000 -        0x19083afff  com.apple.ImageIO (3.3.0 - 2488.4.29) <AB8C42C8-35F6-3F29-A128-71FB0C60712C> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
       0x19083b000 -        0x190bc0fff  com.apple.CoreImage (18.0.0 - 1440.3) <AFA0DB03-13BC-30AF-8F48-5E631583A97E> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
       0x190bc1000 -        0x190c6efff  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <69303DB6-711F-3AE6-9478-1BC974E637AA> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSCore.framework/Versions/A/MPSCore
       0x190c6f000 -        0x190c73fff  libsystem_configuration.dylib (1300.100.9) <AD253C74-F73E-3239-B0F1-B7989CF7C990> /usr/lib/system/libsystem_configuration.dylib
       0x190c74000 -        0x190c79ff3  libsystem_sandbox.dylib (2190.101.1) <2F95044C-6CEF-3731-B1B9-F7D6A51B3A3F> /usr/lib/system/libsystem_sandbox.dylib
       0x190c7a000 -        0x190c7bfff  com.apple.AggregateDictionary (1.0 - 1) <7C0B4DB0-9ED7-3C6C-ABE6-30ACC5344D65> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
       0x190c7c000 -        0x190c7ffff  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <52DE0359-51E4-35EA-9533-9339E5051B02> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
       0x190c80000 -        0x190c81fff  liblangid.dylib (138) <01F8F980-177E-3142-9A7E-F40272283389> /usr/lib/liblangid.dylib
       0x190c82000 -        0x190da4fff  com.apple.CoreNLP (1.0 - 313) <42CAF2AA-D8AB-338A-B1E7-9F4ED78C2E0A> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
       0x190da5000 -        0x190daafff  com.apple.LinguisticData (1.0 - 483.10) <E54F8409-DB75-3540-9884-AA72814A4F63> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
       0x190dab000 -        0x19167efe7  libBNNS.dylib (830.101.1) <00C46E1E-FECB-3119-89C2-02981EC09841> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
       0x19167f000 -        0x19176ff87  libvDSP.dylib (1043.100.6) <6C6D994F-02CC-322D-AB27-D140292BAB6E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
       0x191770000 -        0x1917a3fff  com.apple.CoreEmoji (1.0 - 200.311) <7C532E37-ACF3-3950-BA02-12FDA9237ED3> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
       0x1917a4000 -        0x1917b3ffb  com.apple.IOMobileFramebuffer (343.0.0 - 343.0.0) <BCBC0330-AE6C-3888-972F-BF9FA9508E34> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/Versions/A/IOMobileFramebuffer
       0x1917b4000 -        0x191830fff  com.apple.framework.CoreWLAN (16.0 - 1657) <CCC60320-AA2E-3483-9427-898A316F9F30> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
       0x191831000 -        0x1919aefff  com.apple.CoreUtils (7.4 - 740.14) <CBFEF983-9328-3667-8356-3079F1477DAC> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
       0x1919af000 -        0x1919c6fff  com.apple.MobileKeyBag (2.0 - 1.0) <FDE30F34-4369-3003-94D1-FCE2DEFFE04F> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
       0x1919c7000 -        0x1919d4fff  com.apple.AssertionServices (1.0 - 874.100.27) <C2304C97-E125-3CB9-BAD9-7BF9B0260BD8> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
       0x1919d5000 -        0x191a62fff  com.apple.securityfoundation (6.0 - 55283) <C26C56E1-3806-30EF-A0C9-3C144C1B0490> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
       0x191a63000 -        0x191a89fff  com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) <D8198EBD-3472-3656-BF3D-D4DED8F5449E> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
       0x191a8a000 -        0x191a94fff  com.apple.xpc.ServiceManagement (1.0 - 1) <D01AC553-642C-3673-A377-786495EA255A> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
       0x191a95000 -        0x191a97fff  libquarantine.dylib (172.100.3) <BF4EA178-92C0-3DC1-A754-FCB261012D1D> /usr/lib/system/libquarantine.dylib
       0x191a98000 -        0x191aa3fff  libCheckFix.dylib (32) <A7DAEDE9-A4AC-330D-8790-23C64CB24D3E> /usr/lib/libCheckFix.dylib
       0x191aa4000 -        0x191abbfff  libcoretls.dylib (186) <87B12665-DF62-3D28-A9EA-0D92101E90FE> /usr/lib/libcoretls.dylib
       0x191abc000 -        0x191acdffb  libbsm.0.dylib (89) <C20BA6D7-6BD8-3F50-93DF-22AB57DC1168> /usr/lib/libbsm.0.dylib
       0x191ace000 -        0x191b29fff  libmecab.dylib (1062.307) <0C1D5C0D-D860-3748-A18B-C2DB852D8555> /usr/lib/libmecab.dylib
       0x191b2a000 -        0x191b2cffb  libgermantok.dylib (29) <F4C7AB5D-A959-3986-88AB-ABF298057C2E> /usr/lib/libgermantok.dylib
       0x191b2d000 -        0x191b41fff  libLinearAlgebra.dylib (1447.100.11) <B328B92C-1E68-3AD3-BA9A-347FA62FC29D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
       0x191b42000 -        0x191d97fff  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <F488A58F-B7F7-3AEF-A9B4-FA2E3110CC94> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
       0x191d98000 -        0x191deffff  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <25797B19-D137-3E5D-B441-A932219AE648> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
       0x191df0000 -        0x191f8cfff  com.apple.MLCompute (1.0 - 1) <9128A705-E578-3FD2-8121-99F0E8E7E5CC> /System/Library/Frameworks/MLCompute.framework/Versions/A/MLCompute
       0x191f8d000 -        0x191fbefff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <E4DFFB16-799C-3EFA-8232-5F93847D824A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
       0x191fbf000 -        0x1920e7fff  com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) <3D10BD1B-F982-3494-B3E1-4EEB1D98E847> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
       0x1920e8000 -        0x192179fff  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <63C96D2C-AC94-3E1B-AC1E-03CEEEFC2594> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSImage.framework/Versions/A/MPSImage
       0x19217a000 -        0x19223dfc7  com.apple.AppleFSCompression (163 - 1.0) <EE65E51B-8F8C-3BCB-A3D7-6E29B8804688> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
       0x19223e000 -        0x19224affb  libbz2.1.0.dylib (45) <92297FDA-90D5-3274-8425-D00F9A0CD2D0> /usr/lib/libbz2.1.0.dylib
       0x19224b000 -        0x192250fff  libsystem_coreservices.dylib (152.5.1) <35F4C3FA-2BB9-3338-8A9F-531DD87883D5> /usr/lib/system/libsystem_coreservices.dylib
       0x192251000 -        0x192282fff  com.apple.CoreServices.OSServices (1141.1 - 1141.1) <E9362F8E-8722-3A1E-AFD7-999D86AE562D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
       0x192283000 -        0x192422fff  com.apple.AuthKit (1.0 - 1) <866DB744-68A8-3D38-ABA8-8EB2B8ED3E87> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
       0x192423000 -        0x19246dfff  com.apple.UserNotifications (1.0 - 491.106) <B4ECF4F7-7B89-3814-BCDC-4DB8BB9A5E2B> /System/Library/Frameworks/UserNotifications.framework/Versions/A/UserNotifications
       0x19246e000 -        0x192569fff  com.apple.CoreSpotlight (1.0 - 2274.23) <A98CB6C6-5CFB-3CC9-BD65-D74B0A39673F> /System/Library/Frameworks/CoreSpotlight.framework/Versions/A/CoreSpotlight
       0x19256a000 -        0x192578fff  libz.1.dylib (91.40.4) <6C4F90C2-6EFC-3551-8150-285D3D954E15> /usr/lib/libz.1.dylib
       0x192579000 -        0x1925afff3  libsystem_m.dylib (3252.100.9) <F7DAAF6B-E945-3DB6-80BB-55D8CBF72DC9> /usr/lib/system/libsystem_m.dylib
       0x1925b0000 -        0x1925b3fff  libcharset.1.dylib (99) <9187B6AE-DEA8-3FC2-B810-C2E49C8048D1> /usr/lib/libcharset.1.dylib
       0x1925b4000 -        0x1925bbffb  libmacho.dylib (1010.6) <251D8FC1-51C5-3ED3-B1B0-E939905C46D8> /usr/lib/system/libmacho.dylib
       0x1925bc000 -        0x1925dbfff  libkxld.dylib (10063.101.15) <27D9C9AE-CDB5-3221-A163-61EA34189F23> /usr/lib/system/libkxld.dylib
       0x1925dc000 -        0x1925e9ff7  libcommonCrypto.dylib (600028.100.1) <B71888C6-7E3C-30F9-B4E7-0ADA93C97FD3> /usr/lib/system/libcommonCrypto.dylib
       0x1925ea000 -        0x1925f5fff  libunwind.dylib (1700.242) <A098B93A-A945-3B27-9437-95031A731DDD> /usr/lib/system/libunwind.dylib
       0x1925f6000 -        0x1925fdfff  liboah.dylib (318.5) <3FE71C4F-17CC-3B93-AE29-05CE7D116F1B> /usr/lib/liboah.dylib
       0x1925fe000 -        0x192607fff  libcopyfile.dylib (196.100.4) <1A204D12-22E9-3AFD-B710-151D0EED519D> /usr/lib/system/libcopyfile.dylib
       0x192608000 -        0x19260bfff  libcompiler_rt.dylib (103.2) <BBA90EC6-8948-39D8-9197-2860BD6C7D8A> /usr/lib/system/libcompiler_rt.dylib
       0x19260c000 -        0x192610ffb  libsystem_collections.dylib (1592.100.35) <969A6AC1-BB48-350F-AF0E-1DDC48D2F728> /usr/lib/system/libsystem_collections.dylib
       0x192611000 -        0x192613ffb  libsystem_secinit.dylib (147.100.1) <11D0DCC2-FC9F-3E2C-B2CF-0662E64DC96D> /usr/lib/system/libsystem_secinit.dylib
       0x192614000 -        0x192616ffb  libremovefile.dylib (70.100.4) <2211C9F2-B9C8-369D-B731-04D89EAEC970> /usr/lib/system/libremovefile.dylib
       0x192617000 -        0x192617ffb  libkeymgr.dylib (31) <2CEFEAA6-D3BF-3581-8C10-299181A3FADC> /usr/lib/system/libkeymgr.dylib
       0x192618000 -        0x192620ff7  libsystem_dnssd.dylib (2200.100.94.0.2) <3F933671-7842-389B-98F0-9622242628EB> /usr/lib/system/libsystem_dnssd.dylib
       0x192621000 -        0x192626fff  libcache.dylib (93) <A96F44C5-30E4-3576-8E47-92D769B27FE6> /usr/lib/system/libcache.dylib
       0x192627000 -        0x192628fff  libSystem.B.dylib (1345.100.2) <CC304138-4DB2-35CE-B55F-044E187F356E> /usr/lib/libSystem.B.dylib
       0x192629000 -        0x19262cfff  libfakelink.dylib (5) <8D9D7804-A8F3-3CF3-9F99-67463051A4D1> /usr/lib/libfakelink.dylib
       0x19262d000 -        0x19262dffb  com.apple.SoftLinking (1.0 - 47) <A25FC67A-C812-328E-8545-1BF6BEEF65C0> /System/Library/PrivateFrameworks/SoftLinking.framework/Versions/A/SoftLinking
       0x19262e000 -        0x192663ff3  libpcap.A.dylib (131) <DD40870A-D755-3E6F-81FB-1949CAB321FD> /usr/lib/libpcap.A.dylib
       0x192664000 -        0x19266aff7  libiconv.2.dylib (99) <EBF0B2BA-6A01-3BE8-874E-772A01059C9C> /usr/lib/libiconv.2.dylib
       0x19266b000 -        0x19267cfff  libcmph.dylib (8) <8E49A694-0D21-34F2-919E-C73818A176A7> /usr/lib/libcmph.dylib
       0x19267d000 -        0x192705fff  libarchive.2.dylib (131) <2C468640-5B69-379D-B9F9-8B53E888C6DE> /usr/lib/libarchive.2.dylib
       0x192706000 -        0x19277cff3  com.apple.SearchKit (1.4.1 - 1.4.1) <6DA2B571-8004-3647-892E-64B07C06964A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
       0x19277d000 -        0x19277eff7  libThaiTokenizer.dylib (15) <9A1ACA0F-7DAE-3A7F-8035-144918188EAB> /usr/lib/libThaiTokenizer.dylib
       0x19277f000 -        0x1927a5ff7  com.apple.applesauce (1.0 - 16.60.1) <91969C80-75D6-360C-AEA4-E3015BBAAE30> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
       0x1927a6000 -        0x1927c0ffb  libapple_nghttp2.dylib (20) <211C76CA-1DA2-334A-9430-31814E3D4440> /usr/lib/libapple_nghttp2.dylib
       0x1927c1000 -        0x1927d3ff3  libSparseBLAS.dylib (1447.100.11) <94B2ABC5-6A47-379B-BC97-0ED54AC65E1A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
       0x1927d4000 -        0x1927d5fff  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <BBA80670-CF9B-3605-A499-E2AD98CAD5D9> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
       0x1927d6000 -        0x1927dbfff  libpam.2.dylib (33) <8ED1307E-63AF-3C1F-B1B6-C155515F92B3> /usr/lib/libpam.2.dylib
       0x1927dc000 -        0x1928abff7  libcompression.dylib (169.100.2) <20933059-9E27-3834-B420-6A9C4FACB565> /usr/lib/libcompression.dylib
       0x1928ac000 -        0x1928b0ffb  libQuadrature.dylib (7) <6269A517-248D-312D-AD14-C8628A297786> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
       0x1928b1000 -        0x193a2bfcf  libLAPACK.dylib (1447.100.11) <1AE3697E-810A-3259-8B55-894B8777CF5C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
       0x193a2c000 -        0x193a82fff  com.apple.DictionaryServices (1.2 - 355) <FEF61F30-837E-31B9-B061-B35B809CB1D3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
       0x193a83000 -        0x193aa1ff7  liblzma.5.dylib (20) <2AF65A72-B0C5-369C-84E3-27AD61D5AD5D> /usr/lib/liblzma.5.dylib
       0x193aa2000 -        0x193aa3ffb  libcoretls_cfhelpers.dylib (186) <85DB1F10-9A81-3743-B9D5-F4B707147B44> /usr/lib/libcoretls_cfhelpers.dylib
       0x193aa4000 -        0x193b13ff7  com.apple.APFS (2236.101.1 - 2236.101.1) <CC0FAD3B-DB56-31A2-9792-0E5CBC3936A4> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
       0x193b14000 -        0x193b22ffb  libxar.1.dylib (498) <63123423-7E28-38F2-A10F-F449F31CA8FD> /usr/lib/libxar.1.dylib
       0x193b23000 -        0x193b26ff7  libutil.dylib (72) <78B61AF1-44AA-3363-B30A-E51CBD4479C0> /usr/lib/libutil.dylib
       0x193b27000 -        0x193b52ff3  libxslt.1.dylib (20.3) <28E6CA6E-D9F1-386B-B9CA-5832C11669E6> /usr/lib/libxslt.1.dylib
       0x193b53000 -        0x193b5aff7  libChineseTokenizer.dylib (41) <FD752223-5AEA-3896-9C3D-4153167377FA> /usr/lib/libChineseTokenizer.dylib
       0x193b5b000 -        0x193bd6fff  libvMisc.dylib (1043.100.6) <D1B359CA-6BD5-3F1B-988E-2157F767F7A3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
       0x193bd7000 -        0x193c67fff  libate.dylib (3.0.8) <94C92CDC-2125-3BDD-9DBD-4525408190FC> /usr/lib/libate.dylib
       0x193c68000 -        0x193c70ffb  libIOReport.dylib (106) <906794D0-217E-30F3-9D25-2D27E6205199> /usr/lib/libIOReport.dylib
       0x193c71000 -        0x193c84fff  com.apple.CrashReporterSupport (10.13 - 15125.1) <D13569A8-E0B8-3FCD-BBEF-3EB2514EF467> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
       0x193c85000 -        0x193ca4fff  com.apple.AppSSOCore (1.0 - 1) <D1D40876-A619-3709-8430-57A653375C7F> /System/Library/PrivateFrameworks/AppSSOCore.framework/Versions/A/AppSSOCore
       0x193ca5000 -        0x193daafff  com.apple.CVNLP (1.0 - 119) <D3A453A1-8D0F-378C-BE74-F135C585D81F> /System/Library/PrivateFrameworks/CVNLP.framework/Versions/A/CVNLP
       0x193dcf000 -        0x193e0efff  com.apple.pluginkit.framework (1.0 - 1) <ED396A41-75D8-3A95-A304-B2EB428E92FC> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
       0x193e0f000 -        0x193e16ffb  libMatch.1.dylib (47) <8CDC577A-FB68-3DE2-BBEF-4848CAD6AEFF> /usr/lib/libMatch.1.dylib
       0x193e17000 -        0x193e9aff3  libCoreStorage.dylib (562) <BB200E5C-CF87-3105-BBAF-E047EA1A24CB> /usr/lib/libCoreStorage.dylib
       0x193e9b000 -        0x193ee6ff3  com.apple.AppleVAFramework (6.2.3 - 6.2.3) <68379FF3-0C2D-3393-A0B9-43CC761687EA> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
       0x193ee7000 -        0x193f01fff  libexpat.1.dylib (35) <22C1E6D4-FB8A-3F07-82AF-3CA670C06AFF> /usr/lib/libexpat.1.dylib
       0x193f02000 -        0x193f0cfff  libheimdal-asn1.dylib (689) <F0E176F3-C662-3325-A4A4-9E55468F1B4A> /usr/lib/libheimdal-asn1.dylib
       0x193f0d000 -        0x193f2afff  com.apple.IconFoundation (493 - 493) <2D2B4675-F8C0-3085-B315-36107AF67282> /System/Library/PrivateFrameworks/IconFoundation.framework/Versions/A/IconFoundation
       0x193f2b000 -        0x193fa5fff  com.apple.IconServices (493 - 493) <F3EB9A99-427C-368E-B70B-BB5505205391> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
       0x193fa6000 -        0x19403ffff  com.apple.MediaExperience (1.0 - 1) <581AF320-3B84-33B6-B311-DD20D3A289EE> /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience
       0x194040000 -        0x19406afff  com.apple.persistentconnection (1.0 - 1.0) <D47C8157-7621-3E31-A982-F0C74F3D4CD6> /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection
       0x19406b000 -        0x194076fff  com.apple.GraphVisualizer (1.0 - 100.1) <ABABB21A-6C26-33E1-8C17-B91358EBAEF9> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
       0x194077000 -        0x1940b9fff  com.apple.OTSVG (1.0 - 800.4.0.5) <32AFE096-2CFA-3DFB-90CD-2111F65FC1E5> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
       0x1940ba000 -        0x1940c4fff  com.apple.xpc.AppServerSupport (1.0 - 2748.101.4) <0ED6EF6A-6842-3CBC-85A6-096683D00B43> /System/Library/PrivateFrameworks/AppServerSupport.framework/Versions/A/AppServerSupport
       0x1940c5000 -        0x1940cffff  libhvf.dylib (1.0 - 379.2.0.1) <009C1BDD-33C0-3DFC-ACD8-92D8DE06D74E> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
       0x1940d0000 -        0x1940d5fff  libspindump.dylib (357) <E81C4D53-930F-3542-8231-2BAFC4F22691> /usr/lib/libspindump.dylib
       0x1940d6000 -        0x1941a5fff  com.apple.Heimdal (4.0 - 2.0) <239CDD79-765F-3095-9893-676E592AC0E8> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
       0x1941a6000 -        0x1941c5fff  com.apple.login (3.0 - 3.0) <DE148A7B-8B19-327D-85E7-E7C216CAB572> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
       0x1941c6000 -        0x1942c6fff  com.apple.corebrightness (1.0 - 1) <875C7685-9AC1-36CE-8B2B-C6A897BFC5EE> /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness
       0x194377000 -        0x19437afff  libodfde.dylib (26) <F1171C92-678C-3C0E-9F00-FF5E3051B06C> /usr/lib/libodfde.dylib
       0x19437b000 -        0x1943f0ffb  com.apple.bom (14.0 - 258) <601B5DB6-65A4-386C-8352-C8F16AEE928F> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
       0x1943f1000 -        0x194436fff  com.apple.AppleJPEG (1.0 - 1) <C09A063D-9C8A-3D7B-A39C-78135122CC60> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
       0x194437000 -        0x194526ff7  libJP2.dylib (2488.4.29) <72291A65-475A-37A9-BA71-C7D031B29B35> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
       0x194527000 -        0x19452afff  com.apple.WatchdogClient.framework (1.0 - 254.100.5) <F1ECDDE2-9691-351E-BA35-68C3C5B1BCE8> /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient
       0x19452b000 -        0x194569fff  com.apple.MultitouchSupport.framework (7440.9 - 7440.9) <FDE94E44-F3DA-3F06-909B-4EBF2506E2BA> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
       0x19456a000 -        0x1949dffff  com.apple.VideoToolbox (1.0 - 3100.20.2.5.5) <2DDC5F1C-8B8E-3692-AFEC-6296E9AA6B9F> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
       0x1949e0000 -        0x194a18fff  libAudioToolboxUtility.dylib (1387.5.49) <3BBEBF55-25BD-3D84-9D3A-AD2B667B8A3C> /usr/lib/libAudioToolboxUtility.dylib
       0x194a19000 -        0x194a43fff  libPng.dylib (2488.4.29) <C2731492-982D-3BB3-AD6E-EE0D37C3F16B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
       0x194a44000 -        0x194aa5ff3  libTIFF.dylib (2488.4.29) <97BA7742-ADDE-38E3-BD78-9850AF2774D1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
       0x194aa6000 -        0x194ac5fff  com.apple.IOPresentment (65 - 64) <8A450B7E-9BF3-3238-9EFE-3F3D42CA6199> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
       0x194ac6000 -        0x194acafff  com.apple.GPUWrangler (8.1.9 - 8.1.9) <CFB739D7-35D1-3EE5-BB2E-F48C7139F713> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
       0x194acb000 -        0x194acdffb  libRadiance.dylib (2488.4.29) <7FCB2467-4B9C-3B12-9F4A-210F6C753151> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
       0x194ace000 -        0x194ad3ffb  com.apple.DSExternalDisplay (3.1 - 380) <67A21E79-C950-3E07-839F-3EAAFDDEA00A> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
       0x194ad4000 -        0x194afefd7  libJPEG.dylib (2488.4.29) <B83C4BD9-9D49-3431-9031-B4739CF53875> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
       0x194aff000 -        0x194b2effb  com.apple.ATSUI (1.0 - 1) <9020C90B-7798-39C8-B1B7-2BCC73DDE952> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI
       0x194b2f000 -        0x194b34ffb  libGIF.dylib (2488.4.29) <50DB3667-EEB7-3658-8CEB-C2B153E04568> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
       0x194b35000 -        0x194b42fff  com.apple.CMCaptureCore (1.0 - 475.31.1) <C6C1C6FF-9C62-388C-80AF-2FD6A8334306> /System/Library/PrivateFrameworks/CMCaptureCore.framework/Versions/A/CMCaptureCore
       0x194b43000 -        0x194bbafff  com.apple.print.framework.PrintCore (19 - 582.1) <93697A6F-E281-3BFC-BD4F-D56DD5CCC12B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
       0x194bbb000 -        0x194c60fff  com.apple.TextureIO (3.10.10 - 3.10.10) <639B7349-3B9C-3381-B1D1-33AE909ED658> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
       0x194c61000 -        0x194c6ffff  com.apple.InternationalSupport (1.0 - 74) <A728951C-14E3-38FC-8EBC-9F4CBB9A3DEA> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
       0x194c70000 -        0x194cb4fff  com.apple.datadetectorscore (8.0 - 758.7) <6E1C850B-D54B-31AD-9E50-5B92A142E592> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
       0x194cb5000 -        0x194d20fff  com.apple.UserActivity (551 - 551) <92B85615-6827-35DD-BB71-5456BA2FDE52> /System/Library/PrivateFrameworks/UserActivity.framework/Versions/A/UserActivity
       0x194d21000 -        0x195611fff  com.apple.MediaToolbox (1.0 - 3100.20.2.5.5) <315569C0-4017-309D-989A-FF8C37065777> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
       0x195612000 -        0x19566fffa  libusrtcp.dylib (3762.101.1) <B533A708-6185-30C0-9C4A-756A9E4D410C> /usr/lib/libusrtcp.dylib
       0x195670000 -        0x195bcdfff  libswiftCore.dylib (5.10 - 5.10.0.12.5) <BDB8CCF7-B0A6-3456-8F38-50C411DA2AAA> /usr/lib/swift/libswiftCore.dylib
       0x195bce000 -        0x195c46fff  com.apple.imfoundation (10.0 - 1000) <DC91B89B-F0FC-3D6B-BCDF-59919B571FBB> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation
       0x195c47000 -        0x195c7cfff  com.apple.locationsupport (2890.12.17.3.2 - 2890.12.17.3.2) <73CE7C94-5AEA-33A2-B620-4830D90D701A> /System/Library/PrivateFrameworks/LocationSupport.framework/Versions/A/LocationSupport
       0x195c7d000 -        0x195cbdfff  libSessionUtility.dylib (263.5.23) <318816A1-042E-3003-9869-39FEAFB7FD76> /System/Library/PrivateFrameworks/AudioSession.framework/libSessionUtility.dylib
       0x195cbe000 -        0x195e3cfff  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <57B8879A-629C-35AA-BF5D-2014CD921370> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
       0x195e3d000 -        0x195eb8fff  com.apple.audio.AudioSession (1.0 - 263.5.23) <473E1546-ED36-37D6-81A4-5D61EBB933F3> /System/Library/PrivateFrameworks/AudioSession.framework/Versions/A/AudioSession
       0x195eb9000 -        0x195ed0fff  libAudioStatistics.dylib (209.5.16) <2F8F394A-F887-37B7-9603-3FF0EDF7207C> /usr/lib/libAudioStatistics.dylib
       0x195ed1000 -        0x195f00fff  com.apple.speech.synthesis.framework (9.2.22 - 9.2.22) <14D76B2D-69A2-389E-B6DE-FF31DDCDFFC6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
       0x195f01000 -        0x195f7ffff  com.apple.ApplicationServices.ATS (377 - 569.3.0.1) <68D7D8D0-EA9A-36CA-A14E-935273CBDC03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
       0x195f80000 -        0x195f98ffb  libresolv.9.dylib (79) <C397166E-F6B8-3386-817B-9F068BD496BA> /usr/lib/libresolv.9.dylib
       0x195f99000 -        0x195facffb  libsasl2.2.dylib (214) <6A415E8D-5B45-37DC-BD75-2AD0B77FCBCA> /usr/lib/libsasl2.2.dylib
       0x195fad000 -        0x195fbcfff  com.apple.multiverse (1.0 - 114) <EE52F7D1-BFDC-30F5-A697-6CA80BF720EA> /System/Library/PrivateFrameworks/MultiverseSupport.framework/Versions/A/MultiverseSupport
       0x195fbd000 -        0x196025fcf  libParallelCompression.dylib (405.100.1) <3C3BF218-CB08-3C6D-AD25-67BD42A597FC> /usr/lib/libParallelCompression.dylib
       0x196026000 -        0x19605dfff  com.apple.securityinterface (10.0 - 55185) <62C03ADB-476B-324C-A49E-574350C644FB> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
       0x196092000 -        0x196191fff  com.apple.CoreMediaIO (1000.0 - 5522.9.1) <73CAFD78-AEDA-3179-8DD2-E66F452AF2EB> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
       0x196192000 -        0x196271fff  libSMC.dylib (31) <0E47E61F-CF0D-3CC1-B6BF-816CD9EB035D> /usr/lib/libSMC.dylib
       0x196272000 -        0x1962d1ff7  libcups.2.dylib (509.2) <CA1BE629-B76D-32BE-A1A0-5AA2126FC4F4> /usr/lib/libcups.2.dylib
       0x1962d2000 -        0x1962deffb  com.apple.NetAuth (6.2 - 6.2) <4AB5EB61-CD55-3FA5-85F6-A526D347C40C> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
       0x1962df000 -        0x1962eaffb  com.apple.ColorSyncLegacy (4.13.0 - 1) <3478B1C4-C56C-3917-901D-871AA7FC186E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
       0x1962eb000 -        0x1962f6ff3  com.apple.QD (4.0 - 451) <5406BD05-4F55-3F34-A135-1851ECCB4CD6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
       0x1962f7000 -        0x19664afff  com.apple.audio.AudioResourceArbitration (1.0 - 1) <CBCFADE1-98A0-330F-BD7D-D31D1079E1E3> /System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration
       0x19664b000 -        0x196658fff  com.apple.perfdata (1.0 - 117) <FF7006FE-D894-3FB1-B55F-E94722DD3185> /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata
       0x196659000 -        0x196666fff  libperfcheck.dylib (46) <90497000-68BB-3AD5-BFDC-8A879249E8C3> /usr/lib/libperfcheck.dylib
       0x196667000 -        0x196677fff  com.apple.Kerberos (3.0 - 1) <3D752CD6-686E-326F-9589-A18C89DF98C9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
       0x196678000 -        0x1966d1fff  com.apple.GSS (4.0 - 2.0) <BC88581A-6023-3283-BB1B-5A6AB087407B> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
       0x1966d2000 -        0x1966e4fff  com.apple.CommonAuth (4.0 - 2.0) <0F32E11A-02F3-3353-A68F-EB8149420C21> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
       0x1966e5000 -        0x19679efff  com.apple.MobileAssets (1.0 - 1022.101.2) <78F8DE30-F75E-360D-992D-1429DB78D353> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
       0x1967ea000 -        0x196817fff  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <B60B1C56-FD89-357D-9E5F-6A07998B3752> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
       0x196818000 -        0x196821ff8  com.apple.CorePhoneNumbers (1.0 - 1) <290C1387-F9B9-349F-B12A-BF87BF777E5C> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
       0x196822000 -        0x1968abfff  libTelephonyUtilDynamic.dylib (5883) <799AC896-1358-3035-B0C5-CE9ED2BA4BDE> /usr/lib/libTelephonyUtilDynamic.dylib
       0x196f4b000 -        0x197186fff  com.apple.NetworkExtension (1.0 - 1) <973C9AE3-B57C-3C7E-B3AE-2D0FC77E1F31> /System/Library/Frameworks/NetworkExtension.framework/Versions/A/NetworkExtension
       0x197187000 -        0x19731dfff  com.apple.ids (10.0 - 1000) <DF1A2A5C-4BAE-3903-920F-5EDEEB4B52FE> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
       0x19731e000 -        0x197587fff  com.apple.idsfoundation (10.0 - 1000) <680D8A0A-63D6-3377-ACC3-D11E121CD50C> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation
       0x197588000 -        0x19793afff  com.apple.Sharing (1937.51.45.1.6 - 1937.51.45.1.6) <C9BFBCB1-0C22-3EB9-8C6D-D12F2A2D5268> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
       0x19793b000 -        0x1979fafff  com.apple.Bluetooth (1.0 - 1) <7EC622F6-AA59-3DBC-BDCE-345B13BBB09B> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
       0x1979fb000 -        0x197a13fff  com.apple.AppContainer (4.0 - 710.100.9) <7C73551D-5ACE-367E-A071-A1F5385EC2FA> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
       0x197a14000 -        0x197a1bfff  com.apple.SecCodeWrapper (4.0 - 710.100.9) <2F97F928-7CF9-3BD9-B601-9F823A7EAD3C> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
       0x197a1c000 -        0x197a79fff  com.apple.ProtectedCloudStorage (1.0 - 1) <C08D9CBF-A39C-34FF-A779-8DE9DA2D249F> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
       0x197a7a000 -        0x197ae5fff  com.apple.QuickLookFramework (5.0 - 986.5.2) <D5A977EE-802A-34B6-B285-9F1DCE024415> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
       0x197ae6000 -        0x197b05fff  com.apple.MetalKit (163 - 163) <42303D2E-B07E-340A-9BDB-E03811FAC0E4> /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit
       0x197b97000 -        0x197b9dfff  libdscsym.dylib (347.0.1) <B2F221E1-25A7-3A95-A9BA-8A51E73E799E> /usr/lib/libdscsym.dylib
       0x197b9e000 -        0x197cdbfff  com.apple.combine (1.0 - 311) <D38775C5-9A37-3A0A-9975-86036B2CC198> /System/Library/Frameworks/Combine.framework/Versions/A/Combine
       0x197cdc000 -        0x19987bfff  com.apple.GeoServices (1.0 - 1940.24.10.5.22) <E9126FCA-8734-367A-8FFA-EE19B367950D> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
       0x19987c000 -        0x199887ffb  com.apple.DirectoryService.Framework (14.4 - 642) <16C12C04-2838-3443-9494-98A4A53D4F7C> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
       0x199888000 -        0x1998b3fff  com.apple.RemoteViewServices (2.0 - 175) <CA51EEC1-99AB-3AF7-B466-D22647C2FBEB> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
       0x1998b4000 -        0x1998c7ffb  com.apple.SpeechRecognitionCore (6.2.83.4 - 6.2.83.4) <94245FF5-3E87-316E-8936-76D05543F3F1> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
       0x1998c8000 -        0x1998cffff  com.apple.speech.recognition.framework (6.0.4 - 6.0.4) <B3062807-6BF9-37C6-A729-6A69C82B1023> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
       0x1998d0000 -        0x1998e1ff9  com.apple.AppleLDAP (14.4 - 61) <518542EA-EE21-3C7B-9159-C16DEFB17B26> /System/Library/PrivateFrameworks/AppleLDAP.framework/Versions/A/AppleLDAP
       0x199ba2000 -        0x199bcdfff  com.apple.GLKit (126 - 126) <8437F15F-D7D4-38C3-837C-6286BED141D1> /System/Library/Frameworks/GLKit.framework/Versions/A/GLKit
       0x199be2000 -        0x199c18fff  libnetworkextension.dylib (1838.101.1) <9EB47740-34EF-3BEA-8EBA-1FD299E14349> /usr/lib/libnetworkextension.dylib
       0x199c19000 -        0x199c34fff  com.apple.Accessibility (1.0 - 1) <31B383BD-3007-3CC6-99D0-641845974A59> /System/Library/Frameworks/Accessibility.framework/Versions/A/Accessibility
       0x199c73000 -        0x199c73fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <87C48560-FD22-310A-9A39-972083577952> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
       0x199c9c000 -        0x199c9cfff  com.apple.CoreServices (1226 - 1226) <12D0527E-1521-3A45-B16C-CB1B3AF39604> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
       0x199f5b000 -        0x199f5bfff  com.apple.Accelerate (1.11 - Accelerate 1.11) <894C0646-5CF2-3103-B4D0-CD8F1D19CC3E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
       0x199fa7000 -        0x199fb9fff  com.apple.MediaAccessibility (1.0 - 153) <FF2B5DF9-CBD9-34E8-8C40-14D10D5C776C> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
       0x199fe0000 -        0x19a01ffff  com.apple.framework.SystemAdministration (1.0 - 1.0) <C37E03A5-0F7B-3BF4-A3B5-D2A7835A7B71> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
       0x19a020000 -        0x19a388fff  com.apple.VN (7.0.53 - 7.0.53) <95D654A8-5B0D-3940-A592-9A96717C9D54> /System/Library/Frameworks/Vision.framework/Versions/A/Vision
       0x19a38a000 -        0x19a44efff  com.apple.AddressBook.ContactsFoundation (8.0 - 1238.2) <DFBE650C-8130-3DCD-B423-C3C48462C4D7> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
       0x19a44f000 -        0x19a4cdfff  com.apple.contacts.ContactsPersistence (1.0 - 3632.6.1) <FEEC215C-A55A-336A-80A1-A8FC2997F329> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence
       0x19a4ce000 -        0x19a62ffff  com.apple.AddressBook.core (1.0 - 2571.2) <01FB877F-86CC-3B99-9533-CA663DDB018C> /System/Library/PrivateFrameworks/AddressBookCore.framework/Versions/A/AddressBookCore
       0x19a630000 -        0x19a839fff  com.apple.contacts (1.0 - 3632.6.1) <B2DECEB8-0987-3215-9D69-02A960F7D8BF> /System/Library/Frameworks/Contacts.framework/Versions/A/Contacts
       0x19a8d0000 -        0x19a9a4fff  com.apple.CoreBluetooth (1.0 - 1) <CC49191B-AB5D-3FE9-B035-571A544281C9> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
       0x19a9a5000 -        0x19a9b0fff  com.apple.SymptomDiagnosticReporter (1.0 - 316.100.13) <07456364-5310-3E3E-A55D-AE3E51680AC5> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
       0x19a9b1000 -        0x19a9d9fff  com.apple.PowerLog (1.0 - 1) <EE32E9CA-8369-3D5C-B0C2-B59189E44F6E> /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog
       0x19a9da000 -        0x19a9e6fff  com.apple.AppleIDAuthSupport (1.0 - 1) <869BF33A-A991-3E9F-9281-00B41C1F78CA> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
       0x19a9e7000 -        0x19aa9efff  com.apple.DiscRecording (9.0.3 - 9030.4.5) <79129301-A8F0-3157-97ED-91AE0A83EC38> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
       0x19aa9f000 -        0x19aad2ffb  com.apple.MediaKit (16 - 936) <C799FF45-5EE2-3776-B555-2CC9C95C11B9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
       0x19aad3000 -        0x19abb2fff  com.apple.DiskManagement (15.0 - 854.100.13) <0089E4C1-2E86-3FB7-938E-8DBDCA24B819> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
       0x19abb3000 -        0x19abbefff  com.apple.CoreAUC (485.13 - 485.13) <175D893A-A1DD-36EF-A1B4-6B5EA88D5FCE> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
       0x19abbf000 -        0x19abc2fff  com.apple.Mangrove (1.0 - 25) <64102AD6-A415-3CDD-8460-E21DBADF4908> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
       0x19abc3000 -        0x19abf6ffb  com.apple.CoreAVCHD (6.0.0 - 6132.4.1) <274916E9-455C-3EEF-A7B5-7B7B844599F6> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
       0x19abf7000 -        0x19ada7fff  com.apple.FileProvider (1835.101.2 - 1835.101.2) <C96E8770-2E83-3295-94E9-9AAF6F512C7E> /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider
       0x19ada8000 -        0x19adcffff  com.apple.GenerationalStorage (2.0 - 365.100.2) <7AEEC513-4F1D-32B4-88B0-AA0B872D3149> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
       0x19add0000 -        0x19adfffff  com.apple.security.octagontrust (1.0 - 1) <8BCBAD9E-DA64-33AC-AB01-765F5DBF3543> /System/Library/PrivateFrameworks/OctagonTrust.framework/Versions/A/OctagonTrust
       0x19b1d1000 -        0x19b2f2fff  com.apple.CoreTelephony (113 - 11523) <72096968-8C3A-3706-ABCC-2263DF39181A> /System/Library/Frameworks/CoreTelephony.framework/Versions/A/CoreTelephony
       0x19b304000 -        0x19b31bff7  libswiftDispatch.dylib (41) <DAE7C867-9EF9-3D00-8CE0-44B15D6ABE76> /usr/lib/swift/libswiftDispatch.dylib
       0x19b31c000 -        0x19b567fff  com.apple.AVFCore (1.0 - 2230.19.1) <F7103456-1C20-3E29-A22E-E9C38DED168A> /System/Library/PrivateFrameworks/AVFCore.framework/Versions/A/AVFCore
       0x19b568000 -        0x19b623fff  com.apple.FrontBoardServices (867.110 - 867.110) <786A5871-6FE2-3FB7-96F1-AE39A17A0650> /System/Library/PrivateFrameworks/FrontBoardServices.framework/Versions/A/FrontBoardServices
       0x19b624000 -        0x19b686fff  com.apple.BoardServices (1.0 - 652.108) <AF8694F8-A757-3129-A3CC-BF6C8793384C> /System/Library/PrivateFrameworks/BoardServices.framework/Versions/A/BoardServices
       0x19b687000 -        0x19b6c4fff  com.apple.contacts.vCard (1.0 - 3632.6.1) <8A33D595-C51E-3F47-8982-913A3C4601DF> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
       0x19b6c5000 -        0x19b6d3fff  com.apple.GraphicsServices (1.0 - 1.0) <44C6A650-C2AB-30A7-8DF0-9D839498D172> /System/Library/PrivateFrameworks/GraphicsServices.framework/Versions/A/GraphicsServices
       0x19b6d9000 -        0x19b73dfff  com.apple.CryptoTokenKit (1.0 - 1) <D4E3AF79-7F1E-3460-94CB-DA0FD59D0034> /System/Library/Frameworks/CryptoTokenKit.framework/Versions/A/CryptoTokenKit
       0x19b73e000 -        0x19b788fff  com.apple.LocalAuthentication (1.0 - 1394.100.151.0.1) <310F45AC-C467-3504-9C81-A8DE0C8276AC> /System/Library/Frameworks/LocalAuthentication.framework/Versions/A/LocalAuthentication
       0x19b789000 -        0x19b7bcfff  com.apple.CoreAuthentication.SharedUtils (1.0 - 1394.100.151.0.1) <7A94032A-A058-366F-8FC0-31D84B7B36D4> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/Versions/A/SharedUtils
       0x19b93a000 -        0x19b9f8fff  com.apple.SAObjects (1.0 - 1) <43A115EB-AC58-39A4-82E1-FB87C1E703D2> /System/Library/PrivateFrameworks/SAObjects.framework/Versions/A/SAObjects
       0x19b9f9000 -        0x19ba3dff8  com.apple.DebugSymbols (195.1 - 195.1) <055E7990-1B42-38A1-A8CD-CA920E75620B> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
       0x19ba3e000 -        0x19bb6bff7  com.apple.CoreSymbolication (15.3 - 64565.74.2) <D13B38C4-F89B-386C-947D-A5AE13DC0E7C> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
       0x19bb6c000 -        0x19bb76fff  com.apple.CoreTime (327.0.3.1) <8DD91D18-1110-38FB-B1C5-18839A8288DE> /System/Library/PrivateFrameworks/CoreTime.framework/Versions/A/CoreTime
       0x19bb77000 -        0x19bc2ffff  com.apple.Rapport (5.4.1 - 541.1) <B0F00859-CCD9-3FFE-B11C-F5EF7ACE67D4> /System/Library/PrivateFrameworks/Rapport.framework/Versions/A/Rapport
       0x19c87d000 -        0x19c8d1fff  com.apple.coreduetcontext (1.0 - 1) <6836575B-9257-3264-98A2-7574B4E1BB98> /System/Library/PrivateFrameworks/CoreDuetContext.framework/Versions/A/CoreDuetContext
       0x19c8d2000 -        0x19cef0fff  com.apple.Intents (1.0 - 1) <76C2108C-2C0C-3F50-BD56-173B0EEF32CC> /System/Library/Frameworks/Intents.framework/Versions/A/Intents
       0x19cef1000 -        0x19cef4fff  com.apple.framework.Apple80211 (17.0 - 1728) <3ABA702A-E652-39C1-987A-43850B980E07> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
       0x19cef5000 -        0x19d0abfff  com.apple.CoreWiFi (kCoreWiFiMarketingVersion - kCoreWiFiProjectVersion) <73C7F098-E799-344D-8D40-D667A3AF8CA8> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
       0x19d0ac000 -        0x19d0d1fff  com.apple.BackBoardServices (1.0 - 1.0) <4A92118A-605D-3870-8E18-B6841D6DE0E8> /System/Library/PrivateFrameworks/BackBoardServices.framework/Versions/A/BackBoardServices
       0x19d0d2000 -        0x19d10dfff  com.apple.LDAPFramework (2.4.28 - 194.5) <61EED76E-F468-348C-87D1-DB97B3238451> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
       0x19d10e000 -        0x19d10fffb  com.apple.TrustEvaluationAgent (2.0 - 38) <4F677C82-D74F-338C-BACD-856DD09D6396> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
       0x19d23c000 -        0x19d2fbfff  com.apple.DiskImagesFramework (654.100.1 - 654.100.1) <DE856F1C-150F-3860-B76C-2BD30186EEC6> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
       0x19d2fc000 -        0x19d33bfff  com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) <2CF0A9F4-0AFF-333C-AADE-CF1576A92E25> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
       0x19d33c000 -        0x19d34ffff  com.apple.RemoteServiceDiscovery (1.0 - 131.101.1) <C2C6E776-450C-3363-AA6B-B29AC39DB7DA> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery
       0x19d350000 -        0x19d367fff  com.apple.xpc.RemoteXPC (1.0 - 2748.101.4) <9F046BF4-996E-3451-B74B-D5D2DD195A3D> /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC
       0x19d3e6000 -        0x19d3e9fff  com.apple.help (1.3.8 - 76) <84DCE710-F37D-3B5D-9F7C-3211E13CE704> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
       0x19d3ea000 -        0x19d3f1fff  com.apple.EFILogin (2.0 - 2) <E41B99CD-2161-30BA-8597-6846A8FCE809> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
       0x19d3f2000 -        0x19d3fdfff  libcsfde.dylib (562) <208EDF5D-BD6F-3993-973D-8D4FD9EA7631> /usr/lib/libcsfde.dylib
       0x19d3fe000 -        0x19d47afff  libcurl.4.dylib (154) <0E6A05ED-56C6-381E-BD2D-546B90BA0238> /usr/lib/libcurl.4.dylib
       0x19d47b000 -        0x19d482ffb  com.apple.LoginUICore (4.0 - 4.0) <7A1BDBC2-7B3B-3F44-97BC-F62B75B556CE> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
       0x19d483000 -        0x19d4c6fff  com.apple.AppSupport (1.0.0 - 29) <F468965D-6544-343C-BB38-87F752B4D35A> /System/Library/PrivateFrameworks/AppSupport.framework/Versions/A/AppSupport
       0x19d6fa000 -        0x19d6fafff  com.apple.ApplicationServices (48 - 64) <BFCC451B-03F3-3539-9468-341D35C29F19> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
       0x19d6fb000 -        0x19d6fefff  com.apple.InternationalTextSearch (1.0 - 1) <7C235BC1-AE32-355E-B808-F2A694FDC931> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/Versions/A/InternationalTextSearch
       0x19d6ff000 -        0x19d7befff  com.apple.ClassKit (1.2 - 149.4.56) <79E59CD0-CFE0-3060-8A6D-C27D4F492148> /System/Library/Frameworks/ClassKit.framework/Versions/A/ClassKit
       0x19d7bf000 -        0x19d92bfff  com.apple.AppleAccount (1.0 - 1.0) <FE9A3464-0FBD-3547-BB54-F9B432BF0452> /System/Library/PrivateFrameworks/AppleAccount.framework/Versions/A/AppleAccount
       0x19d92c000 -        0x19d963fff  com.apple.AppleIDSSOAuthentication (1.0 - 1) <6121860D-7BF5-3CAE-A4DB-7AA93C8DD115> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/Versions/A/AppleIDSSOAuthentication
       0x19d964000 -        0x19d9befff  com.apple.CorePrediction (1.0 - 1) <2B9BA2D6-2E2B-3AA4-AD5D-5D9BC279C4EB> /System/Library/PrivateFrameworks/CorePrediction.framework/Versions/A/CorePrediction
       0x19dadb000 -        0x19dae0fff  com.apple.security.CryptoKit-C-Bridging (1.0 - 1) <6494EED1-4FDF-3A5E-BF6F-AF51661B3DF7> /System/Library/PrivateFrameworks/CryptoKitCBridging.framework/Versions/A/CryptoKitCBridging
       0x19dae1000 -        0x19dae1fff  libHeimdalProxy.dylib (82.100.3) <AF7E660D-F44D-373B-8A62-0854AB1C42D0> /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib
       0x19dae2000 -        0x19dae2fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <708EDD02-A764-34D4-B2C6-47EC89955E7E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
       0x19db08000 -        0x19db40fff  com.apple.StreamingZip (1.0 - 1) <45CD9A10-7176-3310-8B3D-38A0B2A7F99C> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
       0x19db73000 -        0x19db76ff5  libswiftObjectiveC.dylib (8) <5090AB15-A2C1-3DAB-8C95-0B5EFAC3F99F> /usr/lib/swift/libswiftObjectiveC.dylib
       0x19db77000 -        0x19db91fff  libswiftos.dylib (1049.100.4) <BC6FAA6B-C783-349E-9439-3A3E54F2C623> /usr/lib/swift/libswiftos.dylib
       0x19db92000 -        0x19dba2fff  com.apple.IntentsFoundation (1.0 - 1) <0787579B-AE60-3F86-B862-C9BBC9841175> /System/Library/PrivateFrameworks/IntentsFoundation.framework/Versions/A/IntentsFoundation
       0x19dba3000 -        0x19dbabfff  com.apple.PushKit (1.0 - 1) <45F929E6-B5FA-3DFC-BC52-AE9A7C1090F7> /System/Library/Frameworks/PushKit.framework/Versions/A/PushKit
       0x19dbac000 -        0x19dc00fff  com.apple.C2 (1.3 - 2150.15) <B01781A2-4F25-3998-9ADD-237A2C56C59C> /System/Library/PrivateFrameworks/C2.framework/Versions/A/C2
       0x19dc01000 -        0x19dc41fff  com.apple.QuickLookThumbnailing (1.0 - 186.5.3) <107568D2-147F-3DFC-BC01-BD3B69ED7B64> /System/Library/Frameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
       0x19dc42000 -        0x19ead7fff  com.apple.vision.EspressoFramework (1.0 - 3304.7.2.4.1) <799B5E70-49D5-3BEB-AF0A-9797895A2826> /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso
       0x19ead8000 -        0x19eafbfff  com.apple.ANEServices (7.400 - 7.400) <605FF8D5-871F-3BCC-BBC9-E2F46A3F1701> /System/Library/PrivateFrameworks/ANEServices.framework/Versions/A/ANEServices
       0x19eafc000 -        0x19eb89fff  com.apple.proactive.support.ProactiveSupport (1.0 - 388) <F5937E3F-2CA2-38F3-AC99-9E9FD7451379> /System/Library/PrivateFrameworks/ProactiveSupport.framework/Versions/A/ProactiveSupport
       0x19ec6f000 -        0x19ec6ffff  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <8BEE1D25-21AA-3092-BED7-25EABA7F13DF> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
       0x19ec70000 -        0x19ec77fff  com.apple.ASEProcessing (1.34.0 - 1.34.0) <C9A7E728-D0F6-397D-8382-ADD287E144FA> /System/Library/PrivateFrameworks/ASEProcessing.framework/Versions/A/ASEProcessing
       0x19f539000 -        0x19f5fafff  com.apple.CoreSuggestions (1.0 - 1226.5) <FCACD1F6-05D0-3640-9BE5-A1F4A321A965> /System/Library/PrivateFrameworks/CoreSuggestions.framework/Versions/A/CoreSuggestions
       0x19f7be000 -        0x19f7e9fff  com.apple.RTCReporting (13.1.47 - 74.6) <E7715D5D-EDCC-3937-91DF-2B3A643B16B8> /System/Library/PrivateFrameworks/RTCReporting.framework/Versions/A/RTCReporting
       0x19f7ea000 -        0x19f9b9fff  com.apple.WebKitLegacy (19618 - 19618.1.15.11.9) <39B4A526-846D-3432-B7C0-ABE6EA113AAE> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
       0x19fa02000 -        0x19fa4dfff  com.apple.CoreML.AppleNeuralEngine (1.0 - 1) <5A43625F-5C24-332E-9667-A6EB9D0F2A98> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/Versions/A/AppleNeuralEngine
       0x19fb4e000 -        0x19fbe3fff  com.apple.audio.midi.CoreMIDI (2.0 - 88) <DC55271B-EB47-3796-B092-4536FFF9A267> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
       0x19fccc000 -        0x19fccffff  com.apple.Cocoa (6.11 - 24) <38E8619C-FB28-3E7D-886A-8FC61670B1AD> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
       0x19fd14000 -        0x1a059ffff  com.apple.AppleMediaServices (1.0 - 1) <2727607C-3154-31D9-92C0-322250C3FB2B> /System/Library/PrivateFrameworks/AppleMediaServices.framework/Versions/A/AppleMediaServices
       0x1a05a0000 -        0x1a05a3fff  com.apple.IOSurfaceAccelerator (1.0.0 - 1.0.0) <185197BA-3CDE-33A1-9447-2F24F58A8E07> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/Versions/A/IOSurfaceAccelerator
       0x1a05e0000 -        0x1a0bc2fff  com.apple.MediaRemote (1.0 - 1) <7036E0AE-FDDD-3F99-8A9A-50D0B47CB027> /System/Library/PrivateFrameworks/MediaRemote.framework/Versions/A/MediaRemote
       0x1a0bc3000 -        0x1a0e38fff  com.apple.AssistantServices (1.0 - 1) <82A086A8-B165-3226-B6FE-D3EF7A3C3691> /System/Library/PrivateFrameworks/AssistantServices.framework/Versions/A/AssistantServices
       0x1a0fcf000 -        0x1a0fd6fff  com.apple.DisplayServicesFW (3.1 - 380) <C197A51D-765F-3D9C-BBA5-BDAA16634C41> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
       0x1a1cfa000 -        0x1a1d2cfff  libtidy.A.dylib (19.2) <E688B788-DFA9-32F8-976A-8A0CB7E3C905> /usr/lib/libtidy.A.dylib
       0x1a1d2d000 -        0x1a1d58fff  com.apple.MarkupUI (1.0 - 506.5) <F2EDB432-0F86-3B4F-8B21-36B70D1356C1> /System/Library/PrivateFrameworks/MarkupUI.framework/Versions/A/MarkupUI
       0x1a1d59000 -        0x1a1d70fff  com.apple.Engram (1.0 - 1) <64FC48B3-A338-34BB-A4F7-3CC5E9C7CC07> /System/Library/PrivateFrameworks/Engram.framework/Versions/A/Engram
       0x1a1d71000 -        0x1a1d90fff  com.apple.openscripting (1.7 - 194.1) <729ACF8F-BA3F-384E-A5EB-6C6011E8B51C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
       0x1a1d91000 -        0x1a1d94ffb  com.apple.securityhi (9.0 - 55008.0.2) <7393B2E5-5FE8-3B55-BFDF-6EE5C37029CF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
       0x1a1d95000 -        0x1a1d98fff  com.apple.ink.framework (10.15 - 227) <E01B4DA7-9BB2-3614-B02B-CD4E0320D179> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
       0x1a1d99000 -        0x1a1d9cfff  com.apple.CommonPanels (1.2.6 - 106) <2A0A06DB-93C1-3134-BA58-B9671E0FF34B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
       0x1a1d9d000 -        0x1a1da0fff  com.apple.ImageCapture (1873.4.1 - 1873.4.1) <CF03E7AA-568D-3DC7-B639-138C698E439F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
       0x1a1da1000 -        0x1a3504fff  com.apple.JavaScriptCore (19618 - 19618.1.15.11.9) <E435A9F8-D844-37A5-8E06-030173672468> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
       0x1a35d3000 -        0x1a37b2fff  com.apple.AVFCapture (1.0 - 475.31.1) <C0196B3F-618A-38F0-A738-E8439C897740> /System/Library/PrivateFrameworks/AVFCapture.framework/Versions/A/AVFCapture
       0x1a37b3000 -        0x1a38befff  com.apple.Quagga (148.2 - 148.2) <AD8C6C63-8EE2-3277-948D-A6E8931973B1> /System/Library/PrivateFrameworks/Quagga.framework/Versions/A/Quagga
       0x1a38bf000 -        0x1a3dcdfff  com.apple.CMCapture (1.0 - 475.31.1) <63608BCC-0F6C-3AFC-A2F2-DE59C2DC2F65> /System/Library/PrivateFrameworks/CMCapture.framework/Versions/A/CMCapture
       0x1a3dce000 -        0x1a3eebfff  com.apple.RenderBox (5.4.37 - 5.4.37) <A023D18A-1CC5-3B0E-A40C-E2FA1790C746> /System/Library/PrivateFrameworks/RenderBox.framework/Versions/A/RenderBox
       0x1a49fd000 -        0x1a4a10fff  com.apple.HID (1.0 - 1) <40ABD701-A636-3186-A673-D1AEC0378870> /System/Library/PrivateFrameworks/HID.framework/Versions/A/HID
       0x1a4a11000 -        0x1a4a4bfff  com.apple.IOGPU (93.40.3 - 93.40.3) <3364D959-DCCF-3A69-9049-BCF5DE237CEE> /System/Library/PrivateFrameworks/IOGPU.framework/Versions/A/IOGPU
       0x1a5040000 -        0x1a50bcfff  com.apple.MediaServices (1.0 - 4023.540.1) <0BB1C68D-F267-3218-99D3-5DD68BF290EA> /System/Library/PrivateFrameworks/MediaServices.framework/Versions/A/MediaServices
       0x1a51de000 -        0x1a51defff  com.apple.marco (10.0 - 1000) <EC8B4903-4C9B-3181-96FE-A41FC5A9201D> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
       0x1a554e000 -        0x1a5575fff  com.apple.proactive.support.ProactiveEventTracker (1.0 - 388) <0971D1A3-0567-3319-91AA-0032657B85DD> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/Versions/A/ProactiveEventTracker
       0x1a5a6a000 -        0x1a5a75fff  com.apple.OSAServicesClient (1.0 - 1) <68F36D21-A708-3348-8B3B-0498764D56E4> /System/Library/PrivateFrameworks/OSAServicesClient.framework/Versions/A/OSAServicesClient
       0x1a5aae000 -        0x1a5aaffff  com.apple.PhoneNumbers (1.0 - 1) <02014CE7-CE09-30FD-BD47-377415C47E0A> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
       0x1a5ab0000 -        0x1a5ab8fff  com.apple.URLFormatting (240 - 240.13) <4865A30D-3E73-3D59-A6FD-251C11FD224B> /System/Library/PrivateFrameworks/URLFormatting.framework/Versions/A/URLFormatting
       0x1a5ab9000 -        0x1a5ad7fff  com.apple.accessibility.AXCoreUtilities (1.0 - 1) <00466ED0-CB67-3C9F-9C6D-0EB8FF338C14> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/Versions/A/AXCoreUtilities
       0x1a5ad8000 -        0x1a5afbfff  libAccessibility.dylib (3093.22) <2757F49D-FA4D-3713-B5CA-A5AC5CABB672> /usr/lib/libAccessibility.dylib
       0x1a5afc000 -        0x1a8857fff  com.apple.WebCore (19618 - 19618.1.15.11.9) <A69A8B8D-E91D-31A4-AEA1-0EE5FBDC8D95> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
       0x1a892c000 -        0x1a8accfff  libFosl_dynamic.dylib (300.2) <48D456CF-5C8D-3ADB-940C-43B5046D406F> /usr/lib/libFosl_dynamic.dylib
       0x1a8acd000 -        0x1a8afffff  com.apple.quicklook.QuickLookSupport (1.0 - 186.5.3) <3A299D6F-53EA-3CB9-BE94-A5B4B32F5C49> /System/Library/PrivateFrameworks/QuickLookSupport.framework/Versions/A/QuickLookSupport
       0x1a8df5000 -        0x1a8dfbff7  libswiftCoreGraphics.dylib (15) <CA1ABAF5-1170-3B24-815D-5FCFE115B1CB> /usr/lib/swift/libswiftCoreGraphics.dylib
       0x1a8dfc000 -        0x1a8e05ff3  libswiftDarwin.dylib (5.10 - 5.10.0.12.5) <BF10D745-A09D-30F6-B1FD-61E32108E378> /usr/lib/swift/libswiftDarwin.dylib
       0x1a8e75000 -        0x1a8ed7fff  com.apple.Safari.SafeBrowsing (618 - 618.1.15.11.9) <6871828E-B7DF-3E70-902A-139748A93E8C> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/Versions/A/SafariSafeBrowsing
       0x1a8ed8000 -        0x1a9d1bfff  com.apple.WebKit (19618 - 19618.1.15.11.9) <88CAD15A-3A07-3552-A641-440BB4BE9CAB> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
       0x1a9f7c000 -        0x1a9f7cfff  com.apple.CorePDF (4.0 - 555) <56900959-6C48-3859-8CB4-B12A34A4727D> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
       0x1a9f7d000 -        0x1a9f80fff  com.apple.Carbon (160 - 170) <A3E5CFB5-57AA-3368-A071-54D141BB5430> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
       0x1aa3f9000 -        0x1aa3f9fff  com.apple.avfoundation (2.0 - 2230.19.1) <4A97A9D6-43FE-3595-9286-F7852E9A267D> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
       0x1aa502000 -        0x1aa5edfff  libquic.dylib (3762.101.1) <EEF45443-3073-3DBF-B1A7-060559E1435E> /usr/lib/libquic.dylib
       0x1aa5f9000 -        0x1aa61cfff  com.apple.private.SystemPolicy (1.0 - 1) <CEACD1E7-5FF4-3573-83DB-1473709D0C6E> /System/Library/PrivateFrameworks/SystemPolicy.framework/Versions/A/SystemPolicy
       0x1aa82b000 -        0x1aa89efff  com.apple.AccessibilitySharedSupport (1.0 - 1) <F69A333D-8D7F-3CCF-BCC4-BE547E6AA0EF> /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/Versions/A/AccessibilitySharedSupport
       0x1aa89f000 -        0x1aa8c5fff  com.apple.sidecar-core (1.0 - 315.105) <C7371155-BD37-33E6-B215-7CFCF3F4EAF0> /System/Library/PrivateFrameworks/SidecarCore.framework/Versions/A/SidecarCore
       0x1aa8c6000 -        0x1aa8cdfff  com.apple.QuickLookNonBaseSystem (1.0 - 1) <6518451B-4467-3633-9BD7-A3A43C4AF309> /System/Library/PrivateFrameworks/QuickLookNonBaseSystem.framework/Versions/A/QuickLookNonBaseSystem
       0x1aa8ce000 -        0x1aa909fff  com.apple.datadetectors (5.0 - 453.3) <A4D048AC-D6D8-3BB0-A51C-1D73A767CFF7> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
       0x1aae32000 -        0x1aae36ff7  com.apple.CoreOptimization (1.0 - 1) <4759507A-60C3-37CC-B9AA-EC91AEB133D8> /System/Library/PrivateFrameworks/CoreOptimization.framework/Versions/A/CoreOptimization
       0x1aae37000 -        0x1aae4afff  com.apple.FeatureFlagsSupport (1.0 - 86) <8AD7D43B-F84E-309B-ABD6-05AAF235091C> /System/Library/PrivateFrameworks/FeatureFlagsSupport.framework/Versions/A/FeatureFlagsSupport
       0x1aae51000 -        0x1aaea2fff  com.apple.facetimeservices (10.0 - 1000) <F84F7A2B-CBD8-37F4-93AE-5E073D1EA366> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
       0x1aaf66000 -        0x1aafc1fff  com.apple.NaturalLanguage (1.0 - 114) <1C426124-DBEC-304E-BB7D-8D67AAD7C37E> /System/Library/Frameworks/NaturalLanguage.framework/Versions/A/NaturalLanguage
       0x1aafc2000 -        0x1aafe9fff  com.apple.SafariServices.framework (19618 - 19618.1.15.11.9) <4FB26C05-3093-39E8-B406-69BADEEA8ED3> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
       0x1ab21b000 -        0x1ab28cfff  com.apple.LoggingSupport (1.0 - 1510.100.36) <691D9E2F-B441-3F55-B0D9-C7CBD5A4CB6D> /System/Library/PrivateFrameworks/LoggingSupport.framework/Versions/A/LoggingSupport
       0x1ab28d000 -        0x1ab298fff  com.apple.MallocStackLogging (1.0 - 64565.70.2) <A000003F-3385-3E0E-8D95-C1F29AC4E50A> /System/Library/PrivateFrameworks/MallocStackLogging.framework/Versions/A/MallocStackLogging
       0x1ab299000 -        0x1ab29bfff  liblog_network.dylib (3762.101.1) <C75F23A5-34D6-3C52-A6F1-12F2FD141D7D> /usr/lib/log/liblog_network.dylib
       0x1ab2bc000 -        0x1ab2e0fff  libmis.dylib (386.100.27) <7BAA4FC0-C4DD-39DE-A26D-34AF23C960D0> /usr/lib/libmis.dylib
       0x1ab2e1000 -        0x1ab2e4fff  com.apple.gpusw.GPURawCounter (31 - 12.0) <7351D20E-D60F-3019-BE1D-1BEC3E938B33> /System/Library/PrivateFrameworks/GPURawCounter.framework/Versions/A/GPURawCounter
       0x1ab2e5000 -        0x1ab2edffa  libswiftCoreAudio.dylib (6) <A003CDB3-631E-31E0-BDA7-A3015C1E0FC7> /usr/lib/swift/libswiftCoreAudio.dylib
       0x1ab2ee000 -        0x1ab2f4fff  libswiftCoreFoundation.dylib (2401) <399FB1A4-063F-32D5-BEA9-DE7DCA8D7FFB> /usr/lib/swift/libswiftCoreFoundation.dylib
       0x1ab2f5000 -        0x1ab2ffff8  libswiftIntents.dylib (12) <CC5E0532-C3B1-3565-BF1F-30EBDD90DE67> /usr/lib/swift/libswiftIntents.dylib
       0x1ab300000 -        0x1ab337ff2  libswiftXPC.dylib (36.100.7.0.1) <BFEE4FBF-0ECF-37C0-BD7F-502FE5F358D1> /usr/lib/swift/libswiftXPC.dylib
       0x1ab338000 -        0x1ab338fff  libswiftCoreImage.dylib (2) <CFDEA087-19F5-3EAD-BC23-98B0B10E7DE4> /usr/lib/swift/libswiftCoreImage.dylib
       0x1ab339000 -        0x1ab339fff  libswiftIOKit.dylib (1) <EAF2C3B2-10AD-36CD-A920-A45DFE81E6FF> /usr/lib/swift/libswiftIOKit.dylib
       0x1ab33a000 -        0x1ab547fff  com.apple.CoreHandwriting (161 - 1.2) <200E1820-3A7D-3D88-8086-21384C4BB333> /System/Library/PrivateFrameworks/CoreHandwriting.framework/Versions/A/CoreHandwriting
       0x1ab548000 -        0x1ab78bfff  com.apple.imageKit (3.0 - 1143) <32EDE7A2-8EAF-3352-81A5-227A76137304> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
       0x1ab78c000 -        0x1ab91bfff  com.apple.PencilKit (1.0 - 1) <2A755289-B5C4-37F2-A3D4-2CA84886A015> /System/Library/Frameworks/PencilKit.framework/Versions/A/PencilKit
       0x1ab91c000 -        0x1ab933fff  com.apple.sidecar-ui (1.0 - 315.105) <E5E9F50A-9653-3160-ACA6-DAEA9436DD81> /System/Library/PrivateFrameworks/SidecarUI.framework/Versions/A/SidecarUI
       0x1ab942000 -        0x1ab945fff  com.apple.WebInspectorUI (19618 - 19618.1.15.11.9) <9793624B-E844-30EF-A274-9A5881006C63> /System/Library/PrivateFrameworks/WebInspectorUI.framework/Versions/A/WebInspectorUI
       0x1aba32000 -        0x1abab1fff  com.apple.TrialProto (1.0 - 399.7) <06199DAE-B430-3C91-B30A-5E632C65487A> /System/Library/PrivateFrameworks/TrialProto.framework/Versions/A/TrialProto
       0x1abab2000 -        0x1abb65fff  com.apple.trial (1.0 - 399.7) <08B08C0D-4B16-35CB-B61B-92BCF70647D1> /System/Library/PrivateFrameworks/Trial.framework/Versions/A/Trial
       0x1ac264000 -        0x1ac2e2fff  com.apple.ImageCaptureCore (1873.4.1 - 1873.4.1) <A4639ED8-997D-3774-9D7F-5F85FEFD9ED0> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
       0x1ac2e3000 -        0x1ac30efff  com.apple.quartzfilters (1.10.0 - 103) <021EFF36-0366-3E0E-A712-4888B1BC28CC> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
       0x1acd27000 -        0x1acd62fff  libbootpolicy.dylib (248.100.4) <CEA9A3D8-9406-32F9-8F4C-6160DDBFC3DD> /usr/lib/libbootpolicy.dylib
       0x1acd63000 -        0x1acea2fff  com.apple.AnnotationKit (1.0 - 506.5) <56A4559F-6C11-3AED-9F3D-7221A2C7171F> /System/Library/PrivateFrameworks/AnnotationKit.framework/Versions/A/AnnotationKit
       0x1acea3000 -        0x1ad37afff  com.apple.QuartzComposer (5.1 - 385) <CDECA11E-EA0D-3048-A88B-B8447948A6CC> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
       0x1ad37b000 -        0x1ad49afff  com.apple.PDFKit (1.0 - 1266.4.2) <2383B861-B160-334B-9339-25309D1EF2B0> /System/Library/Frameworks/PDFKit.framework/Versions/A/PDFKit
       0x1ad49b000 -        0x1adb22fff  com.apple.SceneKit (1.0 - 599.402) <C11F8B70-6A72-3E6B-911D-58536753480F> /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit
       0x1ade03000 -        0x1ade2dfff  com.apple.skp.FeedbackLogger (1.0 - 1) <881B7C09-E619-3510-8642-0C9A3825EE3C> /System/Library/PrivateFrameworks/FeedbackLogger.framework/Versions/A/FeedbackLogger
       0x1ae5aa000 -        0x1ae5c2ffb  libswiftsimd.dylib (18) <503AC743-CDC5-3DF7-A4FF-6BB708DC1F45> /usr/lib/swift/libswiftsimd.dylib
       0x1ae645000 -        0x1ae70afff  com.apple.TextInput (1.0 - 1.0) <235D68AF-6E2C-3FDE-ABE0-EFCAD95D126C> /System/Library/PrivateFrameworks/TextInput.framework/Versions/A/TextInput
       0x1af2df000 -        0x1af2ecfff  com.apple.CaptiveNetworkSupport (13.0 - 1) <BC199616-18B6-3A26-9A91-DED10108C802> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/Versions/A/CaptiveNetwork
       0x1af72e000 -        0x1af749fff  com.apple.LookupFramework (1.2 - 307) <C0172D52-0C85-38A3-A770-7F8068DE1841> /System/Library/PrivateFrameworks/Lookup.framework/Versions/A/Lookup
       0x1af74a000 -        0x1af77dffb  libncurses.5.4.dylib (71.100.2) <27A49F84-CD29-3448-BE8C-ED4240A78C9C> /usr/lib/libncurses.5.4.dylib
       0x1af77e000 -        0x1af787fff  com.apple.IOAccelMemoryInfo (1.0 - 1) <374A99E5-B863-3893-8247-323ECF75C26D> /System/Library/PrivateFrameworks/IOAccelMemoryInfo.framework/Versions/A/IOAccelMemoryInfo
       0x1af7f0000 -        0x1af7f3fff  com.apple.quartzframework (1.5 - 26) <51D40E95-566C-3AF6-B6B6-846038CCDB6A> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
       0x1af804000 -        0x1af821fff  com.apple.IntentsCore (1.0 - 1) <4001F1B5-4301-37D8-B8F3-8394DD29A7C8> /System/Library/PrivateFrameworks/IntentsCore.framework/Versions/A/IntentsCore
       0x1afc06000 -        0x1b0546fff  com.apple.siri.SiriInstrumentation (1.0 - 1) <EB16BE8D-ED60-311E-86F1-A7BBBBD111E1> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/Versions/A/SiriInstrumentation
       0x1b0547000 -        0x1b0560ff3  libCGInterfaces.dylib (587.100.1) <3264BB5E-4049-3DA0-8293-3E4715654AD6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
       0x1b0561000 -        0x1b0575ff8  libswiftCoreLocation.dylib (36) <0F85D057-5433-34AC-93B9-D2F6FD1A4337> /usr/lib/swift/libswiftCoreLocation.dylib
       0x1b0576000 -        0x1b057ffff  libswiftCoreMIDI.dylib (6) <7084A235-70F1-37A1-8EBF-37A10A956056> /usr/lib/swift/libswiftCoreMIDI.dylib
       0x1b0b79000 -        0x1b0b80fff  com.apple.MSUDataAccessor (1.0 - 1) <9B23A47B-D3C1-3BC6-842F-CB7150F41CDC> /System/Library/PrivateFrameworks/MSUDataAccessor.framework/Versions/A/MSUDataAccessor
       0x1b0ed0000 -        0x1b0f2ffff  com.apple.SoftwareUpdateCoreSupport (1.0 - 1) <D9B0CDAF-C8D6-3824-B038-4B3C27DE56D1> /System/Library/PrivateFrameworks/SoftwareUpdateCoreSupport.framework/Versions/A/SoftwareUpdateCoreSupport
       0x1b1246000 -        0x1b126dfff  libtailspin.dylib (176) <861738E4-16D8-3BFA-90E3-D30FDFEF84D8> /usr/lib/libtailspin.dylib
       0x1b2f42000 -        0x1b2f86fff  com.apple.AttributeGraph (5.4.16 - 5.4.16) <3752BEDB-A72F-3AF9-BE74-EFF2E89CB55E> /System/Library/PrivateFrameworks/AttributeGraph.framework/Versions/A/AttributeGraph
       0x1b3083000 -        0x1b390cfff  libfaceCore.dylib (7.0.53) <E0443FB0-BA1C-32E5-92DA-B5866739054D> /System/Library/Frameworks/Vision.framework/libfaceCore.dylib
       0x1b390d000 -        0x1b3b30fff  com.apple.TextRecognition (1.0 - 157) <22BBB8FB-6FAB-3704-BD7C-1801DB6A4923> /System/Library/PrivateFrameworks/TextRecognition.framework/Versions/A/TextRecognition
       0x1b3b31000 -        0x1b3b49fff  com.apple.Futhark (1.0 - 1) <5972D12A-816F-38BB-84CF-400B5E6A5C33> /System/Library/PrivateFrameworks/Futhark.framework/Versions/A/Futhark
       0x1b3c10000 -        0x1b3e63fff  com.apple.RawCamera.bundle (9.20.0 - 1715.9) <0A85B2CB-31EC-3B6C-AAEB-55AB9DC91807> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
       0x1b405e000 -        0x1b40a1ffb  com.apple.MobileBluetooth (1.0 - 1.0) <0A004A3D-A29F-380C-9E5A-7964658EA5E4> /System/Library/PrivateFrameworks/MobileBluetooth.framework/Versions/A/MobileBluetooth
       0x1b4b24000 -        0x1b4b61fff  com.apple.biome.BiomeFoundation (1.0 - 123.5.23.1) <75C21A80-5F77-3F34-8B62-784FCBCC7F62> /System/Library/PrivateFrameworks/BiomeFoundation.framework/Versions/A/BiomeFoundation
       0x1b6b1c000 -        0x1b6b93fff  com.apple.acg.InertiaCam (1.0 - 1) <F05504E8-C4AD-3D48-B9E9-F8CF5BB22264> /System/Library/PrivateFrameworks/InertiaCam.framework/Versions/A/InertiaCam
       0x1b6d3e000 -        0x1b6d44ff6  libswiftMetal.dylib (343.14) <D976DD69-7B0E-3DE0-B9AE-D69E6D8C2CFE> /usr/lib/swift/libswiftMetal.dylib
       0x1b6d45000 -        0x1b6d4bfff  libswiftCompression.dylib (6) <9796CA84-5AFE-344B-8B0C-4C15236F5EF7> /usr/lib/swift/libswiftCompression.dylib
       0x1b751e000 -        0x1b753cfff  com.apple.ftawd (8.0 - 900) <8CF5698B-D7A5-359E-A50B-3EC3CE68ACB0> /System/Library/PrivateFrameworks/FTAWD.framework/Versions/A/FTAWD
       0x1b77f5000 -        0x1b7888fff  libFDR.dylib (1117.100.60) <4C639E17-883A-3B11-B4FF-1D48CD784532> /usr/lib/libFDR.dylib
       0x1b792c000 -        0x1b7f58fff  com.apple.biome.BiomeStreams (1.0 - 123.5.23.1) <4A2C3E94-C0CB-3D34-93F8-C4F929E11950> /System/Library/PrivateFrameworks/BiomeStreams.framework/Versions/A/BiomeStreams
       0x1b7f6c000 -        0x1b80b3fff  com.apple.texttospeech (1.0.0 - 1.0) <3EA6370A-25E3-366A-9BC2-D9825151814E> /System/Library/PrivateFrameworks/TextToSpeech.framework/Versions/A/TextToSpeech
       0x1b82b6000 -        0x1b82cdfff  com.apple.SoftwareUpdateCoreConnect (1.0 - 1) <C56BEFBF-3A3B-379B-BCE2-6506BE88A896> /System/Library/PrivateFrameworks/SoftwareUpdateCoreConnect.framework/Versions/A/SoftwareUpdateCoreConnect
       0x1ba1af000 -        0x1ba1fffff  com.apple.osanalytics.OSAnalytics (1.0 - 1) <FBF47967-FA54-3989-9913-2FBA594D3E2D> /System/Library/PrivateFrameworks/OSAnalytics.framework/Versions/A/OSAnalytics
       0x1ba228000 -        0x1ba2f8fff  com.apple.NetworkServiceProxyFramework (1.0 - 1) <2E8D8EE7-2ADB-3ECA-979D-307FCD4BCE58> /System/Library/PrivateFrameworks/NetworkServiceProxy.framework/Versions/A/NetworkServiceProxy
       0x1bb45e000 -        0x1bb45fff5  libswiftQuartzCore.dylib (3) <7BCEF04F-F1E8-3F87-BDEF-D60AF5DC63AE> /usr/lib/swift/libswiftQuartzCore.dylib
       0x1bb83e000 -        0x1bb843ffb  com.apple.kperf (1.0 - 1) <57669F81-DE50-3087-A15C-6DA0706EF75E> /System/Library/PrivateFrameworks/kperf.framework/Versions/A/kperf
       0x1bb844000 -        0x1bb934fff  com.apple.libktrace (1.0 - 599.100.6) <84B1C8AF-3469-33D1-A237-99C11F1E19C0> /System/Library/PrivateFrameworks/ktrace.framework/Versions/A/ktrace
       0x1bb944000 -        0x1bb94bfff  com.apple.MobileSystemServices (1.0 - 1) <2ADD7973-3802-37DC-B951-53A5BA5F648C> /System/Library/PrivateFrameworks/MobileSystemServices.framework/Versions/A/MobileSystemServices
       0x1bc049000 -        0x1bc0b1fff  com.apple.signpost.SignpostSupport (1.125 - 125) <BA0F4A96-4546-33A6-887C-5F833FF60D48> /System/Library/PrivateFrameworks/SignpostSupport.framework/Versions/A/SignpostSupport
       0x1bc0b2000 -        0x1bc278fff  com.apple.ModelIO (265.2.3 - 265.2.3) <4740211A-D3F4-3E40-9D54-F66504CFDA64> /System/Library/Frameworks/ModelIO.framework/Versions/A/ModelIO
       0x1bc2a5000 -        0x1bc3cbfff  com.apple.SampleAnalysis (1.0 - 347.0.1) <B268C584-E018-38AF-989D-6B724826661F> /System/Library/PrivateFrameworks/SampleAnalysis.framework/Versions/A/SampleAnalysis
       0x1bc6b4000 -        0x1bc6d3fff  com.apple.accessibility.AXAssetLoader (1.0 - 1) <8D44B6CE-2DDC-37FB-A39A-457EE1660D3B> /System/Library/PrivateFrameworks/AXAssetLoader.framework/Versions/A/AXAssetLoader
       0x1bcc89000 -        0x1bcca7fff  libamsupport.dylib (365.100.4) <BABBF645-1149-330F-BDF0-4E3ADC99ED9D> /usr/lib/libamsupport.dylib
       0x1bcf78000 -        0x1bcfd5fff  com.apple.biome.BiomePubSub (1.0 - 123.5.23.1) <1EFD606D-A5A8-3077-A0F0-372A254C1BCB> /System/Library/PrivateFrameworks/BiomePubSub.framework/Versions/A/BiomePubSub
       0x1bcfd6000 -        0x1bd010fff  com.apple.biome.BiomeStorage (1.0 - 123.5.23.1) <66DAA508-A486-3D64-8CD4-CF9506F022A2> /System/Library/PrivateFrameworks/BiomeStorage.framework/Versions/A/BiomeStorage
       0x1be732000 -        0x1be73dffb  com.apple.SymptomReporter (1.0 - 1871.100.22) <49FB9762-186B-3AD4-8A5B-27D0422B5BBC> /System/Library/PrivateFrameworks/SymptomReporter.framework/Versions/A/SymptomReporter
       0x1bf424000 -        0x1bf427fff  com.apple.FinderSyncPriv (14.4 - 1630.4.14) <AFCC01DD-E8E1-38A8-9E18-1839D1715155> /System/Library/PrivateFrameworks/FinderSyncPriv.framework/Versions/A/FinderSyncPriv
       0x1bf53d000 -        0x1bf54bff5  libswiftUniformTypeIdentifiers.dylib (791.2.8) <46D3F269-6301-33A4-8EB9-F50FB2B68AF1> /usr/lib/swift/libswiftUniformTypeIdentifiers.dylib
       0x1bf54c000 -        0x1bf61cfff  libswiftAccelerate.dylib (45.100.1) <97F1BC0D-4C7F-3F1E-AB51-2C300A1235DC> /usr/lib/swift/libswiftAccelerate.dylib
       0x1bf725000 -        0x1bf738fff  libpartition2_dynamic.dylib (2899.100.77) <A04A349C-F3A8-3FC8-9EB2-0C4CB4761E6A> /usr/lib/libpartition2_dynamic.dylib
       0x1c295c000 -        0x1c2b4ffff  com.apple.Osprey (1.0 - 1) <F65A43BC-ABA0-3862-A8EC-233AF9DD2213> /System/Library/PrivateFrameworks/Osprey.framework/Versions/A/Osprey
       0x1c2e62000 -        0x1c2e63ff6  libswiftCryptoTokenKit.dylib (685.100.14) <754A7C67-8585-3563-901E-A26435CED809> /usr/lib/swift/libswiftCryptoTokenKit.dylib
       0x1c2e64000 -        0x1c2e9bff2  libswiftCoreMedia.dylib (3100.20.2.5.5) <A050655C-C574-32F1-936A-44106BC76F0E> /usr/lib/swift/libswiftCoreMedia.dylib
       0x1c40a8000 -        0x1c40b0ffb  com.apple.kperfdata (1.0 - 1) <90CF940C-F8D8-3866-B997-9BB4CEF10066> /System/Library/PrivateFrameworks/kperfdata.framework/Versions/A/kperfdata
       0x1c40bf000 -        0x1c40cafff  com.apple.Reveal (1.0 - 41) <4E108E22-7CBD-3799-A73E-0F779BAB6C6A> /System/Library/PrivateFrameworks/Reveal.framework/Versions/A/Reveal
       0x1c40cb000 -        0x1c40d1fff  com.apple.RevealCore (1.0 - 41) <BF9BA963-AD38-3E74-8D36-398714FB5CF3> /System/Library/PrivateFrameworks/RevealCore.framework/Versions/A/RevealCore
       0x1c4399000 -        0x1c43a8fff  com.apple.BulkSymbolication (1.347.0.1 - 347.0.1) <92556C24-D4A0-307C-A230-2B846AFB2051> /System/Library/PrivateFrameworks/BulkSymbolication.framework/Versions/A/BulkSymbolication
       0x1c43a9000 -        0x1c43aaffb  libswiftOSLog.dylib (4) <7EF3BF1B-F8E8-3271-889B-D5E3FAD03EF4> /usr/lib/swift/libswiftOSLog.dylib
       0x1c464c000 -        0x1c466aff6  libswiftAVFoundation.dylib (2230.19.1) <5631D569-545C-3387-987A-FCB9F2F5BCDA> /usr/lib/swift/libswiftAVFoundation.dylib
       0x1c781b000 -        0x1c78f7fff  com.apple.Symbolication (15.3 - 64565.70.2) <23107787-F3A1-3454-B989-40D2B634EF33> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
       0x1c793c000 -        0x1c7997fff  com.apple.AXRuntime (1.0.0 - 1) <B7C1F284-3C4E-3624-A29C-EE12315B311F> /System/Library/PrivateFrameworks/AXRuntime.framework/Versions/A/AXRuntime
       0x1caeab000 -        0x1caebbfff  com.apple.OSLog (1.0 - 1510.100.36) <E97D318D-4068-3D2A-9228-B8335EEF617F> /System/Library/Frameworks/OSLog.framework/Versions/A/OSLog
       0x1cb0d9000 -        0x1cb1daff4  com.apple.InternalSwiftProtobuf (1.0 - 1.20.2) <6B8E71F7-16D2-3DB8-80F9-D24852794D22> /System/Library/PrivateFrameworks/InternalSwiftProtobuf.framework/Versions/A/InternalSwiftProtobuf
       0x1cb2b2000 -        0x1cb301fff  com.apple.ReplayKit (1.0 - 1) <39BBC08E-26CC-32EF-9BFF-2BF9BA56C2B2> /System/Library/Frameworks/ReplayKit.framework/Versions/A/ReplayKit
       0x1cd095000 -        0x1cd108ff7  com.apple.security.CryptoKit (1.0 - 1) <5430DB91-9D11-3510-8B87-B2AAC89DFEB4> /System/Library/Frameworks/CryptoKit.framework/Versions/A/CryptoKit
       0x1cd209000 -        0x1cd220fff  com.apple.BluetoothManager (1.0 - 1) <566AC12F-5C73-3C7C-9D7E-92772ACA1ADB> /System/Library/PrivateFrameworks/BluetoothManager.framework/Versions/A/BluetoothManager
       0x1d00fb000 -        0x1d0118fff  libedit.3.dylib (62) <A356C2AE-08AC-30C6-B3D2-89535B87B958> /usr/lib/libedit.3.dylib
       0x1d1b4d000 -        0x1d1b4dffb  com.apple.FeatureFlags (1.0 - 86) <C3FBDB6F-C1EB-3E26-840B-2FEB3338E3E3> /System/Library/PrivateFrameworks/FeatureFlags.framework/Versions/A/FeatureFlags
       0x1d1b5a000 -        0x1d1b61ffd  libswiftNaturalLanguage.dylib (4) <41D53FF3-43EA-3387-B5DD-17CA9BF2F1C6> /usr/lib/swift/libswiftNaturalLanguage.dylib
       0x1d1bda000 -        0x1d1c05fff  com.apple.WiFiPeerToPeer (525.9.0 - 525.9) <86F9568C-BE21-35C5-B28D-0003D01164DB> /System/Library/PrivateFrameworks/WiFiPeerToPeer.framework/Versions/A/WiFiPeerToPeer
       0x1d918d000 -        0x1d92aefff  com.apple.VoiceShortcutClient (1.0 - 2510.0.2.1.3) <86228D63-1E39-3728-A3FE-7E323B54F58D> /System/Library/PrivateFrameworks/VoiceShortcutClient.framework/Versions/A/VoiceShortcutClient
       0x1d93b0000 -        0x1d93b3fff  com.apple.ConfigProfileHelper (16.4 - 1652) <621FBF28-1E2B-3659-9D84-A9D3B4DA88E3> /System/Library/PrivateFrameworks/ConfigProfileHelper.framework/Versions/A/ConfigProfileHelper
       0x1d9609000 -        0x1d9667fff  com.apple.ScreenReaderCore (10 - 920.9) <850A0EAC-4303-3AD7-ABE2-F53C630CE124> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/Versions/A/ScreenReaderCore
       0x1d99ed000 -        0x1da208ff7  com.apple.ANECompiler (7.5.8 - 7.5.8) <ACA3800A-5E52-393D-9D27-D3D0A6291426> /System/Library/PrivateFrameworks/ANECompiler.framework/Versions/A/ANECompiler
       0x1dbf95000 -        0x1dbf9bff3  libCoreFSCache.dylib (300.27) <46270742-3CC2-34C1-AEB9-5A94C7A11F5F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
       0x1dbf9c000 -        0x1dbfa1ffb  libCoreVMClient.dylib (300.27) <DCE6FA63-485B-3E9B-92F4-5FC6DBD30705> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
       0x1dbfa2000 -        0x1dbfb2ffb  com.apple.opengl (21.0.19 - 21.0.19) <AFC9CA3A-94D3-37DE-983A-D0BCBF2D7BE7> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
       0x1dbfb3000 -        0x1dbfb5ff3  libCVMSPluginSupport.dylib (21.0.19) <CAD5AFCE-CDEB-347F-A764-CB1380C35FD3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
       0x1dbfb6000 -        0x1dbfbeff7  libGFXShared.dylib (21.0.19) <E937430F-4083-32D8-8E65-D6738A0F99C3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
       0x1dbfbf000 -        0x1dbff6ffb  libGLImage.dylib (21.0.19) <EA9A4FCC-2293-35C0-8243-10A1EE3ADB7A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
       0x1dbff7000 -        0x1dc030ff7  libGLU.dylib (21.0.19) <B7A2F327-8948-3322-81BB-7DAE7FAF13CD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
       0x1dc031000 -        0x1dc18eff7  libGLProgrammability.dylib (21.0.19) <D1F94FD9-8D21-310C-8072-93E0C8505F58> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
       0x1dc18f000 -        0x1dc198fff  libGL.dylib (21.0.19) <CEF50C82-FAB3-3155-AB2D-A3A0297BB1EB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
       0x1dc199000 -        0x1dc2f9fff  GLEngine (21.0.19) <3469023D-5C35-31CA-BF96-92CA372E0F52> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
       0x1dc2fa000 -        0x1dc31dff3  GLRendererFloat (21.0.19) <A251A760-7383-383C-A47D-56C241F1144A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
       0x1dc322000 -        0x1dc392fff  com.apple.opencl (5.4 - 5.4) <CEE5C8B4-C59E-3C8B-8166-47E390D18E3E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
       0x1df2b3000 -        0x1dfab2fff  com.apple.AGXMetalG15X-B0 (280.3.9 - 280.3.9) <CA47FBBC-8937-3C50-88FF-C659C802D138> /System/Library/Extensions/AGXMetalG15X_B0.bundle/Contents/MacOS/AGXMetalG15X_B0
       0x1dfbcf000 -        0x1dfcf2fff  com.apple.audio.AVFAudio (1.0 - 629.5.30) <EA2CC83B-2134-3EDD-B06D-1F9EDDB0151D> /System/Library/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
       0x1dfcff000 -        0x1e001efff  com.apple.AppIntents (1.0 - 174.100.17.0.1) <E5508E4A-2A42-3BD7-B2C7-359AE3BB6E86> /System/Library/Frameworks/AppIntents.framework/Versions/A/AppIntents
       0x1e07fc000 -        0x1e083bfff  com.apple.CoreTransferable (1.0.1 - 1) <A75FF2ED-6CEA-3985-B2FE-1379CF7D548C> /System/Library/Frameworks/CoreTransferable.framework/Versions/A/CoreTransferable
       0x1e0cc1000 -        0x1e0cc9ff4  com.apple.dt.DeveloperToolsSupport (21.30.4 - 21.30.4) <C412F137-4782-3E54-B1EF-B303BA0361CE> /System/Library/Frameworks/DeveloperToolsSupport.framework/Versions/A/DeveloperToolsSupport
       0x1e0de2000 -        0x1e0ea6fff  com.apple.ExtensionFoundation (97 - 97) <BD7D87DA-3B9F-3942-A8B2-1A97E87AD682> /System/Library/Frameworks/ExtensionFoundation.framework/Versions/A/ExtensionFoundation
       0x1e260c000 -        0x1e2626fff  com.apple.MPSBenchmarkLoop (1.0 - 1) <FCBDEC28-1D5D-3F38-9FD4-6E14CD9DECA5> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSBenchmarkLoop.framework/Versions/A/MPSBenchmarkLoop
       0x1e2627000 -        0x1e263bfff  com.apple.MPSFunctions (1.0 - 1) <CEBFF203-F185-3117-9565-D6AF7B135F72> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSFunctions.framework/Versions/A/MPSFunctions
       0x1e263c000 -        0x1e38eafff  com.apple.MetalPerformanceShadersGraph (4.4.7 - 4.4.7) <160E23B0-9E6D-3437-9ADC-4978CD8224B5> /System/Library/Frameworks/MetalPerformanceShadersGraph.framework/Versions/A/MetalPerformanceShadersGraph
       0x1e449c000 -        0x1e45cffff  com.apple.QuickLookUIFramework (5.0 - 986.5.2) <37E457A0-4CEE-3287-9A54-C2635FCB4CD6> /System/Library/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
       0x1e4c56000 -        0x1e4ca1fff  com.apple.ScreenCaptureKit (1) <CCFFC269-B9CE-3E77-AABA-D1D541B3A049> /System/Library/Frameworks/ScreenCaptureKit.framework/Versions/A/ScreenCaptureKit
       0x1e4d4c000 -        0x1e4d67fff  com.apple.SharedWithYouCore (1.0 - 1) <39EC151B-27E9-3C68-8F97-51056D7AA949> /System/Library/Frameworks/SharedWithYouCore.framework/Versions/A/SharedWithYouCore
       0x1e5028000 -        0x1e5032fff  com.apple.Symbols (1.0 - 135.4.0.6) <8EB85448-1B20-3B6E-8C8A-D5D5AA1FB00B> /System/Library/Frameworks/Symbols.framework/Versions/A/Symbols
       0x1e5410000 -        0x1e544ffff  com.apple.Translation (1.0 - 255.14) <D4221C8D-0DD9-3BBB-A15A-2DBA3E476466> /System/Library/Frameworks/Translation.framework/Versions/A/Translation
       0x21ac9f000 -        0x21b086fff  libANGLE-shared.dylib (618.1.15.11.9) <72228244-8841-30CA-ABE0-209284E08FEF> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/Frameworks/libANGLE-shared.dylib
       0x21b828000 -        0x21b841fff  com.apple.AAAFoundation (1.0 - 1) <3E902AEE-9D49-312E-B93B-C52443023B70> /System/Library/PrivateFrameworks/AAAFoundation.framework/Versions/A/AAAFoundation
       0x21c17f000 -        0x21c18afff  com.apple.AccessibilityBundles (1.0 - 258.10) <2127A8CF-092F-3A63-B0D9-F290EADBFFEF> /System/Library/PrivateFrameworks/AccessibilityBundles.framework/Versions/A/AccessibilityBundles
       0x21c267000 -        0x21c38bfff  com.apple.AccessibilityUtilities (1.0.0 - 1.0) <6A4D54B3-A5B0-35C3-A840-FE2A600EC30D> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/Versions/A/AccessibilityUtilities
       0x21d611000 -        0x21d62cfff  com.apple.siri.flatbuffer.AppleFlatBuffers (1) <9E7BEC23-D6CC-3B66-BF10-EB23049C2583> /System/Library/PrivateFrameworks/AppleFlatBuffers.framework/Versions/A/AppleFlatBuffers
       0x21d689000 -        0x21d848ff7  com.apple.cmphoto.AppleJPEGXL (1.0 - 1) <E9FFE0E5-43C8-364B-B0ED-A440F7F26974> /System/Library/PrivateFrameworks/AppleJPEGXL.framework/Versions/A/AppleJPEGXL
       0x21d849000 -        0x21d878ffb  com.apple.AppleKeyStore (1.0 - 1.0) <E5FE214B-69E9-33FC-87A1-7BD2C130A97C> /System/Library/PrivateFrameworks/AppleKeyStore.framework/Versions/A/AppleKeyStore
       0x21da0f000 -        0x21da22fff  com.apple.private.AppleMobileFileIntegrity-fmk (1.0 - 1) <A124E012-636A-3607-AF13-D4DCA271F4FE> /System/Library/PrivateFrameworks/AppleMobileFileIntegrity.framework/Versions/A/AppleMobileFileIntegrity
       0x21dca9000 -        0x21dcbdff7  com.apple.AtomicsInternal (1.1.0 - 22) <9F7EC184-37BF-3CC9-86D2-634C60B86A2F> /System/Library/PrivateFrameworks/AtomicsInternal.framework/Versions/A/AtomicsInternal
       0x21e1a3000 -        0x21e1bdfff  com.apple.biome.BiomeDSL (1.0 - 123.5.23.1) <94B34E49-2193-3C3C-B792-6AA3876E9DC3> /System/Library/PrivateFrameworks/BiomeDSL.framework/Versions/A/BiomeDSL
       0x21e1be000 -        0x21e1dcfff  com.apple.biome.BiomeFlexibleStorage (1.0 - 123.5.23.1) <85107692-6ABF-39AA-8B69-A2596234AC10> /System/Library/PrivateFrameworks/BiomeFlexibleStorage.framework/Versions/A/BiomeFlexibleStorage
       0x21e1dd000 -        0x21e61ffff  com.apple.BiomeLibrary (55.14.4) <2146D467-4443-3F3A-BF56-FE9C92E505FB> /System/Library/PrivateFrameworks/BiomeLibrary.framework/Versions/A/BiomeLibrary
       0x21e620000 -        0x21e63aff8  com.apple.biome.BiomeSequence (1.0 - 123.5.23.1) <36F22519-E829-38D8-A2A3-6D875BF12FDC> /System/Library/PrivateFrameworks/BiomeSequence.framework/Versions/A/BiomeSequence
       0x21e63b000 -        0x21e640fff  com.apple.biome.BiomeSync (1.0 - 123.5.23.1) <735ABF7D-84D8-3855-A5E1-F605FF95D34F> /System/Library/PrivateFrameworks/BiomeSync.framework/Versions/A/BiomeSync
       0x21ef77000 -        0x21f07ffdf  com.apple.CMImaging (1.0 - 475.31.1) <692C8E58-FBE0-3158-A4F4-5B2F735881BD> /System/Library/PrivateFrameworks/CMImaging.framework/Versions/A/CMImaging
       0x21f080000 -        0x21f172fff  com.apple.CMPhoto (1.0 - 1) <D9A74AF1-85B1-3C87-8FAA-2A243B317F8C> /System/Library/PrivateFrameworks/CMPhoto.framework/Versions/A/CMPhoto
       0x21f43d000 -        0x21f492fff  com.apple.biome.CascadeSets (1.0 - 123.5.23.1) <CC3C9D90-DA4A-3A45-814E-AF6DAC9C6694> /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/CascadeSets
       0x220202000 -        0x220215fff  com.apple.CollectionViewCore (1.0 - 1) <73F90560-CE16-33AF-BC7F-EFD05FD37446> /System/Library/PrivateFrameworks/CollectionViewCore.framework/Versions/A/CollectionViewCore
       0x220216000 -        0x220375fff  com.apple.CollectionsInternal (1.1.0 - 22) <7DC7FE56-7C52-373F-BF56-5AC17E19F784> /System/Library/PrivateFrameworks/CollectionsInternal.framework/Versions/A/CollectionsInternal
       0x2204b7000 -        0x2204bafff  com.apple.contacts.ContactsMetrics (1 - 16) <607DE20D-3FC2-3809-97A4-07AAFB9B4D95> /System/Library/PrivateFrameworks/ContactsMetrics.framework/Versions/A/ContactsMetrics
       0x223497000 -        0x2234b4fff  com.apple.CoreUtilsExtras (7.4 - 740.14) <98140A6A-F5E0-3443-9188-7B8BCFE69619> /System/Library/PrivateFrameworks/CoreUtilsExtras.framework/Versions/A/CoreUtilsExtras
       0x2234c5000 -        0x223538fff  com.apple.security.CryptoKit-Private (1.0 - 1) <FA7BA4CD-B43D-349E-9B9E-82775D106F61> /System/Library/PrivateFrameworks/CryptoKitPrivate.framework/Versions/A/CryptoKitPrivate
       0x223621000 -        0x223628fff  com.apple.darwinup-framework (1.0 - 268) <E16D2861-39AB-359E-86D9-C94DEFA21C90> /System/Library/PrivateFrameworks/Darwinup.framework/Versions/A/Darwinup
       0x223b29000 -        0x223b94fff  com.apple.DoNotDisturb (1.0 - 371.112) <552B06EB-F45B-3FAD-BA82-A60687119BE6> /System/Library/PrivateFrameworks/DoNotDisturb.framework/Versions/A/DoNotDisturb
       0x22514f000 -        0x22514fffb  com.apple.FontServices (1.0 - 1) <940D8910-5E0B-3873-9C10-CE43DABE3F3D> /System/Library/PrivateFrameworks/FontServices.framework/Versions/A/FontServices
       0x225150000 -        0x2251fbfff  libXTFontStaticRegistryData.dylib (276.4.0.6) <5122BB15-26F4-36E4-9AB8-AD4C4AD009FB> /System/Library/PrivateFrameworks/FontServices.framework/libXTFontStaticRegistryData.dylib
       0x226db5000 -        0x226db8fff  libGPUCompilerUtils.dylib (32023.155) <24E2A968-FAE1-3BD8-96F2-CDBA7EBA3EEE> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/32023/Libraries/libGPUCompilerUtils.dylib
       0x229b99000 -        0x229bd8ffb  libllvm-flatbuffers.dylib (32023.155) <579CC1D3-B844-3685-82BB-8086DC929F44> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/32023/Libraries/libllvm-flatbuffers.dylib
       0x22a803000 -        0x22a806fff  com.apple.GeoServices (1.0 - 1940.24.10.5.22) <5E71361F-D67D-38D3-A622-5F1D374D428F> /System/Library/PrivateFrameworks/GeoServicesCore.framework/Versions/A/GeoServicesCore
       0x22d93b000 -        0x22d98efff  com.apple.IO80211 (1.0 - 1) <29568B28-8ED3-33DE-9C34-9FBF2990CDF7> /System/Library/PrivateFrameworks/IO80211.framework/Versions/A/IO80211
       0x22daad000 -        0x22db8cfff  com.apple.InstalledContentLibrary (1.0 - 1.0) <26922896-2AFC-384E-8D22-C95E6334DA62> /System/Library/PrivateFrameworks/InstalledContentLibrary.framework/Versions/A/InstalledContentLibrary
       0x22ef1d000 -        0x22ef52fff  com.apple.IntelligencePlatformLibrary (55.14.4) <68D98D94-BE03-3606-9B21-F230395B50CD> /System/Library/PrivateFrameworks/IntelligencePlatformLibrary.framework/Versions/A/IntelligencePlatformLibrary
       0x22f020000 -        0x22f020fff  com.apple.audio.CoreAudio.IsolatedCoreAudioClient (1.0 - 1) <187015FE-B419-3D71-886D-388BACBFFC32> /System/Library/PrivateFrameworks/IsolatedCoreAudioClient.framework/Versions/A/IsolatedCoreAudioClient
       0x22f0ed000 -        0x22f129fff  com.apple.siri.koa (1.0 - 1) <F0B7573C-0E2E-3657-B3CE-55A018141511> /System/Library/PrivateFrameworks/Koa.framework/Versions/A/Koa
       0x22f513000 -        0x22f668fff  com.apple.LinkMetadata (1.0 - 174.100.17.0.1) <7A68F376-19BC-3756-91F0-CD82D142D2EA> /System/Library/PrivateFrameworks/LinkMetadata.framework/Versions/A/LinkMetadata
       0x22f669000 -        0x22f745fff  com.apple.LinkServices (1.0 - 174.100.17.0.1) <BA96D329-B14F-31FD-ADEE-B33EF4DA6345> /System/Library/PrivateFrameworks/LinkServices.framework/Versions/A/LinkServices
       0x22f7be000 -        0x22f801fff  com.apple.LocalAuthenticationCore (1394.100.151.0.1) <78E1D179-35E8-3D34-8CD7-3F631078CB9E> /System/Library/PrivateFrameworks/LocalAuthenticationCore.framework/Versions/A/LocalAuthenticationCore
       0x22f928000 -        0x22fec0fff  com.apple.MIL (3304.6 - 3304.6.1) <641BEC7C-2967-3CF5-825F-6DFBE06933D9> /System/Library/PrivateFrameworks/MIL.framework/Versions/A/MIL
       0x22fec1000 -        0x230008fff  com.apple.CoreML.MLAssetIO (1.0 - 3304.7.1) <DDDC1ACC-251E-329F-9DC9-DA3A07D85B99> /System/Library/PrivateFrameworks/MLAssetIO.framework/Versions/A/MLAssetIO
       0x230009000 -        0x23006cff7  com.apple.mlcompiler.runtime (3304.5.1 - 3304.5.1) <77B0DC91-0DF6-3BF1-80AB-C36FEE3DD223> /System/Library/PrivateFrameworks/MLCompilerRuntime.framework/Versions/A/MLCompilerRuntime
       0x23006d000 -        0x230088fff  com.apple.mlcompiler.services (3304.5.1 - 3304.5.1) <F3DFA6B5-6295-305D-84B1-1F0DAE6360F7> /System/Library/PrivateFrameworks/MLCompilerServices.framework/Versions/A/MLCompilerServices
       0x230c8a000 -        0x230cbdfff  com.apple.MediaAnalysisServices (1.0 - 1) <4B01E24F-E09D-3AE9-9993-FA13BB40CA38> /System/Library/PrivateFrameworks/MediaAnalysisServices.framework/Versions/A/MediaAnalysisServices
       0x2311d9000 -        0x231224fff  com.apple.MessageSecurity (1.0 - 101.100.4) <9D6433F8-0AAE-3EA8-8E7F-BCF16E352404> /System/Library/PrivateFrameworks/MessageSecurity.framework/Versions/A/MessageSecurity
       0x23509d000 -        0x2350bcfff  com.apple.accessibility.PhotosensitivityProcessing (1.0 - 1) <B51F3D83-B937-36BD-A7DD-69FA552FA6CB> /System/Library/PrivateFrameworks/PhotosensitivityProcessing.framework/Versions/A/PhotosensitivityProcessing
       0x2352bc000 -        0x2352ebffc  com.apple.PoirotSQLite (1.0 - 1) <3162A29A-C790-399F-9E62-F873C9F8767A> /System/Library/PrivateFrameworks/PoirotSQLite.framework/Versions/A/PoirotSQLite
       0x2352ec000 -        0x235346fff  com.apple.PoirotSchematizer (1.0 - 1) <1EE38841-0FD1-3DE9-9F1F-583DFAC7850B> /System/Library/PrivateFrameworks/PoirotSchematizer.framework/Versions/A/PoirotSchematizer
       0x2362a7000 -        0x2362afff7  com.apple.ReflectionInternal (1.0.0 - 22) <EABFD56A-54C6-3455-A976-D053BEB1C1F3> /System/Library/PrivateFrameworks/ReflectionInternal.framework/Versions/A/ReflectionInternal
       0x236831000 -        0x236848fff  com.apple.RuntimeInternal (1.0.0 - 22) <050F1161-476D-3D52-8B97-65FA89346889> /System/Library/PrivateFrameworks/RuntimeInternal.framework/Versions/A/RuntimeInternal
       0x236a9e000 -        0x236ad0fff  com.apple.accessibility.BrailleTranslation (1.0 - 920.9) <BCD3E579-ACA2-3636-BD31-252BB2BF43AA> /System/Library/PrivateFrameworks/ScreenReader.framework/Versions/A/Frameworks/BrailleTranslation.framework/Versions/A/BrailleTranslation
       0x236ad1000 -        0x236b35fff  com.apple.ScreenReaderOutput (10 - 920.9) <783536E1-6FA2-36B5-B9B6-2B62519718A5> /System/Library/PrivateFrameworks/ScreenReader.framework/Versions/A/Frameworks/ScreenReaderOutput.framework/Versions/A/ScreenReaderOutput
       0x2373e0000 -        0x2374aafff  com.apple.siri.SiriAnalytics (1.0 - 1) <E8C4A9EF-1785-3CD4-859F-3C4823452D9B> /System/Library/PrivateFrameworks/SiriAnalytics.framework/Versions/A/SiriAnalytics
       0x237bcb000 -        0x237c19fff  com.apple.crossdevicearbitration (1.0 - 1) <891B790F-6281-375A-A42B-373BDB14642B> /System/Library/PrivateFrameworks/SiriCrossDeviceArbitration.framework/Versions/A/SiriCrossDeviceArbitration
       0x237c1a000 -        0x237c94fff  com.apple.crossdevicearbitration.feedback (1.0 - 1) <E73E5C04-5EBB-3864-9EE0-CF166595CFDC> /System/Library/PrivateFrameworks/SiriCrossDeviceArbitrationFeedback.framework/Versions/A/SiriCrossDeviceArbitrationFeedback
       0x23a6ed000 -        0x23a6f5fff  com.apple.siri.SiriPowerInstrumentation (1 - 1.0) <A2D44DB0-4F50-3820-A1C1-71AC4DCF2E11> /System/Library/PrivateFrameworks/SiriPowerInstrumentation.framework/Versions/A/SiriPowerInstrumentation
       0x23b436000 -        0x23bd8dfff  com.apple.siri.tts.SiriTTS (1 - 1) <82D5A030-EA5A-3D32-9FE8-658C446C8506> /System/Library/PrivateFrameworks/SiriTTS.framework/Versions/A/SiriTTS
       0x23bd8e000 -        0x23bf13fff  com.apple.siri.SiriTTSService (1.0 - 1) <0A9AE222-CF88-3491-A615-DD532B2C46CA> /System/Library/PrivateFrameworks/SiriTTSService.framework/Versions/A/SiriTTSService
       0x23db11000 -        0x23db24fff  com.apple.SymptomAnalytics (1.0 - 1871.100.22) <3EBA0988-26B2-3902-8927-C99BC3FC22F3> /System/Library/PrivateFrameworks/Symptoms.framework/Versions/A/Frameworks/SymptomAnalytics.framework/Versions/A/SymptomAnalytics
       0x23ddb9000 -        0x23dde1fff  com.apple.SymptomPresentationFeed (1.0 - 1871.100.22) <9306D25E-434D-373C-8A4D-12C5FBAA551B> /System/Library/PrivateFrameworks/Symptoms.framework/Versions/A/Frameworks/SymptomPresentationFeed.framework/Versions/A/SymptomPresentationFeed
       0x23e1f5000 -        0x23e1f8fff  com.apple.tailspin.TailspinSymbolication (1.0 - 176) <5FD60C42-6754-31D0-8AFA-4D276F21D9B0> /System/Library/PrivateFrameworks/TailspinSymbolication.framework/Versions/A/TailspinSymbolication
       0x23e4f8000 -        0x23e4fffff  com.apple.TextInputUI (1.0 - 1) <20705567-3D0D-3109-90FF-59C8F72ED3B6> /System/Library/PrivateFrameworks/TextInputUI.framework/Versions/A/TextInputUI
       0x23e500000 -        0x23e513fff  com.apple.TextInputUIMac (1.0 - 1) <D570F296-32DC-3F3D-8CE5-597DF96F7814> /System/Library/PrivateFrameworks/TextInputUIMacHelper.framework/Versions/A/TextInputUIMacHelper
       0x240008000 -        0x240013fff  com.apple.TranslationUIServices (1.0 - 255.14) <9C12344C-70C8-366C-984A-57C65C3023DA> /System/Library/PrivateFrameworks/TranslationUIServices.framework/Versions/A/TranslationUIServices
       0x240d76000 -        0x240d79fff  com.apple.USDLib_FormatLoaderProxy (1.0 - 21.5.2) <0677E2C2-2957-36A1-9D9F-A51489996C38> /System/Library/PrivateFrameworks/USDLib_FormatLoaderProxy.framework/Versions/A/USDLib_FormatLoaderProxy
       0x241e16000 -        0x241e19fff  com.apple.VideoToolboxParavirtualizationSupport (31.5.5 - 31.5.5) <D133369E-F1F5-37B5-A8D4-D8ADE9A44CD7> /System/Library/PrivateFrameworks/VideoToolboxParavirtualizationSupport.framework/Versions/A/VideoToolboxParavirtualizationSupport
       0x242802000 -        0x24283ffff  com.apple.VisionCore (7.0.53 - 7.0.53) <15EB3EBD-F77E-338F-B6E7-A5D5F6103265> /System/Library/PrivateFrameworks/VisionCore.framework/Versions/A/VisionCore
       0x242840000 -        0x24292ffff  com.apple.VisionKitCore (1.0 - 3) <F9721869-5474-3FCA-B0BC-0F1339F7B59F> /System/Library/PrivateFrameworks/VisionKitCore.framework/Versions/A/VisionKitCore
       0x2438cf000 -        0x243a72fff  com.apple.WebGPU (19618 - 19618.1.15.11.9) <455358C6-AB9D-3F72-96F7-32C2758D9494> /System/Library/PrivateFrameworks/WebGPU.framework/Versions/A/WebGPU
       0x243b61000 -        0x243b96fff  com.apple.WindowManagement (175.106) <FBCBBFCD-9A7E-3F89-BCEE-23ED47536105> /System/Library/PrivateFrameworks/WindowManagement.framework/Versions/A/WindowManagement
       0x2458ad000 -        0x2458c4fff  com.apple.ZhuGeSupport (1.0 - 280.100.9) <D8C08E3F-B9F9-32D0-A513-940D245EC817> /System/Library/PrivateFrameworks/ZhuGeSupport.framework/Versions/A/ZhuGeSupport
       0x24a88e000 -        0x24a891ff3  libUTF8.dylib (99) <BD757A0B-CC67-3DA6-B97F-CB4B6991D95E> /usr/lib/i18n/libUTF8.dylib
       0x24a892000 -        0x24a899ff3  libUTF8MAC.dylib (99) <295D3C51-FCBB-368A-B069-45A19A3CB504> /usr/lib/i18n/libUTF8MAC.dylib
       0x24a8a6000 -        0x24a8a9fff  libiconv_std.dylib (99) <699AE9DE-71BB-33EF-92A8-C0BB6D5F279C> /usr/lib/i18n/libiconv_std.dylib
       0x24a8ae000 -        0x24a8b1ff3  libmapper_none.dylib (99) <9911BEDB-F877-3556-8931-0E8EE50E0716> /usr/lib/i18n/libmapper_none.dylib
       0x24a8c6000 -        0x24a8c8fff  libAXSafeCategoryBundle.dylib (3093.22) <8937E23B-AEA1-318E-881B-BDC80C557BE6> /usr/lib/libAXSafeCategoryBundle.dylib
       0x24a8ca000 -        0x24a8d1fff  libAccessibilityBaseImplementations.dylib (452.10) <6BBC56FB-5BDE-3307-A489-96F59066C845> /usr/lib/libAccessibilityBaseImplementations.dylib
       0x24a8d2000 -        0x24a96cfe7  libAppleArchive.dylib (405.100.1) <0FBD3DF9-DA65-3A88-AF95-62644E67A177> /usr/lib/libAppleArchive.dylib
       0x24aa01000 -        0x24aa04fff  libBASupport.dylib (162.100.3) <595D5B31-FAEC-358E-BD6D-D29BE4D4F87F> /usr/lib/libBASupport.dylib
       0x24aa19000 -        0x24aa24fff  libCoreEntitlements.dylib (53.100.3.0.1) <606A2712-9A59-3BD7-8993-18E16DB93854> /usr/lib/libCoreEntitlements.dylib
       0x24abb7000 -        0x24abbefff  libReverseProxyDevice.dylib (85) <5989AEC3-DEBF-3D54-B00F-D58C2EB5AFDD> /usr/lib/libReverseProxyDevice.dylib
       0x24abbf000 -        0x24abc6fff  libRosetta.dylib (318.5) <3FE71C4F-17CC-3B93-AE29-05CE7D116F1B> /usr/lib/libRosetta.dylib
       0x24ac07000 -        0x24ac12fff  libTLE.dylib (53.100.3.0.1) <CF8AF962-3A7D-3AAB-B568-15F104B2CFF1> /usr/lib/libTLE.dylib
       0x24afa3000 -        0x24b0b3fff  libcrypto.46.dylib (101) <E0E610CF-03F0-3BFE-90D9-78437395B55C> /usr/lib/libcrypto.46.dylib
       0x24bcc5000 -        0x24bcfdff7  libssl.48.dylib (101) <67B2EC23-A7AE-3823-9149-392B8458F6A3> /usr/lib/libssl.48.dylib
       0x24bf11000 -        0x24bf19ff5  libswiftFileProvider.dylib (1835.101.2) <2A1B63B6-7A98-3FE8-9757-CB2397F388AA> /usr/lib/swift/libswiftFileProvider.dylib
       0x24bfca000 -        0x24bfe5ff7  libswiftSystem.dylib (33) <B9E69BBD-CC24-3864-A9DB-6EAE6EE23B82> /usr/lib/swift/libswiftSystem.dylib
       0x24c042000 -        0x24c0adff7  libswift_Concurrency.dylib (5.10 - 5.10.0.12.5) <D6C9A750-A3E9-3AA3-9D68-E0D6B1469648> /usr/lib/swift/libswift_Concurrency.dylib
       0x24c0ed000 -        0x24c195ff7  libswift_RegexParser.dylib (5.10 - 5.10.0.12.5) <F9659498-9A32-3EAE-A550-C85533C08F05> /usr/lib/swift/libswift_RegexParser.dylib
       0x24c196000 -        0x24c238ff7  libswift_StringProcessing.dylib (5.10 - 5.10.0.12.5) <C964AAB7-7012-3AD0-AE00-A9E0DD3128E0> /usr/lib/swift/libswift_StringProcessing.dylib
       0x24c38f000 -        0x24c392fff  libsystem_darwindirectory.dylib (86.0.2) <65BED2A2-4116-32A2-B8EE-79F300EF2B4D> /usr/lib/system/libsystem_darwindirectory.dylib
       0x24c393000 -        0x24c396fff  libsystem_eligibility.dylib (47.101.3) <6C663441-D4D5-361C-ABE7-B68D7B6E5B9B> /usr/lib/system/libsystem_eligibility.dylib
       0x24c397000 -        0x24c39affb  libsystem_sanitizers.dylib (8) <F1298BA3-1CFD-3B47-B9FA-F2EF84CB7528> /usr/lib/system/libsystem_sanitizers.dylib
       0x24c4cb000 -        0x24dbaafdf  libusd_ms.dylib (21.5.2) <9780917D-986F-3A5D-A236-2FF0A624D056> /usr/lib/usd/libusd_ms.dylib
       0x32c430000 -        0x32c433fff  com.apple.TextInputUIMac.axbundle (1.0 - 258.10) <BF9EBD78-E64C-399B-92CD-F74F87137955> /System/Library/Accessibility/BundlesBase/com.apple.TextInputUIMac.axbundle/Versions/A/com.apple.TextInputUIMac
BenjaminSchaaf commented 4 months ago

@kornelski That looks like it's locking up inside one of the plugin host processes. Likely this is caused by a plugin. Getting a sample from each plugin host may help narrow it down.

kornelski commented 3 months ago

Indeed it was caused by a plugin. Killing the plugin host process un-freezes Sublime.

I think https://codeium.com was the culprit.

Thank you for your assistance.