Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Window server crash on wake when window opacity was changed on Catalina #277

Closed
dominiklohmann opened this issue Oct 9, 2019 · 22 comments
Closed
Labels
bug Something isn't working can't fix Issues are unsolvable external Code outside our control

Comments

@dominiklohmann
Copy link
Collaborator

dominiklohmann commented Oct 9, 2019

Bug Report

There is a crash happening in CGXSetWindowListAlpha on 10.15. It appears to happen on wake if a windows opacity was previously changed, and has been previously discussed as part of #22.

For now it is recommended to add yabai -m config window_opacity_duration 0.0 to your configuration file.

Click to expand crash log
Process:               WindowServer [240]
Path:                  /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/Resources/WindowServer
Identifier:            WindowServer
Version:               600.00 (440.7.10)
Code Type:             X86-64 (Native)
Parent Process:        launchd [1]
Responsible:           WindowServer [240]
User ID:               88

Date/Time:             2019-10-09 09:16:15.167 +0200
OS Version:            Mac OS X 10.15 (19A582a)
Report Version:        12
Bridge OS Version:     4.0 (17P50571a)
Anonymous UUID:        7754B96D-2B03-57AE-9A3B-249F859121FE

Sleep/Wake UUID:       446F2562-4E7A-4C9A-A35F-587727A2F664

Time Awake Since Boot: 36000 seconds
Time Since Wake:       700 seconds

System Integrity Protection: disabled

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 [240]

VM Regions Near 0x10:
--> 
    __TEXT                 00000001088cc000-00000001088ce000 [    8K] r-x/r-x SM=COW  /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/Resources/WindowServer

Application Specific Information:
StartTime:2019-10-08 12:24:33
GPU:IG&AMD
MetalDevice for accelerator(0x4703): 0x7fad76509c78 (MTLDevice: 0x108bd4000)
MetalDevice for accelerator(0x4c27): 0x7fad74d208f8 (MTLDevice: 0x115d95000)
IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEG0@1/IOPP/GFX0@0/ATY,Palena@3/AMDFramebufferVIB
IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEG0@1/IOPP/GFX0@0/ATY,Palena@0/AMDFramebufferVIB

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   com.apple.SkyLight            	0x00007fff6331b03c __fadeFinished_block_invoke + 20
1   com.apple.SkyLight            	0x00007fff6331a6c9 fadeFinished + 139
2   com.apple.SkyLight            	0x00007fff6332165d CGXSetWindowListAlpha + 58
3   com.apple.SkyLight            	0x00007fff634be14a _XSetWindowListAlpha + 169
4   com.apple.SkyLight            	0x00007fff633149d6 invocation function for block in connectionHandler(unsigned int, mach_msg_header_t*, void*) + 346
5   com.apple.SkyLight            	0x00007fff63314839 invocation function for block in connectionHandler(unsigned int, mach_msg_header_t*, void*) + 79
6   com.apple.SkyLight            	0x00007fff6344e822 CGXHandleMessage + 139
7   com.apple.SkyLight            	0x00007fff633126d9 connectionHandler(unsigned int, mach_msg_header_t*, void*) + 216
8   com.apple.SkyLight            	0x00007fff6349726a post_port_data + 255
9   com.apple.SkyLight            	0x00007fff63496ed2 CGXRunOneServicesPass + 1730
10  com.apple.SkyLight            	0x00007fff634978e5 server_loop + 91
11  com.apple.SkyLight            	0x00007fff63497883 SLXServer + 1470
12  WindowServer                  	0x00000001088cd336 0x1088cc000 + 4918
13  libdyld.dylib                 	0x00007fff6c577405 start + 1

Thread 1:: Dispatch queue: com.apple.VirtualDisplayListener
0   libsystem_kernel.dylib        	0x00007fff6c6c0146 mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6c6c06ac mach_msg + 60
2   libsystem_kernel.dylib        	0x00007fff6c6c79fa mach_msg_server_once + 270
3   com.apple.CoreDisplay         	0x00007fff352354a1 -[VirtualDisplayListener rx] + 77
4   libdispatch.dylib             	0x00007fff6c526553 _dispatch_call_block_and_release + 12
5   libdispatch.dylib             	0x00007fff6c5274de _dispatch_client_callout + 8
6   libdispatch.dylib             	0x00007fff6c52ca9e _dispatch_lane_serial_drain + 597
7   libdispatch.dylib             	0x00007fff6c52d422 _dispatch_lane_invoke + 363
8   libdispatch.dylib             	0x00007fff6c536aa1 _dispatch_workloop_worker_thread + 598
9   libsystem_pthread.dylib       	0x00007fff6c780763 _pthread_wqthread + 290
10  libsystem_pthread.dylib       	0x00007fff6c7805c3 start_wqthread + 15

Thread 2:: com.apple.coreanimation.render-server
0   libsystem_kernel.dylib        	0x00007fff6c6c0146 mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6c6c06ac mach_msg + 60
2   com.apple.QuartzCore          	0x00007fff40bb68da CA::Render::Server::server_thread(void*) + 958
3   com.apple.QuartzCore          	0x00007fff40bb6515 thread_fun(void*) + 25
4   libsystem_pthread.dylib       	0x00007fff6c783d76 _pthread_start + 125
5   libsystem_pthread.dylib       	0x00007fff6c7805d7 thread_start + 15

Thread 3:
0   libsystem_kernel.dylib        	0x00007fff6c6c0146 mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6c6c06ac mach_msg + 60
2   com.apple.CoreDisplay         	0x00007fff352f8621 CoreDisplay::Mach::Server::Start() + 147
3   com.apple.CoreDisplay         	0x00007fff352f8789 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 (CoreDisplay::Mach::Server::*)(), CoreDisplay::Mach::Server*> >(void*) + 59
4   libsystem_pthread.dylib       	0x00007fff6c783d76 _pthread_start + 125
5   libsystem_pthread.dylib       	0x00007fff6c7805d7 thread_start + 15

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

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

Thread 6:
0   libsystem_kernel.dylib        	0x00007fff6c6c019a semaphore_timedwait_trap + 10
1   libdispatch.dylib             	0x00007fff6c5279eb _dispatch_sema4_timedwait + 76
2   libdispatch.dylib             	0x00007fff6c527e12 _dispatch_semaphore_wait_slow + 58
3   libdispatch.dylib             	0x00007fff6c535645 _dispatch_worker_thread + 318
4   libsystem_pthread.dylib       	0x00007fff6c783d76 _pthread_start + 125
5   libsystem_pthread.dylib       	0x00007fff6c7805d7 thread_start + 15

Thread 7:
0   libsystem_kernel.dylib        	0x00007fff6c6c019a semaphore_timedwait_trap + 10
1   libdispatch.dylib             	0x00007fff6c5279eb _dispatch_sema4_timedwait + 76
2   libdispatch.dylib             	0x00007fff6c527e12 _dispatch_semaphore_wait_slow + 58
3   libdispatch.dylib             	0x00007fff6c535645 _dispatch_worker_thread + 318
4   libsystem_pthread.dylib       	0x00007fff6c783d76 _pthread_start + 125
5   libsystem_pthread.dylib       	0x00007fff6c7805d7 thread_start + 15

Thread 8:
0   libsystem_kernel.dylib        	0x00007fff6c6c019a semaphore_timedwait_trap + 10
1   libdispatch.dylib             	0x00007fff6c5279eb _dispatch_sema4_timedwait + 76
2   libdispatch.dylib             	0x00007fff6c527e12 _dispatch_semaphore_wait_slow + 58
3   libdispatch.dylib             	0x00007fff6c535645 _dispatch_worker_thread + 318
4   libsystem_pthread.dylib       	0x00007fff6c783d76 _pthread_start + 125
5   libsystem_pthread.dylib       	0x00007fff6c7805d7 thread_start + 15

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

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x00007fff6331b028  rbx: 0x0000000000000000  rcx: 0x00007fff980908c8  rdx: 0x0000000000000000
  rdi: 0x0000000000000000  rsi: 0x00007fad79b3ca00  rbp: 0x00007ffee731b280  rsp: 0x00007ffee731b270
   r8: 0x000007fad765e67e   r9: 0x0000000000000005  r10: 0x00007fad76500000  r11: 0x00007fad7652a8c0
  r12: 0x00007fad79b3ca00  r13: 0x00007ffee731b450  r14: 0x00007ffee731b290  r15: 0x00007fad766a36f0
  rip: 0x00007fff6331b03c  rfl: 0x0000000000010206  cr2: 0x0000000000000010
  
Logical CPU:     0
Error Code:      0x00000004 (no mapping for user data write)
Trap Number:     14


Binary Images:
       0x1088cc000 -        0x1088cdff3  WindowServer (600.00 - 440.7.10) <ABC39460-925E-3385-9187-93B498C0FD87> /System/Library/PrivateFrameworks/SkyLight.framework/Resources/WindowServer
       0x108b85000 -        0x108b85fff  com.apple.driver.IOAccelerator2D (438.1.23 - 438.1.23) <EBC8A333-35CC-32CC-92FD-D459ABF1B21B> /System/Library/Extensions/IOAccelerator2D.plugin/Contents/MacOS/IOAccelerator2D
       0x115f7f000 -        0x115f97ff7  TouchBarEvent.bundle (244.3) <0F949CEB-BC3B-3F29-BE8D-3F0A1D2B2C9F> /System/Library/CoreServices/TouchBarEvent.bundle
       0x115fc1000 -        0x11604f93f  dyld (732.8) <18397929-ECD7-3802-BE7B-6A8425827C98> /usr/lib/dyld
       0x1b28cf000 -        0x1b28d2047  libobjc-trampolines.dylib (779.1) <AB0E4FA0-52B9-349A-8DA4-3D550C59B524> /usr/lib/libobjc-trampolines.dylib
       0x1b2cf3000 -        0x1b2db9ff7  com.apple.AMDRadeonX4000GLDriver (3.0.68 - 3.0.0) <AE8DCCEC-99CF-3F2B-81BA-63CE421CF025> /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/AMDRadeonX4000GLDriver
       0x1b53f2000 -        0x1b5404fff  com.apple.iokit.IOHIDLib (2.0.0 - 2.0.0) <7187CF32-72F7-36E9-ABB7-3B8D4AA3516B> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib
    0x7fff28b71000 -     0x7fff28c8cffe  com.apple.AMDMTLBronzeDriver (3.0.68 - 3.0.0) <51F036F5-0D1E-3FA4-9628-031067091AD2> /System/Library/Extensions/AMDMTLBronzeDriver.bundle/Contents/MacOS/AMDMTLBronzeDriver
    0x7fff28c8d000 -     0x7fff2962dff7  ATIRadeonX4000SCLib.dylib (3.0.68) <37A896F3-3EDA-3794-AF62-1E67570AE3E3> /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/ATIRadeonX4000SCLib.dylib
    0x7fff2d2b0000 -     0x7fff2e0d8ff7  com.apple.driver.AppleIntelKBLGraphicsGLDriver (14.0.69 - 14.0.0) <A551E607-FC64-31D4-A1C4-CC26185EAB39> /System/Library/Extensions/AppleIntelKBLGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelKBLGraphicsGLDriver
    0x7fff2e0d9000 -     0x7fff2e4acff6  com.apple.driver.AppleIntelKBLGraphicsMTLDriver (14.0.69 - 14.0.0) <CEEA570B-04CC-3309-A28F-DD13F090F79E> /System/Library/Extensions/AppleIntelKBLGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelKBLGraphicsMTLDriver
    0x7fff3112c000 -     0x7fff3112cfff  com.apple.Accelerate (1.11 - Accelerate 1.11) <956D070C-B522-3A08-891A-CAD6BA4082D1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff31144000 -     0x7fff317affdf  com.apple.vImage (8.1 - 524.2) <45A48EA9-49AA-33A0-B830-AF754BD01009> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff317b0000 -     0x7fff31a18fff  libBLAS.dylib (1303) <112B19CC-925A-3E28-8B32-2002D30A37FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff31a19000 -     0x7fff31d08fdf  libBNNS.dylib (144.11.2) <726C490D-8BDB-3488-9B5A-531F15E42259> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff31d0a000 -     0x7fff320affff  libLAPACK.dylib (1303) <5C248B39-F233-3074-A3A5-AF8F436FBF87> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff320b0000 -     0x7fff320c5ff8  libLinearAlgebra.dylib (1303) <C21931B4-F6BD-324D-A2D9-F13EE8AFB29E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff320c6000 -     0x7fff320cbff3  libQuadrature.dylib (7) <826897ED-B7AD-33DC-B9CB-F9787784F312> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff320cc000 -     0x7fff3213cfff  libSparse.dylib (103) <55467C29-2096-36AB-8A6D-5231A342809D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff3213d000 -     0x7fff3214ffef  libSparseBLAS.dylib (1303) <3244FCAF-A1FE-3248-AF22-BFB3E9D12555> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff32150000 -     0x7fff32329ffb  libvDSP.dylib (735) <E849AEB0-2995-38A4-B0C3-4ACEAF434D12> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff3232a000 -     0x7fff323e5fd3  libvMisc.dylib (735) <3859618E-D36E-3190-8BC8-7AF170C7A6C8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff323e6000 -     0x7fff323e6fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <79C1A1C7-E97A-3B7A-8737-444B402A7AA0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff3258b000 -     0x7fff33337ff9  com.apple.AppKit (6.9 - 1894) <F24DF6D8-DC5A-3815-8E70-97A4A678979D> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff33387000 -     0x7fff33387fff  com.apple.ApplicationServices (48 - 50) <CB61D4A6-3764-3108-B90F-AEAD6186A797> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff33388000 -     0x7fff333f3fff  com.apple.ApplicationServices.ATS (377 - 493) <0EB214FD-E4D6-3045-A0A6-DCBCAE5F4165> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff3348c000 -     0x7fff334caffa  libFontRegistry.dylib (274) <1A3CE39E-14E7-338E-B1E5-7FA79B9B0065> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff33525000 -     0x7fff33554ff7  com.apple.ATSUI (1.0 - 1) <9391C527-15CE-3108-8922-CF0C2A50C082> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI
    0x7fff33555000 -     0x7fff33559ff3  com.apple.ColorSyncLegacy (4.13.0 - 1) <EBA4F56C-3C82-3788-A168-3E77E116724B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff335f4000 -     0x7fff3364affa  com.apple.HIServices (1.22 - 672) <C07B87F9-1D7B-3EC9-AC11-E97003ACDCD2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff3364b000 -     0x7fff33659fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <02AE4AE3-1CD9-3193-B5F3-2C1C6D435F18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff3365a000 -     0x7fff3369fff2  com.apple.print.framework.PrintCore (15 - 516) <43213BE5-C5E1-3AA8-8AFD-949AFF9FB2C5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff336a0000 -     0x7fff336aafff  com.apple.QD (4.0 - 413) <EFC01D3C-9012-3FCF-9149-457F530A43F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff336ab000 -     0x7fff336b8ff0  com.apple.speech.synthesis.framework (9.0.22 - 9.0.22) <CEA12143-A5DB-369B-B623-601CB9C9973B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff336b9000 -     0x7fff33786ffa  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <CBD634D7-6B3C-35CB-9833-00DCC9700C7B> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff33788000 -     0x7fff33788fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <AF1C9FB7-8A3C-367A-B9AB-8BF267DF79A7> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff33afe000 -     0x7fff33e74ffe  com.apple.CFNetwork (1111 - 1111) <642753C5-5D26-3794-9A4C-4F63F226C01A> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff33eef000 -     0x7fff341e3ff9  com.apple.HIToolbox (2.1.1 - 992.1) <B3A93283-DE6D-3A47-93E9-9B2EFEDED1E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff3422e000 -     0x7fff34234ff7  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <819268CF-2A9D-3321-A826-535CB1F1E694> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff343ce000 -     0x7fff343cefff  com.apple.Cocoa (6.11 - 23) <67E5F6DD-D960-3CC3-94FB-6956F8D1850A> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff343dc000 -     0x7fff345c7ff7  com.apple.ColorSync (4.13.0 - 3394.1.4.1) <32A1AEE9-C3AA-3535-9C72-D89955D2DE85> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff345c8000 -     0x7fff346c1ff7  com.apple.combine (1.0 - 132.10) <EFF49269-9597-330C-BAE8-115AEF4BCC25> /System/Library/Frameworks/Combine.framework/Versions/A/Combine
    0x7fff348b3000 -     0x7fff34dc2ffa  com.apple.audio.CoreAudio (5.0 - 5.0) <745D2939-D985-3224-9C5B-671400B2188B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff34e15000 -     0x7fff34e4cff2  com.apple.CoreBluetooth (1.0 - 1) <81ACB34B-19CE-36E7-AC5C-A73EE81B6CFA> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff34e4d000 -     0x7fff35227fe8  com.apple.CoreData (120 - 969.3) <3BDCD947-152E-3CD1-B83B-A2FDB52F9BEB> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff35228000 -     0x7fff35332ff6  com.apple.CoreDisplay (1.0 - 107) <8053A14C-4E9E-38B7-A9D0-8F978EF8EBB6> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff35333000 -     0x7fff357b2ff7  com.apple.CoreFoundation (6.9 - 1671.15) <1BE99884-DE28-3105-80FA-045EB0875C6A> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff357b4000 -     0x7fff35e2dff8  com.apple.CoreGraphics (2.0 - 1348.4.4.7) <F624DCF1-A0DE-3C13-87DC-292F9B06AAE2> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff35e3b000 -     0x7fff36197ff2  com.apple.CoreImage (15.0.0 - 900.6) <0580A95A-F64F-3F0C-97B7-0954CA699E59> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff36198000 -     0x7fff361feff8  com.apple.corelocation (2387.0.12.3.1 - 2387.0.12.3.1) <BC568DDC-2285-309E-8E98-C83C7FA69823> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff36719000 -     0x7fff36719fff  com.apple.CoreServices (1069.2 - 1069.2) <BCC536A6-244F-3B96-B914-90E8F8BD37E2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff3671a000 -     0x7fff3679fff7  com.apple.AE (838 - 838) <E594EAC0-1165-33CE-AE79-20948DFCDA89> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff367a0000 -     0x7fff36a81fff  com.apple.CoreServices.CarbonCore (1217 - 1217) <B4924A01-ADBA-3A9C-8896-E44D5050790D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff36a82000 -     0x7fff36acfff1  com.apple.DictionaryServices (1.2 - 321) <3D0FFBDE-E425-37C7-B780-39A3D024462A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff36ad0000 -     0x7fff36ad8ff7  com.apple.CoreServices.FSEvents (1268.0.6 - 1268.0.6) <78D2AB1A-9053-3D32-8C18-C1DD31FF9400> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff36ad9000 -     0x7fff36d11ff1  com.apple.LaunchServices (1069.2 - 1069.2) <07360FBE-94FF-3852-B7A3-1D0760783F78> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff36d12000 -     0x7fff36daaff1  com.apple.Metadata (10.7.0 - 2066.12) <A3689918-9012-3371-B618-432C75E3793B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff36dab000 -     0x7fff36dd8ff7  com.apple.CoreServices.OSServices (1069.2 - 1069.2) <1B94CCC5-39FF-3B87-A4BA-8AEC915CADD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff36dd9000 -     0x7fff36e40fff  com.apple.SearchKit (1.4.1 - 1.4.1) <0068BD72-CF2B-34E4-B461-002D5E56C31C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff36e41000 -     0x7fff36e65ffd  com.apple.coreservices.SharedFileList (131 - 131) <61F62948-4109-38F0-BB91-5EBB6BEEAB10> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff3718c000 -     0x7fff37340ffe  com.apple.CoreText (643.1.0.2 - 643.1.0.2) <83B0B75B-7B4A-315D-BC8B-8CB2E5D16EB8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff37341000 -     0x7fff37385fff  com.apple.CoreVideo (1.8 - 334.0) <54CC4AD8-7F5C-37D5-A26D-9C8C8A72BD41> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff37386000 -     0x7fff37413ff1  com.apple.framework.CoreWLAN (13.0 - 1448) <3A377047-3673-3FFF-B147-CD5AAF392657> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff376b9000 -     0x7fff376bfff7  com.apple.DiskArbitration (2.7 - 2.7) <23104F29-F120-354B-97BE-4514A675BB14> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff379ec000 -     0x7fff37db3ff3  com.apple.Foundation (6.9 - 1671.15) <F4AA5ACE-C4BB-3AC3-9FFB-1FD1DFC37469> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff37e20000 -     0x7fff37e4fff3  com.apple.GSS (4.0 - 2.0) <9520F096-C643-36D7-B8CB-3922B6E6D7EC> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff37f85000 -     0x7fff3809dffd  com.apple.Bluetooth (7.0.0 - 7.0.0f8) <771E3446-A077-31F5-BADE-A38F01F42470> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff38101000 -     0x7fff381a4ffb  com.apple.framework.IOKit (2.0.2 - 1726.11.1) <82925B25-4E62-3AB5-9319-5DDC3D6CA2D7> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff381a6000 -     0x7fff381b6ff4  com.apple.IOSurface (269.6 - 269.6) <1E49AD7D-6067-3599-B015-765047D58C13> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff38229000 -     0x7fff38384ffe  com.apple.ImageIO.framework (3.3.0 - 1972.3.4.5) <08B37678-A28E-3BFE-90F6-6A6416059AEF> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff38385000 -     0x7fff38388fff  libGIF.dylib (1972.3.4.5) <08846458-D7D1-38C1-8A58-254FAE394641> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff38389000 -     0x7fff38443fe7  libJP2.dylib (1972.3.4.5) <C8D44DA6-53C4-3651-B7B7-4C6412E0614A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff38444000 -     0x7fff38468fef  libJPEG.dylib (1972.3.4.5) <DC89426D-DEDA-3F77-A4EF-4CA43E8BEE6A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff386e6000 -     0x7fff38700fe7  libPng.dylib (1972.3.4.5) <794EE409-E009-3A23-83A8-D223B8DE94D0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff38701000 -     0x7fff38702fff  libRadiance.dylib (1972.3.4.5) <3FC88F22-0E07-3D84-8F2D-F46FB84C7F49> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff38703000 -     0x7fff3874cfef  libTIFF.dylib (1972.3.4.5) <8BD7B771-E5DF-380B-A9D6-F7DF5919B6D2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff39b67000 -     0x7fff39b79ff3  com.apple.Kerberos (3.0 - 1) <91DF5D16-E721-39F0-A77B-87DA6032F870> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff39b7a000 -     0x7fff39b7afff  libHeimdalProxy.dylib (77) <51DB9CFB-808F-32E8-BB34-39F6702DBDED> /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib
    0x7fff3a720000 -     0x7fff3a7e2ff1  com.apple.Metal (211.53 - 211.53) <B617164B-68C6-3F6D-8B94-12BA8D09894C> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff3a7ff000 -     0x7fff3a83bff3  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <54EC6486-7A3E-39D3-B213-EFCC4110E511> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff3a83c000 -     0x7fff3a8c2fe6  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <144A9994-9AD3-340D-A890-C7F10DDEF489> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff3a8c3000 -     0x7fff3a8e8ff0  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <6F07D520-B36C-38D5-810B-A95BA5F79B04> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff3a8e9000 -     0x7fff3a8feffc  com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) <73DBE1D5-89C4-3410-95DA-A384BF9C2C1E> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
    0x7fff3a8ff000 -     0x7fff3aa5eff4  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <24338B34-481D-3564-917C-CD1DB243FD12> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff3aa5f000 -     0x7fff3aaadff7  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <75ABA9EB-752E-3E7E-BFBA-19806FB65924> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
    0x7fff3aaae000 -     0x7fff3aaafff5  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <5EA47648-76E9-37CD-A2FC-A0083A769665> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff3b9f5000 -     0x7fff3ba01ffe  com.apple.NetFS (6.0 - 4.0) <10ECF7E4-98A5-3751-B7AC-0AAAF0050777> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff3ba02000 -     0x7fff3bb45ff6  com.apple.Network (1.0 - 1) <5C29B0D5-3811-32A8-9FF4-CA112F9526F4> /System/Library/Frameworks/Network.framework/Versions/A/Network
    0x7fff3e56c000 -     0x7fff3e5c4ff7  com.apple.opencl (3.5 - 3.5) <677F18DF-6A0F-3A99-A3BA-D3875BB10425> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff3e5c5000 -     0x7fff3e5e1fff  com.apple.CFOpenDirectory (10.15 - 220.11.1) <6F4D018B-FA8B-35B2-8120-F8215DDA01CB> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff3e5e2000 -     0x7fff3e5edfff  com.apple.OpenDirectory (10.15 - 220.11.1) <170173C2-DF22-3D11-914F-465AA7C4760A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff3ef48000 -     0x7fff3ef4afff  libCVMSPluginSupport.dylib (17.10.22) <AB75CCC5-76F2-3D95-8D0F-0D6C90909E5B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff3ef4b000 -     0x7fff3ef50fff  libCoreFSCache.dylib (176.7) <A10565BE-6728-3BCA-9A9A-095CC09A5F25> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff3ef51000 -     0x7fff3ef55fff  libCoreVMClient.dylib (176.7) <DF6A2BF6-7775-3ED8-B425-772499BE2BB7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff3ef56000 -     0x7fff3ef5eff7  libGFXShared.dylib (17.10.22) <2A82A565-758D-3C8D-BAB4-86575589D09B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff3ef5f000 -     0x7fff3ef69fff  libGL.dylib (17.10.22) <95746D0C-9347-37C0-88E2-6BA4A3584816> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff3ef6a000 -     0x7fff3ef9ffff  libGLImage.dylib (17.10.22) <B8EE902C-6692-3E32-949B-C193AC944D31> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff3efa0000 -     0x7fff3f132ff7  libGLProgrammability.dylib (17.10.22) <1A7520A0-6620-370F-A863-8876F1DC4FB8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff3f133000 -     0x7fff3f16ffff  libGLU.dylib (17.10.22) <43DADBAD-9F65-33CE-94DA-654F24817313> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff3fb9f000 -     0x7fff3fbaeff7  com.apple.opengl (17.10.22 - 17.10.22) <05E90AFC-FE35-3BEC-84F7-D6DCEE3ED96A> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff3fbaf000 -     0x7fff3fd28ff7  GLEngine (17.10.22) <4CFAA01C-CB67-3EBE-917F-EB6FAAEFD4C8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff40b60000 -     0x7fff40dddfff  com.apple.QuartzCore (1.11 - 815.6.4.4) <57A92921-A841-3314-938A-7C5579A4C589> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff41968000 -     0x7fff41cacff9  com.apple.security (7.0 - 59306.11.20) <9A1C36E4-1F73-3CC7-88B6-BEDC1AAB931D> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff41cad000 -     0x7fff41d35ff7  com.apple.securityfoundation (6.0 - 55236) <AF441354-B1A2-329A-9AC0-0E2909783865> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff41d64000 -     0x7fff41d68ff8  com.apple.xpc.ServiceManagement (1.0 - 1) <EF42F840-AF78-38A4-B6E1-FDF445CA3477> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff42b52000 -     0x7fff42bbcff7  com.apple.SystemConfiguration (1.19 - 1.19) <C0C089C3-FC64-3107-B23E-4073E800C5D2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff46910000 -     0x7fff469d4ff7  com.apple.APFS (1412.11.7 - 1412.11.7) <A4920D2D-7623-3BE7-A05A-CA9C2DE8D577> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff479ef000 -     0x7fff479f0ff1  com.apple.AggregateDictionary (1.0 - 1) <92777CAE-3C90-39A4-A8AE-0273A262F875> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
    0x7fff47d79000 -     0x7fff47daeff7  com.apple.AmbientDisplay (1.0 - 121) <7C49702E-4F41-3105-8C44-C398FDFD4540> /System/Library/PrivateFrameworks/AmbientDisplay.framework/Versions/A/AmbientDisplay
    0x7fff48400000 -     0x7fff48424ff3  com.apple.framework.Apple80211 (13.0 - 1453) <7CFB2AC8-69F9-3BDF-B64F-7D1BF19C7B8B> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff48558000 -     0x7fff48567fdf  com.apple.AppleFSCompression (119 - 1.0) <725908C4-7585-3AB6-8A1A-691B8A9074B8> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff48651000 -     0x7fff48665ff4  com.apple.AppleGVACoreFramework (56.4 - 56.4) <A601605D-B413-35CD-911C-E83D3947A980> /System/Library/PrivateFrameworks/AppleGVACore.framework/Versions/A/AppleGVACore
    0x7fff48666000 -     0x7fff48671ff7  com.apple.AppleIDAuthSupport (1.0 - 1) <6BD125A5-9820-3176-AB79-8B612CCD6956> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
    0x7fff486b3000 -     0x7fff486fbfff  com.apple.AppleJPEG (1.0 - 1) <8051B4A3-7658-3003-82D1-41CA5C83CBEC> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff48ad4000 -     0x7fff48af6ffb  com.apple.applesauce (1.0 - 16.22) <88BFDA72-8D13-3481-B4FA-62215F6E2E43> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff48bb6000 -     0x7fff48bb9ffb  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <E75ABE0D-D0AE-35CC-9D17-AFDA17662302> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff48c53000 -     0x7fff48c62ffd  com.apple.AssertionServices (1.0 - 223.11.1) <8A45663E-E9C8-3611-BD4C-710700920F14> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
    0x7fff497e9000 -     0x7fff49a1eff7  com.apple.audio.AudioToolboxCore (1.0 - 1104.15.1) <52446EF6-4B72-36DC-B397-E68F8EF81714> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore
    0x7fff49a1f000 -     0x7fff49b37ff8  com.apple.AuthKit (1.0 - 1) <2650CED9-1F9F-3C76-A6B9-B0589F986830> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff49ced000 -     0x7fff49cf6ff3  com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) <156CFAE3-07D0-332C-90BE-BB2E4C893C99> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff49cf7000 -     0x7fff49d98ff8  com.apple.backup.framework (1.11 - 1298.0.12) <245D4AF6-3596-3933-9D4F-8AF3A2188566> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff49d99000 -     0x7fff49e18fff  com.apple.BaseBoard (460 - 460) <E2B2C09D-7CA3-3BCF-AE84-E636CBC139CB> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
    0x7fff49e37000 -     0x7fff49e3dffe  com.apple.BezelServicesFW (336 - 336) <37138123-99F5-3874-B0FF-486465325C48> /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices
    0x7fff49f18000 -     0x7fff49f54ff7  com.apple.bom (14.0 - 219.1) <86A0EE62-9906-3085-B9B7-93C196526360> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff4b994000 -     0x7fff4b99dff7  com.apple.CommonAuth (4.0 - 2.0) <BDE39131-6389-3243-9C4A-DBA165B8A2F9> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff4b9b1000 -     0x7fff4b9c8ff1  com.apple.commonutilities (8.0 - 900) <A64C20B3-6860-3CCA-BB89-E8B9B589282A> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
    0x7fff4c4ce000 -     0x7fff4c4edff4  com.apple.analyticsd (1.0 - 1) <516FF911-8AE0-3FB9-B225-020A5F3F6C58> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
    0x7fff4c5ec000 -     0x7fff4c65dff6  com.apple.corebrightness (1.0 - 1) <DD72980F-5A30-32C9-9F62-2DDFCE919814> /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness
    0x7fff4ca37000 -     0x7fff4ca47ff3  com.apple.CoreEmoji (1.0 - 100) <9AB89183-635C-3859-9DC6-7BCE3A94D15E> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff4d093000 -     0x7fff4d0fdff8  com.apple.CoreNLP (1.0 - 211) <8F08AEF6-A380-3811-BAF0-D80E7C84B5AD> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff4d563000 -     0x7fff4d56bff8  com.apple.CorePhoneNumbers (1.0 - 1) <0C242322-DB33-3764-9B44-74FA00AA3702> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
    0x7fff4dcb5000 -     0x7fff4dcd8fff  com.apple.CoreSVG (1.0 - 129) <1716AD1F-A94F-309D-9598-C7B65F5965A0> /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG
    0x7fff4dcd9000 -     0x7fff4dd0cfff  com.apple.CoreServicesInternal (446.4 - 446.4) <E35CF5A6-3738-321D-B18B-31CE5515E33E> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff4dd0d000 -     0x7fff4dd3bff7  com.apple.CSStore (1069.2 - 1069.2) <27E4D59D-6E14-3072-8AF4-17F654807384> /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
    0x7fff4e355000 -     0x7fff4e481ff4  com.apple.coreui (2.1 - 606) <08A21870-C3C2-3442-A579-F12EC67D7449> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff4e482000 -     0x7fff4e620ffd  com.apple.CoreUtils (6.0 - 600.30) <7EBD9DCD-7ED1-3BAC-857C-097D6D56DCFA> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff4e754000 -     0x7fff4e767ff1  com.apple.CrashReporterSupport (10.13 - 15010) <94F94549-D6F8-35A5-8FEE-026E079C3B2C> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff4e9d3000 -     0x7fff4e9e4ffa  com.apple.framework.DFRFoundation (1.0 - 244.3) <3341EF0A-4EB4-370F-8827-51A6054D4F1A> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff4e9e5000 -     0x7fff4e9eafff  com.apple.DSExternalDisplay (3.1 - 380) <B4AF8876-4037-3F07-BA7D-443AD3A4E680> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff4ea53000 -     0x7fff4eaceff8  com.apple.datadetectorscore (8.0 - 659) <01C69537-D345-34D1-8893-94F3AAA6B739> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff4eb59000 -     0x7fff4ecb4fff  com.apple.desktopservices (1.14 - 1281.0.2) <71648E17-B3FD-3256-9834-9470D1194EFD> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff4ef90000 -     0x7fff4ef94ff1  com.apple.DisplayServicesFW (3.1 - 380) <B7EF1208-B22A-333A-B1B3-93594EC43350> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff504a7000 -     0x7fff508c2ff9  com.apple.vision.FaceCore (4.3.0 - 4.3.0) <298DA6CC-F74E-3EA7-9FCF-EC9E71E51859> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff50f25000 -     0x7fff5105cff4  libFontParser.dylib (277.2) <91E3DD75-1591-381C-BA72-F5023BA19955> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
    0x7fff510f6000 -     0x7fff51106ff6  libhvf.dylib (1.0 - $[CURRENT_PROJECT_VERSION]) <BC77CDFE-7137-3700-81AB-ED812743F5D8> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
    0x7fff545ca000 -     0x7fff545cbfff  libmetal_timestamp.dylib (902.9.64) <B2D88D84-1168-368F-B277-B760C00CB1C5> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3902/Libraries/libmetal_timestamp.dylib
    0x7fff55c66000 -     0x7fff55c71ff7  libGPUSupportMercury.dylib (17.10.22) <5FF15414-8589-3962-9AB8-6AAF3986B5B4> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff55c72000 -     0x7fff55c78fff  com.apple.GPUWrangler (4.1.46 - 4.1.46) <25AC411C-00FB-3D11-BE96-0B5A8C1E9866> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff55fb9000 -     0x7fff55fd0ff3  com.apple.geokit (2.2 - 2.2) <B8EEA9F4-AF7E-305C-BFDC-2EAD51636FEB> /System/Library/PrivateFrameworks/GeoKit.framework/Versions/A/GeoKit
    0x7fff55fd1000 -     0x7fff56f31ff1  com.apple.GeoServices (1.0 - 1624.20.8.15.4) <BECEC39E-9753-3DBD-94EE-1111C369C570> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff5705f000 -     0x7fff5706dffb  com.apple.GraphVisualizer (1.0 - 100.1) <6E7B93E6-6B1F-3198-B3F8-E4F61632E1F5> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff5708b000 -     0x7fff570d0ffc  com.apple.HDRProcessing (1.58.0 - 1.58.0) <F0728C7B-9112-3957-8524-C1D79FA01782> /System/Library/PrivateFrameworks/HDRProcessing.framework/Versions/A/HDRProcessing
    0x7fff570d1000 -     0x7fff570deff9  com.apple.HID (1.0 - 1) <266B764D-465A-35BF-8743-00325BC7E268> /System/Library/PrivateFrameworks/HID.framework/Versions/A/HID
    0x7fff571ff000 -     0x7fff57272ffc  com.apple.Heimdal (4.0 - 2.0) <169702C2-B210-3258-947C-F8EE6B361C26> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff59377000 -     0x7fff59380ffe  com.apple.IOAccelMemoryInfo (1.0 - 1) <C305D48C-CF04-330B-A0A3-DD4B2C030888> /System/Library/PrivateFrameworks/IOAccelMemoryInfo.framework/Versions/A/IOAccelMemoryInfo
    0x7fff59381000 -     0x7fff59389ff5  com.apple.IOAccelerator (438.1.23 - 438.1.23) <16F79A0A-5CE0-36A0-9053-5BBB96B1DAB3> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff5938c000 -     0x7fff593a2ff7  com.apple.IOPresentment (1.0 - 37) <C04FA14E-9FF0-3561-9ECA-B028E531885F> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff59729000 -     0x7fff59773fff  com.apple.IconServices (436.1 - 436.1) <77EA36EA-23D1-32CF-9F4A-61E7501CB7A7> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff5992f000 -     0x7fff59935ffc  com.apple.InternationalSupport (1.0 - 44) <9BABC726-622F-3E35-A8C5-E722677A308C> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
    0x7fff59b77000 -     0x7fff59b97ff6  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <68F55DF5-DF62-38D2-AEB7-7D446084D1D6> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
    0x7fff59cee000 -     0x7fff59dbbffd  com.apple.LanguageModeling (1.0 - 212) <A9F41C84-E574-3624-8C00-60F228E0FF97> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff59dbc000 -     0x7fff59e04ff7  com.apple.Lexicon-framework (1.0 - 70) <BEADF30C-37D3-3112-90DA-18A85406DBF3> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff59e0b000 -     0x7fff59e0fff6  com.apple.LinguisticData (1.0 - 349) <A392AD13-9AEB-31BB-A9ED-F29437CFBDB4> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff59e36000 -     0x7fff59e5aff6  com.apple.locationsupport (2387.0.12.3.1 - 2387.0.12.3.1) <A0DE0A2E-AA0D-3B0F-B255-69C9BE8D72AE> /System/Library/PrivateFrameworks/LocationSupport.framework/Versions/A/LocationSupport
    0x7fff5b23f000 -     0x7fff5b28bff7  com.apple.spotlight.metadata.utilities (1.0 - 2066.12) <CC632887-6F5B-3B91-B77C-4249F12EC10C> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
    0x7fff5b28c000 -     0x7fff5b35aff5  com.apple.gpusw.MetalTools (1.0 - 1) <8B0C4C44-F502-3E11-B7E4-20ABB1BBDF85> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff5b58a000 -     0x7fff5b5a7ffc  com.apple.MobileKeyBag (2.0 - 1.0) <6B7EFE6E-5DBC-33B4-8F3E-12BC31A2EA2D> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff5b80e000 -     0x7fff5b83cff7  com.apple.MultitouchSupport.framework (3400.35 - 3400.35) <03F5D57B-44E7-3CF9-BF3E-208C81AA4EF4> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff5bcab000 -     0x7fff5bcb5fff  com.apple.NetAuth (6.2 - 6.2) <90F9ADF4-8A9C-3603-8F55-24F8C472430B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff5c69d000 -     0x7fff5c6e9ff7  com.apple.OTSVG (1.0 - 643.1.0.2) <315F5289-6294-3B4E-83D1-56C502F564F8> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
    0x7fff5d85c000 -     0x7fff5d867ffe  com.apple.PerformanceAnalysis (1.243 - 243) <304B1D73-9BD4-3CED-A241-0458C4AF7062> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff5d868000 -     0x7fff5d890fff  com.apple.persistentconnection (1.0 - 1.0) <DBD9FD74-9F17-358B-A7E9-58B965A6E16C> /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection
    0x7fff5f235000 -     0x7fff5f248ff0  com.apple.PowerLog (1.0 - 1) <2CF78A4C-EEE2-3036-9431-738F1D2FA16A> /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog
    0x7fff6010c000 -     0x7fff60125fff  com.apple.ProtocolBuffer (1 - 274.20.7.15.1) <9CD0E8B7-F38D-35F3-B68B-C18AA5CDB993> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff60534000 -     0x7fff6055dff9  com.apple.RemoteViewServices (2.0 - 148) <C5D8E2F3-646D-37C8-B250-C97B5058E260> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff606c0000 -     0x7fff606fbff7  com.apple.RunningBoardServices (1.0 - 223.11.1) <E9784D23-1EA5-3820-99C4-3B4474C803C5> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices
    0x7fff62149000 -     0x7fff6226aff5  com.apple.Sharing (1476 - 1476) <D696561C-16B7-360E-8CA4-261548E7D7DC> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff62ad9000 -     0x7fff6320bfff  CursorAsset (440.7.10) <D2090E5C-F85E-35AB-BBE2-95EACAE01136> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/Resources/CursorAsset
    0x7fff63264000 -     0x7fff6355bff6  com.apple.SkyLight (1.600.0 - 440.7.10) <F76F28FA-DD00-3B6B-AF0E-97B6559B0684> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff63da3000 -     0x7fff63db0fff  com.apple.SpeechRecognitionCore (6.0.85 - 6.0.85) <95F62538-2541-3D92-8171-D49D4071A4BB> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff6488d000 -     0x7fff6489dff3  com.apple.TCC (1.0 - 1) <DCE1D8C7-7BEB-3201-A0E5-38F012E6B1BC> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff64d87000 -     0x7fff64e4eff4  com.apple.TextureIO (3.10.9 - 3.10.9) <733D396B-AFB1-37F3-80E4-95F63A879849> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff65c96000 -     0x7fff65eefff8  com.apple.UIFoundation (1.0 - 658.1) <021A4988-2487-370D-A8AC-D3F0C0D3E7AC> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff67b3a000 -     0x7fff67b3bfff  com.apple.WatchdogClient.framework (1.0 - 67.11.1) <232F4278-9F81-32CB-BE02-F558E0ECDF14> /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient
    0x7fff68716000 -     0x7fff68719ffe  com.apple.dt.XCTTargetBootstrap (1.0 - 14805.2) <7E6F1B84-F1E0-3C2C-801F-671BCF363F22> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
    0x7fff68792000 -     0x7fff687a0ffd  com.apple.audio.caulk (1.0 - 32.3) <7FBF3E20-D360-348B-8FC5-77A90444B552> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
    0x7fff68adf000 -     0x7fff68ae1ff3  com.apple.loginsupport (1.0 - 1) <40974390-AFD7-3CEF-8B8D-6219BF916A4E> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff68e11000 -     0x7fff68e46ff2  libAudioToolboxUtility.dylib (1104.15.1) <B079C630-8451-326E-A671-346B25A73EAC> /usr/lib/libAudioToolboxUtility.dylib
    0x7fff68e4d000 -     0x7fff68e82ff7  libCRFSuite.dylib (48) <45ADF347-A43F-3E95-BF26-94DC525DCC81> /usr/lib/libCRFSuite.dylib
    0x7fff68e85000 -     0x7fff68e8fff3  libChineseTokenizer.dylib (34) <94E822B6-F850-33C5-888C-D5C8AE12122C> /usr/lib/libChineseTokenizer.dylib
    0x7fff68f1c000 -     0x7fff68f1efff  libDiagnosticMessagesClient.dylib (112) <418D550B-C748-3D55-A6D5-0398E032F9F3> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff68f62000 -     0x7fff69119ff3  libFosl_dynamic.dylib (100.4) <F5583DFD-E3A1-3D6A-8698-613F7FA119A0> /usr/lib/libFosl_dynamic.dylib
    0x7fff69140000 -     0x7fff69146ff3  libIOReport.dylib (54) <491518A9-84B3-3066-905F-BFF5D21EB760> /usr/lib/libIOReport.dylib
    0x7fff69226000 -     0x7fff6922dfff  libMatch.1.dylib (36) <AA3A44D7-268D-3B0A-AAD5-15090FF127D9> /usr/lib/libMatch.1.dylib
    0x7fff6925d000 -     0x7fff6927cfff  libMobileGestalt.dylib (826.1.1) <9012EAD5-E9CA-3D40-B2C3-857E852D12B9> /usr/lib/libMobileGestalt.dylib
    0x7fff693e3000 -     0x7fff693e4ff3  libSystem.B.dylib (1281) <B39F5007-CD4A-3498-8B28-A9DFF3F2455E> /usr/lib/libSystem.B.dylib
    0x7fff69474000 -     0x7fff69475fff  libThaiTokenizer.dylib (3) <D2A89215-5281-310F-8C75-47F1E6A14F62> /usr/lib/libThaiTokenizer.dylib
    0x7fff6948d000 -     0x7fff694a3fff  libapple_nghttp2.dylib (1.39.2) <0A685DAA-9FC6-3C87-83F1-1D11FC87C1F4> /usr/lib/libapple_nghttp2.dylib
    0x7fff694d8000 -     0x7fff6954aff7  libarchive.2.dylib (72.11.2) <3F80B1BD-3D50-3639-B2CB-4B44F71E3851> /usr/lib/libarchive.2.dylib
    0x7fff6954b000 -     0x7fff695e1fc5  libate.dylib (2.0.9) <9AE62394-6ED6-3B26-B53A-75FEA0389EB5> /usr/lib/libate.dylib
    0x7fff695e5000 -     0x7fff695e5ff3  libauto.dylib (187) <AACF68BC-9A05-36F8-8F60-78951422E090> /usr/lib/libauto.dylib
    0x7fff696a3000 -     0x7fff696b3fff  libbsm.0.dylib (60) <F03FA480-0B22-3300-833F-03E88F43C504> /usr/lib/libbsm.0.dylib
    0x7fff696b4000 -     0x7fff696c0fff  libbz2.1.0.dylib (44) <8B522880-BEF8-3668-B785-F2AB4DE8F366> /usr/lib/libbz2.1.0.dylib
    0x7fff696c1000 -     0x7fff69714fff  libc++.1.dylib (800.6) <328FB687-2363-38B1-AC11-11736925C775> /usr/lib/libc++.1.dylib
    0x7fff69715000 -     0x7fff69729fff  libc++abi.dylib (800.7) <02753D3D-91C6-3670-8B5D-EBE040B516FC> /usr/lib/libc++abi.dylib
    0x7fff6972a000 -     0x7fff6972affb  libcharset.1.dylib (59) <12D52FA5-EBCA-3F3C-A269-1095F268F92F> /usr/lib/libcharset.1.dylib
    0x7fff6972b000 -     0x7fff6973cffb  libcmph.dylib (8) <7DD1F726-F3E3-341A-AFAC-83E9A470883C> /usr/lib/libcmph.dylib
    0x7fff6973d000 -     0x7fff69754fe7  libcompression.dylib (87) <10B82884-BE1A-3A36-9B38-3C92AF566D3E> /usr/lib/libcompression.dylib
    0x7fff69a16000 -     0x7fff69a2cfff  libcoretls.dylib (167) <1C64EA6F-8E0D-319D-99D4-026150EEB2B2> /usr/lib/libcoretls.dylib
    0x7fff69a2d000 -     0x7fff69a2effb  libcoretls_cfhelpers.dylib (167) <724B0181-4D9E-3D2F-B1AB-B4FD6A7BAB2C> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff69fec000 -     0x7fff6a04bfff  libcups.2.dylib (483) <0C9BCEA5-628B-31E5-8609-00F811CAF505> /usr/lib/libcups.2.dylib
    0x7fff6a157000 -     0x7fff6a157ff3  libenergytrace.dylib (21) <E42B4AFF-3FAC-3CE4-A7BF-48621458B356> /usr/lib/libenergytrace.dylib
    0x7fff6a158000 -     0x7fff6a171ff7  libexpat.1.dylib (19) <A0E2F6F3-BFFA-3D59-872F-F093487F0B42> /usr/lib/libexpat.1.dylib
    0x7fff6a17f000 -     0x7fff6a181ff7  libfakelink.dylib (149) <FC5712CB-2188-3DAD-8DD4-CC3ECCA3F9A8> /usr/lib/libfakelink.dylib
    0x7fff6a190000 -     0x7fff6a195fff  libgermantok.dylib (24) <93E95178-E436-3611-A4A3-CB1D42CF4064> /usr/lib/libgermantok.dylib
    0x7fff6a196000 -     0x7fff6a19aff7  libheimdal-asn1.dylib (564.0.3) <51551E63-5AC6-30D3-B178-8BDA782C80EA> /usr/lib/libheimdal-asn1.dylib
    0x7fff6a19b000 -     0x7fff6a28bff7  libiconv.2.dylib (59) <1A648E74-25D4-3F9B-94C4-10B58AD091B7> /usr/lib/libiconv.2.dylib
    0x7fff6a28c000 -     0x7fff6a4e4ff7  libicucore.A.dylib (64232.0.1) <88E47471-605C-3C86-871B-5D2F4628A936> /usr/lib/libicucore.A.dylib
    0x7fff6a4fe000 -     0x7fff6a4fffff  liblangid.dylib (133) <78DF87EE-CDCE-3628-B239-56743169BC93> /usr/lib/liblangid.dylib
    0x7fff6a500000 -     0x7fff6a518ffb  liblzma.5.dylib (16) <D416FC97-76EC-38B5-A134-85DDFEA9D297> /usr/lib/liblzma.5.dylib
    0x7fff6a530000 -     0x7fff6a5d7fff  libmecab.dylib (879) <DD60E6AA-154E-3294-B2C0-3277B754F3BC> /usr/lib/libmecab.dylib
    0x7fff6a5d8000 -     0x7fff6a837fe9  libmecabra.dylib (879) <B5BE574C-DD3A-336D-87A3-202CE7803A45> /usr/lib/libmecabra.dylib
    0x7fff6ab98000 -     0x7fff6abc7ff7  libncurses.5.4.dylib (57) <2AD2FDD9-846A-3A79-ADCC-008E8B227BD6> /usr/lib/libncurses.5.4.dylib
    0x7fff6acf6000 -     0x7fff6b168ff6  libnetwork.dylib (1880.11.2) <CC02BF51-A056-3656-B735-E8CD0F4B7B15> /usr/lib/libnetwork.dylib
    0x7fff6b206000 -     0x7fff6b237fe6  libobjc.A.dylib (779.1) <54026CDB-DFA4-351A-8237-E8B0074C0F99> /usr/lib/libobjc.A.dylib
    0x7fff6b24a000 -     0x7fff6b24efff  libpam.2.dylib (25) <86317F48-E926-30AC-AE9F-ABB33543FBC8> /usr/lib/libpam.2.dylib
    0x7fff6b251000 -     0x7fff6b284ff7  libpcap.A.dylib (89.11.2) <65A8EBD2-F059-353B-9538-20D1314EFD89> /usr/lib/libpcap.A.dylib
    0x7fff6b306000 -     0x7fff6b31eff7  libresolv.9.dylib (67) <06480BFC-6372-3225-B77A-F5AC9969DB64> /usr/lib/libresolv.9.dylib
    0x7fff6b320000 -     0x7fff6b363ff7  libsandbox.1.dylib (1217.11.16) <201545A0-4DDF-34DE-9595-3AA806460B5F> /usr/lib/libsandbox.1.dylib
    0x7fff6b377000 -     0x7fff6b378ff7  libspindump.dylib (281) <90EC82EF-180A-3FB8-BDF6-AA5E019DA558> /usr/lib/libspindump.dylib
    0x7fff6b379000 -     0x7fff6b566ff7  libsqlite3.dylib (308.1) <7033723E-DD65-3AA3-ADCA-8746F7BAD75D> /usr/lib/libsqlite3.dylib
    0x7fff6b7b5000 -     0x7fff6b7b8ffb  libutil.dylib (57) <844B7887-09B3-3D12-ACDE-C4EB8F53DC62> /usr/lib/libutil.dylib
    0x7fff6b7b9000 -     0x7fff6b7c6fff  libxar.1.dylib (420) <E0D7C0A6-76EC-3682-A393-6596D4986269> /usr/lib/libxar.1.dylib
    0x7fff6b7cc000 -     0x7fff6b8aeff7  libxml2.2.dylib (32.12) <C0A87484-D334-3B50-8F8A-A9C63295F49E> /usr/lib/libxml2.2.dylib
    0x7fff6b8b2000 -     0x7fff6b8dafff  libxslt.1.dylib (16.6) <CD9E79B0-159A-3055-B62A-57AB2B445912> /usr/lib/libxslt.1.dylib
    0x7fff6b8db000 -     0x7fff6b8edfff  libz.1.dylib (76) <3FC3FC3E-ABF3-3167-9078-B54C952608B4> /usr/lib/libz.1.dylib
    0x7fff6b9e0000 -     0x7fff6bd69ff8  libswiftCore.dylib (5.1 - 1100.8.259.70) <35173236-E162-354C-9476-E16A0A1BCC56> /usr/lib/swift/libswiftCore.dylib
    0x7fff6bd80000 -     0x7fff6bd82fff  libswiftCoreFoundation.dylib (??? - ???) <7776068D-66BD-378D-9E9A-6DC890C7B14A> /usr/lib/swift/libswiftCoreFoundation.dylib
    0x7fff6bd83000 -     0x7fff6bd91fff  libswiftCoreGraphics.dylib (??? - ???) <10899B5B-EC84-37A9-A3AE-DDF9376FDB0E> /usr/lib/swift/libswiftCoreGraphics.dylib
    0x7fff6bd92000 -     0x7fff6bd95ffb  libswiftCoreImage.dylib (??? - ???) <616E5699-C56B-3013-861E-530B4360F5C3> /usr/lib/swift/libswiftCoreImage.dylib
    0x7fff6bfba000 -     0x7fff6bfc0fff  libswiftDarwin.dylib (??? - ???) <7F111BAD-4980-33D7-A155-05A2D718D47C> /usr/lib/swift/libswiftDarwin.dylib
    0x7fff6bfc1000 -     0x7fff6bfdaff4  libswiftDispatch.dylib (??? - ???) <BEAF2C28-1D61-38CB-B7F9-A9A3B5C90C9F> /usr/lib/swift/libswiftDispatch.dylib
    0x7fff6bfdb000 -     0x7fff6c17effc  libswiftFoundation.dylib (??? - ???) <29CB500B-7449-3E8B-BCE3-CD3694D4E24C> /usr/lib/swift/libswiftFoundation.dylib
    0x7fff6c18a000 -     0x7fff6c18cff3  libswiftIOKit.dylib (??? - ???) <B24227AC-9F18-3165-8AAA-4B29116F2060> /usr/lib/swift/libswiftIOKit.dylib
    0x7fff6c1a2000 -     0x7fff6c1a9067  libswiftMetal.dylib (??? - ???) <ADB62115-D5B0-3BD4-9B60-33BC63956405> /usr/lib/swift/libswiftMetal.dylib
    0x7fff6c227000 -     0x7fff6c22affd  libswiftObjectiveC.dylib (??? - ???) <6A58B7B1-E957-3A0B-9D9C-727808F1E6C2> /usr/lib/swift/libswiftObjectiveC.dylib
    0x7fff6c23c000 -     0x7fff6c241fb7  libswiftQuartzCore.dylib (??? - ???) <D61D2C6F-6E58-3F5E-B6F5-323DB2CE9EA0> /usr/lib/swift/libswiftQuartzCore.dylib
    0x7fff6c327000 -     0x7fff6c329fff  libswiftXPC.dylib (??? - ???) <26E3A5F4-B70D-36CC-8A20-966A9C420C40> /usr/lib/swift/libswiftXPC.dylib
    0x7fff6c32a000 -     0x7fff6c330fef  libswiftos.dylib (??? - ???) <A7303BC0-5CCF-3B82-9753-52431A107A55> /usr/lib/swift/libswiftos.dylib
    0x7fff6c352000 -     0x7fff6c357ff7  libcache.dylib (83) <8EC69760-6DAA-3068-9372-F1D554C548E5> /usr/lib/system/libcache.dylib
    0x7fff6c358000 -     0x7fff6c363ff7  libcommonCrypto.dylib (60165) <698BE754-137D-361D-B826-57B8DD969E4A> /usr/lib/system/libcommonCrypto.dylib
    0x7fff6c364000 -     0x7fff6c36bfff  libcompiler_rt.dylib (101.2) <0BE7F119-C9C2-3612-A3F4-2336D4444476> /usr/lib/system/libcompiler_rt.dylib
    0x7fff6c36c000 -     0x7fff6c375ff7  libcopyfile.dylib (166) <B5E73B1C-0BCF-33FE-80A1-D9E3BA3033D4> /usr/lib/system/libcopyfile.dylib
    0x7fff6c376000 -     0x7fff6c40dfc3  libcorecrypto.dylib (866.0.10) <58344B13-CD10-3697-A516-6F5B06DD1EB7> /usr/lib/system/libcorecrypto.dylib
    0x7fff6c524000 -     0x7fff6c565ff0  libdispatch.dylib (1173.0.3) <F4260D89-F67D-30CB-AF61-7ED25CB687DB> /usr/lib/system/libdispatch.dylib
    0x7fff6c566000 -     0x7fff6c59bfff  libdyld.dylib (732.8) <DE7F3D12-9195-3C74-A034-88AF0794C90B> /usr/lib/system/libdyld.dylib
    0x7fff6c59c000 -     0x7fff6c59cffb  libkeymgr.dylib (30) <682B41BC-BDC2-38D5-8820-87099606FA12> /usr/lib/system/libkeymgr.dylib
    0x7fff6c59d000 -     0x7fff6c5a9ff7  libkxld.dylib (6153.11.26) <8753DE76-4458-3512-B313-65875B26CD1D> /usr/lib/system/libkxld.dylib
    0x7fff6c5aa000 -     0x7fff6c5aaff7  liblaunch.dylib (1738.11.1) <7FE11F0D-65BC-3726-B1DD-E84F329193E0> /usr/lib/system/liblaunch.dylib
    0x7fff6c5ab000 -     0x7fff6c5b0ff7  libmacho.dylib (949.0.1) <35DC0A4D-EA9D-3461-A2D6-B095CFE515C1> /usr/lib/system/libmacho.dylib
    0x7fff6c5b1000 -     0x7fff6c5b3ff3  libquarantine.dylib (110.0.4) <DAC0B8F6-3CA2-3183-9A74-EF4ABB609E11> /usr/lib/system/libquarantine.dylib
    0x7fff6c5b4000 -     0x7fff6c5b5ff7  libremovefile.dylib (48) <FB280185-B5ED-3F08-B08A-A378865C1398> /usr/lib/system/libremovefile.dylib
    0x7fff6c5b6000 -     0x7fff6c5cdfff  libsystem_asl.dylib (377.0.1) <30CE9DAF-B1FA-3510-832B-F1CE19933ED7> /usr/lib/system/libsystem_asl.dylib
    0x7fff6c5ce000 -     0x7fff6c5cefff  libsystem_blocks.dylib (74) <E0B8C825-E62B-357E-A2A0-13776F0A0F8C> /usr/lib/system/libsystem_blocks.dylib
    0x7fff6c5cf000 -     0x7fff6c656ff7  libsystem_c.dylib (1353.11.2) <B9A13CF8-176C-331C-8BD0-A7EB1BEC9E04> /usr/lib/system/libsystem_c.dylib
    0x7fff6c657000 -     0x7fff6c65afff  libsystem_configuration.dylib (1061.0.2) <56174463-22ED-337F-B0D4-94995DCDB9B7> /usr/lib/system/libsystem_configuration.dylib
    0x7fff6c65b000 -     0x7fff6c65eff7  libsystem_coreservices.dylib (114) <01695913-028E-3AE1-8D4E-2B2769109811> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff6c65f000 -     0x7fff6c666fff  libsystem_darwin.dylib (1353.11.2) <9525749D-DA53-3AD1-A976-E7AF803B5B87> /usr/lib/system/libsystem_darwin.dylib
    0x7fff6c667000 -     0x7fff6c66effb  libsystem_dnssd.dylib (1096.0.2) <DC7381E8-F09F-3441-8267-9B8F50A0EBA9> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff6c66f000 -     0x7fff6c670ffb  libsystem_featureflags.dylib (17) <DBCA4AA2-CA05-38D5-AB4B-BE0F3E09BB8B> /usr/lib/system/libsystem_featureflags.dylib
    0x7fff6c671000 -     0x7fff6c6beff7  libsystem_info.dylib (538) <9F9D6368-A11E-32F1-9BB5-C153F42EFED8> /usr/lib/system/libsystem_info.dylib
    0x7fff6c6bf000 -     0x7fff6c6ebfff  libsystem_kernel.dylib (6153.11.26) <FE1821E7-9F9A-3290-861F-3F2B624A663C> /usr/lib/system/libsystem_kernel.dylib
    0x7fff6c6ec000 -     0x7fff6c733ff7  libsystem_m.dylib (3178) <4F516261-0C0E-3105-AF35-EF39D6347B50> /usr/lib/system/libsystem_m.dylib
    0x7fff6c734000 -     0x7fff6c75bfff  libsystem_malloc.dylib (283) <02925539-3CBA-39EB-BA6B-9A936CFA0BF8> /usr/lib/system/libsystem_malloc.dylib
    0x7fff6c75c000 -     0x7fff6c769ff3  libsystem_networkextension.dylib (1095.11.9) <8B5EE189-E3D1-31FD-878F-50286B6E7047> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff6c76a000 -     0x7fff6c773fff  libsystem_notify.dylib (241) <89381127-2A07-3F07-B865-358FACCF9102> /usr/lib/system/libsystem_notify.dylib
    0x7fff6c774000 -     0x7fff6c77dfe7  libsystem_platform.dylib (220) <90E508E4-46D8-33FF-8552-DDAA079977A0> /usr/lib/system/libsystem_platform.dylib
    0x7fff6c77e000 -     0x7fff6c788fff  libsystem_pthread.dylib (416.11.1) <2EA6F95F-F264-30B6-8AF2-24197B5AED84> /usr/lib/system/libsystem_pthread.dylib
    0x7fff6c789000 -     0x7fff6c78dffb  libsystem_sandbox.dylib (1217.11.16) <926C5B84-0257-39D9-9517-07135314C8D0> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff6c78e000 -     0x7fff6c790fff  libsystem_secinit.dylib (62.0.4) <A48D9AF3-75F2-3331-A0C8-0A23771F4AC7> /usr/lib/system/libsystem_secinit.dylib
    0x7fff6c791000 -     0x7fff6c798ffb  libsystem_symptoms.dylib (1238.0.2) <49E593C0-8488-35D3-BF22-B387274F12CE> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff6c799000 -     0x7fff6c7afff2  libsystem_trace.dylib (1147.0.3) <5836645E-9862-326D-AB3B-A19E76BE29B9> /usr/lib/system/libsystem_trace.dylib
    0x7fff6c7b1000 -     0x7fff6c7b6ffb  libunwind.dylib (35.4) <F5AE1D43-7C5F-3BA2-94D3-E769F82C0F61> /usr/lib/system/libunwind.dylib
    0x7fff6c7b7000 -     0x7fff6c7ebff6  libxpc.dylib (1738.11.1) <2E9076CD-6C0E-38B6-8403-B2DDCE125FBF> /usr/lib/system/libxpc.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 62
    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: 26982
    thread_create: 0
    thread_set_state: 6

