microsoft / playwright

Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
https://playwright.dev
Apache License 2.0
65.44k stars 3.56k forks source link

[BUG] fullscreen video e2e test with segmentation fault #8395

Closed jung-han closed 1 year ago

jung-han commented 3 years ago

Context:

Code Snippet

const fullscreenTest = base.extend({
  page: async ({ page, context }, use) => {
    await page.goto(TEST_URL);
    const fullscreenButtonEl = await page.$(className.FullscreenToolbarButton); // video full screen button 

    await fullscreenButtonEl?.click();

    await use(page);
  },
});

Describe the bug

Hello! I am testing the video player E2E through the playwright/test you made. Various tests are in progress regarding the full screen state, but an error occurs when using more than two workers or when trying to terminate the full screen.

In particular, in webkit, a segmentation fault occurs and the error message is posted as it is. Can you give me any advice in this regard?

Process:               Playwright [10766]
Path:                  /Users/USER/Library/Caches/*/Playwright.app/Contents/MacOS/Playwright
Identifier:            org.webkit.Playwright
Version:               1.0 (1)
Code Type:             ARM-64 (Native)
Parent Process:        ??? [10761]
Responsible:           webstorm [1061]
User ID:               501

Date/Time:             2021-08-24 16:24:23.713 +0900
OS Version:            macOS 11.2.3 (20D91)
Report Version:        12
Anonymous UUID:        70AD3A8B-784A-AF88-3C01-BE25EE197DBD

Time Awake Since Boot: 1100 seconds

System Integrity Protection: enabled

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

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000010
Exception Note:        EXC_CORPSE_NOTIFY

Termination Signal:    Segmentation fault: 11
Termination Reason:    Namespace SIGNAL, Code 0xb
Terminating Process:   exc handler [10766]

VM Regions Near 0x10:
--> 
    __TEXT                      1024e4000-1024f0000    [   48K] r-x/r-x SM=COW  /Users/*/Library/Caches/*/Playwright.app/Contents/MacOS/Playwright

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libobjc.A.dylib                 0x00000001946ab178 objc_msgSend + 24
1   com.apple.CoreAutoLayout        0x000000019b1135c4 -[NSLayoutConstraint _layoutEngine] + 64
2   com.apple.CoreAutoLayout        0x000000019b1141e4 +[NSLayoutConstraint _addOrRemoveConstraints:activate:] + 284
3   com.apple.WebKit                0x0000000102d02548 -[WKFullScreenWindowController finishedExitFullScreenAnimation:] + 1152
4   com.apple.WebKit                0x0000000102d02d04 -[WKFullScreenWindowController windowDidExitFullScreen:] + 48
5   com.apple.CoreFoundation        0x00000001949015a8 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 28
6   com.apple.CoreFoundation        0x00000001949a27d4 ___CFXRegistrationPost_block_invoke + 52
7   com.apple.CoreFoundation        0x00000001949a2740 _CFXRegistrationPost + 440
8   com.apple.CoreFoundation        0x00000001948d0090 _CFXNotificationPost + 720
9   com.apple.Foundation            0x0000000195639650 -[NSNotificationCenter postNotificationName:object:userInfo:] + 64
10  com.apple.AppKit                0x0000000197c0952c -[NSWindow(NSFullScreen) _didExitFullScreen] + 464
11  com.apple.AppKit                0x000000019776a2b0 -[_NSWindowExitFullScreenTransitionController doAfterExitFullScreen] + 72
12  com.apple.AppKit                0x0000000197a20350 -[_NSExitFullScreenTransitionController _doAfterExitFullScreen] + 200
13  com.apple.AppKit                0x0000000197a22db8 ___NSRunLoopTimerCreateWithHandler_block_invoke + 56
14  com.apple.CoreFoundation        0x0000000194927068 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 32
15  com.apple.CoreFoundation        0x0000000194926c68 __CFRunLoopDoTimer + 1064
16  com.apple.CoreFoundation        0x00000001949266fc __CFRunLoopDoTimers + 392
17  com.apple.CoreFoundation        0x000000019490b63c __CFRunLoopRun + 1936
18  com.apple.CoreFoundation        0x000000019490a740 CFRunLoopRunSpecific + 600
19  com.apple.HIToolbox             0x000000019c42f5c4 RunCurrentEventLoopInMode + 292
20  com.apple.HIToolbox             0x000000019c42f3f4 ReceiveNextEventCommon + 688
21  com.apple.HIToolbox             0x000000019c42f124 _BlockUntilNextEventMatchingListInModeWithFilter + 76
22  com.apple.AppKit                0x00000001970e482c _DPSNextEvent + 868
23  com.apple.AppKit                0x00000001970e31ac -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1312
24  com.apple.AppKit                0x00000001970d5060 -[NSApplication run] + 600
25  com.apple.AppKit                0x00000001970a6804 NSApplicationMain + 1064
26  libdyld.dylib                   0x000000019482df34 start + 4

Thread 1:
0   libsystem_pthread.dylib         0x000000019480cd8c start_wqthread + 0

Thread 2:: Dispatch queue: NSCGSDisableUpdates
0   libsystem_kernel.dylib          0x00000001947d8d3c semaphore_timedwait_trap + 8
1   libdispatch.dylib               0x0000000194665a08 _dispatch_sema4_timedwait + 68
2   libdispatch.dylib               0x0000000194666018 _dispatch_semaphore_wait_slow + 76
3   com.apple.SkyLight              0x00000001990ec658 CGSUpdateManager::enable_updates_common() + 968
4   com.apple.SkyLight              0x00000001990ed1bc SLSReenableUpdateTokenWithSeed + 124
5   libdispatch.dylib               0x00000001946638bc _dispatch_call_block_and_release + 32
6   libdispatch.dylib               0x0000000194665420 _dispatch_client_callout + 20
7   libdispatch.dylib               0x000000019466c77c _dispatch_lane_serial_drain + 580
8   libdispatch.dylib               0x000000019466d2cc _dispatch_lane_invoke + 408
9   libdispatch.dylib               0x00000001946773fc _dispatch_workloop_worker_thread + 708
10  libsystem_pthread.dylib         0x000000019480e060 _pthread_wqthread + 276
11  libsystem_pthread.dylib         0x000000019480cd94 start_wqthread + 8

Thread 3:: Dispatch queue: com.apple.SkyLight.UpdateManager.SerialSema
0   libsystem_kernel.dylib          0x00000001947d8d24 semaphore_wait_trap + 8
1   com.apple.SkyLight              0x00000001990ec830 invocation function for block in (anonymous namespace)::InterprocessSerialSemaphore::asyncWait(void (int) block_pointer) + 40
2   libdispatch.dylib               0x00000001946638bc _dispatch_call_block_and_release + 32
3   libdispatch.dylib               0x0000000194665420 _dispatch_client_callout + 20
4   libdispatch.dylib               0x000000019466c77c _dispatch_lane_serial_drain + 580
5   libdispatch.dylib               0x000000019466d2cc _dispatch_lane_invoke + 408
6   libdispatch.dylib               0x00000001946773fc _dispatch_workloop_worker_thread + 708
7   libsystem_pthread.dylib         0x000000019480e060 _pthread_wqthread + 276
8   libsystem_pthread.dylib         0x000000019480cd94 start_wqthread + 8

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

Thread 5:: JavaScriptCore bmalloc scavenger
0   libsystem_kernel.dylib          0x00000001947dc488 __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x0000000194812568 _pthread_cond_wait + 1192
2   libc++.1.dylib                  0x000000019476c3c4 std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 100
3   com.apple.JavaScriptCore        0x000000010a15bfe4 std::__1::cv_status std::__1::condition_variable::wait_until<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > > const&) + 244
4   com.apple.JavaScriptCore        0x000000010a15be30 std::__1::cv_status std::__1::condition_variable_any::wait_until<std::__1::unique_lock<bmalloc::Mutex>, std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >(std::__1::unique_lock<bmalloc::Mutex>&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > > const&) + 108
5   com.apple.JavaScriptCore        0x000000010a15ad14 bmalloc::Scavenger::threadRunLoop() + 228
6   com.apple.JavaScriptCore        0x000000010a15aa9c bmalloc::Scavenger::threadEntryPoint(bmalloc::Scavenger*) + 12
7   com.apple.JavaScriptCore        0x000000010a15bc10 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (*)(bmalloc::Scavenger*), bmalloc::Scavenger*> >(void*) + 40
8   libsystem_pthread.dylib         0x000000019481206c _pthread_start + 320
9   libsystem_pthread.dylib         0x000000019480cda0 thread_start + 8

Thread 6:: Inspector pipe reader
0   libsystem_kernel.dylib          0x00000001947d98d0 read + 8
1   com.apple.WebKit                0x0000000102c30c5c WebKit::RemoteInspectorPipe::workerRun() + 96
2   com.apple.JavaScriptCore        0x000000010a0caf8c WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 136
3   com.apple.JavaScriptCore        0x000000010a0cd36c WTF::wtfThreadEntryPoint(void*) + 12
4   libsystem_pthread.dylib         0x000000019481206c _pthread_start + 320
5   libsystem_pthread.dylib         0x000000019480cda0 thread_start + 8

Thread 7:: com.apple.NSEventThread
0   libsystem_kernel.dylib          0x00000001947d8ce8 mach_msg_trap + 8
1   libsystem_kernel.dylib          0x00000001947d9098 mach_msg + 76
2   com.apple.CoreFoundation        0x000000019490ce98 __CFRunLoopServiceMachPort + 380
3   com.apple.CoreFoundation        0x000000019490b36c __CFRunLoopRun + 1216
4   com.apple.CoreFoundation        0x000000019490a740 CFRunLoopRunSpecific + 600
5   com.apple.AppKit                0x0000000197264864 _NSEventThread + 216
6   libsystem_pthread.dylib         0x000000019481206c _pthread_start + 320
7   libsystem_pthread.dylib         0x000000019480cda0 thread_start + 8

Thread 8:: com.apple.coreanimation.render-server
0   libsystem_kernel.dylib          0x00000001947d8ce8 mach_msg_trap + 8
1   libsystem_kernel.dylib          0x00000001947d9098 mach_msg + 76
2   com.apple.QuartzCore            0x000000019abd43e8 CA::Render::Server::server_thread(void*) + 480
3   com.apple.QuartzCore            0x000000019abd41f8 thread_fun(void*) + 32
4   libsystem_pthread.dylib         0x000000019481206c _pthread_start + 320
5   libsystem_pthread.dylib         0x000000019480cda0 thread_start + 8

Thread 9:
0   libsystem_pthread.dylib         0x000000019480cd8c start_wqthread + 0

Thread 10:
0   libsystem_pthread.dylib         0x000000019480cd8c start_wqthread + 0

Thread 11:
0   libsystem_pthread.dylib         0x000000019480cd8c start_wqthread + 0

Thread 12:
0   libsystem_pthread.dylib         0x000000019480cd8c start_wqthread + 0

Thread 13:
0   libsystem_pthread.dylib         0x000000019480cd8c start_wqthread + 0

Thread 14:: CVDisplayLink
0   libsystem_kernel.dylib          0x00000001947dc488 __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x0000000194812594 _pthread_cond_wait + 1236
2   com.apple.CoreVideo             0x000000019b21bdb0 CVDisplayLink::waitUntil(unsigned long long) + 172
3   com.apple.CoreVideo             0x000000019b21b440 CVDisplayLink::runIOThread() + 424
4   libsystem_pthread.dylib         0x000000019481206c _pthread_start + 320
5   libsystem_pthread.dylib         0x000000019480cda0 thread_start + 8

Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x000000011663a7f0   x1: 0x00000001ead03ac5   x2: 0x0000000000000001   x3: 0x0000000000000000
    x4: 0x00000000000041b7   x5: 0x0000000000000000   x6: 0x000000012775f9e0   x7: 0x0000000000000403
    x8: 0x00000001ead03000   x9: 0x00000001ead2d1c8  x10: 0x0000000103a97e60  x11: 0x000000000000001f
   x12: 0x0000000000000008  x13: 0x5000000000000000  x14: 0x000000000000000c  x15: 0x0000000000000000
   x16: 0x0000000000000000  x17: 0x00000001faa20640  x18: 0x000000014009b940  x19: 0x000000012171cf00
   x20: 0x00000001eadf69f3  x21: 0x00000001ead03ac5  x22: 0x00000001eabdacb2  x23: 0x00000001eabe72cb
   x24: 0x00000001eacef5af  x25: 0x00000001eac43426  x26: 0x6ae100016d915048  x27: 0x000000016d915058
   x28: 0x00000001faa20318   fp: 0x000000016d915030   lr: 0x000000019b1135c4
    sp: 0x000000016d915010   pc: 0x00000001946ab178 cpsr: 0x20000000
   far: 0x0000000000000010  esr: 0x92000006

Binary Images:
       0x1024e4000 -        0x1024effff +org.webkit.Playwright (1.0 - 1) <56346BE9-914A-309E-8FC8-4BB41FA503D0> /Users/USER/Library/Caches/*/Playwright.app/Contents/MacOS/Playwright
       0x10250c000 -        0x10250ffff  com.apple.WebInspectorUI (16612 - 16612.1.27) <62CEE794-B99B-346F-852D-E05EB2BE38E7> /Users/USER/Library/Caches/*/WebInspectorUI.framework/Versions/A/WebInspectorUI
       0x102768000 -        0x1027e3fff  dyld (832.7.3) <4AB185B3-DC20-3C03-A193-67C0E6C589D7> /usr/lib/dyld
       0x10286c000 -        0x1031affff  com.apple.WebKit (612+ - 612.1.27+) <0F386369-573F-30AF-82CE-A58D3A7C4F0C> /Users/USER/Library/Caches/*/WebKit.framework/Versions/A/WebKit
       0x1048e0000 -        0x104ac7fff  com.apple.WebKitLegacy (612+ - 612.1.27+) <93F755BE-1CE2-3F2A-83E2-B5675ABCB7F6> /Users/USER/Library/Caches/*/WebKitLegacy.framework/Versions/A/WebKitLegacy
       0x104e1c000 -        0x106c57fff  com.apple.WebCore (612+ - 612.1.27+) <220BD9F6-D2CC-3925-B526-CC249902B6CF> /Users/USER/Library/Caches/*/WebCore.framework/Versions/A/WebCore
       0x10940c000 -        0x109a9bfff +libwebrtc.dylib (0) <B3D9F582-F1F2-38A9-877D-A507C11C95B9> /Users/USER/Library/Caches/*/libwebrtc.dylib
       0x10a07c000 -        0x10b1b7fff  com.apple.JavaScriptCore (612+ - 612.1.27+) <C204FBE7-6857-3081-BBFA-B241761DD934> /Users/USER/Library/Caches/*/JavaScriptCore.framework/Versions/A/JavaScriptCore
       0x10bc94000 -        0x10c073fff +libANGLE-shared.dylib (0) <C3339B4F-3EFB-31B9-8D86-CA5E7F088729> /Users/USER/Library/Caches/*/libANGLE-shared.dylib
       0x1135c0000 -        0x1135cbfff  libobjc-trampolines.dylib (818.2) <45594839-80BA-3B76-8693-7DB44ED2AF09> /usr/lib/libobjc-trampolines.dylib
       0x116308000 -        0x116367fff  com.apple.AppleMetalOpenGLRenderer (1.0 - 1) <1887CA49-02D5-3775-BD8F-07E18B382A9C> /System/Library/Extensions/AppleMetalOpenGLRenderer.bundle/Contents/MacOS/AppleMetalOpenGLRenderer
       0x117a40000 -        0x117f3ffff  com.apple.AGXMetal13-3 (172.26.2 - 172.26.2) <105DD5BC-5020-34D9-AE16-7B0702808D52> /System/Library/Extensions/AGXMetal13_3.bundle/Contents/MacOS/AGXMetal13_3
       0x19456e000 -        0x19456ffff  libsystem_blocks.dylib (78) <9B6D4883-03E9-3785-851E-EA79FA64ADC1> /usr/lib/system/libsystem_blocks.dylib
       0x194570000 -        0x1945a7fff  libxpc.dylib (2038.80.3) <BD0DFD42-0DC3-3F3D-9C04-5A2B3D93794D> /usr/lib/system/libxpc.dylib
       0x1945a8000 -        0x1945bffff  libsystem_trace.dylib (1277.80.2) <4A466196-D2DD-367B-80AB-988F281EC3B8> /usr/lib/system/libsystem_trace.dylib
       0x1945c0000 -        0x194634fff  libcorecrypto.dylib (1000.80.5) <9BD8FED7-2A36-3602-A5A7-0CA87C03FB84> /usr/lib/system/libcorecrypto.dylib
       0x194635000 -        0x194660fff  libsystem_malloc.dylib (317.40.8) <21120432-52C1-34E4-BF01-623722FA3A41> /usr/lib/system/libsystem_malloc.dylib
       0x194661000 -        0x1946a4fff  libdispatch.dylib (1271.40.12) <F5BFBD55-EF70-3659-854D-9061325EB26D> /usr/lib/system/libdispatch.dylib
       0x1946a5000 -        0x1946ddfff  libobjc.A.dylib (818.2) <B03625B0-501E-3AC1-8E16-08B621120EAD> /usr/lib/libobjc.A.dylib
       0x1946de000 -        0x1946e0fff  libsystem_featureflags.dylib (28.60.1) <297CC4DD-AFA4-3BA3-B4E1-0DF47E49C21E> /usr/lib/system/libsystem_featureflags.dylib
       0x1946e1000 -        0x194761fff  libsystem_c.dylib (1439.40.11) <A7147E08-E7C0-3842-916E-F2270A689F47> /usr/lib/system/libsystem_c.dylib
       0x194762000 -        0x1947bdfff  libc++.1.dylib (904.4) <B139607F-1E80-3A8E-870D-0AC022069EA1> /usr/lib/libc++.1.dylib
       0x1947be000 -        0x1947d7fff  libc++abi.dylib (904.4) <1DD3A1C9-D765-34FB-B8C1-87BF52CE49C0> /usr/lib/libc++abi.dylib
       0x1947d8000 -        0x19480afff  libsystem_kernel.dylib (7195.81.3) <55FCA547-4877-3075-8A08-FE1620BFC682> /usr/lib/system/libsystem_kernel.dylib
       0x19480b000 -        0x194816fff  libsystem_pthread.dylib (454.80.2) <8E907E6C-C227-312E-944C-767093692AFF> /usr/lib/system/libsystem_pthread.dylib
       0x194817000 -        0x194855fff  libdyld.dylib (832.7.3) <EF759BF3-97FA-30EA-A1CA-EDECFEA726FE> /usr/lib/system/libdyld.dylib
       0x194856000 -        0x19485cfff  libsystem_platform.dylib (254.80.2) <8633A39C-10A2-3B44-93F7-617AB09FF640> /usr/lib/system/libsystem_platform.dylib
       0x19485d000 -        0x194888fff  libsystem_info.dylib (542.40.3) <4CC96CFC-7198-3F26-8C8C-20FB010CDF98> /usr/lib/system/libsystem_info.dylib
       0x194889000 -        0x194d32fff  com.apple.CoreFoundation (6.9 - 1774.101) <EA76C90A-23ED-3791-8FBC-8292916F0B16> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
       0x194d33000 -        0x194f65fff  com.apple.LaunchServices (1122.11 - 1122.11) <B79A592B-8036-3E24-AD9D-3FB4E7BE2983> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
       0x194f66000 -        0x19503efff  com.apple.gpusw.MetalTools (1.0 - 1) <ED9E3F77-4900-3B5B-978A-70AA6762DFBA> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
       0x19503f000 -        0x195299fff  libBLAS.dylib (1336.40.1) <96EAD889-D898-3884-A36C-F433DC2C64DD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
       0x19529a000 -        0x1952e4fff  com.apple.Lexicon-framework (1.0 - 86.1) <81EA9F2C-6059-322A-B336-56CD7F3AB6C2> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
       0x1952e5000 -        0x195347fff  libSparse.dylib (106) <1A70E696-43E3-3D8B-A3E1-ADB624729BF4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
       0x195348000 -        0x1953cffff  com.apple.SystemConfiguration (1.20 - 1.20) <DD6AB615-BB7B-3634-9D33-3923E5038BAA> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
       0x1953d0000 -        0x195403fff  libCRFSuite.dylib (50) <79C1501B-B0F6-341A-96CC-F4FE066E3D59> /usr/lib/libCRFSuite.dylib
       0x195404000 -        0x19562efff  libmecabra.dylib (929.1.1) <29B77781-FA91-3180-AFE8-608A355AE97E> /usr/lib/libmecabra.dylib
       0x19562f000 -        0x1959c0fff  com.apple.Foundation (6.9 - 1774.101) <8F7A0D5B-0E89-36F6-AC84-D3BEC2C44792> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
       0x1959c1000 -        0x195ab2fff  com.apple.LanguageModeling (1.0 - 247.1) <66B05273-1979-3DB2-9F68-C0E3A6CD88B1> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
       0x195ab3000 -        0x195bd5fff  com.apple.CoreDisplay (231.3 - 231.3) <55F5D4EC-8342-30A3-91BA-C8EBB2902C62> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
       0x195bd6000 -        0x195e43fff  com.apple.audio.AudioToolboxCore (1.0 - 1180.25) <2B096342-5488-35F5-A9FF-72A9D7357F56> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore
       0x195e44000 -        0x196015fff  com.apple.CoreText (677.3.0.4 - 677.3.0.4) <E2758F16-97F5-3FA7-85C2-60E23A90F471> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
       0x196016000 -        0x19663bfff  com.apple.audio.CoreAudio (5.0 - 5.0) <2A4CD49F-AB5D-3155-9889-2A388B4505DE> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
       0x19663c000 -        0x19699afff  com.apple.security (7.0 - 59754.80.3) <C76855AD-6EE4-3413-9E6E-CC450BDB20E2> /System/Library/Frameworks/Security.framework/Versions/A/Security
       0x19699b000 -        0x196c0cfff  libicucore.A.dylib (66109) <3CE58F97-7FC3-37D8-BB99-D6BECFC86DD2> /usr/lib/libicucore.A.dylib
       0x196c0d000 -        0x196c17fff  libsystem_darwin.dylib (1439.40.11) <B790A863-2D74-300E-9698-A25B5602B32F> /usr/lib/system/libsystem_darwin.dylib
       0x196c18000 -        0x196f07fff  com.apple.CoreServices.CarbonCore (1307 - 1307) <3EC22291-65E5-3EB6-9498-9A1244C90147> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
       0x196f08000 -        0x196f42fff  com.apple.CoreServicesInternal (476 - 476) <021B41C2-A5E8-37C2-9A8D-899519F02AE6> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
       0x196f43000 -        0x196f7efff  com.apple.CSStore (1122.11 - 1122.11) <52D8D7A1-4879-3488-9D39-5F2C7696EFA8> /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
       0x196f7f000 -        0x197049fff  com.apple.framework.IOKit (2.0.2 - 1845.81.1) <516911DA-18D7-3D17-8646-BBF7C75CD070> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
       0x19704a000 -        0x197055fff  libsystem_notify.dylib (279.40.4) <A7B6BDA8-5371-352E-8A36-95D46C4B07F1> /usr/lib/system/libsystem_notify.dylib
       0x197056000 -        0x1970a2fff  libsandbox.1.dylib (1441.60.4) <5A1C8805-37B5-3B78-808B-8DEF77CBBEEA> /usr/lib/libsandbox.1.dylib
       0x1970a3000 -        0x197e01fff  com.apple.AppKit (6.9 - 2022.30.122) <138DA939-08B3-3DB4-90D0-A5FF35E06BA6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
       0x197e02000 -        0x198030fff  com.apple.UIFoundation (1.0 - 727.3) <BA2FA281-9C94-3F6B-82E2-5125C0E4E9EF> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
       0x198031000 -        0x198043fff  com.apple.UniformTypeIdentifiers (633.0.2 - 633.0.2) <162DF56F-4DE4-3519-974F-87DBBE41DE6D> /System/Library/Frameworks/UniformTypeIdentifiers.framework/Versions/A/UniformTypeIdentifiers
       0x198044000 -        0x1981b2fff  com.apple.desktopservices (1.18 - 1346.3.1) <1FF1398F-F5C0-327C-8B87-CF818C47C75C> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
       0x1981b3000 -        0x1981c5fff  com.apple.metadata.SpotlightLinguistics (1.0 - 1) <DD76D125-17A7-3098-8614-B97BFA32E634> /System/Library/PrivateFrameworks/SpotlightLinguistics.framework/Versions/A/SpotlightLinguistics
       0x1981c6000 -        0x1983b9fff  com.apple.CoreDuet (1.0 - 1) <C6969C11-AC61-372C-BD49-DCF8825B88E7> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
       0x1983ba000 -        0x19846bfff  libboringssl.dylib (351.40.2) <E243B96B-1F12-300B-A7B6-CA1F47A0918A> /usr/lib/libboringssl.dylib
       0x19846c000 -        0x198b76fff  libnetwork.dylib (2288.80.2) <07EC53A0-293C-3403-8394-755AE0BDDFA4> /usr/lib/libnetwork.dylib
       0x198b77000 -        0x199004fff  com.apple.CFNetwork (1220.1 - 1220.1) <3C5F5D1E-DB7C-3027-BBB0-91E6DEA3E264> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
       0x199005000 -        0x199014fff  libsystem_networkextension.dylib (1295.80.3) <B6BD1267-BE59-3E42-B2B5-2BF13F17D02D> /usr/lib/system/libsystem_networkextension.dylib
       0x199015000 -        0x199016fff  libenergytrace.dylib (22) <C5CFEF87-BB69-3351-A0C8-9B601383A45C> /usr/lib/libenergytrace.dylib
       0x199017000 -        0x19906bfff  libMobileGestalt.dylib (978.80.1) <93C6E288-C098-357F-B8A5-3E133DF39ECE> /usr/lib/libMobileGestalt.dylib
       0x19906c000 -        0x199083fff  libsystem_asl.dylib (385) <31E28E59-1CDD-3B83-8BF0-56C675227FA2> /usr/lib/system/libsystem_asl.dylib
       0x199084000 -        0x19909dfff  com.apple.TCC (1.0 - 1) <C55FE947-0C86-3AAC-9306-9EFA7C033D07> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
       0x19909e000 -        0x199404fff  com.apple.SkyLight (1.600.0 - 570.7) <E50DF124-C72E-3349-9B99-788BF3160420> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
       0x199405000 -        0x1999f2fff  com.apple.CoreGraphics (2.0 - 1463.3.2) <EB921871-B552-3F19-B55E-BB03106F4CF0> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
       0x1999f3000 -        0x199ae8fff  com.apple.ColorSync (4.13.0 - 3473.3.1) <383BFD71-E7FA-3EA0-B8BC-8BC2452DD881> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
       0x199ae9000 -        0x199b44fff  com.apple.HIServices (1.22 - 714) <4404D4B7-FE46-33B6-919F-8A11C242CE96> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
       0x199b45000 -        0x199b81fff  libAWDSupport.dylib (949) <58511FB3-C4A2-3CE0-8CA8-F6F195D472DF> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupport.dylib
       0x199b82000 -        0x199be4fff  libprotobuf.dylib (3919) <C64DA474-70A0-3750-8A54-6BE6523DED70> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf.dylib
       0x199be5000 -        0x199bf7fff  libprotobuf-lite.dylib (3919) <ECBE815C-0532-3492-88F3-6AA638776867> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf-lite.dylib
       0x199bf8000 -        0x199c3ffff  com.apple.awd (1.0 - 949) <4EE08481-366B-3207-80B7-29AB0FB6AF7C> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/WirelessDiagnostics
       0x199c40000 -        0x199db1fff  com.apple.Montreal (1.0 - 142) <421E714F-2FC4-376B-9C8F-69DD48A94872> /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal
       0x199db2000 -        0x199e9ffff  com.apple.NLP (1.0 - 210) <3BCD977E-2522-3E6B-9E02-714505AB7306> /System/Library/PrivateFrameworks/NLP.framework/Versions/A/NLP
       0x199ea0000 -        0x19a251fff  com.apple.CoreData (120 - 1044.3) <FB78C44B-E097-3BB8-8E61-72FF74BB5921> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
       0x19a252000 -        0x19a269fff  com.apple.ProtocolBuffer (1 - 285.23.11.29.1) <38163CA8-14FF-34A9-8AE4-D7D69B8C8854> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
       0x19a26a000 -        0x19a411fff  libsqlite3.dylib (321.1) <8592B35B-9EA3-3C84-8453-9C86FB5C039C> /usr/lib/libsqlite3.dylib
       0x19a412000 -        0x19a489fff  com.apple.Accounts (113 - 113) <9E3D8FCD-16A8-3D28-A7F3-D75476C16B8C> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
       0x19a48a000 -        0x19a4a1fff  com.apple.commonutilities (8.0 - 900) <34263522-C58C-3F19-8283-8CA507F3D20B> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
       0x19a4a2000 -        0x19a526fff  com.apple.BaseBoard (526 - 526) <89622432-C593-3BF5-94EE-818870066499> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
       0x19a527000 -        0x19a577fff  com.apple.RunningBoardServices (1.0 - 505.80.1) <A450618A-7977-30E6-AA3B-05AAB841F7EA> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices
       0x19a578000 -        0x19a5ebfff  com.apple.AE (918.0.1 - 918.0.1) <7D13C9B5-D195-3E9E-B6C7-254F95A925C6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
       0x19a5ec000 -        0x19a5f3fff  libdns_services.dylib (1310.80.1) <64D4BA25-C388-3AB8-BDA8-2E81459DA46A> /usr/lib/libdns_services.dylib
       0x19a5f4000 -        0x19a5fbfff  libsystem_symptoms.dylib (1431.40.36) <0657E539-C0CE-30F8-B630-FBAE36109542> /usr/lib/system/libsystem_symptoms.dylib
       0x19a5fc000 -        0x19a758fff  com.apple.Network (1.0 - 1) <486C55B3-900C-3D09-AB0D-F99A152CFB84> /System/Library/Frameworks/Network.framework/Versions/A/Network
       0x19a759000 -        0x19a77efff  com.apple.analyticsd (1.0 - 1) <E47FE17B-2ED2-3BE2-A5AB-046DB3C02EA0> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
       0x19a77f000 -        0x19a781fff  libDiagnosticMessagesClient.dylib (112) <20AD555E-DF00-3C91-A95B-AB2AD23780AA> /usr/lib/libDiagnosticMessagesClient.dylib
       0x19a782000 -        0x19a7cdfff  com.apple.spotlight.metadata.utilities (1.0 - 2150.7.5) <5400DF7A-9249-30E9-B692-AC431C7F74D9> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
       0x19a7ce000 -        0x19a867fff  com.apple.Metadata (10.7.0 - 2150.7.5) <4B03E6F8-1568-338B-AA75-480F9D824516> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
       0x19a868000 -        0x19a86efff  com.apple.DiskArbitration (2.7 - 2.7) <7ED2211D-BA3C-37EC-BBA4-4320FBBC8A6A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
       0x19a86f000 -        0x19ab8dfff  com.apple.vImage (8.1 - 544.2) <B1B84588-8B57-3F98-9D50-AAC142DFF36E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
       0x19ab8e000 -        0x19ae40fff  com.apple.QuartzCore (1.11 - 926.8) <DD1CA6DB-763E-3C10-A626-2E187F05E96E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
       0x19ae41000 -        0x19ae83fff  libFontRegistry.dylib (309) <B7A493C8-041A-33E8-B703-C2B15800E8E0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
       0x19ae84000 -        0x19af9dfff  com.apple.coreui (2.1 - 690) <35D7762A-4F30-3C06-9561-03129131C328> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
       0x19af9e000 -        0x19b07efff  com.apple.ViewBridge (551.3 - 551.3) <A263088E-E069-3CAF-A98B-1A2BF034AD2E> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
       0x19b07f000 -        0x19b089fff  com.apple.PerformanceAnalysis (1.275 - 275) <CE3E666C-9271-36BC-9108-87959EE7DBCC> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
       0x19b08a000 -        0x19b097fff  com.apple.OpenDirectory (11.2 - 230.40.1) <C509DC91-F994-34B7-A5C5-A108E7DA5E4E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
       0x19b098000 -        0x19b0b7fff  com.apple.CFOpenDirectory (11.2 - 230.40.1) <A5449895-6129-3BDF-864B-49ACA82E3052> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
       0x19b0b8000 -        0x19b0c0fff  com.apple.CoreServices.FSEvents (1290.40.2 - 1290.40.2) <72CF142E-3792-318C-B2D6-B60C5E219312> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
       0x19b0c1000 -        0x19b0e5fff  com.apple.coreservices.SharedFileList (144 - 144) <E4152CCC-4A03-3959-B788-D7DD1ADFF8A6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
       0x19b0e6000 -        0x19b0e8fff  libapp_launch_measurement.dylib (14.1) <A5637442-ADCB-30F0-AAB4-72FA1C5E3811> /usr/lib/libapp_launch_measurement.dylib
       0x19b0e9000 -        0x19b12cfff  com.apple.CoreAutoLayout (1.0 - 21.10.1) <6026D662-F75F-3C82-8C80-F6CEBF6369BF> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/Versions/A/CoreAutoLayout
       0x19b12d000 -        0x19b218fff  libxml2.2.dylib (34.9) <E170FFEE-EB9F-3252-9B16-4A47FBAC425A> /usr/lib/libxml2.2.dylib
       0x19b219000 -        0x19b26bfff  com.apple.CoreVideo (1.8 - 408.4) <CBC1FBC1-0C8F-365D-BBBE-0A4E67907617> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
       0x19b26c000 -        0x19b26efff  com.apple.loginsupport (1.0 - 1) <232A91A0-5E9D-3D5E-8A33-FAD681F0E522> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
       0x19b26f000 -        0x19b296fff  com.apple.aps.framework (4.0 - 4.0) <A26B0BB2-195B-36FC-9BB4-0B9F961F23E5> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
       0x19b297000 -        0x19b2b6fff  com.apple.UserManagement (1.0 - 1) <91FCA944-6C2F-38BA-8ACA-D2EE30B059FF> /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement
       0x19b2b7000 -        0x19b465fff  com.apple.cloudkit.CloudKit (970 - 970) <9773F3CB-8F67-3CDB-93EA-EBE1BFD8931D> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
       0x19b466000 -        0x19b4eafff  com.apple.CloudDocs (1.0 - 726.1) <F1C78782-705A-35E4-8108-19059B10828A> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
       0x19b4eb000 -        0x19b8aefff  com.apple.CoreML (1.0 - 1) <878ED684-373E-37BA-81DF-7992D72724A7> /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML
       0x19bff2000 -        0x19c068fff  com.apple.corelocation (2420.12.16 - 2420.12.16) <EAB86025-4FDB-320C-8DB8-C5D3045C935E> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
       0x19c069000 -        0x19c07afff  libsystem_containermanager.dylib (318.80.2) <0B742EA4-AFA2-36B6-AB4B-2F8ACA7211AA> /usr/lib/system/libsystem_containermanager.dylib
       0x19c07b000 -        0x19c08cfff  com.apple.IOSurface (289.3 - 289.3) <64E3394D-C908-378C-B5CE-B89C6BE61E9F> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
       0x19c08d000 -        0x19c096fff  com.apple.IOAccelerator (439.52 - 439.52) <2995471C-4A7A-342A-B702-496519D138E2> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
       0x19c097000 -        0x19c18dfff  com.apple.Metal (244.32.7 - 244.32.7) <E8BC8E6D-4359-3A04-87CB-6F0D4F8F5C4B> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
       0x19c18e000 -        0x19c1adfff  com.apple.audio.caulk (1.0 - 70) <E99AE5AD-D1DE-39EF-98CD-D90A6318A7B5> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
       0x19c1ae000 -        0x19c2a4fff  com.apple.CoreMedia (1.0 - 2765.6.4.2) <9544A01C-6A6E-33E7-8408-A5118DEFD83C> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
       0x19c2a5000 -        0x19c3fdfff  libFontParser.dylib (305.3.0.1) <05D15A58-A965-37AB-99E1-B219E1BE7A4D> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
       0x19c3fe000 -        0x19c70dfff  com.apple.HIToolbox (2.1.1 - 1061.2) <69773C1A-17CF-3400-AC76-C1033939733F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
       0x19c70e000 -        0x19c725fff  com.apple.framework.DFRFoundation (1.0 - 265) <A8459222-E57D-35F4-8559-776156ACB9AE> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
       0x19c726000 -        0x19c729fff  com.apple.dt.XCTTargetBootstrap (1.0 - 17500) <E95F758C-2298-3CD7-AF9A-DF2C65EE70E8> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
       0x19c72a000 -        0x19c754fff  com.apple.CoreSVG (1.0 - 149) <4C650BC1-BFF9-34D2-9655-A4B31EEB3A87> /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG
       0x19c755000 -        0x19c972fff  com.apple.ImageIO (3.3.0 - 2130.3.5) <D1A2B2DB-312D-3ACF-93AA-9844E17E3F08> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
       0x19c973000 -        0x19cc93fff  com.apple.CoreImage (16.2.0 - 1130.1) <78FEE69F-A99D-3425-B458-510574A62A6E> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
       0x19cc94000 -        0x19ccebfff  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <F07355C4-C893-3534-B74E-DD5FBCBEC76C> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSCore.framework/Versions/A/MPSCore
       0x19ccec000 -        0x19ccf0fff  libsystem_configuration.dylib (1109.60.2) <AEC5E654-A5B8-343E-80B7-27D5D0D856D9> /usr/lib/system/libsystem_configuration.dylib
       0x19ccf1000 -        0x19ccf5fff  libsystem_sandbox.dylib (1441.60.4) <D7CDDE27-978E-3511-AE6F-296D901290B2> /usr/lib/system/libsystem_sandbox.dylib
       0x19ccf6000 -        0x19ccf7fff  com.apple.AggregateDictionary (1.0 - 1) <516D38F6-E0E1-36B4-AC96-E5079ECC6ED4> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
       0x19ccf8000 -        0x19ccfbfff  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <E6509790-A434-3A6A-AF9E-EA1FDBF15F6A> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
       0x19ccfc000 -        0x19ccfdfff  liblangid.dylib (136) <12979BA7-28E3-3E74-AC24-65166A921235> /usr/lib/liblangid.dylib
       0x19ccfe000 -        0x19cd8cfff  com.apple.CoreNLP (1.0 - 245.1) <92E28F08-9AB8-3B02-A889-677A716E393C> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
       0x19cd8d000 -        0x19cd94fff  com.apple.LinguisticData (1.0 - 399) <2B3E7B26-D669-38C0-9B7F-FFB2E94BC23B> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
       0x19cd95000 -        0x19d24afff  libBNNS.dylib (288.80.1) <695BEB14-BA36-3386-8C72-A219A73C9601> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
       0x19d24b000 -        0x19d2fdfff  libvDSP.dylib (760.40.6) <9FAC0A5B-0CD5-3999-815A-3C663EC71F65> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
       0x19d2fe000 -        0x19d310fff  com.apple.CoreEmoji (1.0 - 128) <0FCD33E9-8DC4-3FB1-86DC-8ECA2FA10E37> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
       0x19d311000 -        0x19d31bfff  com.apple.IOMobileFramebuffer (343.0.0 - 343.0.0) <57F4592F-D6FA-3ED9-ACEF-B1D7A7359DC1> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/Versions/A/IOMobileFramebuffer
       0x19d31c000 -        0x19d3e7fff  com.apple.framework.CoreWLAN (16.0 - 1657) <CE21D5A5-CEEA-3F7F-8DFB-DB200BC844BF> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
       0x19d3e8000 -        0x19d5e7fff  com.apple.CoreUtils (6.5 - 650.6) <768C98CD-589C-3020-B046-9945F4A79073> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
       0x19d5e8000 -        0x19d60afff  com.apple.MobileKeyBag (2.0 - 1.0) <32451B9C-8D50-39E2-ACA5-6571087CE2E3> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
       0x19d60b000 -        0x19d61afff  com.apple.AssertionServices (1.0 - 505.80.1) <61B246D7-5C18-38AC-8A21-C6117863F42A> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
       0x19d61b000 -        0x19d6a0fff  com.apple.securityfoundation (6.0 - 55240.40.4) <6D4E864F-4AAC-31AF-85AF-C308528C0F0B> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
       0x19d6a1000 -        0x19d6aafff  com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) <8981AD5E-DC12-3B54-BAC0-E9E113C4B1A0> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
       0x19d6ab000 -        0x19d6b0fff  com.apple.xpc.ServiceManagement (1.0 - 1) <7B4325ED-9CF7-3D9E-A39C-F0AE7819F0C0> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
       0x19d6b1000 -        0x19d6b3fff  libquarantine.dylib (119.40.2) <66942A5C-57B3-3524-BA49-0F2DA4A584D1> /usr/lib/system/libquarantine.dylib
       0x19d6b4000 -        0x19d6c3fff  libCheckFix.dylib (31) <05E93C9D-45F9-3758-95FD-481E5EA2D5EF> /usr/lib/libCheckFix.dylib
       0x19d6c4000 -        0x19d6dafff  libcoretls.dylib (169) <2B83641A-06E3-30E5-863E-BFE8CEC3B859> /usr/lib/libcoretls.dylib
       0x19d6db000 -        0x19d6ebfff  libbsm.0.dylib (68.40.1) <CE32C4E7-4F74-3ACC-99B8-16AFE4A23E03> /usr/lib/libbsm.0.dylib
       0x19d6ec000 -        0x19d730fff  libmecab.dylib (929.1.1) <CE0C1CA4-368D-38EE-891D-D61091F647A2> /usr/lib/libmecab.dylib
       0x19d731000 -        0x19d735fff  libgermantok.dylib (24) <585D03D1-A1E6-3956-8F81-27B564E177DC> /usr/lib/libgermantok.dylib
       0x19d736000 -        0x19d74bfff  libLinearAlgebra.dylib (1336.40.1) <774FCF6E-9563-390C-9999-EEE1EC1045D7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
       0x19d74c000 -        0x19d94ffff  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <369F0556-1E68-3ACD-970F-9BA2E7D7DE69> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
       0x19d950000 -        0x19d999fff  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <C80E83CD-2C05-3249-8E4E-D5375BD16441> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
       0x19d99a000 -        0x19dad5fff  com.apple.MLCompute (1.0 - 1) <CD7FE3D8-A588-399A-8D59-BEAD2D718392> /System/Library/Frameworks/MLCompute.framework/Versions/A/MLCompute
       0x19dad6000 -        0x19db04fff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <D1041D3B-5213-3C8A-8403-EF7C26C10E73> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
       0x19db05000 -        0x19db40fff  com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) <7FBD627B-7007-35FC-8035-1EC2453C7B3B> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
       0x19db41000 -        0x19dbcbfff  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <80EBB4E0-1EFB-39CE-97C8-550F0BE84C3A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSImage.framework/Versions/A/MPSImage
       0x19dbcc000 -        0x19dbdbfff  com.apple.AppleFSCompression (125 - 1.0) <707AA112-C043-353A-A6CE-C3FE9613B183> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
       0x19dbdc000 -        0x19dbe8fff  libbz2.1.0.dylib (44) <E7E9F4E9-8BAC-3994-A193-DDC75B11BF17> /usr/lib/libbz2.1.0.dylib
       0x19dbe9000 -        0x19dbedfff  libsystem_coreservices.dylib (127) <A9BDB37A-3E00-3FD0-AE92-7ED6FB63DD3B> /usr/lib/system/libsystem_coreservices.dylib
       0x19dbee000 -        0x19dc1efff  com.apple.CoreServices.OSServices (1122.11 - 1122.11) <251E3502-60E9-3379-864A-6AFFD40E6A1C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
       0x19dc1f000 -        0x19dd34fff  com.apple.AuthKit (1.0 - 1) <1F566084-0D88-3EE0-88FA-45B228F17B7A> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
       0x19dd69000 -        0x19dddbfff  com.apple.CoreSpotlight (1.0 - 2150.7.5) <7DC52674-DA0D-3783-A281-D3DD3A7E3B5C> /System/Library/Frameworks/CoreSpotlight.framework/Versions/A/CoreSpotlight
       0x19dddc000 -        0x19ddedfff  libz.1.dylib (76) <9005FC69-0FEF-375F-AB09-DF5CEBAD5D14> /usr/lib/libz.1.dylib
       0x19ddee000 -        0x19de1bfff  libsystem_m.dylib (3186.40.2) <8FADC1D2-0B61-34C7-9F1C-19D85CB07E16> /usr/lib/system/libsystem_m.dylib
       0x19de1c000 -        0x19de1cfff  libcharset.1.dylib (59) <F0B25393-7B06-3499-A62E-51398A22E835> /usr/lib/libcharset.1.dylib
       0x19de1d000 -        0x19de22fff  libmacho.dylib (973.4) <8146EF75-0B83-3A8D-A1DA-1D49AD62DE88> /usr/lib/system/libmacho.dylib
       0x19de23000 -        0x19de3efff  libkxld.dylib (7195.81.3) <A984A8FB-D44F-31B3-863E-A4947B3E20AE> /usr/lib/system/libkxld.dylib
       0x19de3f000 -        0x19de4cfff  libcommonCrypto.dylib (60178.40.2) <49528AE3-1376-376C-BE61-31393A50850D> /usr/lib/system/libcommonCrypto.dylib
       0x19de4d000 -        0x19de57fff  libunwind.dylib (200.10) <017E8A02-B5EA-36DB-BB73-9EDD72F1229A> /usr/lib/system/libunwind.dylib
       0x19de58000 -        0x19de5ffff  liboah.dylib (203.30) <46D9195A-40F2-3CD5-AE73-2F6EF52ECCEC> /usr/lib/liboah.dylib
       0x19de60000 -        0x19de68fff  libcopyfile.dylib (173.40.2) <B123D3D2-7B17-3A85-AFC6-37D7AD1C5E78> /usr/lib/system/libcopyfile.dylib
       0x19de69000 -        0x19de6cfff  libcompiler_rt.dylib (102.2) <EDB437BA-9775-3761-A646-58086BD12C4D> /usr/lib/system/libcompiler_rt.dylib
       0x19de6d000 -        0x19de6ffff  libsystem_collections.dylib (1439.40.11) <B252D66F-979E-3ABA-83AC-0BDED154A9A7> /usr/lib/system/libsystem_collections.dylib
       0x19de70000 -        0x19de72fff  libsystem_secinit.dylib (87.60.1) <F250D007-BE32-3C94-86DD-33598CF6D3E3> /usr/lib/system/libsystem_secinit.dylib
       0x19de73000 -        0x19de75fff  libremovefile.dylib (49.40.3) <FE46F050-5062-3117-88B2-E727C8AFABA6> /usr/lib/system/libremovefile.dylib
       0x19de76000 -        0x19de76fff  libkeymgr.dylib (31) <1EE40BB9-C661-3FB2-8409-44E93D2820DA> /usr/lib/system/libkeymgr.dylib
       0x19de77000 -        0x19de7ffff  libsystem_dnssd.dylib (1310.80.1) <7F309D4C-1FE5-3C27-8403-9F305D7D8725> /usr/lib/system/libsystem_dnssd.dylib
       0x19de80000 -        0x19de85fff  libcache.dylib (83) <C8504CA2-F42B-312F-B79D-2B1C7E64FA4D> /usr/lib/system/libcache.dylib
       0x19de86000 -        0x19de87fff  libSystem.B.dylib (1292.60.1) <CF348B98-3432-3B5A-920B-2C7AFE89000D> /usr/lib/libSystem.B.dylib
       0x19de88000 -        0x19de8bfff  libfakelink.dylib (3) <398932A6-EE2F-3C11-8255-AEB91EF9069D> /usr/lib/libfakelink.dylib
       0x19de8c000 -        0x19de8cfff  com.apple.SoftLinking (1.0 - 1) <B609E3D2-B652-38E2-A5E0-4985185E9F69> /System/Library/PrivateFrameworks/SoftLinking.framework/Versions/A/SoftLinking
       0x19de8d000 -        0x19dec7fff  libpcap.A.dylib (98.40.1) <D19BF558-C2D8-352C-8452-A2807FAC5D91> /usr/lib/libpcap.A.dylib
       0x19dec8000 -        0x19dfbafff  libiconv.2.dylib (59) <36178571-5C2D-3429-9D94-B0E956AE4B2C> /usr/lib/libiconv.2.dylib
       0x19dfbb000 -        0x19dfd0fff  libcmph.dylib (8) <65B14CE5-2B6F-3698-9BF9-39C3196A928D> /usr/lib/libcmph.dylib
       0x19dfd1000 -        0x19e041fff  libarchive.2.dylib (83.40.4) <C556EDF4-08F0-331E-8A62-9C7233BB930B> /usr/lib/libarchive.2.dylib
       0x19e042000 -        0x19e0b2fff  com.apple.SearchKit (1.4.1 - 1.4.1) <211189D3-E503-37A5-A5E6-7B02A44E08E3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
       0x19e0b3000 -        0x19e0b4fff  libThaiTokenizer.dylib (3) <3E87F039-817A-38BB-94E2-2AA93C5D5965> /usr/lib/libThaiTokenizer.dylib
       0x19e0b5000 -        0x19e0d9fff  com.apple.applesauce (1.0 - 16.26) <D616410B-2D32-3B48-A2EB-CF9CA1D8DE54> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
       0x19e0da000 -        0x19e0f0fff  libapple_nghttp2.dylib (1.41) <670949F6-4C08-36D4-B515-469A0846A4F3> /usr/lib/libapple_nghttp2.dylib
       0x19e0f1000 -        0x19e102fff  libSparseBLAS.dylib (1336.40.1) <11F539F3-F024-3D45-832A-D2B362539C0C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
       0x19e103000 -        0x19e104fff  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <30262021-FD5E-3A9A-B63F-6A615BD26B8E> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
       0x19e105000 -        0x19e109fff  libpam.2.dylib (28.40.1) <A54ADB70-CB45-3D50-893E-062B0775AECE> /usr/lib/libpam.2.dylib
       0x19e10a000 -        0x19e121fff  libcompression.dylib (96.40.6) <77DE8770-609A-3213-AB0D-FDAE0BC1313E> /usr/lib/libcompression.dylib
       0x19e122000 -        0x19e126fff  libQuadrature.dylib (7) <3CC73BE9-2FB3-3FA0-B73F-A4E9A5B5A89C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
       0x19e127000 -        0x19e5d1fff  libLAPACK.dylib (1336.40.1) <DF89839C-B788-3136-96DB-48D77F63AF4F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
       0x19e5d2000 -        0x19e623fff  com.apple.DictionaryServices (1.2 - 341) <A6CA3038-792A-3F3C-B2F1-268425A70910> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
       0x19e624000 -        0x19e63cfff  liblzma.5.dylib (16) <F96537A2-0FD4-3DA2-813C-C80F610735FA> /usr/lib/liblzma.5.dylib
       0x19e63d000 -        0x19e63efff  libcoretls_cfhelpers.dylib (169) <305BD63F-35B3-3C85-87CE-E6A9F9C6134C> /usr/lib/libcoretls_cfhelpers.dylib
       0x19e63f000 -        0x19e722fff  com.apple.APFS (1677.81.1 - 1677.81.1) <C72B80A2-0F75-3498-BF09-08808758449F> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
       0x19e723000 -        0x19e730fff  libxar.1.dylib (452) <11B97EF4-5F19-3E16-9EEF-D910A09824A1> /usr/lib/libxar.1.dylib
       0x19e731000 -        0x19e734fff  libutil.dylib (58.40.2) <9FCE657A-8B1D-335A-8867-FC00A1C0CEE9> /usr/lib/libutil.dylib
       0x19e735000 -        0x19e75efff  libxslt.1.dylib (17.3) <25248CEF-CC74-3ECF-9A57-43A3C80FCF15> /usr/lib/libxslt.1.dylib
       0x19e75f000 -        0x19e769fff  libChineseTokenizer.dylib (37) <9C23FE94-6C58-34B3-B16D-43B470BF8BC2> /usr/lib/libChineseTokenizer.dylib
       0x19e76a000 -        0x19e7defff  libvMisc.dylib (760.40.6) <7AE629F6-F842-3C88-A74F-3C48D5625F01> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
       0x19e7df000 -        0x19e870fff  libate.dylib (3.0.4) <B55E6C3B-6872-3A78-96D9-55EE0F3FF4AA> /usr/lib/libate.dylib
       0x19e871000 -        0x19e878fff  libIOReport.dylib (64) <5E77D159-7724-367D-BA5F-503C20075316> /usr/lib/libIOReport.dylib
       0x19e879000 -        0x19e8a5fff  com.apple.CrashReporterSupport (10.13 - 15047.1) <2CBB916B-5DE3-38E3-9EF2-FE363057D6C7> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
       0x19e8a6000 -        0x19e8bdfff  com.apple.AppSSOCore (1.0 - 1) <E3A2A62E-6C92-39A9-BF55-50B26A643E97> /System/Library/PrivateFrameworks/AppSSOCore.framework/Versions/A/AppSSOCore
       0x19e8be000 -        0x19e93bfff  com.apple.CVNLP (1.0 - 119) <1959676F-F56B-3033-9D9F-B8F6C0FF2F5C> /System/Library/PrivateFrameworks/CVNLP.framework/Versions/A/CVNLP
       0x19e93c000 -        0x19e959fff  com.apple.SharedWebCredentials (928.0.1 - 928.0.1) <4A404B7D-9BED-3626-8FC6-1AC5D5D00B00> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/Versions/A/SharedWebCredentials
       0x19e95a000 -        0x19e98bfff  com.apple.pluginkit.framework (1.0 - 1) <72A8F4A7-5CFD-3F2B-A743-D522966A6E5E> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
       0x19e98c000 -        0x19e993fff  libMatch.1.dylib (38) <147115B3-1E28-364B-BCED-83AE05C3C54C> /usr/lib/libMatch.1.dylib
       0x19e994000 -        0x19ea17fff  libCoreStorage.dylib (554) <D9D7B3CA-EB16-3853-8984-9713EC575DC5> /usr/lib/libCoreStorage.dylib
       0x19ea18000 -        0x19ea63fff  com.apple.AppleVAFramework (6.1.3 - 6.1.3) <B78C7AAC-CB7A-326B-97BB-F3CC524846B9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
       0x19ea64000 -        0x19ea7dfff  libexpat.1.dylib (26) <EE6B5F2B-B9BF-3593-BDA5-C5FAF849DD17> /usr/lib/libexpat.1.dylib
       0x19ea7e000 -        0x19ea87fff  libheimdal-asn1.dylib (597.80.1) <29F9E056-0AA1-3570-B16F-1F8ADA99093C> /usr/lib/libheimdal-asn1.dylib
       0x19ea88000 -        0x19ea9afff  com.apple.IconFoundation (479.3 - 479.3) <6479DFE9-D7F6-3E77-9223-ED82B0CF00A7> /System/Library/PrivateFrameworks/IconFoundation.framework/Versions/A/IconFoundation
       0x19ea9b000 -        0x19eb01fff  com.apple.IconServices (479.3 - 479.3) <4F9CE33F-3887-3E46-98A1-B885099752DC> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
       0x19eb02000 -        0x19eba5fff  com.apple.MediaExperience (1.0 - 1) <5DE9BF5C-D74E-3352-A717-F5A275852683> /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience
       0x19eba6000 -        0x19ebccfff  com.apple.persistentconnection (1.0 - 1.0) <3252899F-ED6C-3BD9-959B-06A9773F7719> /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection
       0x19ebcd000 -        0x19ebdafff  com.apple.GraphVisualizer (1.0 - 100.1) <725B4036-56E6-360F-AEBC-C4784E7A898E> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
       0x19ebdb000 -        0x19efedfff  com.apple.vision.FaceCore (4.3.2 - 4.3.2) <4CA300E2-6E7D-3858-A608-2A497C9FE229> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
       0x19efee000 -        0x19f02ffff  com.apple.OTSVG (1.0 - 677.3.0.4) <2BCF926A-7F63-382A-927D-393058EC1795> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
       0x19f030000 -        0x19f037fff  com.apple.xpc.AppServerSupport (1.0 - 2038.80.3) <A9B4EE7D-C4A9-39DB-B183-B6D99185012C> /System/Library/PrivateFrameworks/AppServerSupport.framework/Versions/A/AppServerSupport
       0x19f038000 -        0x19f046fff  libhvf.dylib (1.0 - $[CURRENT_PROJECT_VERSION]) <2C1D4983-B7F7-3447-9189-92018437127D> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
       0x19f047000 -        0x19f049fff  libspindump.dylib (295.1) <579EC8E0-21D6-39A2-A74B-726255A25AFE> /usr/lib/libspindump.dylib
       0x19f04a000 -        0x19f0fefff  com.apple.Heimdal (4.0 - 2.0) <28FD0493-0DAE-3DCA-80AC-0740244F5E11> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
       0x19f0ff000 -        0x19f119fff  com.apple.login (3.0 - 3.0) <0AF38602-6AD4-3D2B-80DA-A3D7A5EDB168> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
       0x19f11a000 -        0x19f1edfff  com.apple.corebrightness (1.0 - 1) <0E591732-3CD7-3698-90F1-6347B2FADE0A> /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness
       0x19f292000 -        0x19f2f1fff  com.apple.bom (14.0 - 233) <EF1AFFB5-372E-33C5-B564-A1F476507254> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
       0x19f2f2000 -        0x19f335fff  com.apple.AppleJPEG (1.0 - 1) <B1B863AD-63BA-33B0-BE18-6387FD751F3C> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
       0x19f336000 -        0x19f417fff  libJP2.dylib (2130.3.5) <5E432481-550D-3586-BBE9-7C343A322BA8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
       0x19f418000 -        0x19f41bfff  com.apple.WatchdogClient.framework (1.0 - 98.80.2) <9C7D6E3D-9534-32AB-B4FC-F550258067C2> /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient
       0x19f41c000 -        0x19f450fff  com.apple.MultitouchSupport.framework (4400.28 - 4400.28) <74BAC7AE-CB7B-3A72-AB21-D82011A73380> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
       0x19f451000 -        0x19f576fff  com.apple.VideoToolbox (1.0 - 2765.6.4.2) <BA33A010-65A6-33E9-9166-A53C1C248CCF> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
       0x19f577000 -        0x19f5a9fff  libAudioToolboxUtility.dylib (1180.25) <38FA690C-5AF6-30C6-93E5-C6B2FF22964E> /usr/lib/libAudioToolboxUtility.dylib
       0x19f5aa000 -        0x19f5d0fff  libPng.dylib (2130.3.5) <A057B29D-FC15-3C91-8091-961F4A80799A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
       0x19f5d1000 -        0x19f62cfff  libTIFF.dylib (2130.3.5) <945A0686-AA85-3604-8CC0-DBF5E430A051> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
       0x19f62d000 -        0x19f64bfff  com.apple.IOPresentment (54 - 37) <A7F77240-82AF-38E7-8A85-8D43AB485217> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
       0x19f64c000 -        0x19f650fff  com.apple.GPUWrangler (6.2.2 - 6.2.2) <728ADF65-CA13-361F-B5C0-81FD856C92FF> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
       0x19f651000 -        0x19f653fff  libRadiance.dylib (2130.3.5) <FA2AAEB3-DD0F-357F-A7B4-65A50BFD6152> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
       0x19f654000 -        0x19f659fff  com.apple.DSExternalDisplay (3.1 - 380) <DEAD2074-940E-35B4-B4BD-2119BF31BC0C> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
       0x19f65a000 -        0x19f67afff  libJPEG.dylib (2130.3.5) <0ED933C7-9E0B-3A4A-9645-A5FC616A9542> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
       0x19f67b000 -        0x19f6aafff  com.apple.ATSUI (1.0 - 1) <715E06A8-D92D-3623-8DD5-A4F61B3754AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI
       0x19f6ab000 -        0x19f6affff  libGIF.dylib (2130.3.5) <38BA80C8-AC81-3715-AA8F-20669B71C930> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
       0x19f6b0000 -        0x19f6b9fff  com.apple.CMCaptureCore (1.0 - 80.20.5) <C7777530-61C4-3290-9118-57BBFF30404D> /System/Library/PrivateFrameworks/CMCaptureCore.framework/Versions/A/CMCaptureCore
       0x19f6ba000 -        0x19f701fff  com.apple.print.framework.PrintCore (16 - 531) <5ED88FFD-648C-33E7-92B9-8BE3C6E55F1A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
       0x19f702000 -        0x19f7b6fff  com.apple.TextureIO (3.10.9 - 3.10.9) <D22F970B-F12B-3AF8-BE80-340E24DDD043> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
       0x19f7b7000 -        0x19f7bffff  com.apple.InternationalSupport (1.0 - 60) <F2E27864-5B4F-37DE-BB97-0C588F724906> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
       0x19f7c0000 -        0x19f834fff  com.apple.datadetectorscore (8.0 - 674) <6D657884-3C78-3877-8958-B0E25D70495B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
       0x19f835000 -        0x19f895fff  com.apple.UserActivity (435 - 435) <7DF5EB47-668F-3FEF-B39E-5EA5F4D3A31D> /System/Library/PrivateFrameworks/UserActivity.framework/Versions/A/UserActivity
       0x19f896000 -        0x19fffffff  com.apple.MediaToolbox (1.0 - 2765.6.4.2) <FF190D45-2EA1-314E-AC8F-D4D35EC9FE1D> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
       0x1a049f000 -        0x1a050dfff  com.apple.imfoundation (10.0 - 1000) <DAE90BE4-9AF6-3D0C-9674-02007EE18386> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation
       0x1a050e000 -        0x1a0535fff  com.apple.locationsupport (2420.12.16 - 2420.12.16) <44768772-F475-388B-9D5F-B194CA4405C2> /System/Library/PrivateFrameworks/LocationSupport.framework/Versions/A/LocationSupport
       0x1a0536000 -        0x1a056bfff  libSessionUtility.dylib (76.7) <305D2EF4-36DC-35A5-BD63-9A798D44EB08> /System/Library/PrivateFrameworks/AudioSession.framework/libSessionUtility.dylib
       0x1a056c000 -        0x1a0690fff  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <C1A172F1-4663-39D5-AF66-82A785E16F51> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
       0x1a0691000 -        0x1a06fafff  com.apple.audio.AudioSession (1.0 - 76.7) <705FD16D-F337-3CCA-9A2A-E021D159F280> /System/Library/PrivateFrameworks/AudioSession.framework/Versions/A/AudioSession
       0x1a06fb000 -        0x1a070dfff  libAudioStatistics.dylib (25.4) <C3497B7F-B12B-3C44-8FC4-33CE1BB7462B> /usr/lib/libAudioStatistics.dylib
       0x1a070e000 -        0x1a0721fff  com.apple.speech.synthesis.framework (9.0.51.2 - 9.0.51.2) <C1A8F94B-5D91-3D38-BE38-A15267971569> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
       0x1a0722000 -        0x1a078ffff  com.apple.ApplicationServices.ATS (377 - 516) <5B8311CC-7F67-3042-955C-020E9ADFBF5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
       0x1a0790000 -        0x1a07a8fff  libresolv.9.dylib (68) <CE79097D-0B90-3F04-9D5E-6325C235AB8D> /usr/lib/libresolv.9.dylib
       0x1a0825000 -        0x1a0851fff  com.apple.securityinterface (10.0 - 55149.40.3) <0FC18019-9B32-331E-88FB-3FF94C09EEDA> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
       0x1a086c000 -        0x1a08cffff  com.apple.CoreMediaIO (1000.0 - 5325) <D3D18669-75B2-30F1-A547-B2E0BB8CF1EA> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
       0x1a08d0000 -        0x1a09affff  libSMC.dylib (20) <E52D5859-F6F3-32C2-A149-38AE3F22EB60> /usr/lib/libSMC.dylib
       0x1a09b0000 -        0x1a0a10fff  libcups.2.dylib (494.1) <D1EEA20D-EC1E-3D67-BB31-E66ADFAD1634> /usr/lib/libcups.2.dylib
       0x1a0a11000 -        0x1a0a20fff  com.apple.LangAnalysis (1.7.0 - 254) <5970526F-E849-34C9-9046-10FFD6A8BE79> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
       0x1a0a21000 -        0x1a0a2dfff  com.apple.NetAuth (6.2 - 6.2) <DCA9EB85-E03A-311D-BE21-33F7D89D1991> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
       0x1a0a2e000 -        0x1a0a35fff  com.apple.ColorSyncLegacy (4.13.0 - 1) <A7A63E07-8710-3DFB-8871-8B7F185650EF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
       0x1a0a36000 -        0x1a0a41fff  com.apple.QD (4.0 - 416) <A4A8AAA7-6675-3573-B869-37C9D6D1F720> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
       0x1a0a42000 -        0x1a1048fff  com.apple.audio.AudioResourceArbitration (1.0 - 1) <A10ADB48-D9A7-31DF-AEEA-78B58FB252A2> /System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration
       0x1a1049000 -        0x1a1054fff  com.apple.perfdata (1.0 - 67.40.1) <FB09E56C-73D8-37A8-A3E0-78C5BC010683> /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata
       0x1a1055000 -        0x1a1063fff  libperfcheck.dylib (41) <F85B7E03-74D2-31C8-8401-A01FBEED121A> /usr/lib/libperfcheck.dylib
       0x1a1064000 -        0x1a1074fff  com.apple.Kerberos (3.0 - 1) <862CCDF8-B5F2-3EDE-B728-B62CE0F158F7> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
       0x1a1075000 -        0x1a10bdfff  com.apple.GSS (4.0 - 2.0) <F4CC9D06-2046-3621-B654-96E7575115ED> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
       0x1a10be000 -        0x1a10cdfff  com.apple.CommonAuth (4.0 - 2.0) <DEE913BB-9741-3BB8-933A-64623CBCCC70> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
       0x1a10ce000 -        0x1a10f5fff  com.apple.MobileAssets (1.0 - 659.60.1) <9D36AC26-7C15-3E65-854F-0ECD2B4F151B> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
       0x1a1122000 -        0x1a1143fff  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <AF8477E4-502D-375E-A66A-8BEB42D63FCB> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
       0x1a1144000 -        0x1a114cfff  com.apple.CorePhoneNumbers (1.0 - 1) <2A693D33-FF3E-37A1-96C9-0BF8D7EC45B9> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
       0x1a114d000 -        0x1a11defff  libTelephonyUtilDynamic.dylib (5347.1) <A8B02D3B-9CF8-3697-B53F-79DB1553D309> /usr/lib/libTelephonyUtilDynamic.dylib
       0x1a129a000 -        0x1a129afff  liblaunch.dylib (2038.80.3) <327A64BF-8C2C-303D-91E4-70A168C5D87F> /usr/lib/system/liblaunch.dylib
       0x1a15ab000 -        0x1a180afff  com.apple.NetworkExtension (1.0 - 1) <07478F7B-17DE-37CB-892C-17A9DFBA58A6> /System/Library/Frameworks/NetworkExtension.framework/Versions/A/NetworkExtension
       0x1a180b000 -        0x1a1914fff  com.apple.ids (10.0 - 1000) <37DF5E30-FE89-3836-BC25-282377764234> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
       0x1a1915000 -        0x1a1a6dfff  com.apple.idsfoundation (10.0 - 1000) <6A30DB65-D140-3F46-AD33-736538514C2B> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation
       0x1a1a6e000 -        0x1a1babfff  com.apple.Sharing (1579 - 1579) <A3F1EF00-F472-3E2B-845F-42657DA6362C> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
       0x1a1bac000 -        0x1a1ca4fff  com.apple.Bluetooth (8.0.3 - 8.0.3d9) <9202E283-D1C3-3DDE-8354-1EBAB423A34D> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
       0x1a1ca5000 -        0x1a1cb8fff  com.apple.AppContainer (4.0 - 509.60.2) <D3955505-9F58-3EBE-9AA3-FA2D131F00A8> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
       0x1a1cb9000 -        0x1a1cbcfff  com.apple.SecCodeWrapper (4.0 - 509.60.2) <A26F5624-9F29-3F2B-8A92-BDA94A7FF388> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
       0x1a1cbd000 -        0x1a1d15fff  com.apple.ProtectedCloudStorage (1.0 - 1) <E6BDE95F-D7EB-3249-BE29-B0D0A7374E5C> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
       0x1a1d16000 -        0x1a1d75fff  com.apple.QuickLookFramework (5.0 - 928.2) <370B27B8-7E0B-334F-AE2D-AE51F7843A8D> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
       0x1a1d76000 -        0x1a1d92fff  com.apple.MetalKit (147.1 - 147.1) <24F04C7A-2CAB-3FF5-B3B9-470A3B76034C> /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit
       0x1a1f97000 -        0x1a34d7fff  com.apple.GeoServices (1.0 - 1757.23.11.29.3) <4242C603-83B0-35E5-A4C1-7908771F8B72> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
       0x1a34e4000 -        0x1a350bfff  com.apple.RemoteViewServices (2.0 - 163) <1186EF9F-BB91-3C43-A59E-4E0E9609FA48> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
       0x1a350c000 -        0x1a351bfff  com.apple.SpeechRecognitionCore (6.1.12 - 6.1.12) <1B4EC5CD-3B08-3786-9B26-49CB2ABD8A5E> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
       0x1a351c000 -        0x1a3523fff  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <B667B854-E85D-349B-89C6-483624035532> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
       0x1a3524000 -        0x1a3535fff  com.apple.AppleLDAP (11.2 - 54) <7EE4DE1E-624F-3E4B-897A-C469AED9F4A4> /System/Library/PrivateFrameworks/AppleLDAP.framework/Versions/A/AppleLDAP
       0x1a3764000 -        0x1a3764fff  libsystem_product_info_filter.dylib (8.40.1) <616C96CE-226D-3719-B37F-A3FCAA32591A> /usr/lib/system/libsystem_product_info_filter.dylib
       0x1a37e7000 -        0x1a37fdfff  libnetworkextension.dylib (1295.80.3) <D37C50B2-4E4E-3ECE-8A27-F92B64E594CA> /usr/lib/libnetworkextension.dylib
       0x1a383e000 -        0x1a383efff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <62E20D57-7F67-3ECA-BB6D-809B229682B9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
       0x1a3865000 -        0x1a3865fff  com.apple.CoreServices (1122.11 - 1122.11) <197C9565-C878-3E83-9172-E45DA7DF75A2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
       0x1a3b1f000 -        0x1a3b1ffff  com.apple.Accelerate (1.11 - Accelerate 1.11) <28C41AFA-8A87-38A8-8AED-1A589F6DDB6E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
       0x1a3b63000 -        0x1a3b6ffff  com.apple.MediaAccessibility (1.0 - 130) <3BA93553-B583-31C7-AEEF-1FCA21DD96FB> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
       0x1a3b70000 -        0x1a3b8ffff  com.apple.networking.AlgosScoreFramework (1.0 - 1) <78A63D05-B5D5-3233-8016-213D12FA6968> /System/Library/PrivateFrameworks/AlgosScoreFramework.framework/Versions/A/AlgosScoreFramework
       0x1a3b90000 -        0x1a3b95fff  com.apple.AppleSRP (5.0 - 1) <B5A220E7-2443-34E1-8F27-04EB37EBF77C> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
       0x1a3b96000 -        0x1a3ba0fff  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <CD84E649-D35C-31E6-A918-87CED788BCE4> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
       0x1a400c000 -        0x1a409dfff  com.apple.AddressBook.ContactsFoundation (8.0 - 1151) <0B8CF617-60E7-34A6-A9B8-C081C0B80906> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
       0x1a409e000 -        0x1a40e8fff  com.apple.contacts.ContactsPersistence (1.0 - 3497.3) <A801FD6F-7165-3855-94E6-1B7263F37B9C> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence
       0x1a40e9000 -        0x1a4236fff  com.apple.AddressBook.core (1.0 - 2452.4) <DF265ED1-9FB6-3747-8DA9-2C45D864C5D9> /System/Library/PrivateFrameworks/AddressBookCore.framework/Versions/A/AddressBookCore
       0x1a4237000 -        0x1a4388fff  com.apple.contacts (1.0 - 3497.3) <412426A2-94EC-3073-B22A-72E1E7D0FECA> /System/Library/Frameworks/Contacts.framework/Versions/A/Contacts
       0x1a4389000 -        0x1a4398fff  com.apple.PersonaKit (1.0 - 1) <4B144ADA-63F3-33F4-86E1-D5204A20C5DB> /System/Library/PrivateFrameworks/PersonaKit.framework/Versions/A/PersonaKit
       0x1a43b4000 -        0x1a440ffff  com.apple.CoreBluetooth (1.0 - 1) <9EA4DBC8-ACFD-3538-B4CD-465533099F36> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
       0x1a4410000 -        0x1a441afff  com.apple.SymptomDiagnosticReporter (1.0 - 79.40.12) <A9372355-F59C-37D3-87CD-C55791236859> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
       0x1a441b000 -        0x1a442ffff  com.apple.PowerLog (1.0 - 1) <09280C51-F63A-3E0E-96DA-28847408B452> /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog
       0x1a4430000 -        0x1a443bfff  com.apple.AppleIDAuthSupport (1.0 - 1) <45CAFEAC-3F4F-3DCD-84EF-2AB4AE972ED2> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
       0x1a443c000 -        0x1a44f0fff  com.apple.DiscRecording (9.0.3 - 9030.4.5) <AB7E3147-57AE-3C5A-975C-594CA1D7DCDD> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
       0x1a44f1000 -        0x1a4524fff  com.apple.MediaKit (16 - 927.40.2) <E1A7958A-8385-386A-AC6D-47395CE2A889> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
       0x1a4525000 -        0x1a4605fff  com.apple.DiskManagement (14.0 - 1733.80.1) <23D64617-73D5-31A2-9D20-6BAD5914E313> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
       0x1a4606000 -        0x1a4611fff  com.apple.CoreAUC (322.2.0 - 322.2.0) <878AEBBF-00E6-340C-B91D-D3B9948B3C01> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
       0x1a4612000 -        0x1a4615fff  com.apple.Mangrove (1.0 - 25) <0246E143-39BF-3CE2-BED8-A2BFDDF8479C> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
       0x1a4616000 -        0x1a4645fff  com.apple.CoreAVCHD (6.1.0 - 6100.4.1) <AD4B5D9E-D5D3-34B3-8DCB-39B15B6CA5A5> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
       0x1a4646000 -        0x1a476efff  com.apple.FileProvider (326.3 - 326.3) <532BE590-A8EB-3008-86C9-1D1E0A70A39E> /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider
       0x1a476f000 -        0x1a4792fff  com.apple.GenerationalStorage (2.0 - 322) <2713C0EB-CE8B-3921-9663-D62F412AA76D> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
       0x1a4793000 -        0x1a47adfff  com.apple.security.octagontrust (1.0 - 1) <17677506-E22B-32BB-9732-6F132A44922C> /System/Library/PrivateFrameworks/OctagonTrust.framework/Versions/A/OctagonTrust
       0x1a4b35000 -        0x1a4c0ffff  com.apple.CoreTelephony (113 - 8183.1) <842A76F2-7EF3-35E7-BF6A-BD6F5FC8EF08> /System/Library/Frameworks/CoreTelephony.framework/Versions/A/CoreTelephony
       0x1a4c10000 -        0x1a4c1cfff  com.apple.AppSandbox (4.0 - 509.60.2) <AF63FEB2-FFA3-316E-A912-7F126C66F601> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
       0x1a4c36000 -        0x1a4de5fff  com.apple.AVFCore (1.0 - 2005.3.4.1) <DD6BE817-1421-331B-AB86-A4C947663043> /System/Library/PrivateFrameworks/AVFCore.framework/Versions/A/AVFCore
       0x1a4de6000 -        0x1a4e5ffff  com.apple.FrontBoardServices (702.3.3 - 702.3.3) <4E86C63D-856E-3849-8F98-5720B7EE6C56> /System/Library/PrivateFrameworks/FrontBoardServices.framework/Versions/A/FrontBoardServices
       0x1a4e60000 -        0x1a4e89fff  com.apple.BoardServices (1.0 - 526) <75EB189A-35FE-3337-89E3-F70F54D8DA5C> /System/Library/PrivateFrameworks/BoardServices.framework/Versions/A/BoardServices
       0x1a4e8a000 -        0x1a4ebbfff  com.apple.contacts.vCard (1.0 - 3497.3) <7641DD32-09E7-3D3D-97D5-D2CC73BFBC9E> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
       0x1a4ed1000 -        0x1a4eedfff  com.apple.ExtensionKit (19.4 - 19.4) <36D4A567-F686-3E5C-A06A-3B2A02BF1F0E> /System/Library/PrivateFrameworks/ExtensionKit.framework/Versions/A/ExtensionKit
       0x1a4eee000 -        0x1a4ef5fff  com.apple.ExtensionFoundation (19.4 - 19.4) <37BE3AE3-8D51-3352-8326-AE55CEE5CC09> /System/Library/PrivateFrameworks/ExtensionFoundation.framework/Versions/A/ExtensionFoundation
       0x1a5131000 -        0x1a516bfff  com.apple.DebugSymbols (195.1 - 195.1) <00A00401-49B1-388E-BAF7-C533C30F3809> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
       0x1a516c000 -        0x1a5223fff  com.apple.CoreSymbolication (12.2 - 64541.4) <B68FF85F-CCCD-3B25-9265-FD4176F916DE> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
       0x1a5224000 -        0x1a522dfff  com.apple.CoreTime (284) <CAD974A8-4065-3F7F-A93C-FAF109C8D86D> /System/Library/PrivateFrameworks/CoreTime.framework/Versions/A/CoreTime
       0x1a522e000 -        0x1a52a8fff  com.apple.Rapport (2.3.0 - 230.1) <F6C2D0E2-C87D-34F4-9E74-F3E266812462> /System/Library/PrivateFrameworks/Rapport.framework/Versions/A/Rapport
       0x1a5a9c000 -        0x1a5aecfff  com.apple.coreduetcontext (1.0 - 1) <1EB1734C-3654-345D-9E87-45514B33EB1B> /System/Library/PrivateFrameworks/CoreDuetContext.framework/Versions/A/CoreDuetContext
       0x1a5aed000 -        0x1a60a9fff  com.apple.Intents (1.0 - 1) <F9DFC3C8-2C50-3EE1-9F6D-94A84EBB6246> /System/Library/Frameworks/Intents.framework/Versions/A/Intents
       0x1a60aa000 -        0x1a6109fff  com.apple.framework.Apple80211 (17.0 - 1728) <574C3E0F-B738-3711-B4B0-E3C9853E4227> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
       0x1a610a000 -        0x1a6242fff  com.apple.CoreWiFi (3.0 - 341) <81120F89-4C72-39F9-803C-9E30241D8A0D> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
       0x1a6243000 -        0x1a625dfff  com.apple.BackBoardServices (1.0 - 1.0) <D15FFC25-4795-30A8-AC9D-330BBDE8CDFB> /System/Library/PrivateFrameworks/BackBoardServices.framework/Versions/A/BackBoardServices
       0x1a6476000 -        0x1a64abfff  com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) <0898AE28-01FD-3EB6-B785-C55E5F3CC514> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
       0x1a64ac000 -        0x1a64bbfff  com.apple.xpc.RemoteServiceDiscovery (1.0 - 2038.80.3) <8ECD1B89-7FC6-3979-B8E7-F1CAA450969A> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery
       0x1a64bc000 -        0x1a64d3fff  com.apple.xpc.RemoteXPC (1.0 - 2038.80.3) <B111449B-C70C-337F-A8D4-B04A0EA895C1> /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC
       0x1a64d4000 -        0x1a6516fff  com.apple.DataDetectorsNaturalLanguage (1.0 - 159.1) <4FA1B9C5-2C4E-3CF0-980B-7503FA583E38> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/Versions/A/DataDetectorsNaturalLanguage
       0x1a6517000 -        0x1a651afff  com.apple.help (1.3.8 - 71) <FC85240A-E6F2-3323-9EE1-D0A42EFD4343> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
       0x1a651b000 -        0x1a6522fff  com.apple.EFILogin (2.0 - 2) <34A36D3D-6D66-32B5-9025-601870A19AA2> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
       0x1a6523000 -        0x1a652efff  libcsfde.dylib (554) <468DD1A9-5045-3F63-A62E-9F9E6297CE39> /usr/lib/libcsfde.dylib
       0x1a6597000 -        0x1a65f6fff  com.apple.AppSupport (1.0.0 - 29) <CFCEF66C-82B2-31D7-BAC8-6B5D23750D0C> /System/Library/PrivateFrameworks/AppSupport.framework/Versions/A/AppSupport
       0x1a65f7000 -        0x1a661bfff  com.apple.AppSSO (1.0 - 1) <87317CE2-4938-3E75-84BE-5A6BE54BAF08> /System/Library/PrivateFrameworks/AppSSO.framework/Versions/A/AppSSO
       0x1a6754000 -        0x1a6754fff  com.apple.ApplicationServices (48 - 50) <D55F06B7-1294-3FF0-AD83-E68B7644A470> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
       0x1a6755000 -        0x1a675bfff  com.apple.InternationalTextSearch (1.0 - 1) <C7FB7AB7-FC0A-3850-9DCB-54242794B614> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/Versions/A/InternationalTextSearch
       0x1a675c000 -        0x1a67d3fff  com.apple.ClassKit (1.2 - 146.3.3) <FDB38975-9AE5-3D80-AA86-D3A57B07BCD6> /System/Library/Frameworks/ClassKit.framework/Versions/A/ClassKit
       0x1a67d4000 -        0x1a68f8fff  com.apple.AppleAccount (1.0 - 1.0) <38B1C4B3-545B-3950-BE75-CD2851E6E287> /System/Library/PrivateFrameworks/AppleAccount.framework/Versions/A/AppleAccount
       0x1a68f9000 -        0x1a692efff  com.apple.AppleIDSSOAuthentication (1.0 - 1) <7354BCD6-8121-308B-BD91-FF132BE59AE8> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/Versions/A/AppleIDSSOAuthentication
       0x1a692f000 -        0x1a6985fff  com.apple.CorePrediction (1.0 - 1) <E1FBC4CD-3FD8-3997-B783-85D1FB2D84B8> /System/Library/PrivateFrameworks/CorePrediction.framework/Versions/A/CorePrediction
       0x1a6a3b000 -        0x1a6a3bfff  libHeimdalProxy.dylib (79) <AA49AAC2-BB2C-30BD-A4F7-2CDAABC100BB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib
       0x1a6ae6000 -        0x1a6ae6fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <B33C2926-C5D2-304A-9CF3-74B951088416> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
       0x1a6b11000 -        0x1a6b4efff  com.apple.StreamingZip (1.0 - 1) <AA766ADE-2CD6-374F-910C-863D50EF98BB> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
       0x1a6b4f000 -        0x1a6b71fff  com.apple.DuetActivityScheduler (1.0 - 1) <CA5C3590-0613-32C9-AB7E-A4DB98AB4FF9> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/Versions/A/DuetActivityScheduler
       0x1a6b87000 -        0x1a6b94fff  com.apple.IntentsFoundation (1.0 - 1) <DEB44D1D-C554-3CEA-9E21-81AB4E707007> /System/Library/PrivateFrameworks/IntentsFoundation.framework/Versions/A/IntentsFoundation
       0x1a6b95000 -        0x1a6b9bfff  com.apple.PushKit (1.0 - 1) <BF2031EC-6442-3155-BAE0-F716E835C6A2> /System/Library/Frameworks/PushKit.framework/Versions/A/PushKit
       0x1a6b9c000 -        0x1a6bd4fff  com.apple.C2 (1.3 - 569) <7E90F20F-C802-367F-B7B3-96AB3D29C07B> /System/Library/PrivateFrameworks/C2.framework/Versions/A/C2
       0x1a6bd5000 -        0x1a6c09fff  com.apple.QuickLookThumbnailing (1.0 - 135.1) <A5A368A5-9BE8-3AFA-B49E-21E8F434E211> /System/Library/Frameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
       0x1a6c0a000 -        0x1a731dfff  com.apple.vision.EspressoFramework (1.0 - 256.2.2) <14D27D70-B58F-3CD9-9899-85F536EC0C3E> /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso
       0x1a731e000 -        0x1a7335fff  com.apple.ANEServices (4.52 - 4.52) <459A60D3-EF59-39BF-99B2-E33521EE2D0F> /System/Library/PrivateFrameworks/ANEServices.framework/Versions/A/ANEServices
       0x1a7336000 -        0x1a73a3fff  com.apple.proactive.support.ProactiveSupport (1.0 - 294.4) <A736F46A-2DEA-3D83-B4E7-17E135BDDC31> /System/Library/PrivateFrameworks/ProactiveSupport.framework/Versions/A/ProactiveSupport
       0x1a73a4000 -        0x1a73aefff  com.apple.corerecents (1.0 - 1) <11B9342D-92A1-3EC8-9039-804210BA528B> /System/Library/PrivateFrameworks/CoreRecents.framework/Versions/A/CoreRecents
       0x1a73af000 -        0x1a73e2fff  com.apple.iCalendar (7.0 - 833) <EF121141-2EB1-3506-9824-6BB71C8BD4FE> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
       0x1a73e3000 -        0x1a745afff  com.apple.CalendarFoundation (8.0 - 1178.3.1) <1125EAE8-11B7-38BA-9A74-C95EDBD886A5> /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/CalendarFoundation
       0x1a745b000 -        0x1a745dfff  com.apple.CoreDuetDebugLogging (1.0 - 1) <BCB20F53-5F73-3EB2-BFF3-16D0CA0FF4EC> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
       0x1a745e000 -        0x1a746cfff  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <707B5A8C-FFBD-31A7-9F2D-145D1F1D9A5B> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
       0x1a746d000 -        0x1a7473fff  com.apple.ASEProcessing (1.26.0 - 1.26.0) <A8188CFA-9AA0-3DE4-BCA4-BE5BBCAFF1B4> /System/Library/PrivateFrameworks/ASEProcessing.framework/Versions/A/ASEProcessing
       0x1a76e7000 -        0x1a7987fff  com.apple.spotlight.index (10.7.0 - 2150.7.5) <3D8E805D-EAFA-353C-B00F-89716BB2A156> /System/Library/PrivateFrameworks/SpotlightIndex.framework/Versions/A/SpotlightIndex
       0x1a7b24000 -        0x1a7b77fff  com.apple.CalDAV (8.0 - 795) <27FD742E-9D51-3CB0-8015-0DE3794ABFFD> /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV
       0x1a7b78000 -        0x1a7c21fff  com.apple.CoreSuggestions (1.0 - 1115.505.1) <6BD37393-D907-362C-A486-D1E812C9D3B9> /System/Library/PrivateFrameworks/CoreSuggestions.framework/Versions/A/CoreSuggestions
       0x1a7c22000 -        0x1a7db9fff  com.apple.ical.EventKit (3.0 - 1414.3.1) <8EC3B334-CAEB-3C41-8612-BF1A8A6E414C> /System/Library/Frameworks/EventKit.framework/Versions/A/EventKit
       0x1a7dba000 -        0x1a807efff  com.apple.CalendarPersistence (8.0 - 1071.3.2) <D9E41FE5-3AC1-3C29-B7AD-2021683FB296> /System/Library/PrivateFrameworks/CalendarPersistence.framework/Versions/A/CalendarPersistence
       0x1a807f000 -        0x1a80a8fff  com.apple.CalendarAgentLink (8.0 - 250) <BE262F21-B7D4-3931-BC0C-4EAE11A0964B> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink
       0x1a80a9000 -        0x1a80b4fff  com.apple.RTCReporting (11.75.2 - 11.75.2) <CCCA6431-3314-32F8-BA1E-84660E3F6028> /System/Library/PrivateFrameworks/RTCReporting.framework/Versions/A/RTCReporting
       0x1a8299000 -        0x1a829cfff  com.apple.ConstantClasses (1.0 - 1) <34ADA31A-3CC7-3E7E-A821-282ED2BFBF93> /System/Library/PrivateFrameworks/ConstantClasses.framework/Versions/A/ConstantClasses
       0x1a82b8000 -        0x1a82cefff  com.apple.CoreML.AppleNeuralEngine (1.0 - 1) <D43BE86F-34E3-3EEA-920E-68B98171ABA6> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/Versions/A/AppleNeuralEngine
       0x1a8407000 -        0x1a840afff  com.apple.Cocoa (6.11 - 23) <4FD56058-DC7C-3FDF-9305-12D435FF95AD> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
       0x1a8933000 -        0x1a8936fff  com.apple.IOSurfaceAccelerator (1.0.0 - 1.0.0) <DDB3E84C-CDF9-349B-B195-970F4FAB0D36> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/Versions/A/IOSurfaceAccelerator
       0x1a896c000 -        0x1a8d8efff  com.apple.MediaRemote (1.0 - 1) <CC26F7DC-C0D4-3D11-8AA1-1839C929C1EF> /System/Library/PrivateFrameworks/MediaRemote.framework/Versions/A/MediaRemote
       0x1a907d000 -        0x1a9084fff  com.apple.DisplayServicesFW (3.1 - 380) <1E80CB96-BD3A-30B8-8848-B2714CD63762> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
       0x1a95dd000 -        0x1a98defff  libAWDSupportFramework.dylib (3919) <061F751B-86BD-3D05-96CA-06D3D41862B2> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupportFramework.dylib
       0x1a9952000 -        0x1a9983fff  libtidy.A.dylib (18.1) <149F771A-DD10-35EA-AFA4-B62099E03325> /usr/lib/libtidy.A.dylib
       0x1a9984000 -        0x1a99a5fff  com.apple.MarkupUI (1.0 - 383.3) <057DF09E-ADB6-37CB-A6FD-CAA04853CD00> /System/Library/PrivateFrameworks/MarkupUI.framework/Versions/A/MarkupUI
       0x1a99a6000 -        0x1a99bbfff  com.apple.Engram (1.0 - 1) <2AB9DEB8-0D57-3A71-AB77-6EA99F13E66C> /System/Library/PrivateFrameworks/Engram.framework/Versions/A/Engram
       0x1a99bc000 -        0x1a99d7fff  com.apple.openscripting (1.7 - 190) <B6C36E7F-CD4C-3255-9711-EBD81498837B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
       0x1a99d8000 -        0x1a99dbfff  com.apple.securityhi (9.0 - 55008) <8DB7AEC6-9218-3104-A004-670AD87CC7D4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
       0x1a99dc000 -        0x1a99dffff  com.apple.ink.framework (10.15 - 227) <44F18750-686B-389D-A165-79EDE2202A98> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
       0x1a99e0000 -        0x1a99e3fff  com.apple.CommonPanels (1.2.6 - 101) <8AB32651-DA38-3886-BE79-80916E77BD74> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
       0x1a99e4000 -        0x1a99ebfff  com.apple.ImageCapture (1708.1 - 1708.1) <6B8C2B4D-535B-38B0-9367-CC3931E1EDD9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
       0x1aab9b000 -        0x1aac81fff  com.apple.audio.AVFAudio (1.0 - 477.11) <530BECE9-D351-333F-86AF-9B6C08DEBAF2> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
       0x1aac82000 -        0x1aad98fff  com.apple.AVFCapture (1.0 - 80.20.5) <56373D14-25A6-3F33-9951-69DDBFD70D9B> /System/Library/PrivateFrameworks/AVFCapture.framework/Versions/A/AVFCapture
       0x1aad99000 -        0x1aae2afff  com.apple.Quagga (47 - 47) <0D1D9F44-67D9-3757-A9E9-1887CA207908> /System/Library/PrivateFrameworks/Quagga.framework/Versions/A/Quagga
       0x1aae2b000 -        0x1ab074fff  com.apple.CMCapture (1.0 - 80.20.5) <D09B40A8-BA97-36CD-A48F-2ED88C478F35> /System/Library/PrivateFrameworks/CMCapture.framework/Versions/A/CMCapture
       0x1ab40c000 -        0x1ab4b9fff  com.apple.accounts.AccountsDaemon (113 - 113) <5B4D989B-0216-3254-BE61-DBEEBD066164> /System/Library/PrivateFrameworks/AccountsDaemon.framework/Versions/A/AccountsDaemon
       0x1ab4ba000 -        0x1ab4bcfff  com.apple.OAuth (25 - 25) <B7EB8864-5A86-36BE-8100-06410FBFCBB8> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
       0x1aba7c000 -        0x1abaa5fff  com.apple.CloudServices (1.0 - 460.81.1) <F778BF0E-3B6E-35FD-9C9F-2B045915EF15> /System/Library/PrivateFrameworks/CloudServices.framework/Versions/A/CloudServices
       0x1abaa6000 -        0x1abab2fff  com.apple.HID (1.0 - 1) <67BBDD4F-623A-3ADA-BF5F-D28E4BAE0F03> /System/Library/PrivateFrameworks/HID.framework/Versions/A/HID
       0x1abab3000 -        0x1abbbafff  com.apple.QuickLookUIFramework (5.0 - 928.2) <1304B521-9D83-390D-8C48-7E8B5E256B05> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
       0x1abbbb000 -        0x1abbdcfff  com.apple.IOGPU (20.23 - 20.23) <923BFDCE-0955-3645-8843-C1504513B364> /System/Library/PrivateFrameworks/IOGPU.framework/Versions/A/IOGPU
       0x1abf8d000 -        0x1ac010fff  com.apple.coredav (1.0.1 - 889) <033F6403-326C-3E75-8864-2B12EF6EE90F> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
       0x1ac011000 -        0x1ac06dfff  com.apple.ExchangeWebServices (8.0 - 814) <9C17EFE2-BA24-3078-9058-3FAB3A3D9F78> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/ExchangeWebServices
       0x1ac06e000 -        0x1ac0aafff  com.apple.MediaServices (1.0 - 1) <6075A55F-85A2-3BF5-854D-AFE86172AA2C> /System/Library/PrivateFrameworks/MediaServices.framework/Versions/A/MediaServices
       0x1ac19f000 -        0x1ac19ffff  com.apple.marco (10.0 - 1000) <8D5163B7-ECA9-3997-97EC-EEBBDC0AC0FA> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
       0x1ac39f000 -        0x1ac3dffff  com.apple.contacts.ContactsAutocomplete (1.0 - 1152.2) <3328C449-B1A9-3F23-B325-1A9B5E2CF081> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/Versions/A/ContactsAutocomplete
       0x1ac3e0000 -        0x1ac3ecfff  com.apple.KerberosHelper (4.0 - 1.0) <4E3FE30C-8D3F-35A3-9DC8-2DA9DFD2E735> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosHelper
       0x1ac3ed000 -        0x1ac431fff  com.apple.ResponseKit (1.0 - 164.1) <F9EB149E-FDD2-3AED-91E8-95D92AECB0D5> /System/Library/PrivateFrameworks/ResponseKit.framework/Versions/A/ResponseKit
       0x1ac432000 -        0x1ac454fff  com.apple.proactive.support.ProactiveEventTracker (1.0 - 294.4) <E03ED42C-2E18-36B3-B673-0FD06CA4EEC1> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/Versions/A/ProactiveEventTracker
       0x1ac85b000 -        0x1ac85efff  com.apple.OSAServicesClient (1.0 - 1) <4D366CD7-9D58-3B81-9869-596D7515E62F> /System/Library/PrivateFrameworks/OSAServicesClient.framework/Versions/A/OSAServicesClient
       0x1ac891000 -        0x1ac891fff  com.apple.PhoneNumbers (1.0 - 1) <36030D1C-96E5-3065-9B2A-9FE123EDCB6B> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
       0x1ac892000 -        0x1ac899fff  com.apple.URLFormatting (146 - 146.8) <C6423840-5444-30DC-8335-ED0B21FC6C34> /System/Library/PrivateFrameworks/URLFormatting.framework/Versions/A/URLFormatting
       0x1ac89a000 -        0x1ac8abfff  com.apple.accessibility.AXCoreUtilities (1.0 - 1) <7B9E6727-863D-3F48-9950-E10E159A95C3> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/Versions/A/AXCoreUtilities
       0x1ac8ac000 -        0x1ac8c6fff  libAccessibility.dylib (2885.15.7) <CDAEC0CC-4329-388A-8AB0-7B04C52CCE53> /usr/lib/libAccessibility.dylib
       0x1af52a000 -        0x1af54bfff  com.apple.quicklook.QuickLookSupport (1.0 - 135.1) <6870663A-BDE5-37B5-AA89-BF4FC7A65BA9> /System/Library/PrivateFrameworks/QuickLookSupport.framework/Versions/A/QuickLookSupport
       0x1af54c000 -        0x1af5dffff  com.apple.AirPlaySync (1.0 - 2765.6.4.2) <311D2667-518B-3514-B078-A81487C9FD32> /System/Library/PrivateFrameworks/AirPlaySync.framework/Versions/A/AirPlaySync
       0x1af854000 -        0x1af89cfff  com.apple.Safari.SafeBrowsing (610 - 610.4.3.1.7) <C0D7A8B9-279D-3A7D-A454-41A7F87294C4> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/Versions/A/SafariSafeBrowsing
       0x1b0411000 -        0x1b0490fff  com.apple.CorePDF (4.0 - 529) <C7E7962F-488B-39C1-ADF9-23CCB21B4BFB> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
       0x1b0491000 -        0x1b0494fff  com.apple.print.framework.Print (15 - 271) <FFD1374B-02A9-3202-A694-267C9C0B94A5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
       0x1b0495000 -        0x1b0498fff  com.apple.Carbon (160 - 164) <7DE1820C-F271-3AAD-B1CC-A04F147A8EAA> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
       0x1b059b000 -        0x1b059bfff  com.apple.avfoundation (2.0 - 2005.3.4.1) <1CA28123-FF6E-3851-B0E5-D21017474E43> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
       0x1b059c000 -        0x1b06bbfff  com.apple.AVKit (1.1 - 730.4.2) <40607A83-2C69-3581-87AB-4A6E2E219820> /System/Library/Frameworks/AVKit.framework/Versions/A/AVKit
       0x1b0726000 -        0x1b0742fff  com.apple.private.SystemPolicy (1.0 - 1) <23B4D07D-3E6D-3081-9905-10DE3C088797> /System/Library/PrivateFrameworks/SystemPolicy.framework/Versions/A/SystemPolicy
       0x1b0887000 -        0x1b08e2fff  com.apple.AccessibilitySharedSupport (1.0 - 1) <304A807D-EFC8-378D-B465-2E4477EBA5E4> /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/Versions/A/AccessibilitySharedSupport
       0x1b08e3000 -        0x1b0903fff  com.apple.sidecar-core (1.0 - 228) <CF2B6499-C430-3BE1-8A17-AA039B10669D> /System/Library/PrivateFrameworks/SidecarCore.framework/Versions/A/SidecarCore
       0x1b0904000 -        0x1b090bfff  com.apple.QuickLookNonBaseSystem (1.0 - 1) <B415DCC6-0754-3247-84E1-898284DF109E> /System/Library/PrivateFrameworks/QuickLookNonBaseSystem.framework/Versions/A/QuickLookNonBaseSystem
       0x1b090c000 -        0x1b093ffff  com.apple.datadetectors (5.0 - 423) <E5FB73A5-37B1-3E1A-BDC1-297F5A18AFD1> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
       0x1b0d4e000 -        0x1b0d52fff  com.apple.CoreOptimization (1.0 - 1) <4BAE0C7B-7465-33DD-853D-61AD51ECD81A> /System/Library/PrivateFrameworks/CoreOptimization.framework/Versions/A/CoreOptimization
       0x1b0e93000 -        0x1b0ed4fff  com.apple.NaturalLanguage (1.0 - 84) <D33AA6AF-C198-35CD-99BA-0A973A424E20> /System/Library/Frameworks/NaturalLanguage.framework/Versions/A/NaturalLanguage
       0x1b0ed5000 -        0x1b0ef0fff  com.apple.SafariServices.framework (16610 - 16610.4.3.1.7) <C3192458-FB24-33A7-AB07-C911E45D571F> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
       0x1b1093000 -        0x1b109efff  com.apple.MallocStackLogging (1.0 - 1) <285D7342-7258-3F89-9FED-6AEAC0D9635A> /System/Library/PrivateFrameworks/MallocStackLogging.framework/Versions/A/MallocStackLogging
       0x1b10b4000 -        0x1b10c6fff  libmis.dylib (274.60.2) <0B42ACC5-A5BE-3EBF-984F-284066FA04AD> /usr/lib/libmis.dylib
       0x1b10e3000 -        0x1b121afff  com.apple.CoreHandwriting (161 - 1.2) <0D870A6F-7CE9-3210-B809-F33905BD2254> /System/Library/PrivateFrameworks/CoreHandwriting.framework/Versions/A/CoreHandwriting
       0x1b121b000 -        0x1b142cfff  com.apple.imageKit (3.0 - 1100) <A2AAAF10-13F1-38E9-9790-E1B4BC8434B2> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
       0x1b142d000 -        0x1b153cfff  com.apple.PencilKit (1.0 - 1) <570DC03C-A2D9-30D2-939E-FA49708B272B> /System/Library/Frameworks/PencilKit.framework/Versions/A/PencilKit
       0x1b153d000 -        0x1b154efff  com.apple.sidecar-ui (1.0 - 228) <6493A749-A873-3464-AE2A-9406128FEF61> /System/Library/PrivateFrameworks/SidecarUI.framework/Versions/A/SidecarUI
       0x1b1b63000 -        0x1b1bbffff  com.apple.ImageCaptureCore (1708.1 - 1708.1) <AF28E5E6-2D30-30F6-B8D0-7CEACB1A1960> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
       0x1b1bc0000 -        0x1b1be6fff  com.apple.quartzfilters (1.10.0 - 98) <45B074FE-5F6B-3AC9-B904-54990AE94293> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
       0x1b2371000 -        0x1b2496fff  com.apple.AnnotationKit (1.0 - 383.3) <5CB44774-C4E6-34EF-A508-0933D095DF17> /System/Library/PrivateFrameworks/AnnotationKit.framework/Versions/A/AnnotationKit
       0x1b2497000 -        0x1b2950fff  com.apple.QuartzComposer (5.1 - 383) <2E1FCA0B-3862-3B94-9FF7-6A92AFF3545A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
       0x1b2951000 -        0x1b2a32fff  com.apple.PDFKit (1.0 - 950.20.2) <B2923A58-7642-35E1-AC03-35B29EA2EC7A> /System/Library/Frameworks/PDFKit.framework/Versions/A/PDFKit
       0x1b3765000 -        0x1b37edfff  com.apple.TextInput (1.0 - 1.0) <6AB60694-EEAF-3B9D-B16B-8FBF6608DEDC> /System/Library/PrivateFrameworks/TextInput.framework/Versions/A/TextInput
       0x1b431f000 -        0x1b432bfff  com.apple.CaptiveNetworkSupport (13.0 - 1) <A99A2A48-3AC2-3E2C-89B2-057B5911C0E6> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/Versions/A/CaptiveNetwork
       0x1b46df000 -        0x1b46f7fff  com.apple.LookupFramework (1.2 - 284) <11B451BA-DC79-3E3A-A06D-27D22330E06D> /System/Library/PrivateFrameworks/Lookup.framework/Versions/A/Lookup
       0x1b478a000 -        0x1b478dfff  com.apple.quartzframework (1.5 - 25) <73859D47-B6DB-31A7-8DE6-417E63AD4683> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
       0x1b4a38000 -        0x1b4a54fff  libCGInterfaces.dylib (544.2) <F1000120-5D8D-32B3-ADAB-141CBBB35B6D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
       0x1b6e56000 -        0x1b707ffff  com.apple.RawCamera.bundle (9.10.0 - 1430) <FA5A1CA7-374D-3F42-984E-25A6E9F803B9> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
       0x1b7123000 -        0x1b7198fff  com.apple.ShareKit (665 - 665) <AE45FA21-60B9-3458-B11C-AF6270141AC0> /System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/ShareKit
       0x1bb0e1000 -        0x1bb12bfff  com.apple.osanalytics.OSAnalytics (1.0 - 1) <CBCD81F5-C11F-3FB4-8F9F-B5BD5470D1D0> /System/Library/PrivateFrameworks/OSAnalytics.framework/Versions/A/OSAnalytics
       0x1bdca0000 -        0x1bdca7fff  com.apple.PIP (1.0 - 109) <B25B7777-F433-38FB-A629-1F4B5E1F8ED5> /System/Library/PrivateFrameworks/PIP.framework/Versions/A/PIP
       0x1c4d44000 -        0x1c4dd6fff  com.apple.Symbolication (12.2 - 64541.7.1) <BA1B369E-A52A-30E9-B7C7-26280C7245E4> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
       0x1d0a0b000 -        0x1d0a2dfff  libKoreanConverter.dylib (90) <D94C618F-753B-3ECB-9466-BD5CBA3F4B9D> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
       0x1d4e20000 -        0x1d4e24fff  libmetal_timestamp.dylib (31001.161) <3D565558-80F6-3D4C-92B5-EE70977BB299> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/31001/Libraries/libmetal_timestamp.dylib
       0x1d7079000 -        0x1d707ffff  libCoreFSCache.dylib (177.22) <7EA6D9B5-8169-3A45-9C5D-4A3635A2DBB8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
       0x1d7080000 -        0x1d7085fff  libCoreVMClient.dylib (177.22) <D1D20348-4C98-3F99-8458-3AD7C5238077> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
       0x1d7086000 -        0x1d7095fff  com.apple.opengl (18.1.1 - 18.1.1) <3172E66B-6B24-3178-8E0C-90D49EBD5C24> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
       0x1d7096000 -        0x1d7098fff  libCVMSPluginSupport.dylib (18.1.1) <9C3EFC40-CAA1-3209-ADFA-2036B6591FB5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
       0x1d7099000 -        0x1d70a1fff  libGFXShared.dylib (18.1.1) <CA46B0D2-D452-3B82-AA60-0D43F11A05F0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
       0x1d70a2000 -        0x1d70dafff  libGLImage.dylib (18.1.1) <4C2A14D7-2F00-3B57-A550-5B3612736E3E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
       0x1d70db000 -        0x1d7113fff  libGLU.dylib (18.1.1) <C8FA8DD5-E4EF-387F-9938-BD1BD48562E8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
       0x1d7114000 -        0x1d7282fff  libGLProgrammability.dylib (18.1.1) <6F424D34-6D07-33AF-8356-7036A4BA7682> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
       0x1d7283000 -        0x1d728dfff  libGL.dylib (18.1.1) <61A850FD-1E85-3439-AE83-6BC7B4AEC882> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
       0x1d728e000 -        0x1d73f7fff  GLEngine (18.1.1) <A539502C-3D57-345B-8BDB-3B7CDDD16246> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
       0x1d73f8000 -        0x1d741dfff  GLRendererFloat (18.1.1) <713D7CE5-C67B-33BE-9615-88378F22DEEC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
       0x1d741e000 -        0x1d747dfff  com.apple.opencl (4.5 - 4.5) <78A42E39-5CE3-3777-A62F-D76F6B23415A> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
       0x1e5898000 -        0x1e589ffff  libRosetta.dylib (203.30) <46D9195A-40F2-3CD5-AE73-2F6EF52ECCEC> /usr/lib/libRosetta.dylib

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

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

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               384K        3 
Activity Tracing                   256K        1 
CG backing stores                 5760K        6 
CG image                           256K       11 
CoreAnimation                      272K       12 
CoreGraphics                        48K        3 
CoreUI image data                 1888K       15 
Dispatch continuations            64.0M        1 
Foundation                          16K        1 
Image IO                            16K        1 
JS JIT generated code            512.0M        3 
Kernel Alloc Once                   32K        1 
MALLOC                           154.3M       48 
MALLOC guard page                  192K       10 
MALLOC_MEDIUM (reserved)         840.0M        7         reserved VM address space (unallocated)
STACK GUARD                       56.2M       15 
Stack                             15.9M       15 
VM_ALLOCATE                       15.2M       29 
WebKit Malloc                    139.6M       24 
__AUTH                             971K      253 
__AUTH_CONST                      14.9M      441 
__CTF                               759        1 
__DATA                            9368K      443 
__DATA_CONST                      19.1M      448 
__DATA_DIRTY                      1751K      212 
__FONT_DATA                          4K        1 
__GLSLBUILTINS                    5176K        1 
__LINKEDIT                       563.1M       19 
__OBJC_CONST                      3171K      248 
__OBJC_RO                         64.5M        1 
__OBJC_RW                         2544K        1 
__TEXT                           378.2M      470 
__UNICODE                          588K        1 
mapped file                      442.4M       26 
shared memory                       64K        4 
===========                     =======  ======= 
TOTAL                              3.2G     2776 
TOTAL, minus reserved VM space     2.4G     2776 

Model: MacBookPro17,1, BootROM 6723.81.1, proc 8:4:4 processors, 16 GB, SMC 
Graphics: kHW_AppleM1Item, Apple M1, spdisplays_builtin
Memory Module: lp_ddr4
AirPort: spairport_wireless_card_type_airport_extreme, wl0: Dec 31 2020 21:39:03 version 18.20.222.20.7.8.104 FWID 01-1b2645bc
Bluetooth: Version 8.0.3d9, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
USB Device: USB 3.1 Bus
USB Device: USB 3.1 Bus
USB Device: Hub
USB Device: USB2.0 Hub
USB Device: AirPod Case
USB Device: REALFORCE 87 US
USB Device: Composite Device
Thunderbolt Bus: MacBook Pro, Apple Inc.
Thunderbolt Bus: MacBook Pro, Apple Inc.
jung-han commented 3 years ago

In relation to that, in the case of webkit, when fullscreen is fullscreen in the head test, it becomes a black screen.

pavelfeldman commented 1 year ago

Why was this issue closed?

We are prioritizing the bugs based on the upvotes, recency and our ability to act. It looks like this issue only has a handful of upvotes, has not been touched recently and/or we lack sufficient feedback to act on it. We are closing issues like this one to keep our bug database maintainable. Please feel free to open a new issue and link this one to it if you think this is a mistake.