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

Glutin: accidental crash on macOS #258

Closed
JurajKubelka opened this issue Apr 15, 2019 · 10 comments
Closed

Glutin: accidental crash on macOS #258

JurajKubelka opened this issue Apr 15, 2019 · 10 comments
Assignees
Labels

Comments

@JurajKubelka
Copy link
Member

I do not have steps to reproduce. It happened twice today to me.
I had an opened Playground, including an inspected Documenter.
Switching between different applications, e.g., Pages and Pharo, accidentally Pharo crashed.
I was likely hovering with mouse around.
The image was build about a two hours ago.

Crash dump: crash.dmp.txt

Image
-----
/Users/jurajkubelka/Pharo/images/feenk 04-15/feenk 04-15.image
Pharo7.0.3
Build information: Pharo-7.0.3+build.158.sha.0903ade8a6c96633f07e0a7f1baa9a5d48cfdf55 (64 Bit)
Unnamed

Image Commandline Parameters
----------------------------
none

Virtual Machine
---------------
/Users/jurajkubelka/Pharo/vms/70-x64/Pharo.app/Contents/MacOS/Pharo
CoInterpreter VMMaker.oscog-eem.2504 uuid: a00b0fad-c04c-47a6-8a11-5dbff110ac11 Jan  5 2019
StackToRegisterMappingCogit VMMaker.oscog-eem.2504 uuid: a00b0fad-c04c-47a6-8a11-5dbff110ac11 Jan  5 2019
VM: 201901051900 https://github.com/OpenSmalltalk/opensmalltalk-vm.git Date: Sat Jan 5 20:00:11 2019 CommitHash: 7a3c6b6 Plugins: 201901051900 https://github.com/OpenSmalltalk/opensmalltalk-vm.git

Mac OS X built on Jan  5 2019 19:11:02 UTC Compiler: 4.2.1 Compatible Apple LLVM 7.3.0 (clang-703.0.31)
VMMaker versionString VM: 201901051900 https://github.com/OpenSmalltalk/opensmalltalk-vm.git Date: Sat Jan 5 20:00:11 2019 CommitHash: 7a3c6b6 Plugins: 201901051900 https://github.com/OpenSmalltalk/opensmalltalk-vm.git
CoInterpreter VMMaker.oscog-eem.2504 uuid: a00b0fad-c04c-47a6-8a11-5dbff110ac11 Jan  5 2019
StackToRegisterMappingCogit VMMaker.oscog-eem.2504 uuid: a00b0fad-c04c-47a6-8a11-5dbff110ac11 Jan  5 2019

Loaded VM Modules
-----------------
B2DPlugin VMMaker.oscog-eem.2480 (i)
BitBltPlugin VMMaker.oscog-eem.2493 (i)
FilePlugin VMMaker.oscog-eem.2498 (i)
LargeIntegers v2.0 VMMaker.oscog-eem.2495 (i)
LocalePlugin VMMaker.oscog-eem.2495 (e)
MiscPrimitivePlugin VMMaker.oscog-eem.2480 (i)
SecurityPlugin VMMaker.oscog-eem.2480 (i)
SocketPlugin VMMaker.oscog-eem.2495 (i)
SqueakFFIPrims
SurfacePlugin Jan  5 2019 (e)
libc.dylib
libfreetype.dylib
libgit2.dylib

VM Built-in Modules
-------------------
ADPCMCodecPlugin VMMaker.oscog-eem.2480 (i)
AioPlugin VMConstruction-Plugins-AioPlugin-eem.22 (i)
AsynchFilePlugin VMMaker.oscog-eem.2493 (i)
B2DPlugin VMMaker.oscog-eem.2480 (i)
BMPReadWriterPlugin VMMaker.oscog-eem.2480 (i)
BitBltPlugin VMMaker.oscog-eem.2493 (i)
DSAPrims CryptographyPlugins-eem.14 (i)
DropPlugin VMMaker.oscog-eem.2480 (i)
FFTPlugin VMMaker.oscog-eem.2480 (i)
FileAttributesPlugin FileAttributesPlugin.oscog-akg.49 (i)
FilePlugin VMMaker.oscog-eem.2498 (i)
FloatArrayPlugin VMMaker.oscog-eem.2480 (i)
GeniePlugin v2.0 18 December 2018 VMMaker.oscog-eem.2493 (i)
HostWindowPlugin VMMaker.oscog-eem.2493 (i)
IA32ABI VMMaker.oscog-eem.2480 (i)
LargeIntegers v2.0 VMMaker.oscog-eem.2495 (i)
Matrix2x3Plugin VMMaker.oscog-eem.2480 (i)
MiscPrimitivePlugin VMMaker.oscog-eem.2480 (i)
SecurityPlugin VMMaker.oscog-eem.2480 (i)
SocketPlugin VMMaker.oscog-eem.2495 (i)
SoundCodecPrims VMMaker.oscog-eem.2480 (i)
SoundGenerationPlugin VMMaker.oscog-eem.2480 (i)
SoundPlugin VMMaker.oscog-eem.2495 (i)
SqueakFFIPrims
StarSqueakPlugin VMMaker.oscog-eem.2480 (i)
UnixOSProcessPlugin VMConstruction-Plugins-OSProcessPlugin.oscog-eem.61 (i)
VMProfileMacSupportPlugin VMMaker.oscog-eem.2480 (i)
ZipPlugin VMMaker.oscog-eem.2480 (i)
@girba
Copy link
Member

girba commented Apr 15, 2019

Interesting. That did not happen to me so far.

The crash dump does look Glutin-specific.

@syrel
Copy link
Member

syrel commented Apr 15, 2019

Thank you for the bug report!
Juraj, do you have OSX 10.14.4?
I found the exact same random crash report. Also many people complain online about glSwap_Exec Crash.

https://discussion.enpass.io/index.php?/topic/7560-enpass-crashing-on-macos/

Let’s see what can be the problem. I am running OSX 10.13, not a single crash so far

@syrel
Copy link
Member

syrel commented Apr 15, 2019

Another case:
https://forums.adobe.com/thread/2610949

@syrel
Copy link
Member

syrel commented Apr 15, 2019

Could you upgrade to the latest OSX? Looks like it is Apple‘s bug 🤔

7894A45E-3353-46A4-9020-A970DBFA4CAB

@JurajKubelka
Copy link
Member Author

Hi @syrel: yes, I have macOS 10.14.4. The update does not offer me yet 10.14.5. I have to therefore wait :-)

@girba
Copy link
Member

girba commented Apr 16, 2019

I am also on 10.13 and I had no crash so far.

@girba
Copy link
Member

girba commented Apr 22, 2019

I just got a crash while scrolling horizontally through a Playground, but this one does not seem related to Glutin.

crash.dmp.log