VM Region Summary:
ReadOnly portion of Libraries: Total=564.4M resident=0K(0%) swapped_out_or_unallocated=564.4M(100%)
Writable regions: Total=2.7G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=2.7G(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Activity Tracing                   256K        1 
CG backing stores                 28.5M      191 
CG framebuffers                    1.4G       12 
CG framebuffers (reserved)       610.1M       11         reserved VM address space (unallocated)
CG image                          9104K      120 
CoreAnimation                    531.1M     1353 
CoreData Object IDs               4100K        2 
CoreGraphics                         4K        1 
Dispatch continuations            24.0M        1 
Foundation                           4K        1 
Kernel Alloc Once                    8K        1 
MALLOC                           215.9M     1990 
MALLOC guard page                   32K        8 
Mach message (reserved)             12K        2         reserved VM address space (unallocated)
SQLite page cache                   64K        1 
STACK GUARD                       56.0M       10 
Stack                             13.1M       10 
VM_ALLOCATE                       6272K      480 
VM_ALLOCATE (reserved)            1000K       22         reserved VM address space (unallocated)
__CGSERVER                           4K        1 
__DATA                            65.8M      290 
__DATA_CONST                       326K       20 
__FONT_DATA                          4K        1 
__GLSLBUILTINS                    5176K        1 
__LINKEDIT                       348.2M        8 
__OBJC_RO                         31.8M        1 
__OBJC_RW                         1748K        2 
__SLSERVER                           4K        1 
__TEXT                           216.2M      284 
__UNICODE                          564K        1 
mapped file                       37.1M       11 
shared memory                      296K       20 
===========                     =======  ======= 
TOTAL                              3.5G     4858 
TOTAL, minus reserved VM space     2.9G     4858 


System Profile:
Bluetooth: Version 7.0.0f8, 3 services, 27 devices, 1 incoming serial ports
Model: MacBookPro15,1, BootROM 1037.0.78.0.0 (iBridge: 17.16.10571.5.1,0), 6 processors, 6-Core Intel Core i9, 2,9 GHz, 16 GB, SMC 
Boot Volume File System Type: apfs
Thunderbolt Bus: MacBook Pro, Apple Inc., 47.3
Thunderbolt Bus: MacBook Pro, Apple Inc., 47.3
Graphics: kHW_IntelUHDGraphics630Item, Intel UHD Graphics 630, spdisplays_builtin
Graphics: kHW_AMDRadeonPro560XItem, Radeon Pro 560X, spdisplays_pcie_device, 4 GB
USB Device: USB 3.1 Bus
USB Device: USB3.1 Hub
USB Device: Hub
USB Device: LG UltraFine Display Camera
USB Device: USB2.1 Hub
USB Device: iPhone
USB Device: Hub
USB Device: LG UltraFine Display Controls
USB Device: LG UltraFine Display Audio
USB Device: USB 3.1 Bus
USB Device: Apple T2 Bus
USB Device: Touch Bar Backlight
USB Device: Touch Bar Display
USB Device: Apple Internal Keyboard / Trackpad
USB Device: Headset
USB Device: Ambient Light Sensor
USB Device: FaceTime HD Camera (Built-in)
USB Device: Apple T2 Controller
Memory Module: BANK 0/ChannelA-DIMM0, 8 GB, DDR4, 2400 MHz, Micron, 8ATF1G64HZ-2G6E1
Memory Module: BANK 2/ChannelB-DIMM0, 8 GB, DDR4, 2400 MHz, Micron, 8ATF1G64HZ-2G6E1
bridge_model: iBridge2,3
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x7BF), wl0: Jul 24 2019 00:02:16 version 9.30.357.3.32.5.33 FWID 01-22b80374
Network Service: Wi-Fi, AirPort, en0
Network Service: iPhone, Ethernet, en8
PCI Card: pci8086,15f0, sppci_usbxhci, Thunderbolt@70,0,0
bridge_os_version: Bridge OS 4.0 (17P50571a)
Thunderbolt Device: UltraFine 5K, LG Electronics, 1, 43.1
@dominiklohmann dominiklohmann added the bug Something isn't working label Oct 9, 2019
@hatunike
Copy link

@dominiklohmann with regards to the window_opacity could I leave that enabled on a desktop that I don't put to sleep?

Or alternatively, could I keep opacity enabled, but stop the yabai service before putting the computer to sleep?

Seems silly that opacity is more important than having my computer be able to go to sleep...but that's where I am.

@ghyatzo
Copy link

ghyatzo commented Nov 1, 2019

I encountered a slight variation of this problem.
I have all my windows without opacity, exept for a custom script to "flash" the window on focus using window_alpha_fade method sent to /tmp/yabai-sa_$USER.socket.

On wake i've never had a problem, but if i spawned many new windows in a short interval of time (ex. spamming the 'open terminal' keybinding i've set up) the window server would crash and i would be thrown into the login page.

One disabled the custom "flash on focus" script i encountered no more crashes. (Each new window would grab focus and trigger the script for a quick decrese/increase of opacity to simulate a flash.

Hope this helps

(ofc i'm in catalina)

@mara-schulke
Copy link

Is there any progress on this?

@mara-schulke
Copy link

In my case it works when i remove the transition:
yabai -m config window_opacity_duration 0.0

@koekeishiya
Copy link
Owner

koekeishiya commented Nov 12, 2019

I mean, this is an Apple bug so there is nothing that can be done about it as far as I'm concerned.
Edit: I have submitted a report to Apple: FB7444639

@hovsater
Copy link

@koekeishiya did you ever get any feedback from Apple regarding report, FB7444639?

@koekeishiya
Copy link
Owner

Nope, no response (as expected). I've verified that you can run with opacity on as long as the duration is set to 0, but the fade does make it nicer imo.

@hovsater
Copy link

hovsater commented Mar 16, 2020

Don't you just love Apple. At this point, I'm using fade (because it's so much nicer) and endure the frequent crashes. It's a shame they haven't addressed it.

@koekeishiya
Copy link
Owner

koekeishiya commented Mar 16, 2020

At this point it might be worth just patching the bug manually on your system
fade

The call off rbx+0x10 is a nullpointer dereference, and causes the crash.
The actual root of the issue might be elsewhere, but I haven't looked closely at the issue yet - just the crash report.

@hovsater
Copy link

hovsater commented Mar 16, 2020

@koekeishiya that's unknown territory for me. I have limited C and system's programming knowledge. I dabble, but not much more than that. Would love to get into it at some point but I never know where to start and I'm missing some positive peer pressure holding me accountable for making real progress. 🙂

@scbizu
Copy link

scbizu commented Jun 12, 2020

Today I bump my macOS version into 10.15.5 , and when I restart my yabai service, it reported with the crash (yabai-sa)payload doesn't support this macOS version. And switch between window do not work anymore. Any ideas ?

yabai version: yabai-v3.0.0

@koekeishiya
Copy link
Owner

Upgrade to the latest version of yabai, reinstall the scripting-addition and add yabai -m config window_opacity_duration 0.0to your config.

@scbizu
Copy link

scbizu commented Jun 14, 2020

Upgrade to the latest version of yabai, reinstall the scripting-addition and add yabai -m config window_opacity_duration 0.0to your config.

Thanks , it was fixes after I reinstall from the HEAD .

@namkeen
Copy link

namkeen commented Jul 13, 2020

At this point it might be worth just patching the bug manually on your system
fade

The call off rbx+0x10 is a nullpointer dereference, and causes the crash.
The actual root of the issue might be elsewhere, but I haven't looked closely at the issue yet - just the crash report.

What program are you using in the screenshot when you suggest patching? Some of us need that window_opacity_duration back.

@koekeishiya
Copy link
Owner

koekeishiya commented Jul 13, 2020

The screenshot above is from IDA Pro. Another good tool for macOS is Hopper.

--

I've made a patched version of the SkyLight binary for macOS __10.15.4__, although I have not yet had the time to test it.

DO NOT ATTEMPT TO USE THIS UNLESS YOU KNOW WHAT YOU ARE DOING

and you are capable of getting back to a working system, testing in a VM first is recommended.

Patching system binaries require both SIP to be (fully?) disabled and AMFI (Apple Mobile File Integrity) to be disabled.

1. Boot your macOS to Recovery mode (hold ⌘+R )
2. Open Terminal (you can find it in the Utilities drop-down menu)
3. Execute csrutil disable in Terminal to disable SIP.
4. Execute nvram boot-args="amfi_get_out_of_my_way=0x1" to disable AMFI.
5. Reboot your Mac and boot to macOS normally.

Diff original -> patched

~ cmp -l SkyLight Patched_SkyLight | less

   7729   0 110
   7730   0 203
   7731   0 373
   7733   0  17
   7734   0 204
   7735   0 342
   7736   0 115
   7737   0  13
   7739   0 110
   7740   0 211
   7741   0 337
   7742   0 377
   7743   0 123
   7744   0  20
   7745   0 351
   7746   0 327
   7747   0 115
   7748   0  13
 748567 110 351
 748568 211  25
 748569 337 262
 748570 377 364
 748571 123 377
 748572  20 220

Backup and replace the SkyLight binary, replace signature:

# Again, do not attempt this on anything else than 10.15.4, and do so at your own risk

# open root shell
sudo su

# create backup of existing SkyLight binary
cp /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight /tmp/SkyLight.bak

# replace with patched binary
cp /path/to/patched/SkyLight /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight

# codesign the new binary
codesign -f -s - /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight

PatchedSkyLight.zip

@koekeishiya
Copy link
Owner

It is no longer possible to set the duration while running on macOS Catalina.

@koekeishiya
Copy link
Owner

koekeishiya commented Nov 12, 2020

Apple has apparently managed to fix this issue in Big Sur 11.0.1. Nope, spoke too soon. Still causes a crash on Big Sur 11.0.1

koekeishiya added a commit that referenced this issue Nov 13, 2020
@24unix
Copy link

24unix commented Nov 13, 2020

Could that be made optional?

For me the duration is working on Big Sur.

@koekeishiya
Copy link
Owner

I am a bit reluctant to do that. The crash is happening at the exact same location as it did on Catalina. It appears to work fine for some time, but when it crashes it literally kills the entire user session. I don't feel good about that being a thing, even if gated by an optional setting.

@yorhodes
Copy link

any updates here? I miss opacity transitions 😭

@koekeishiya
Copy link
Owner

koekeishiya commented Aug 19, 2021 via email

unrevre pushed a commit to unrevre/yabai that referenced this issue Jan 26, 2022
unrevre pushed a commit to unrevre/yabai that referenced this issue Jan 26, 2022
…Big Sur due to an Apple bug in the WindowServer
@koekeishiya
Copy link
Owner

Implemented window fading manually (on the master branch), instead of relying on the implementation in SkyLight.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working can't fix Issues are unsolvable external Code outside our control
Projects
None yet
Development

No branches or pull requests

10 participants