Process:               Pharo [9823]
Path:                  /Users/USER/Documents/*/Pharo.app/Contents/MacOS/Pharo
Identifier:            org.pharo.Pharo
Version:               5.0.201901051900 (5.0.201901051900)
Code Type:             X86-64 (Native)
Parent Process:        ??? [9811]
Responsible:           Pharo [9823]
User ID:               503

Date/Time:             2019-04-22 11:24:29.737 +0200
OS Version:            Mac OS X 10.13.6 (17G65)
Report Version:        12
Bridge OS Version:     3.0 (14Y664)
Anonymous UUID:        CBC1CB47-5F32-A9A8-9063-53E0B435CC06

Sleep/Wake UUID:       388F8E48-D97E-4E94-B1A1-FD9E56C481A7

Time Awake Since Boot: 170000 seconds
Time Since Wake:       14000 seconds

System Integrity Protection: enabled

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

Exception Type:        EXC_BAD_ACCESS (SIGABRT)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

VM Regions Near 0:
--> 
    __TEXT                 0000000100e45000-0000000100f25000 [  896K] r-x/rwx SM=COW  O� [/Users/girba/Documents/Pharo/vms/70-x64/Pharo.app/Contents/MacOS/Pharo]

Application Specific Information:
abort() called

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fff54d61b66 __pthread_kill + 10
1   libsystem_pthread.dylib       	0x00007fff54f2c080 pthread_kill + 333
2   libsystem_c.dylib             	0x00007fff54cbd1ae abort + 127
3   org.pharo.Pharo               	0x0000000100ecf9aa sigsegv + 209
4   libsystem_platform.dylib      	0x00007fff54f1ff5a _sigtramp + 26
5   ???                           	000000000000000000 0 + 0
6   org.pharo.Pharo               	0x0000000100e4723a interpret + 628
7   org.pharo.Pharo               	0x0000000100ed0dca -[sqSqueakMainApplication runSqueak] + 393
8   com.apple.Foundation          	0x00007fff2ef619a8 __NSFirePerformWithOrder + 360
9   com.apple.CoreFoundation      	0x00007fff2cdd9417 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
10  com.apple.CoreFoundation      	0x00007fff2cdd933f __CFRunLoopDoObservers + 527
11  com.apple.CoreFoundation      	0x00007fff2cdbb8b8 __CFRunLoopRun + 1240
12  com.apple.CoreFoundation      	0x00007fff2cdbb153 CFRunLoopRunSpecific + 483
13  com.apple.HIToolbox           	0x00007fff2c0a5d96 RunCurrentEventLoopInMode + 286
14  com.apple.HIToolbox           	0x00007fff2c0a5a0f ReceiveNextEventCommon + 366
15  com.apple.HIToolbox           	0x00007fff2c0a5884 _BlockUntilNextEventMatchingListInModeWithFilter + 64
16  com.apple.AppKit              	0x00007fff2a356a73 _DPSNextEvent + 2085
17  com.apple.AppKit              	0x00007fff2aaece34 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 3044
18  com.apple.AppKit              	0x00007fff2a34b885 -[NSApplication run] + 764
19  com.apple.AppKit              	0x00007fff2a31aa72 NSApplicationMain + 804
20  libdyld.dylib                 	0x00007fff54c11015 start + 1

Thread 1:: com.apple.coreaudio.AQClient
0   libsystem_kernel.dylib        	0x00007fff54d5820a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff54d57724 mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff2cdbc785 __CFRunLoopServiceMachPort + 341
3   com.apple.CoreFoundation      	0x00007fff2cdbbad7 __CFRunLoopRun + 1783
4   com.apple.CoreFoundation      	0x00007fff2cdbb153 CFRunLoopRunSpecific + 483
5   com.apple.audio.toolbox.AudioToolbox	0x00007fff2b72040a GenericRunLoopThread::Entry(void*) + 158
6   com.apple.audio.toolbox.AudioToolbox	0x00007fff2b720119 CAPThread::Entry(CAPThread*) + 77
7   libsystem_pthread.dylib       	0x00007fff54f29661 _pthread_body + 340
8   libsystem_pthread.dylib       	0x00007fff54f2950d _pthread_start + 377
9   libsystem_pthread.dylib       	0x00007fff54f28bf9 thread_start + 13

Thread 2:
0   libsystem_kernel.dylib        	0x00007fff54d61d82 __semwait_signal + 10
1   libsystem_c.dylib             	0x00007fff54cdc724 nanosleep + 199
2   org.pharo.Pharo               	0x0000000100ed2d3d beatStateMachine + 98
3   libsystem_pthread.dylib       	0x00007fff54f29661 _pthread_body + 340
4   libsystem_pthread.dylib       	0x00007fff54f2950d _pthread_start + 377
5   libsystem_pthread.dylib       	0x00007fff54f28bf9 thread_start + 13

Thread 3:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	0x00007fff54d5820a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff54d57724 mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff2cdbc785 __CFRunLoopServiceMachPort + 341
3   com.apple.CoreFoundation      	0x00007fff2cdbbad7 __CFRunLoopRun + 1783
4   com.apple.CoreFoundation      	0x00007fff2cdbb153 CFRunLoopRunSpecific + 483
5   com.apple.AppKit              	0x00007fff2a493fc4 _NSEventThread + 184
6   libsystem_pthread.dylib       	0x00007fff54f29661 _pthread_body + 340
7   libsystem_pthread.dylib       	0x00007fff54f2950d _pthread_start + 377
8   libsystem_pthread.dylib       	0x00007fff54f28bf9 thread_start + 13

Thread 4:
0   libsystem_kernel.dylib        	0x00007fff54d6228a __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff54f2920e _pthread_wqthread + 1552
2   libsystem_pthread.dylib       	0x00007fff54f28be9 start_wqthread + 13

Thread 5:
0   libsystem_kernel.dylib        	0x00007fff54d6228a __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff54f29009 _pthread_wqthread + 1035
2   libsystem_pthread.dylib       	0x00007fff54f28be9 start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x00007fff8d714380  rcx: 0x00007ffeeed85368  rdx: 0x0000000000000000
  rdi: 0x0000000000000307  rsi: 0x0000000000000006  rbp: 0x00007ffeeed853a0  rsp: 0x00007ffeeed85368
   r8: 0x00007fff8d6f2f78   r9: 0x0000000000000040  r10: 0x0000000000000000  r11: 0x0000000000000206
  r12: 0x0000000000000307  r13: 0x00007ffeeedb7db8  r14: 0x0000000000000006  r15: 0x000000000000002d
  rip: 0x00007fff54d61b66  rfl: 0x0000000000000206  cr2: 0x00007fff8d6f1168
  
Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133


Binary Images:
       0x100e45000 -        0x100f24ff7 +org.pharo.Pharo (5.0.201901051900 - 5.0.201901051900) <9B3958E7-7DE5-38FA-A5A3-4F59CB61E776> /Users/USER/Documents/*/Pharo.app/Contents/MacOS/Pharo
       0x104215000 -        0x10425facf  dyld (551.4) <8A72DE9C-A136-3506-AA02-4BA2B82DCAF3> /usr/lib/dyld
       0x104844000 -        0x104844fff +libClipboardExtendedPlugin.dylib (0) <AA2CC35C-A7A2-3561-B93F-3B9551606B38> /Users/USER/Documents/*/Pharo.app/Contents/MacOS/Plugins/libClipboardExtendedPlugin.dylib
       0x104be7000 -        0x104bebffb  com.apple.audio.AppleGFXHDAHALPlugIn (100.1.17 - 100.1.17) <307D7C8F-8025-3BB1-B4FE-F5731C1B40E9> /System/Library/Extensions/AppleGFXHDA.kext/Contents/PlugIns/AppleGFXHDAHALPlugIn.bundle/Contents/MacOS/AppleGFXHDAHALPlugIn
       0x104daf000 -        0x104dc8ff7 +libJPEGReadWriter2Plugin.dylib (0) <0A74BC33-4A3D-3082-A345-967C720D2669> /Users/USER/Documents/*/Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib
       0x105d37000 -        0x105e6efff  com.apple.AMDMTLBronzeDriver (1.68.20 - 1.6.8) <C5D6A803-7CE1-32BD-BE34-C518131CED8B> /System/Library/Extensions/AMDMTLBronzeDriver.bundle/Contents/MacOS/AMDMTLBronzeDriver
       0x112b34000 -        0x112b38ffb  com.apple.audio.AppleHDAHALPlugIn (281.52 - 281.52) <23C7DDE6-A44B-3BE4-B47C-EB3045B267D9> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
       0x112b3e000 -        0x112ce6ff7  com.apple.audio.units.Components (1.14 - 1.14) <1E04BB32-1550-3851-8CD1-4A588BFE5D46> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
       0x112ddf000 -        0x112de0fff +libLocalePlugin.dylib (0) <7738F8F4-EDD8-3DBE-B657-682562F873E5> /Users/USER/Documents/*/Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib
       0x1133ae000 -        0x1133aefff +libSurfacePlugin.dylib (0) <8FBFA9C5-E28F-33B8-A1D8-A82FCB068EB5> /Users/USER/Documents/*/Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib
       0x113504000 -        0x1140bbffb +libMoz2D.dylib (0) <0476615F-A466-3034-9968-5A488353AC89> /Users/USER/Documents/*/libMoz2D.dylib
       0x11ab14000 -        0x11ac39ff3 +libgit2.dylib (0) <671233AA-3F45-3560-A0A6-FA0F15470D31> /Users/USER/Documents/*/Pharo.app/Contents/MacOS/Plugins/libgit2.dylib
       0x11acd7000 -        0x11ad1cfff +libssl.1.0.0.dylib (0) <42383CDE-1C41-3391-B0B1-29A5FE665DE1> /Users/USER/Documents/*/Pharo.app/Contents/MacOS/Plugins/libssl.1.0.0.dylib
       0x11ad3c000 -        0x11aec482f +libcrypto.1.0.0.dylib (0) <9A768705-0777-3BEE-B780-85F435D04082> /Users/USER/Documents/*/Pharo.app/Contents/MacOS/Plugins/libcrypto.1.0.0.dylib
       0x11af43000 -        0x11af75fff +libssh2.1.dylib (0) <543D08A8-894E-30F5-B489-23A2EEB70764> /Users/USER/Documents/*/Pharo.app/Contents/MacOS/Plugins/libssh2.1.dylib
       0x11c178000 -        0x11c204fff +libGlutin.dylib (0) <B6010FE2-488F-3B86-96AA-284FA74B35C8> /Users/USER/Documents/*/libGlutin.dylib
       0x11c259000 -        0x11c32affb +libfreetype.dylib (0) <A4DF2169-5428-372F-9E5F-BFDE3794D76C> /Users/USER/Documents/*/Pharo.app/Contents/MacOS/Plugins/libfreetype.dylib
       0x11c34d000 -        0x11d0cbfff  com.apple.driver.AppleIntelSKLGraphicsGLDriver (10.36.19 - 10.3.6) <D2038E23-AE4E-3ADD-8A7D-B5B6F0A23ED6> /System/Library/Extensions/AppleIntelSKLGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelSKLGraphicsGLDriver
       0x11d50a000 -        0x11d5ccffb  com.apple.AMDRadeonX4000GLDriver (1.68.20 - 1.6.8) <03AC29A1-DE03-3031-854D-B7F6D2018B4D> /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/AMDRadeonX4000GLDriver
    0x7fff252ed000 -     0x7fff2563bff7  com.apple.RawCamera.bundle (8.05.0 - 1017.4.1) <CAF490E6-CB0E-3EF0-B3D2-C4880CF85077> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff25883000 -     0x7fff260d9ff7  ATIRadeonX4000SCLib.dylib (1.68.20) <09BE979C-D263-34F4-A83D-3E36420ED78D> /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/ATIRadeonX4000SCLib.dylib
    0x7fff26ebc000 -     0x7fff270a7fff  com.apple.driver.AppleIntelSKLGraphicsMTLDriver (10.36.19 - 10.3.6) <99BD9935-A9CE-376F-BF70-47B38989DDA9> /System/Library/Extensions/AppleIntelSKLGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelSKLGraphicsMTLDriver
    0x7fff292af000 -     0x7fff292affff  com.apple.Accelerate (1.11 - Accelerate 1.11) <8632A9C5-19EA-3FD7-A44D-80765CC9C540> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff292b0000 -     0x7fff292c6fef  libCGInterfaces.dylib (417.2) <2E67702C-75F6-308A-A023-F28120BEE667> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff292c7000 -     0x7fff297c5fc3  com.apple.vImage (8.1 - ???) <A243A7EF-0C8E-3A9A-AA38-44AFD7507F00> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff297c6000 -     0x7fff29920fe3  libBLAS.dylib (1211.50.2) <62C659EB-3E32-3B5F-83BF-79F5DF30D5CE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff29921000 -     0x7fff2994ffef  libBNNS.dylib (38.1) <7BAEFDCA-3227-3E07-80D8-59B6370B89C6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff29950000 -     0x7fff29d0fff7  libLAPACK.dylib (1211.50.2) <40ADBA5F-8B2D-30AC-A7AD-7B17C37EE52D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff29d10000 -     0x7fff29d25ff7  libLinearAlgebra.dylib (1211.50.2) <E8E0B7FD-A0B7-31E5-AF01-81781F71EBBE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff29d26000 -     0x7fff29d2bff3  libQuadrature.dylib (3) <3D6BF66A-55B2-3692-BAC7-DEB0C676ED29> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff29d2c000 -     0x7fff29dacfff  libSparse.dylib (79.50.2) <0DC25CDD-F8C1-3D6E-B472-8B060708424F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff29dad000 -     0x7fff29dc0fff  libSparseBLAS.dylib (1211.50.2) <722573CC-31CC-34B2-9032-E4F652A9CCFE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff29dc1000 -     0x7fff29f6efc3  libvDSP.dylib (622.50.5) <40690941-CF89-3F90-A0AC-A4D200744A5D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff29f6f000 -     0x7fff2a020fff  libvMisc.dylib (622.50.5) <BA2532DF-2D68-3DD0-9B59-D434BF702AA4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff2a021000 -     0x7fff2a021fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <54FF3B43-E66C-3F36-B34B-A2B3B0A36502> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff2a315000 -     0x7fff2b173fff  com.apple.AppKit (6.9 - 1561.60.100) <3C27CF6F-E640-3411-A87D-CCB2222CC754> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff2b1c5000 -     0x7fff2b1c5fff  com.apple.ApplicationServices (48 - 50) <AFFBD94A-AF76-336E-B53E-57524EAE8EF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff2b1c6000 -     0x7fff2b22cfff  com.apple.ApplicationServices.ATS (377 - 445.4) <85E779EE-0219-3181-B4C4-201E4CC82AB5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff2b2c5000 -     0x7fff2b3e7fff  libFontParser.dylib (222.1.6) <6CEBACDD-B848-302E-B4B2-630CB16E663E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff2b3e8000 -     0x7fff2b432ff7  libFontRegistry.dylib (221.4) <5FDB4F1A-E15C-3ACB-A5C1-F15458C0C6DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff2b4d7000 -     0x7fff2b50aff7  libTrueTypeScaler.dylib (222.1.6) <9147F859-8BD9-31D9-AB54-8E9549B92AE9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff2b574000 -     0x7fff2b578ff3  com.apple.ColorSyncLegacy (4.13.0 - 1) <A5FB2694-1559-34A8-A3D3-2029F68A63CA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff2b618000 -     0x7fff2b66affb  com.apple.HIServices (1.22 - 624.1) <66FD9ED2-9630-313C-86AE-4C2FBCB3F351> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff2b66b000 -     0x7fff2b679fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <B65FF7E6-E9B5-34D8-8CA7-63D415A8A9A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff2b67a000 -     0x7fff2b6c6fff  com.apple.print.framework.PrintCore (13.4 - 503.2) <B90C67C1-0292-3CEC-885D-F1882CD104BE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff2b6c7000 -     0x7fff2b701fff  com.apple.QD (3.12 - 404.2) <38B20AFF-9D54-3B52-A6DC-C0D71380AA5F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff2b702000 -     0x7fff2b70efff  com.apple.speech.synthesis.framework (7.8.1 - 7.8.1) <A08DE016-C8F2-3B0E-BD34-15959D13DBF0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff2b70f000 -     0x7fff2b99dff7  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <E0B8B5D8-80A0-308B-ABD6-F8612102B5D8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff2b99f000 -     0x7fff2b99ffff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <ABF8778E-4F9D-305E-A528-DE406A1A2B68> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff2bcc2000 -     0x7fff2c05cff7  com.apple.CFNetwork (902.1 - 902.1) <76EB8CB6-BF59-3BDA-BF2B-F21B161611B9> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff2c076000 -     0x7fff2c37bfff  com.apple.HIToolbox (2.1.1 - 911.10) <BF7F9C0E-C732-3FB2-9BBC-362888BDA57B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff2c386000 -     0x7fff2c41bffb  com.apple.ink.framework (10.9 - 221) <5206C8B0-22DA-36C9-998E-846EDB626D5B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff2c45c000 -     0x7fff2c462fff  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <2ED8643D-B0C3-3F17-82A2-BBF13E6CBABC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff2c583000 -     0x7fff2c583fff  com.apple.Cocoa (6.11 - 22) <78E6C28E-4308-3D10-AD14-0CBCF6789B3F> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff2c591000 -     0x7fff2c64afff  com.apple.ColorSync (4.13.0 - 3325) <D283C285-447D-3258-A7E4-59532123B8FF> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff2c7d7000 -     0x7fff2c86aff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <EB35D3EC-56EA-33E6-98DC-BDC3A5FA8ACE> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff2c8d1000 -     0x7fff2c8faffb  com.apple.CoreBluetooth (1.0 - 1) <E1335074-9D07-370E-8440-61C4874BAC56> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff2c8fb000 -     0x7fff2cc51fef  com.apple.CoreData (120 - 851) <A2B59780-FB16-36A3-8EE0-E0EF072454E0> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff2cc52000 -     0x7fff2cd35fff  com.apple.CoreDisplay (99.14 - 99.14) <A1B91ADD-828D-33A0-8A92-CC3F83DF89D0> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff2cd36000 -     0x7fff2d1d7fef  com.apple.CoreFoundation (6.9 - 1454.90) <E5D594BF-9142-3325-A62D-CF4AAF472642> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff2d1d9000 -     0x7fff2d7e9fef  com.apple.CoreGraphics (2.0 - 1161.21) <375C477F-5A89-3C49-9B63-373C81A63F7E> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff2d7eb000 -     0x7fff2dadafff  com.apple.CoreImage (13.0.0 - 579.5) <AAE2DFD0-9B0A-3D56-8A3E-C460BAF70394> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff2dd69000 -     0x7fff2de5fffb  com.apple.CoreMedia (1.0 - 2276.68) <5F0001EF-10FF-3334-9170-7FD5FB026205> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff2deaf000 -     0x7fff2deaffff  com.apple.CoreServices (822.36 - 822.36) <C8368F17-1589-3BA5-A0E7-89CB8DF2454F> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff2deb0000 -     0x7fff2df24ffb  com.apple.AE (735.1 - 735.1) <08EBA184-20F7-3725-AEA6-C314448161C6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff2df25000 -     0x7fff2e1fcfff  com.apple.CoreServices.CarbonCore (1178.4 - 1178.4) <0D5E19BF-18CB-3FA4-8A5F-F6C787C5EE08> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff2e1fd000 -     0x7fff2e231fff  com.apple.DictionaryServices (1.2 - 284.2) <6505B075-41C3-3C62-A4C3-85CE3F6825CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff2e232000 -     0x7fff2e23affb  com.apple.CoreServices.FSEvents (1239.50.1 - 1239.50.1) <3637CEC7-DF0E-320E-9634-44A442925C65> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff2e23b000 -     0x7fff2e3f8fff  com.apple.LaunchServices (822.36 - 822.36) <6E68C090-B12D-3D3D-9617-E5D82C36B2D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff2e3f9000 -     0x7fff2e4a9ff7  com.apple.Metadata (10.7.0 - 1191.4.13) <B5C22E70-C265-3C9F-865F-B138994A418D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff2e4aa000 -     0x7fff2e50afff  com.apple.CoreServices.OSServices (822.36 - 822.36) <3BB2E0CE-81AE-3D3D-9FCE-E1B7FC6D6A61> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff2e50b000 -     0x7fff2e579fff  com.apple.SearchKit (1.4.0 - 1.4.0) <3662545A-B1CF-3079-BDCD-C83855CEFEEE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff2e57a000 -     0x7fff2e59effb  com.apple.coreservices.SharedFileList (71.21 - 71.21) <35582D88-5975-35E2-A29A-E3148C3EE727> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff2e83f000 -     0x7fff2e98ffff  com.apple.CoreText (352.0 - 578.22) <6129F39D-284D-3BBF-8999-7854AB61C01C> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff2e990000 -     0x7fff2e9cafff  com.apple.CoreVideo (1.8 - 0.0) <86CCC036-51BB-3DD1-9601-D93798BCCD0F> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff2e9cb000 -     0x7fff2ea56ff3  com.apple.framework.CoreWLAN (13.0 - 1350.1) <E862CC02-69D2-3503-887B-B6E8223081E7> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff2ecd1000 -     0x7fff2ecd6fff  com.apple.DiskArbitration (2.7 - 2.7) <A975AD56-4CD3-3A89-8732-858CA9BD3DAA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff2ee97000 -     0x7fff2f25dfff  com.apple.Foundation (6.9 - 1454.90) <8EA924F3-ADAE-3F4B-8482-8B11C027D9A5> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff2f2ce000 -     0x7fff2f2fefff  com.apple.GSS (4.0 - 2.0) <D774A165-5581-3479-AB5D-2BBDB5CF8882> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff2f410000 -     0x7fff2f514ffb  com.apple.Bluetooth (6.0.7 - 6.0.7f10) <557F26F9-C7A0-34EA-A905-22E243BF6B48> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff2f574000 -     0x7fff2f60ffff  com.apple.framework.IOKit (2.0.2 - 1445.71.1) <2EA4F383-CAA9-3AF0-99C5-90C22ADAA6B6> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff2f611000 -     0x7fff2f618fff  com.apple.IOSurface (211.15 - 211.15) <9FD406F1-6BF2-35B0-8339-DF83A1A661EB> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff2f66f000 -     0x7fff2f7e9ff7  com.apple.ImageIO.framework (3.3.0 - 1739.3) <7C579D3F-AE0B-31C9-8F80-67F2290B8DE0> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff2f7ea000 -     0x7fff2f7eeffb  libGIF.dylib (1739.3) <7AA44C9D-48E8-3090-B044-61FE6F0AEF38> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff2f7ef000 -     0x7fff2f8d6fef  libJP2.dylib (1739.3) <AEBF7260-0C10-30C0-8F0F-8B347DEE78B3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff2f8d7000 -     0x7fff2f8faff7  libJPEG.dylib (1739.3) <D8C966AD-A00C-3E8B-A7ED-D7CC7ECB3224> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff2fbd6000 -     0x7fff2fbfcfeb  libPng.dylib (1739.3) <1737F680-99D1-3F03-BFA5-5CDA30EB880A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff2fbfd000 -     0x7fff2fbffffb  libRadiance.dylib (1739.3) <21746434-FCC7-36DE-9331-11277DF66AA8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff2fc00000 -     0x7fff2fc4efef  libTIFF.dylib (1739.3) <C4CB5C1D-20F2-3BD4-B0E6-629FDB3EF8E8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff30b08000 -     0x7fff30b21ff7  com.apple.Kerberos (3.0 - 1) <F86DCCDF-93C1-38B3-82C2-477C12E8EE6D> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff30b22000 -     0x7fff30b57fff  com.apple.LDAPFramework (2.4.28 - 194.5) <08888215-BBCE-3402-8142-2C9ADB091580> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff30de0000 -     0x7fff30de7fff  com.apple.MediaAccessibility (1.0 - 114) <9F72AACD-BAEB-3646-BD0F-12C47591C20D> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff30e97000 -     0x7fff31501ff7  com.apple.MediaToolbox (1.0 - 2276.68) <CB6791F2-B401-360E-9531-BFBC5138254E> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff31503000 -     0x7fff31584fff  com.apple.Metal (125.30 - 125.30) <975FD6B5-D695-346A-869F-0584A968D100> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff315a1000 -     0x7fff315bcfff  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <AD754E8F-CA00-3878-9AF3-208C224A230B> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff315bd000 -     0x7fff3162cfef  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <338B7779-E608-3D68-8A07-2ACC11299744> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff3162d000 -     0x7fff31651fff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <9CE072D7-853B-3939-9645-7EB951376B87> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff31652000 -     0x7fff31739ff7  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <0DE891AD-27E5-38FF-AEC8-4A95356C4357> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff3173a000 -     0x7fff3173aff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <2D2D261C-50B0-32F9-BF9A-5C01382BB528> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff32739000 -     0x7fff32745ffb  com.apple.NetFS (6.0 - 4.0) <471DD96F-FA2E-3FE9-9746-2519A6780D1A> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff3552e000 -     0x7fff35536fef  libcldcpuengine.dylib (2.8.7) <EF9A91AC-029C-300A-99E7-4952C15DA09F> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff35537000 -     0x7fff35591ff7  com.apple.opencl (2.8.24 - 2.8.24) <4D7401A7-6ADD-3632-85AE-7A5012DFFA04> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff35592000 -     0x7fff355aeffb  com.apple.CFOpenDirectory (10.13 - 207.50.1) <29F55F7B-379F-3053-8FF3-5C6675A3DD4D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff355af000 -     0x7fff355bafff  com.apple.OpenDirectory (10.13 - 207.50.1) <F895547D-4915-353F-9C1E-E95172BA803B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff36739000 -     0x7fff3673bfff  libCVMSPluginSupport.dylib (16.7.4) <F9270AE0-CC3B-3E3E-BA32-CC1068DD8F27> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff3673c000 -     0x7fff36741ffb  libCoreFSCache.dylib (162.9) <7AF87F3E-D5D0-3625-BE09-CA4223195466> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff36742000 -     0x7fff36746fff  libCoreVMClient.dylib (162.9) <115FE643-6141-39B4-8193-77DFCBE7A4E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff36747000 -     0x7fff36750ff3  libGFXShared.dylib (16.7.4) <EB2BF8A0-E10D-35EA-8F46-B2E3C62C12A8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff36751000 -     0x7fff3675cfff  libGL.dylib (16.7.4) <2BB333D3-5C61-33DF-8545-06DF2D08B83D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff3675d000 -     0x7fff36798fe7  libGLImage.dylib (16.7.4) <4DA003CE-0B74-3FE4-808C-B2FBCE517EB4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff36799000 -     0x7fff36906ff3  libGLProgrammability.dylib (16.7.4) <ECC9D79B-C0B1-33F9-A9BB-097EF12D9E13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff36907000 -     0x7fff36945ffb  libGLU.dylib (16.7.4) <BCB09CD8-EB0E-38FA-8B5A-9E29532EE364> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff372bd000 -     0x7fff372ccff3  com.apple.opengl (16.7.4 - 16.7.4) <9BDE8FF9-5418-3C70-8D1C-09656884CE48> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff372cd000 -     0x7fff37464ff3  GLEngine (16.7.4) <E2EE1D9C-826E-3DA9-9DCA-2FF371CDE5BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff37465000 -     0x7fff3748dffb  GLRendererFloat (16.7.4) <3B51AC1B-0A3C-30E5-80EB-F64EBB1B1F77> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff3811b000 -     0x7fff38367ff7  com.apple.QuartzCore (1.11 - 584.62) <1950D993-DE48-3C97-95A5-66D98BDFC95D> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff38b9d000 -     0x7fff38ec8fff  com.apple.security (7.0 - 58286.70.7) <9FC166E1-14D0-305C-A086-02B9E83F547E> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff38ec9000 -     0x7fff38f55ff7  com.apple.securityfoundation (6.0 - 55185.50.5) <D708D069-AEDB-36C2-B1DA-479DA91D7711> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff38f87000 -     0x7fff38f8bffb  com.apple.xpc.ServiceManagement (1.0 - 1) <71B45D83-ECA4-3265-997E-683A8B8DF413> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff39330000 -     0x7fff393a0ff3  com.apple.SystemConfiguration (1.17 - 1.17) <8532B8E9-7E30-35A3-BC4A-DDE8E0614FDA> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff39555000 -     0x7fff398d0fff  com.apple.VideoToolbox (1.0 - 2276.68) <8F6FBC7D-60EA-38B2-B583-7ECB58E8936E> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff3c29d000 -     0x7fff3c330fff  com.apple.APFS (1.0 - 1) <6BBB3988-1C91-314F-A77A-4E093A1B18F0> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff3cf5b000 -     0x7fff3cf83fff  com.apple.framework.Apple80211 (13.0 - 1361.7) <16627876-8CF5-3502-A1D6-35FCBDD5E79A> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff3cf85000 -     0x7fff3cf94fef  com.apple.AppleFSCompression (96.60.1 - 1.0) <A7C875C4-F5EE-3272-AFB6-57C9FD5352B3> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff3d093000 -     0x7fff3d09eff7  com.apple.AppleIDAuthSupport (1.0 - 1) <2FAF5567-CDB3-33EF-AB71-05D37F2248B7> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
    0x7fff3d0d8000 -     0x7fff3d120ff3  com.apple.AppleJPEG (1.0 - 1) <8DD410CB-76A1-3F22-9A9F-0491FA0CEB4A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff3d152000 -     0x7fff3d15aff3  com.apple.AppleSRP (5.0 - 1) <4CEC34CF-63E3-3023-B61B-F8D133698534> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff3d15b000 -     0x7fff3d183fff  com.apple.applesauce (1.0 - ???) <CCA8B094-1BCE-3AE3-A0A7-D544C818DE36> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff3d250000 -     0x7fff3d2a0ff7  com.apple.AppleVAFramework (5.0.41 - 5.0.41) <14E91E09-C345-3C5F-8D3C-4BC291FAF796> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff3d5d5000 -     0x7fff3d86effb  com.apple.AuthKit (1.0 - 1) <6CA71A11-91C5-307C-B933-9FCDEDCB580A> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff3d9a5000 -     0x7fff3d9acff7  com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <51A41CA3-DB1D-3380-993E-99C54AEE518E> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff3d9ad000 -     0x7fff3da34ff7  com.apple.backup.framework (1.9.5 - 1.9.5) <5E7B0925-8C71-353D-BB0F-9CA144BB264C> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff3f3ee000 -     0x7fff3f3f7ff3  com.apple.CommonAuth (4.0 - 2.0) <4D237B25-27E5-3577-948B-073659F6D3C0> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff3f733000 -     0x7fff3fb3bfff  com.apple.CoreAUC (259.0.0 - 259.0.0) <B3D5289B-9E8A-37FE-855B-7277D700029E> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff3fb3c000 -     0x7fff3fb6cff7  com.apple.CoreAVCHD (5.9.0 - 5900.4.1) <E9FF9574-122A-3966-AA2B-546E512ACD06> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff3fd86000 -     0x7fff3fd8fff7  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <35A43584-2AF8-3202-A139-27D916E444BE> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff3fefd000 -     0x7fff3ff0dff7  com.apple.CoreEmoji (1.0 - 69.3) <A4357F5C-0C38-3A61-B456-D7321EB2CEE5> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff406a1000 -     0x7fff406a9ff3  com.apple.CorePhoneNumbers (1.0 - 1) <A5D41251-9F38-3AB9-9DE7-F77023FAAA44> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
    0x7fff40834000 -     0x7fff40865ff3  com.apple.CoreServicesInternal (309.1 - 309.1) <4ECD14EA-A493-3B84-A32F-CF928474A405> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff40ba2000 -     0x7fff40c33fff  com.apple.CoreSymbolication (9.3 - 64026.2) <D55A6E5B-0267-3F3A-8D90-4B8F39458420> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff40cb6000 -     0x7fff40debfff  com.apple.coreui (2.1 - 494.1) <B2C515C3-FCE8-3B28-A225-05AD917F509B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff40dec000 -     0x7fff40f1dfff  com.apple.CoreUtils (5.6 - 560.11) <1A02D6F0-8C65-3FAE-AD63-56477EDE4773> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff40f72000 -     0x7fff40fd6fff  com.apple.framework.CoreWiFi (13.0 - 1350.1) <6EC5DEB3-6E2F-3DC2-BE59-1FD05175FB0C> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff40fd7000 -     0x7fff40fe7ff7  com.apple.CrashReporterSupport (10.13 - 1) <A909F468-0648-3F51-A77E-3F9ADBC9A941> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff41065000 -     0x7fff41074ff7  com.apple.framework.DFRFoundation (1.0 - 191.7) <5F486F5A-3795-3CD4-86A2-FD008A23F205> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff41077000 -     0x7fff4107bffb  com.apple.DSExternalDisplay (3.1 - 380) <901B7F6D-376A-3848-99D0-170C4D00F776> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff410fd000 -     0x7fff41173fff  com.apple.datadetectorscore (7.0 - 590.3) <7437160E-68A3-3FD7-8868-5E3F92E23C4F> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff411c1000 -     0x7fff41201ff7  com.apple.DebugSymbols (181.0 - 181.0) <299A0238-ED78-3676-B131-274D972824AA> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff41202000 -     0x7fff41331fff  com.apple.desktopservices (1.12.5 - 1.12.5) <7739C9A5-64D9-31A5-899B-5FFA242AD70D> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff4214b000 -     0x7fff42579fff  com.apple.vision.FaceCore (3.3.2 - 3.3.2) <B574FE33-4A41-3611-9738-388EBAF03E37> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff441d5000 -     0x7fff441d5fff  libmetal_timestamp.dylib (802.4.8) <311A8FAA-5FA9-3AAF-887E-DC9884DE8BE5> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3802/Libraries/libmetal_timestamp.dylib
    0x7fff45835000 -     0x7fff45840ff7  libGPUSupportMercury.dylib (16.7.4) <A4D6F79C-1DFA-3E96-8F76-4882FBEDE9CF> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff45841000 -     0x7fff45846fff  com.apple.GPUWrangler (3.20.13 - 3.20.13) <9C5BD618-69E3-36D5-9BC9-A4841BC00D2A> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff465bc000 -     0x7fff465cbfff  com.apple.GraphVisualizer (1.0 - 5) <B993B8A2-5700-3DFC-9EB7-4CCEE8F959F1> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff4664e000 -     0x7fff466c2fff  com.apple.Heimdal (4.0 - 2.0) <93091531-CC91-34FF-8B93-5D3F02C37BC5> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff46fc8000 -     0x7fff46fd1fff  com.apple.IOAccelMemoryInfo (1.0 - 1) <E2416468-8B64-3BB8-A099-361954C8DED7> /System/Library/PrivateFrameworks/IOAccelMemoryInfo.framework/Versions/A/IOAccelMemoryInfo
    0x7fff46fd2000 -     0x7fff46fd9ff7  com.apple.IOAccelerator (378.26 - 378.26) <2274BE11-18DE-3B13-BCDB-C488C9BB19AD> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff46fdd000 -     0x7fff46ff4fff  com.apple.IOPresentment (1.0 - 35.1) <7C6332FF-6535-3064-B437-1E9F70671927> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff473bf000 -     0x7fff473e5ffb  com.apple.IconServices (97.6 - 97.6) <A56D826D-20D2-34BE-AACC-A80CFCB4E915> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff4766a000 -     0x7fff4767dff3  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <AED421B0-90A0-3969-98A4-CCBCF2D3360B> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
    0x7fff4767e000 -     0x7fff47773ff7  com.apple.LanguageModeling (1.0 - 159.5.3) <7F0AC200-E3DD-39FB-8A95-00DD70B66A9F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff47774000 -     0x7fff477b6fff  com.apple.Lexicon-framework (1.0 - 33.5) <DC94CF9E-1EB4-3C0E-B298-CA1190885276> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff477ba000 -     0x7fff477c1ff7  com.apple.LinguisticData (1.0 - 238.3) <49A54649-1021-3DBD-99B8-1B2EDFFA5378> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff47fc0000 -     0x7fff47fc3fff  com.apple.Mangrove (1.0 - 1) <27D6DF76-B5F8-3443-8826-D25B284331BF> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff484d3000 -     0x7fff4853cff7  com.apple.gpusw.MetalTools (1.0 - 1) <458F319A-2707-3C83-8351-BD9F02EC05BD> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff48545000 -     0x7fff4855cff7  com.apple.MobileAssets (1.0 - 437.60.1) <5FFD8A8B-F33F-3FA9-8F50-31C24A67862C> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
    0x7fff486cb000 -     0x7fff486e4fff  com.apple.MobileKeyBag (2.0 - 1.0) <32E63C7B-E133-33DE-A593-C3C10D64FCAA> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff48770000 -     0x7fff4879affb  com.apple.MultitouchSupport.framework (1404.4 - 1404.4) <45374A2A-C0BC-3A70-8183-37295205CDFA> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff48a01000 -     0x7fff48a0cfff  com.apple.NetAuth (6.2 - 6.2) <B3795F63-C14A-33E1-9EE6-02A2E7661321> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff4a2a2000 -     0x7fff4a2b2ffb  com.apple.PerformanceAnalysis (1.194 - 194) <2844933E-B71C-3BE9-9A84-27B29E111F13> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff4c071000 -     0x7fff4c08ffff  com.apple.ProtocolBuffer (1 - 260) <40704740-4A53-3010-A49B-08D1D69D1D5E> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff4c26a000 -     0x7fff4c28dffb  com.apple.RemoteViewServices (2.0 - 125) <592323D1-CB44-35F1-9921-4C2AB8D920A0> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff4dbb1000 -     0x7fff4dcc6ff7  com.apple.Sharing (1050.22.2 - 1050.22.2) <4E3CCDF2-EA26-334F-8EBA-79BD28486C9D> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff4dcf1000 -     0x7fff4dcf2ff7  com.apple.performance.SignpostNotification (1.2.6 - 2.6) <8F04800F-3570-3392-A24D-B229FF03F7F9> /System/Library/PrivateFrameworks/SignpostNotification.framework/Versions/A/SignpostNotification
    0x7fff4ea3a000 -     0x7fff4ecd6ff7  com.apple.SkyLight (1.600.0 - 312.103) <27F91170-846C-3E9E-9B8A-788F27C7DAF5> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff4f49f000 -     0x7fff4f4acfff  com.apple.SpeechRecognitionCore (4.6.1 - 4.6.1) <87EE7AB5-6925-3D21-BE00-F155CB457699> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff4f959000 -     0x7fff4f980fff  com.apple.StreamingZip (1.0 - 1) <32F550C9-3DF8-3DF9-A1EC-699C3D32621B> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
    0x7fff50052000 -     0x7fff500dbfc7  com.apple.Symbolication (9.3 - 64033) <C2C55C9A-C264-3044-A953-16457148190A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff5064c000 -     0x7fff50654ff7  com.apple.TCC (1.0 - 1) <E1EB7272-FE6F-39AB-83CA-B2B5F2A88D9B> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff50861000 -     0x7fff5091eff7  com.apple.TextureIO (3.7 - 3.7) <F8BAC954-405D-3CC3-AB7B-048C866EF980> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff509c8000 -     0x7fff509c9fff  com.apple.TrustEvaluationAgent (2.0 - 31) <39F533B2-211E-3635-AF47-23F27749FF4A> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff509cf000 -     0x7fff50b7efff  com.apple.UIFoundation (1.0 - 547.5) <86A2FBA7-2709-3894-A3D5-A00C19BAC48D> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff51853000 -     0x7fff51922ff7  com.apple.ViewBridge (343.2 - 343.2) <5519FCED-1F88-3BE6-9BE1-69992086B01B> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff52287000 -     0x7fff52289ffb  com.apple.loginsupport (1.0 - 1) <D1232C1B-80EA-3DF8-9466-013695D0846E> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff5228a000 -     0x7fff5229ffff  com.apple.login (3.0 - 3.0) <79189BF9-70D4-3839-9E2F-B3990B673A3E> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
    0x7fff523f0000 -     0x7fff52423ff7  libclosured.dylib (551.4) <3FB6B209-51F4-38DA-B1D8-2EE29D5BDD83> /usr/lib/closure/libclosured.dylib
    0x7fff524dd000 -     0x7fff52516ff7  libCRFSuite.dylib (41) <FE5EDB68-2593-3C2E-BBAF-1C52D206F296> /usr/lib/libCRFSuite.dylib
    0x7fff52517000 -     0x7fff52522fff  libChineseTokenizer.dylib (28) <53633C9B-A3A8-36F7-A53C-432D802F4BB8> /usr/lib/libChineseTokenizer.dylib
    0x7fff525b4000 -     0x7fff525b5ff3  libDiagnosticMessagesClient.dylib (104) <9712E980-76EE-3A89-AEA6-DF4BAF5C0574> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff525ec000 -     0x7fff527b6ff3  libFosl_dynamic.dylib (17.8) <C58ED77A-4986-31C2-994C-34DDFB8106F0> /usr/lib/libFosl_dynamic.dylib
    0x7fff527ee000 -     0x7fff527eefff  libOpenScriptingUtil.dylib (174) <610F0242-7CE5-3C86-951B-B646562694AF> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff52925000 -     0x7fff52929ffb  libScreenReader.dylib (562.18.4) <E239923D-54C9-3BBF-852F-87C09DEF4091> /usr/lib/libScreenReader.dylib
    0x7fff5292a000 -     0x7fff5292bffb  libSystem.B.dylib (1252.50.4) <CD555F3B-FDDB-35E5-A2FB-FBBF3D62031A> /usr/lib/libSystem.B.dylib
    0x7fff529be000 -     0x7fff529befff  libapple_crypto.dylib (109.50.14) <48BA2E76-BF2F-3522-A54E-D7FB7EAF7A57> /usr/lib/libapple_crypto.dylib
    0x7fff529bf000 -     0x7fff529d5ff7  libapple_nghttp2.dylib (1.24) <01402BC4-4822-3676-9C80-50D83F816424> /usr/lib/libapple_nghttp2.dylib
    0x7fff529d6000 -     0x7fff52a00ff3  libarchive.2.dylib (54) <8FC28DD8-E315-3C3E-95FE-D1D2CBE49888> /usr/lib/libarchive.2.dylib
    0x7fff52a01000 -     0x7fff52a82fdf  libate.dylib (1.13.1) <178ACDAD-DE7E-346C-A613-1CBF7929AC07> /usr/lib/libate.dylib
    0x7fff52a86000 -     0x7fff52a86ff3  libauto.dylib (187) <A05C7900-F8C7-3E75-8D3F-909B40C19717> /usr/lib/libauto.dylib
    0x7fff52a87000 -     0x7fff52b3fff3  libboringssl.dylib (109.50.14) <E6813F87-B5E4-3F7F-A725-E6A7F2BD02EC> /usr/lib/libboringssl.dylib
    0x7fff52b40000 -     0x7fff52b50ff3  libbsm.0.dylib (39) <6BC96A72-AFBE-34FD-91B1-748A530D8AE6> /usr/lib/libbsm.0.dylib
    0x7fff52b51000 -     0x7fff52b5effb  libbz2.1.0.dylib (38) <0A5086BB-4724-3C14-979D-5AD4F26B5B45> /usr/lib/libbz2.1.0.dylib
    0x7fff52b5f000 -     0x7fff52bb5fff  libc++.1.dylib (400.9) <7D3DACCC-3804-393C-ABC1-1A580FD00CB6> /usr/lib/libc++.1.dylib
    0x7fff52bb6000 -     0x7fff52bdaff7  libc++abi.dylib (400.8.2) <EF5E37D7-11D9-3530-BE45-B986612D13E2> /usr/lib/libc++abi.dylib
    0x7fff52bdc000 -     0x7fff52becfff  libcmph.dylib (6) <A5509EE8-7E00-3224-8814-015B077A3CF5> /usr/lib/libcmph.dylib
    0x7fff52bed000 -     0x7fff52c04fcf  libcompression.dylib (47.60.2) <543F07BF-2F2F-37D5-9866-E84BF659885B> /usr/lib/libcompression.dylib
    0x7fff52eaf000 -     0x7fff52ec7ff7  libcoretls.dylib (155.50.1) <D350052E-DC4D-3185-ADBA-BA48EDCEE955> /usr/lib/libcoretls.dylib
    0x7fff52ec8000 -     0x7fff52ec9ff3  libcoretls_cfhelpers.dylib (155.50.1) <B297F5D8-F2FE-3566-A752-E9D998B9C039> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff53062000 -     0x7fff531f3fff  libcrypto.35.dylib (22.50.2) <97828BFD-4675-35DF-BE2E-C6D1555BB71D> /usr/lib/libcrypto.35.dylib
    0x7fff5339a000 -     0x7fff533f0ff3  libcups.2.dylib (462.2.4) <908099FB-C70E-38FA-9573-88CB98FDDE29> /usr/lib/libcups.2.dylib
    0x7fff5341b000 -     0x7fff5346fffb  libcurl.4.dylib (105.40.1) <B04E7791-EAF9-3D72-B4ED-DD8F135140EC> /usr/lib/libcurl.4.dylib
    0x7fff53530000 -     0x7fff53530fff  libenergytrace.dylib (16) <A92AB8B8-B986-3CE6-980D-D55090FEF387> /usr/lib/libenergytrace.dylib
    0x7fff53567000 -     0x7fff5356cff3  libheimdal-asn1.dylib (520.50.6) <E358445A-B84E-31B5-BCCD-7E1397519D96> /usr/lib/libheimdal-asn1.dylib
    0x7fff53598000 -     0x7fff53689ff7  libiconv.2.dylib (51.50.1) <2FEC9707-3FAF-3828-A50D-8605086D060F> /usr/lib/libiconv.2.dylib
    0x7fff5368a000 -     0x7fff538b1ffb  libicucore.A.dylib (59180.0.1) <34EBADD6-4092-30EC-90E8-F75241E94D76> /usr/lib/libicucore.A.dylib
    0x7fff538fe000 -     0x7fff538fffff  liblangid.dylib (128) <39C39393-0D05-301D-93B2-F224FC4949AA> /usr/lib/liblangid.dylib
    0x7fff53900000 -     0x7fff53919ffb  liblzma.5.dylib (10) <3D419A50-961F-37D2-8A01-3DC7AB7B8D18> /usr/lib/liblzma.5.dylib
    0x7fff5391a000 -     0x7fff53930ff7  libmarisa.dylib (9) <D6D2D55D-1D2E-3442-B152-B18803C0ABB4> /usr/lib/libmarisa.dylib
    0x7fff539e1000 -     0x7fff53c09ff7  libmecabra.dylib (779.7.6) <F462F170-E872-3D09-B219-973D5E99C09F> /usr/lib/libmecabra.dylib
    0x7fff53de1000 -     0x7fff53f5cfff  libnetwork.dylib (1229.70.2) <E185D902-AC7F-3044-87C0-AE2887C59CE7> /usr/lib/libnetwork.dylib
    0x7fff53fe3000 -     0x7fff543d17e7  libobjc.A.dylib (723) <DD9E5EC5-B507-3249-B700-93433E2D5EDF> /usr/lib/libobjc.A.dylib
    0x7fff543e4000 -     0x7fff543e8fff  libpam.2.dylib (22) <7B4D2CE2-1438-387A-9802-5CEEFBF26F86> /usr/lib/libpam.2.dylib
    0x7fff543eb000 -     0x7fff5441ffff  libpcap.A.dylib (79.20.1) <FA13918B-A247-3181-B256-9B852C7BA316> /usr/lib/libpcap.A.dylib
    0x7fff5449e000 -     0x7fff544baffb  libresolv.9.dylib (65) <E8F3415B-4472-3202-8901-41FD87981DB2> /usr/lib/libresolv.9.dylib
    0x7fff544f6000 -     0x7fff54508fff  libsasl2.2.dylib (211) <04EF3F61-12EC-3319-A649-851999F4C7A4> /usr/lib/libsasl2.2.dylib
    0x7fff54509000 -     0x7fff5450aff3  libspindump.dylib (252) <D8E27057-E3CC-3D7F-A010-4A87830F6A83> /usr/lib/libspindump.dylib
    0x7fff5450b000 -     0x7fff5469eff7  libsqlite3.dylib (274.8.1) <FCAD6A57-829E-3701-B16E-1833D620E0E8> /usr/lib/libsqlite3.dylib
    0x7fff546fa000 -     0x7fff5474dffb  libssl.35.dylib (22.50.2) <AF523E9B-7183-3A87-8FB4-E26936EC4FDB> /usr/lib/libssl.35.dylib
    0x7fff54872000 -     0x7fff548d2ff3  libusrtcp.dylib (1229.70.2) <1E065228-D0E3-3808-9405-894056C6BEC0> /usr/lib/libusrtcp.dylib
    0x7fff548d3000 -     0x7fff548d6ffb  libutil.dylib (51.20.1) <216D18E5-0BAF-3EAF-A38E-F6AC37CBABD9> /usr/lib/libutil.dylib
    0x7fff548d7000 -     0x7fff548e4fff  libxar.1.dylib (400) <0316128D-3B47-3052-995D-97B4FE5491DC> /usr/lib/libxar.1.dylib
    0x7fff548e8000 -     0x7fff549cffff  libxml2.2.dylib (31.11) <C2B5C43F-9C0B-31E6-8EC0-939591EDAC49> /usr/lib/libxml2.2.dylib
    0x7fff549d0000 -     0x7fff549f8fff  libxslt.1.dylib (15.12) <4A5E011D-8B29-3135-A52B-9A9070ABD752> /usr/lib/libxslt.1.dylib
    0x7fff549f9000 -     0x7fff54a0bffb  libz.1.dylib (70) <48C67CFC-940D-3857-8DAD-857774605352> /usr/lib/libz.1.dylib
    0x7fff54aa7000 -     0x7fff54aabff7  libcache.dylib (80) <092479CB-1008-3A83-BECF-E115F24D13C1> /usr/lib/system/libcache.dylib
    0x7fff54aac000 -     0x7fff54ab6ff3  libcommonCrypto.dylib (60118.50.1) <029F5985-9B6E-3DCB-9B96-FD007678C6A7> /usr/lib/system/libcommonCrypto.dylib
    0x7fff54ab7000 -     0x7fff54abefff  libcompiler_rt.dylib (62) <968B8E3F-3681-3230-9D78-BB8732024F6E> /usr/lib/system/libcompiler_rt.dylib
    0x7fff54abf000 -     0x7fff54ac8ffb  libcopyfile.dylib (146.50.5) <3885083D-50D8-3EEC-B481-B2E605180D7F> /usr/lib/system/libcopyfile.dylib
    0x7fff54ac9000 -     0x7fff54b4efff  libcorecrypto.dylib (562.70.1) <5C26364F-2269-31EC-84AF-0FED2C902E38> /usr/lib/system/libcorecrypto.dylib
    0x7fff54bd6000 -     0x7fff54c0fff7  libdispatch.dylib (913.60.2) <232C69BD-022E-3AB9-8807-79F9FA7CB5EC> /usr/lib/system/libdispatch.dylib
    0x7fff54c10000 -     0x7fff54c2dff7  libdyld.dylib (551.4) <81BF3A82-5719-3B54-ABA9-76C82D932CAC> /usr/lib/system/libdyld.dylib
    0x7fff54c2e000 -     0x7fff54c2effb  libkeymgr.dylib (28) <E34E283E-90FA-3C59-B48E-1277CDB9CDCE> /usr/lib/system/libkeymgr.dylib
    0x7fff54c2f000 -     0x7fff54c3bff3  libkxld.dylib (4570.71.2) <C3C31E1B-3E74-3828-8429-4D442E26D41C> /usr/lib/system/libkxld.dylib
    0x7fff54c3c000 -     0x7fff54c3cff7  liblaunch.dylib (1205.70.9) <B184B521-FF24-3142-AFAF-23D170CF918C> /usr/lib/system/liblaunch.dylib
    0x7fff54c3d000 -     0x7fff54c41ffb  libmacho.dylib (906) <1902A611-081A-3452-B11E-EBD1B166E831> /usr/lib/system/libmacho.dylib
    0x7fff54c42000 -     0x7fff54c44ff3  libquarantine.dylib (86) <26C0BA22-8F93-3A07-9A4E-C8D53D2CE42E> /usr/lib/system/libquarantine.dylib
    0x7fff54c45000 -     0x7fff54c46ff3  libremovefile.dylib (45) <711E18B2-5BBE-3211-A916-56740C27D17A> /usr/lib/system/libremovefile.dylib
    0x7fff54c47000 -     0x7fff54c5efff  libsystem_asl.dylib (356.70.1) <39E46A6F-B228-3E78-B83E-1779F9707A39> /usr/lib/system/libsystem_asl.dylib
    0x7fff54c5f000 -     0x7fff54c5ffff  libsystem_blocks.dylib (67) <17303FDF-0D2D-3963-B05E-B4DF63052D47> /usr/lib/system/libsystem_blocks.dylib
    0x7fff54c60000 -     0x7fff54ce9ff7  libsystem_c.dylib (1244.50.9) <1187BFE8-4576-3247-8177-481554E1F9E7> /usr/lib/system/libsystem_c.dylib
    0x7fff54cea000 -     0x7fff54cedffb  libsystem_configuration.dylib (963.50.8) <DF6B5287-203E-30CB-9947-78DF446C72B8> /usr/lib/system/libsystem_configuration.dylib
    0x7fff54cee000 -     0x7fff54cf1ffb  libsystem_coreservices.dylib (51) <486000D3-D8CB-3BE7-8EE5-8BF380DE6DF7> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff54cf2000 -     0x7fff54cf3fff  libsystem_darwin.dylib (1244.50.9) <09C21A4A-9EE0-388B-A9D9-DFF8F6758791> /usr/lib/system/libsystem_darwin.dylib
    0x7fff54cf4000 -     0x7fff54cfaff7  libsystem_dnssd.dylib (878.70.2) <3290768B-54DE-3AB6-B155-AC0950AC5564> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff54cfb000 -     0x7fff54d44ff7  libsystem_info.dylib (517.30.1) <AB634A98-B8AA-3804-8436-38261FC8EC4D> /usr/lib/system/libsystem_info.dylib
    0x7fff54d45000 -     0x7fff54d6bff7  libsystem_kernel.dylib (4570.71.2) <F22B8D73-69D8-36D7-BF66-7F9AC70C08C2> /usr/lib/system/libsystem_kernel.dylib
    0x7fff54d6c000 -     0x7fff54db7fcb  libsystem_m.dylib (3147.50.1) <8CFB51C9-B422-3379-8552-064C63943A23> /usr/lib/system/libsystem_m.dylib
    0x7fff54db8000 -     0x7fff54dd7fff  libsystem_malloc.dylib (140.50.6) <7FD43735-9DDD-300E-8C4A-F909A74BDF49> /usr/lib/system/libsystem_malloc.dylib
    0x7fff54dd8000 -     0x7fff54f08ff7  libsystem_network.dylib (1229.70.2) <5E86B2DE-9E15-3354-8714-4094ED5F698D> /usr/lib/system/libsystem_network.dylib
    0x7fff54f09000 -     0x7fff54f13ffb  libsystem_networkextension.dylib (767.70.1) <D23EAFC1-E8BD-34D5-969C-6E45A1C3B4E4> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff54f14000 -     0x7fff54f1dff3  libsystem_notify.dylib (172) <08012EC0-2CD2-34BE-BF93-E7F56491299A> /usr/lib/system/libsystem_notify.dylib
    0x7fff54f1e000 -     0x7fff54f25ff7  libsystem_platform.dylib (161.50.1) <6355EE2D-5456-3CA8-A227-B96E8F1E2AF8> /usr/lib/system/libsystem_platform.dylib
    0x7fff54f26000 -     0x7fff54f31fff  libsystem_pthread.dylib (301.50.1) <0E51CCBA-91F2-34E1-BF2A-FEEFD3D321E4> /usr/lib/system/libsystem_pthread.dylib
    0x7fff54f32000 -     0x7fff54f35fff  libsystem_sandbox.dylib (765.70.1) <553DFCC6-9D31-3B9C-AB7C-30F6F265786D> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff54f36000 -     0x7fff54f37ff3  libsystem_secinit.dylib (30) <DE8D14E8-A276-3FF8-AE13-77F7040F33C1> /usr/lib/system/libsystem_secinit.dylib
    0x7fff54f38000 -     0x7fff54f3fff7  libsystem_symptoms.dylib (820.60.2) <585BDFA2-D54D-39D0-8046-44E824DABD43> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff54f40000 -     0x7fff54f53fff  libsystem_trace.dylib (829.70.1) <3A6CB706-8CA6-3616-8AFC-14AAD7FAF187> /usr/lib/system/libsystem_trace.dylib
    0x7fff54f55000 -     0x7fff54f5aff7  libunwind.dylib (35.3) <BEF3FB49-5604-3B5F-82B5-332B80023AC3> /usr/lib/system/libunwind.dylib
    0x7fff54f5b000 -     0x7fff54f88ff7  libxpc.dylib (1205.70.9) <0BC7AD67-671D-31D4-8B88-C317B8379598> /usr/lib/system/libxpc.dylib

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

VM Region Summary:
ReadOnly portion of Libraries: Total=410.0M resident=0K(0%) swapped_out_or_unallocated=410.0M(100%)
Writable regions: Total=6.3G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=6.3G(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               640K        5 
Activity Tracing                   256K        2 
CG backing stores                 51.9M        5 
CG image                           560K       89 
CoreAnimation                    163.3M      232 
CoreGraphics                         8K        2 
CoreImage                           32K        5 
CoreUI image data                 2940K       24 
CoreUI image file                  188K        5 
Dispatch continuations            16.0M        2 
Foundation                          44K        3 
Kernel Alloc Once                    8K        2 
MALLOC                             4.9G      368 
MALLOC guard page                   48K       13 
MALLOC_LARGE (reserved)          815.5M       17         reserved VM address space (unallocated)
Memory Tag 242                      12K        2 
Memory Tag 251                      40K        2 
OpenGL GLSL                        640K        9 
SBRK (reserved)                   4096K        2         reserved VM address space (unallocated)
SQLite page cache                 4736K       34 
STACK GUARD                       56.0M        7 
Stack                             10.5M        7 
VM_ALLOCATE                      367.8M      610 
__DATA                            28.7M      270 
__FONT_DATA                          4K        2 
__GLSLBUILTINS                    2588K        2 
__LINKEDIT                       203.4M       21 
__TEXT                           206.6M      269 
__UNICODE                          560K        2 
mapped file                      484.7M      232 
shared memory                     1552K       23 
===========                     =======  ======= 
TOTAL                              7.3G     2237 
TOTAL, minus reserved VM space     6.5G     2237 

Model: MacBookPro13,3, BootROM MBP133.0247.B00, 4 processors, Intel Core i7, 2.9 GHz, 16 GB, SMC 2.38f7
Graphics: Intel HD Graphics 530, Intel HD Graphics 530, Built-In
Graphics: Radeon Pro 460, AMD Radeon Pro 460, PCIe
Memory Module: BANK 0/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C31473332443450472D30393320
Memory Module: BANK 1/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C31473332443450472D30393320
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x15A), Broadcom BCM43xx 1.0 (7.77.37.31.1a9)
Bluetooth: Version 6.0.7f10, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
USB Device: USB 3.0 Bus
USB Device: iBridge
Thunderbolt Bus: MacBook Pro, Apple Inc., 33.1
Thunderbolt Bus: MacBook Pro, Apple Inc., 33.1

@syrel
Copy link
Member

syrel commented Apr 22, 2019

@girba Indeed, it does not seem to be related to Glutin. I see a lot of Context >> #copy message sends during initialization of TaskIt process

@girba
Copy link
Member

girba commented Apr 22, 2019

@syrel please update this issue when Apple has fixed the issue.

@syrel
Copy link
Member

syrel commented May 14, 2019

Yesterday Apple released Mojave 10.14.5
C2CFC71E-C600-4EFE-B8EB-27256E8ECCFA

@syrel syrel closed this as completed May 14, 2019
syrel pushed a commit that referenced this issue Jun 30, 2022
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v0.8.1611/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/magritte@d6e23a by Andrei Chi�
Merge pull request #1 from magritte-metamodel/master

Merge remote into feenk01

feenkcom/magritte@36c6fb by Sean DeNigris
[Enh]: String Camel Case Normalization - Handle Acronyms (#284)

e.g. `RlPDF` -> 'Rl PDF', not 'Rl P D F'

feenkcom/magritte@21f913 by Sean DeNigris
[Feature]: Reference GT Searches - Delegate to another object (#283)

Let's say you have a person object with an `addresses` field. In a person's Magritte form, you want to have Spotter completion to create new addresses. What makes this a bit special is that an address probably doesn't live in a special collection, so there is probably no object that defines a suitable Spotter.

By doing `anMAReferenceDescription gtSearchDelegateTo: anObject message: aSymbol`, you can have any object stand in to supply the Spotter

feenkcom/magritte@1e70be by Sean DeNigris
[Enh]: Token Element (via Token Selector & Collector) - Custom Context Menu Actions (#282)

And remove a dummy action from spike

feenkcom/magritte@d9fa48 by Sean DeNigris
[Bug]: Cached Memento Should Copy ToMany Collections (#281)

* [Bug]: Cached Memento Should Copy ToMany Collections

Currently, the cache stores the actual collection from the described object. If the cache's collection is modified, the object is modified too. This invalidates the protection of the cache. We also do a super send because nils still need to be converted to default values

feenkcom/magritte@65ae0b by Sean DeNigris
Merge pull request #280 from seandenigris/feature_spotter-multi-relation

Spotter for Multiple Relation Descriptions

feenkcom/magritte@13e81c by Sean DeNigris
Spotter for Multiple Relation Descriptions

Reasonable v 1.0. Works nicely for ToOne and ToMany Relations. Probably could be extended to options as well

feenkcom/magritte@f94580 by Sean DeNigris
Merge pull request #279 from seandenigris/feature_relation-spotter

[Feature]: Bloc ToOne Relations Spotter Support

feenkcom/magritte@0cec23 by Sean DeNigris
[Feature]: Bloc ToOne Relations Spotter Support

Nice way to choose from available objects, or even add a new one, depending on the spotters that are passed. It'd be nicer to utilize auto-complete, as opposed to the current button, but it seems GT currently only has auto-complete for code editors, not all text editors.

feenkcom/magritte@d09e3a by Hernán Morales Durand
Merge pull request #274 from magritte-metamodel/pharo10-ready

- added pharo10 platform attribute section

feenkcom/magritte@729a06 by Sean DeNigris
Merge pull request #277 from hernanmd/pharo10-ready

PR for green build in Pharo 10. Weird that the CI did not run on this. Merging with fingers crossed lol

feenkcom/magritte@1c22b1 by Hernán Morales Durand
Use Grease:v1.9.0 also for Pharo < 10 since Grease tests pass.
Renamed method to #baseline330ForSqueakCommon as Sean suggested.


feenkcom/magritte@91066e by Hernán Morales Durand
Add Grease:v1.9.0 for Pharo 10 and Grease:v1.8.x for Pharo < 10 in Baseline.
Refactored a code block for Squeak in Baseline.

feenkcom/magritte@db03c0 by Norbert Hartl
Merge pull request #276 from hernanmd/pharo10-ready



feenkcom/magritte@cb397f by Hernán Morales Durand
Update CI yml to recognize Pharo 10 for smalltalkci


feenkcom/magritte@ff829a by Sean DeNigris
Merge pull request #275 from seandenigris/enh_gtview-props-refreshable

[enh]: Properties GT View - Make Refreshable

feenkcom/magritte@d60110 by Sean DeNigris
[enh]: Properties GT View - Make Refreshable

feenkcom/magritte@ad44a5 by Norbert Hartl
enable pharo10 for github actions


feenkcom/magritte@c5d0ca by Norbert Hartl
- added pharo10 platform attribute section
- removed GT loading
- upgraded grease to 1.8

feenkcom/magritte@d8585b by Sean DeNigris
Merge pull request #273 from seandenigris/enh_property-put-non-nil

[Enh]: Property Put or Remove Nil

feenkcom/magritte@93112f by Sean DeNigris
Merge pull request #272 from seandenigris/clean_remove-uid-reference

[Clean]: Remove UID Reference Classes

feenkcom/magritte@72ab28 by Sean DeNigris
[Enh]: Property Put or Remove Nil

Sometimes instead of storing nil in the dictionary, you'd rather just remove the key

feenkcom/magritte@261762 by Sean DeNigris
[Clean]: Remove UID Reference Classes

Missed during extraction

feenkcom/magritte@ba3b13 by Sean DeNigris
Merge pull request #270 from seandenigris/feature_gtview-support

[Feature]: GT View Support

feenkcom/magritte@eceff0 by Sean DeNigris
[Feature]: GT View Support

- uses `<maGtView>` pragma
- available on all objects but ProtoObject; limitation avoids overrides in GT

feenkcom/magritte@672f27 by Sean DeNigris
Merge pull request #268 from seandenigris/remove-uuid

[Clean]: Remove UUID Stuff From PropertyOwner Trait

feenkcom/magritte@4371f5 by Sean DeNigris
[Clean]: Remove UUID Stuff From PropertyOwner Trait

Was always a stretch to put there. Now part of Objective-Lepiter project

feenkcom/magritte@a66758 by Sean DeNigris
Merge pull request #266 from seandenigris/enh_obj-ref-equality

[Enh]: Object ID Ref - More Robust Equality

feenkcom/magritte@f0be05 by Sean DeNigris
[Enh]: Object ID Ref - More Robust Equality

Check species to avoid errors from deep in the system e.g. during Lepiter materialization

feenkcom/magritte@2bc608 by Sean DeNigris
Merge pull request #265 from seandenigris/uuid-equality

Object UID Reference Equality

feenkcom/magritte@881600 by Sean DeNigris
Object UID Reference Equality

feenkcom/magritte@d506dd by Sean DeNigris
Merge pull request #264 from seandenigris/feature_uuid

UUID & Dynamic Reference Support

feenkcom/magritte@3bd168 by Sean DeNigris
UUID & Dynamic Reference Support

feenkcom/magritte@62ddb2 by Sean DeNigris
Merge pull request #263 from seandenigris/enh_gt-action-icon-label

GT Action Improvements

feenkcom/magritte@524672 by Sean DeNigris
GT Action Improvements

- Use Gt Icon, and then Icon as a fallback
- Respect isLabelVisible
- Respect enableBlock - currently omits button, not very dynamic!

feenkcom/magritte@c1ad18 by Sean DeNigris
Merge pull request #262 from seandenigris/enh_bloc-dates

[Enh]: Bloc - Date Picker

feenkcom/magritte@9f3de3 by Sean DeNigris
[Enh]: Bloc - Date Picker

feenkcom/magritte@9a647b by Sean DeNigris
Merge pull request #261 from seandenigris/metac_merging-bloc-default

[MetaC]: Merging-Bloc, Load by Default on GT

feenkcom/magritte@552913 by Sean DeNigris
[MetaC]: Merging-Bloc, Load by Default on GT

feenkcom/magritte@1fc9cb by Sean DeNigris
Merge pull request #259 from seandenigris/enh_prop-view-send

Properties View - Send Value, Not Association

feenkcom/magritte@6cf0a2 by Sean DeNigris
Merge pull request #258 from seandenigris/enh_merging

Merging Improvements

feenkcom/magritte@b52fb6 by Sean DeNigris
Properties View - Send Value, Not Association

feenkcom/magritte@0d31fb by Sean DeNigris
Merging Improvements

- Macro - more compatibility with Operation
- Operation - value patch
- Prevent empty macros
- Mispackaged Bloc method


feenkcom/magritte@cfee4e by Sean DeNigris
Merge pull request #256 from seandenigris/enh_properties-trait

MAObject Properties - Extract to Trait

feenkcom/magritte@9c7ec9 by Sean DeNigris
MAObject Properties - Extract to Trait

Generally useful in situations where subclassing is not convenient

feenkcom/magritte@89c761 by Sean DeNigris
Merge pull request #255 from seandenigris/bug_metac-wayward-bracket

[Bug]: Baseline DNU Due to Misplaced Bracket

feenkcom/magritte@7e8d3c by Sean DeNigris
[Bug]: Baseline DNU Due to Misplaced Bracket

feenkcom/magritte@c804d1 by Sean DeNigris
Merge pull request #254 from seandenigris/vcs_packaging-bloc

[VCS]: Merging - Package Bloc Separately

feenkcom/magritte@bfa22e by Sean DeNigris
[VCS]: Merging - Package Bloc Separately
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants