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

Godot 3.0 editor crashes on alt + mouse scroll in 3D Maya navigation scheme #16181

Closed
benkaranja opened this issue Jan 30, 2018 · 6 comments · Fixed by #40632
Closed

Godot 3.0 editor crashes on alt + mouse scroll in 3D Maya navigation scheme #16181

benkaranja opened this issue Jan 30, 2018 · 6 comments · Fixed by #40632

Comments

@benkaranja
Copy link

benkaranja commented Jan 30, 2018

Godot version:
3.0 64-bit

OS/device including version:
MAC OS (Yosemite)
Mac Pro (Early 2008)
Processor 2x3 GHz Quad-Core intel Xeon
18GB 800MHz DDR2 FB-DIMM
ATI Radeon HD 5870 1024 MB

Issue description:
When I open any godot project (I have already set 3d navigation scheme to Maya), and hold alt and try to scroll with the mouse middle button, the editor crashes immediately

Steps to reproduce:
Open godot editor any project
Go to settings, set 3d Navigation scheme to Maya
Go back to the editor viewport, hold alt and try mouse scroll (the zoom in/out combination for Maya)

@ghost ghost added this to the 3.1 milestone Jan 30, 2018
@Megalomaniak
Copy link

Megalomaniak commented Feb 2, 2018

Cannot confirm. 3.0 stable Win 7 64bit. Radeon RX 470, Driver version 18.1.1

Changed 3D nav to Maya preset and alt+MMB does not crash nor does alt+/-scrolling.
Might be Macintosh specific.

@Grosskopf
Copy link
Contributor

Grosskopf commented Feb 5, 2018

Cannot confirm on archlinux either. 3.0 stable and commit e836a7d, 64 bit, using intel HD graphics 5500, propably mac specific

@hasahmed
Copy link
Contributor

hasahmed commented Feb 5, 2018

Same issue but only when NOT using a mouse. Crashes every time I try to 2 finger scroll.
OSX High Sierra
Godot 3.0 With Mono

@reduz reduz self-assigned this Sep 6, 2018
@akien-mga akien-mga modified the milestones: 3.1, 3.2 Jan 13, 2019
@akien-mga
Copy link
Member

I can't reproduce it on Linux in the current master branch.
It might indeed be specific to macOS which supports pan gestures unlike other platforms. CC @godotengine/macos

@akien-mga akien-mga modified the milestones: 3.2, 4.0 Dec 13, 2019
@Anutrix
Copy link
Contributor

Anutrix commented Apr 8, 2020

I cannot reproduce it on Windows 10 with Godot 3.2.1 further confirming it to be a macOS specific issue.

@TomWor
Copy link

TomWor commented Jun 5, 2020

I can reproduce it on MacOS + Godot stable 3.2 with Maya Mouse scheme when trying to navigate with the touchpad.
Here is the full report after the crash:

Process:               Godot [98740]
Path:                  /Applications/Godot.app/Contents/MacOS/Godot
Identifier:            org.godotengine.godot
Version:               3.2 (3.2)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Godot [98740]
User ID:               501

Date/Time:             2020-06-05 21:43:58.253 +0200
OS Version:            Mac OS X 10.14.6 (18G3020)
Report Version:        12
Anonymous UUID:        4D41BC51-C2C9-EF8C-C228-F1E7994770BE

Sleep/Wake UUID:       89A2BEB8-8096-47CA-8187-8249FDE52864

Time Awake Since Boot: 460000 seconds
Time Since Wake:       6300 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 0x0000000000000190
Exception Note:        EXC_CORPSE_NOTIFY

VM Regions Near 0x190:
--> 
    __TEXT                 0000000103375000-0000000106ead000 [ 59.2M] r-x/rwx SM=COW  /Applications/Godot.app/Contents/MacOS/Godot

Application Specific Information:
abort() called

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fff710142c2 __pthread_kill + 10
1   libsystem_pthread.dylib       	0x00007fff710cfbf1 pthread_kill + 284
2   libsystem_c.dylib             	0x00007fff70f7e6a6 abort + 127
3   org.godotengine.godot         	0x00000001033772bc handle_crash(int) + 1900
4   libsystem_platform.dylib      	0x00007fff710c4b5d _sigtramp + 29
5   ???                           	0x000000010794d080 0 + 4422160512
6   org.godotengine.godot         	0x00000001047b5444 SpatialEditorViewport::_nav_pan(Ref<InputEventWithModifiers>, Vector2 const&) + 132
7   org.godotengine.godot         	0x00000001047ae383 SpatialEditorViewport::_sinput(Ref<InputEvent> const&) + 7219
8   org.godotengine.godot         	0x0000000105b28d85 MethodBind1<Ref<InputEvent> const&>::call(Object*, Variant const**, int, Variant::CallError&) + 277
9   org.godotengine.godot         	0x00000001059b5155 Object::call(StringName const&, Variant const**, int, Variant::CallError&) + 357
10  org.godotengine.godot         	0x00000001059b746d Object::emit_signal(StringName const&, Variant const**, int) + 1901
11  org.godotengine.godot         	0x00000001059b58f2 Object::emit_signal(StringName const&, Variant const&, Variant const&, Variant const&, Variant const&, Variant const&) + 114
12  org.godotengine.godot         	0x0000000104a25678 Viewport::_gui_call_input(Control*, Ref<InputEvent> const&) + 552
13  org.godotengine.godot         	0x0000000104a28298 Viewport::_gui_input_event(Ref<InputEvent>) + 7976
14  org.godotengine.godot         	0x0000000104a2446a Viewport::input(Ref<InputEvent> const&) + 250
15  org.godotengine.godot         	0x0000000104a24279 Viewport::_vp_input(Ref<InputEvent> const&) + 217
16  org.godotengine.godot         	0x0000000105b28d85 MethodBind1<Ref<InputEvent> const&>::call(Object*, Variant const**, int, Variant::CallError&) + 277
17  org.godotengine.godot         	0x00000001059b5155 Object::call(StringName const&, Variant const**, int, Variant::CallError&) + 357
18  org.godotengine.godot         	0x00000001059b4f38 Object::call(StringName const&, Variant const&, Variant const&, Variant const&, Variant const&, Variant const&) + 136
19  org.godotengine.godot         	0x00000001049f0b3c SceneTree::call_group_flags(unsigned int, StringName const&, StringName const&, Variant const&, Variant const&, Variant const&, Variant const&, Variant const&) + 924
20  org.godotengine.godot         	0x00000001049f2463 SceneTree::input_event(Ref<InputEvent> const&) + 387
21  org.godotengine.godot         	0x0000000103390bfa InputDefault::_parse_input_event_impl(Ref<InputEvent> const&, bool) + 2826
22  org.godotengine.godot         	0x0000000103392a59 InputDefault::flush_accumulated_events() + 41
23  org.godotengine.godot         	0x0000000103384406 OS_OSX::run() + 374
24  org.godotengine.godot         	0x0000000103389321 main + 529
25  libdyld.dylib                 	0x00007fff70ed93d5 start + 1

Thread 1:
0   libsystem_kernel.dylib        	0x00007fff7100feee read + 10
1   org.godotengine.godot         	0x00000001033896c9 SemaphoreOSX::wait() + 25
2   org.godotengine.godot         	0x0000000105bd7003 _IP_ResolverPrivate::_thread_function(void*) + 83
3   org.godotengine.godot         	0x0000000103d0d285 ThreadPosix::thread_callback(void*) + 85
4   libsystem_pthread.dylib       	0x00007fff710cd2eb _pthread_body + 126
5   libsystem_pthread.dylib       	0x00007fff710d0249 _pthread_start + 66
6   libsystem_pthread.dylib       	0x00007fff710cc40d thread_start + 13

Thread 2:
0   libsystem_kernel.dylib        	0x00007fff7100feee read + 10
1   org.godotengine.godot         	0x00000001033896c9 SemaphoreOSX::wait() + 25
2   org.godotengine.godot         	0x00000001057b30cd VisualServerScene::_gi_probe_bake_thread() + 29
3   org.godotengine.godot         	0x0000000103d0d285 ThreadPosix::thread_callback(void*) + 85
4   libsystem_pthread.dylib       	0x00007fff710cd2eb _pthread_body + 126
5   libsystem_pthread.dylib       	0x00007fff710d0249 _pthread_start + 66
6   libsystem_pthread.dylib       	0x00007fff710cc40d thread_start + 13

Thread 3:: com.apple.audio.IOThread.client
0   libsystem_kernel.dylib        	0x00007fff7100e21a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff7100e768 mach_msg + 60
2   com.apple.audio.CoreAudio     	0x00007fff449c1eda HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 122
3   com.apple.audio.CoreAudio     	0x00007fff449c1e4f HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 45
4   com.apple.audio.CoreAudio     	0x00007fff449be39f HALC_ProxyIOContext::IOWorkLoop() + 1017
5   com.apple.audio.CoreAudio     	0x00007fff449bddf4 HALC_ProxyIOContext::IOThreadEntry(void*) + 122
6   com.apple.audio.CoreAudio     	0x00007fff449bd956 HALB_IOThread::Entry(void*) + 72
7   libsystem_pthread.dylib       	0x00007fff710cd2eb _pthread_body + 126
8   libsystem_pthread.dylib       	0x00007fff710d0249 _pthread_start + 66
9   libsystem_pthread.dylib       	0x00007fff710cc40d thread_start + 13

Thread 4:
0   libsystem_kernel.dylib        	0x00007fff71011f2e __semwait_signal + 10
1   libsystem_c.dylib             	0x00007fff70f9d914 nanosleep + 199
2   org.godotengine.godot         	0x0000000103d0994b OS_Unix::delay_usec(unsigned int) const + 59
3   org.godotengine.godot         	0x0000000103e5a79f EditorExportPlatformAndroid::_device_poll_thread(void*) + 8463
4   org.godotengine.godot         	0x0000000103d0d285 ThreadPosix::thread_callback(void*) + 85
5   libsystem_pthread.dylib       	0x00007fff710cd2eb _pthread_body + 126
6   libsystem_pthread.dylib       	0x00007fff710d0249 _pthread_start + 66
7   libsystem_pthread.dylib       	0x00007fff710cc40d thread_start + 13

Thread 5:
0   libsystem_kernel.dylib        	0x00007fff71011f2e __semwait_signal + 10
1   libsystem_c.dylib             	0x00007fff70f9d914 nanosleep + 199
2   org.godotengine.godot         	0x0000000103d0994b OS_Unix::delay_usec(unsigned int) const + 59
3   org.godotengine.godot         	0x0000000103eaf3f6 EditorExportPlatformJavaScript::_server_thread_poll(void*) + 54
4   org.godotengine.godot         	0x0000000103d0d285 ThreadPosix::thread_callback(void*) + 85
5   libsystem_pthread.dylib       	0x00007fff710cd2eb _pthread_body + 126
6   libsystem_pthread.dylib       	0x00007fff710d0249 _pthread_start + 66
7   libsystem_pthread.dylib       	0x00007fff710cc40d thread_start + 13

Thread 6:
0   libsystem_kernel.dylib        	0x00007fff71011f2e __semwait_signal + 10
1   libsystem_c.dylib             	0x00007fff70f9d914 nanosleep + 199
2   org.godotengine.godot         	0x0000000103d0994b OS_Unix::delay_usec(unsigned int) const + 59
3   org.godotengine.godot         	0x00000001044c1bf4 EditorFileServer::_thread_start(void*) + 100
4   org.godotengine.godot         	0x0000000103d0d285 ThreadPosix::thread_callback(void*) + 85
5   libsystem_pthread.dylib       	0x00007fff710cd2eb _pthread_body + 126
6   libsystem_pthread.dylib       	0x00007fff710d0249 _pthread_start + 66
7   libsystem_pthread.dylib       	0x00007fff710cc40d thread_start + 13

Thread 7:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	0x00007fff7100e21a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff7100e768 mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff44f5299e __CFRunLoopServiceMachPort + 328
3   com.apple.CoreFoundation      	0x00007fff44f51f0c __CFRunLoopRun + 1612
4   com.apple.CoreFoundation      	0x00007fff44f5166e CFRunLoopRunSpecific + 455
5   com.apple.AppKit              	0x00007fff4254f4a2 _NSEventThread + 175
6   libsystem_pthread.dylib       	0x00007fff710cd2eb _pthread_body + 126
7   libsystem_pthread.dylib       	0x00007fff710d0249 _pthread_start + 66
8   libsystem_pthread.dylib       	0x00007fff710cc40d thread_start + 13

Thread 8:
0   libsystem_pthread.dylib       	0x00007fff710cc3f0 start_wqthread + 0

Thread 9:
0   libsystem_kernel.dylib        	0x00007fff7100feee read + 10
1   org.godotengine.godot         	0x00000001033896c9 SemaphoreOSX::wait() + 25
2   org.godotengine.godot         	0x00000001041fc087 EditorResourcePreview::_thread() + 119
3   org.godotengine.godot         	0x0000000103d0d285 ThreadPosix::thread_callback(void*) + 85
4   libsystem_pthread.dylib       	0x00007fff710cd2eb _pthread_body + 126
5   libsystem_pthread.dylib       	0x00007fff710d0249 _pthread_start + 66
6   libsystem_pthread.dylib       	0x00007fff710cc40d thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000107a0e5c0  rcx: 0x00007ffeec887298  rdx: 0x0000000000000000
  rdi: 0x0000000000000307  rsi: 0x0000000000000006  rbp: 0x00007ffeec8872d0  rsp: 0x00007ffeec887298
   r8: 0x00000000000130a8   r9: 0x00007fffa7652048  r10: 0x0000000000000000  r11: 0x0000000000000206
  r12: 0x0000000000000307  r13: 0x00007ffeec887b30  r14: 0x0000000000000006  r15: 0x000000000000002d
  rip: 0x00007fff710142c2  rfl: 0x0000000000000206  cr2: 0x00007fffa7650188
  
Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133


Binary Images:
       0x103375000 -        0x106eacfeb +org.godotengine.godot (3.2 - 3.2) <96AD02B9-55C2-3CD2-AA1A-8EDA589A15FA> /Applications/Godot.app/Contents/MacOS/Godot
       0x10796c000 -        0x1079d670f  dyld (655.1.1) <1605ACFC-49C3-33AF-B319-5BE41FC6E208> /usr/lib/dyld
       0x10ab80000 -        0x10ab83047  libobjc-trampolines.dylib (756.2) <5795A048-3940-3801-90CE-33D1B1AF81F4> /usr/lib/libobjc-trampolines.dylib
       0x10c0bc000 -        0x10c185ff7  com.apple.AMDRadeonX4000GLDriver (2.11.21 - 2.1.1) <8F26466D-4195-3996-8259-1877606C4D2B> /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/AMDRadeonX4000GLDriver
       0x10c416000 -        0x10c41affb  com.apple.audio.AppleHDAHALPlugIn (282.54 - 282.54) <207D25F0-B094-3569-AA6D-09B4EDD72861> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
       0x112b55000 -        0x112ceafff  com.apple.audio.units.Components (1.14 - 1.14) <D7C7C00C-202E-3F6B-A395-129A1A69A233> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
       0x114575000 -        0x114592ff7  com.apple.cmio.DAL.AppleCamera (400.6.8 - AppleCameraDeviceAbstractionLayer-6.8.0) <4D46AB7E-F610-3F97-895E-3F683C6295BF> /Library/CoreMediaIO/*/AppleCamera.plugin/Contents/MacOS/AppleCamera
       0x11459d000 -        0x1145d8fff  com.apple.cmio.DAL.VDC-4 (810.0 - 193.270.4) <E6D5413A-41ED-3037-AFA5-412696954094> /System/Library/Frameworks/CoreMediaIO.framework/Resources/VDC.plugin/Contents/MacOS/VDC
    0x7fff399d5000 -     0x7fff39ae1fff  com.apple.AMDMTLBronzeDriver (2.11.21 - 2.1.1) <90D99A18-F609-3346-B68C-F61C5964390B> /System/Library/Extensions/AMDMTLBronzeDriver.bundle/Contents/MacOS/AMDMTLBronzeDriver
    0x7fff39ae2000 -     0x7fff3a487ff3  ATIRadeonX4000SCLib.dylib (2.11.21) <0F28A020-9DE3-3124-A91F-32EF1CD51B9C> /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/ATIRadeonX4000SCLib.dylib
    0x7fff3d142000 -     0x7fff3d654fff  com.apple.driver.AppleIntelHD5000GraphicsGLDriver (12.10.16 - 12.1.0) <ED8F5847-5759-301B-8C5E-7E7F54377D03> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver
    0x7fff3d655000 -     0x7fff3d6e6ff7  com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (12.10.16 - 12.1.0) <C182A7BB-C269-3329-A128-5571130A41B2> /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver
    0x7fff40f4a000 -     0x7fff40f4efff  com.apple.agl (3.3.2 - AGL-3.3.2) <0EB60DF4-AD24-372F-8AFB-6B2AB2776B68> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x7fff40f4f000 -     0x7fff4112bffb  com.apple.avfoundation (2.0 - 1550.4) <FE6603A7-7E82-378C-B751-5848B56BDC0E> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff4112c000 -     0x7fff411f1fff  com.apple.audio.AVFAudio (1.0 - ???) <D454A339-2FC6-3EF6-992F-D676046612DB> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
    0x7fff412f9000 -     0x7fff412f9fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <762942CB-CFC9-3A0C-9645-A56523A06426> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff412fa000 -     0x7fff41310ff7  libCGInterfaces.dylib (506.22) <1B6C92D9-F4B8-37BA-9635-94C4A56098CE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff41311000 -     0x7fff419aafef  com.apple.vImage (8.1 - ???) <53FA3611-894E-3158-A654-FBD2F70998FE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff419ab000 -     0x7fff41c24ff3  libBLAS.dylib (1243.200.4) <417CA0FC-B6CB-3FB3-ACBC-8914E3F62D20> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff41c25000 -     0x7fff41c97ffb  libBNNS.dylib (38.250.1) <538D12A2-9B9D-3E22-9896-F90F6E69C06E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff41c98000 -     0x7fff42041ff3  libLAPACK.dylib (1243.200.4) <92175DF4-863A-3780-909A-A3E5C410F2E9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff42042000 -     0x7fff42057feb  libLinearAlgebra.dylib (1243.200.4) <CB671EE6-DEA1-391C-9B2B-AA09A46B4D7A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff42058000 -     0x7fff4205dff3  libQuadrature.dylib (3.200.2) <1BAE7E22-2862-379F-B334-A3756067730F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff4205e000 -     0x7fff420daff3  libSparse.dylib (79.200.5) <E78B33D3-672A-3C53-B512-D3DDB2E9AC8D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff420db000 -     0x7fff420eefe3  libSparseBLAS.dylib (1243.200.4) <E9243341-DB77-37C1-97C5-3DFA00DD70FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff420ef000 -     0x7fff422d6ff7  libvDSP.dylib (671.250.4) <7B110627-A9C1-3FB7-A077-0C7741BA25D8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff422d7000 -     0x7fff4238aff7  libvMisc.dylib (671.250.4) <D5BA4812-BFFC-3CD0-B382-905CD8555DA6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff4238b000 -     0x7fff4238bfff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <74288115-EF61-30B6-843F-0593B31D4929> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff4252d000 -     0x7fff432e2ffb  com.apple.AppKit (6.9 - 1671.60.109) <6D4ADA95-CA64-34F3-8DBD-2A53BD08D12A> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff43334000 -     0x7fff43334fff  com.apple.ApplicationServices (50.1 - 50.1) <4DF63B6F-F137-3ED6-A03A-57F63992A305> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff43335000 -     0x7fff433a0fff  com.apple.ApplicationServices.ATS (377 - 453.11.2.2) <A258DA73-114B-3102-A056-4AAAD3CEB9DD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff43439000 -     0x7fff43550fff  libFontParser.dylib (228.6.2.3) <3602D55B-3B9E-3B3A-A814-08C1244A8AE4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff43551000 -     0x7fff43593fff  libFontRegistry.dylib (228.12.2.4) <6DDE44EC-FF6B-3893-9209-45E0955ABDD5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff435ed000 -     0x7fff4361ffff  libTrueTypeScaler.dylib (228.6.2.3) <7E4C5D9C-51AF-3EC1-8FA5-11CD4BEE477A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff43684000 -     0x7fff43688ff3  com.apple.ColorSyncLegacy (4.13.0 - 1) <E8E9342C-47EB-359D-A373-554AC19B174A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff43723000 -     0x7fff43775ff7  com.apple.HIServices (1.22 - 628) <2BE461FF-80B9-30D3-A574-AED5724B1C1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff43776000 -     0x7fff43785fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <F5617A2A-FEA6-3832-B5BA-C2111B98786F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff43786000 -     0x7fff437cfff7  com.apple.print.framework.PrintCore (14.2 - 503.8) <57C2FE32-0E74-3079-B626-C2D52F2D2717> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff437d0000 -     0x7fff43809ff7  com.apple.QD (3.12 - 407.2) <28C7D39F-59C9-3314-BECC-67045487229C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff4380a000 -     0x7fff43816fff  com.apple.speech.synthesis.framework (8.1.3 - 8.1.3) <5E7B9BD4-122B-3012-A044-3259C97E7509> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff43817000 -     0x7fff43a8efff  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <32487CB2-246B-3B80-8F60-D65DFC367DDC> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff43a90000 -     0x7fff43a90fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <B489CFDA-DEF3-38F5-A815-23EC30B8DA03> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff43de9000 -     0x7fff4418bfff  com.apple.CFNetwork (978.2 - 978.2) <2D35E1BA-0579-3678-A8FB-1CF7747EE02A> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff441a0000 -     0x7fff441a0fff  com.apple.Carbon (158 - 158) <896EB18F-E996-34DD-B9F5-94CF49208B2D> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff441a1000 -     0x7fff441a4ffb  com.apple.CommonPanels (1.2.6 - 98) <1CD6D56D-8EC7-3528-8CBC-FC69533519B5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff441a5000 -     0x7fff4449cfff  com.apple.HIToolbox (2.1.1 - 918.7) <88D7F19C-8C9D-384B-BAB5-8205CA282F2C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff4449d000 -     0x7fff444a0ff3  com.apple.help (1.3.8 - 66) <A08517EB-8958-36C9-AEE0-1A8FEEACBE3F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff444a1000 -     0x7fff444a6ff7  com.apple.ImageCapture (9.0 - 1534.2) <DB063E87-ED8F-3E4E-A7E2-A6B45FA73EF7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff444a7000 -     0x7fff4453cff3  com.apple.ink.framework (10.9 - 225) <7C7E9483-2E91-3DD3-B1E0-C238F42CA0DD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff4453d000 -     0x7fff44555ff7  com.apple.openscripting (1.7 - 179.1) <9B8C1ECC-5864-3E21-9149-863E884EA25C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff44575000 -     0x7fff44576ff7  com.apple.print.framework.Print (14.2 - 267.4) <A7A9D2A0-D4E0-35EF-A0F7-50521F707C33> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff44577000 -     0x7fff44579ff7  com.apple.securityhi (9.0 - 55006) <05717F77-7A7B-37E6-AB3E-03F063E9095B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff4457a000 -     0x7fff44580ff7  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <3CC050FB-EBCB-3087-8EA5-F378C8F99217> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff446a2000 -     0x7fff446a2fff  com.apple.Cocoa (6.11 - 23) <A6378C44-EE12-392C-9A2D-7BE630136A9D> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff446b0000 -     0x7fff447ffff7  com.apple.ColorSync (4.13.0 - 3345.6) <356BA478-76DE-3087-86BE-5E884276AB83> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff4498b000 -     0x7fff44a11fff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <1E8E64E6-0E58-375A-97F7-07CB4EE181AC> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff44a75000 -     0x7fff44a9fffb  com.apple.CoreBluetooth (1.0 - 1) <4F2DDEF0-1F92-384B-8CDA-4958725D0A8E> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff44aa0000 -     0x7fff44e25fef  com.apple.CoreData (120 - 866.6) <132CB39B-8D58-30FA-B8AD-49BFFF34B293> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff44e26000 -     0x7fff44f16ff7  com.apple.CoreDisplay (101.3 - 110.18) <6DD41271-E145-3E99-9D49-7CC8AC1C65B6> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff44f17000 -     0x7fff4535cfef  com.apple.CoreFoundation (6.9 - 1575.23) <91D1D63A-9417-376D-801A-9ABDE4879F48> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff4535e000 -     0x7fff459eefe7  com.apple.CoreGraphics (2.0 - 1265.10) <499FBFEF-FB70-3F0B-9A9B-89CCE3EE3640> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff459f0000 -     0x7fff45d10fff  com.apple.CoreImage (14.4.0 - 750.0.140) <11026E39-D2FF-3CF6-8ACE-7BA293F9853E> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff45d8a000 -     0x7fff45de0ff7  com.apple.audio.midi.CoreMIDI (1.10 - 88) <130FB156-4863-3B5D-9508-DBF42A73823B> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x7fff4600d000 -     0x7fff46111fff  com.apple.CoreMedia (1.0 - 2290.14) <2C7A5348-7F19-3E28-97E4-6065A64B1DC9> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff46112000 -     0x7fff4616dfff  com.apple.CoreMediaIO (900.0 - 5050.1) <869D4649-94B0-3BBB-AFFD-93372FEE013A> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff4616e000 -     0x7fff4616efff  com.apple.CoreServices (946 - 946) <DEB65571-3137-3B04-9549-22B3FE160E85> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff4616f000 -     0x7fff461ebff7  com.apple.AE (773 - 773) <55AE7C9E-27C3-30E9-A047-3B92A6FD53B4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff461ec000 -     0x7fff464c3fff  com.apple.CoreServices.CarbonCore (1178.33 - 1178.33) <CB87F0C7-2CD6-3983-8E32-B6A2EC925352> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff464c4000 -     0x7fff4650cff7  com.apple.DictionaryServices (1.2 - 284.16.4) <746EB200-DC51-30AE-9CBC-608A7B4CC8DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff4650d000 -     0x7fff46515ffb  com.apple.CoreServices.FSEvents (1239.200.13 - 1239.200.13) <5913F08D-4AA2-3200-B998-012E6A19A66D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff46516000 -     0x7fff466c7ff7  com.apple.LaunchServices (946 - 946) <A0C91634-9410-38E8-BC11-7A5A369E6BA5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff466c8000 -     0x7fff46766ff7  com.apple.Metadata (10.7.0 - 1191.57) <BFFAED00-2560-318A-BB8F-4E7E5123EC61> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff46767000 -     0x7fff467b1ff7  com.apple.CoreServices.OSServices (946 - 946) <20C4EEF8-D5AC-39A0-9B4A-78F88E3EFBCC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff467b2000 -     0x7fff46819ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <DA08AA6F-A6F1-36C0-87F4-E26294E51A3A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff4681a000 -     0x7fff4683bff3  com.apple.coreservices.SharedFileList (71.28 - 71.28) <487A8464-729E-305A-B5D1-E3FE8EB9CFC5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff46b46000 -     0x7fff46ca8ff3  com.apple.CoreText (352.0 - 584.26.3.2) <59919B0C-CBD5-3877-8D6F-D6048F1E5F42> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff46ca9000 -     0x7fff46ce9ff3  com.apple.CoreVideo (1.8 - 281.4) <10CF8E52-07E3-382B-8091-2CEEEFFA69B4> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff46cea000 -     0x7fff46d79fff  com.apple.framework.CoreWLAN (13.0 - 1375.2) <8D2C7ADB-E11A-3B3F-A12F-9EB8A166E0AD> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff46fd0000 -     0x7fff46fd5ffb  com.apple.DiskArbitration (2.7 - 2.7) <F481F2C0-884E-3265-8111-ABBEC93F0920> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff47198000 -     0x7fff4719aff3  com.apple.ForceFeedback (1.0.6 - 1.0.6) <205B0C3E-4E8D-3347-A993-469F06ABBFF9> /System/Library/Frameworks/ForceFeedback.framework/Versions/A/ForceFeedback
    0x7fff4719b000 -     0x7fff47548ffb  com.apple.Foundation (6.9 - 1575.23) <3BD6326F-5F7C-3494-B324-A4A862794AC0> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff475b7000 -     0x7fff475e6ffb  com.apple.GSS (4.0 - 2.0) <E2B90D08-3857-3155-9FCC-07D778988EC9> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff476e6000 -     0x7fff477f0fff  com.apple.Bluetooth (6.0.14 - 6.0.14d4) <88543F10-3D6B-3001-ACC0-6B0E01178AFB> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff47853000 -     0x7fff478e2fff  com.apple.framework.IOKit (2.0.2 - 1483.260.4) <8A90F547-86EF-3DFB-92FE-0E2C0376DD84> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff478e4000 -     0x7fff478f3ffb  com.apple.IOSurface (255.6.1 - 255.6.1) <85F85EBB-EA59-3A8B-B3EB-7C20F3CC77AE> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff47947000 -     0x7fff47ad3fef  com.apple.ImageIO.framework (3.3.0 - 1850.2.2) <BEFFCF0E-0AA0-3F9B-B0B6-D4AC829DF875> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff47ad4000 -     0x7fff47ad8ffb  libGIF.dylib (1850.2.2) <DBA63F9D-1E0D-30C6-BB9B-300DBDD9FE38> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff47ad9000 -     0x7fff47bb5fe7  libJP2.dylib (1850.2.2) <2021BBBC-00C6-307F-A806-CC37F763AC37> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff47bb6000 -     0x7fff47bdbfeb  libJPEG.dylib (1850.2.2) <03ED62A3-7897-395E-ACBD-AFE2B67F215A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff47e9e000 -     0x7fff47ec4feb  libPng.dylib (1850.2.2) <BA47FD4A-8ED3-3DA1-B492-3844FCE912E4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff47ec5000 -     0x7fff47ec7ffb  libRadiance.dylib (1850.2.2) <4949B51C-9CC6-3747-B7E8-1C44B8A52846> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff47ec8000 -     0x7fff47f15feb  libTIFF.dylib (1850.2.2) <011830AD-16EF-3738-A462-3C2FA7994603> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff49088000 -     0x7fff490a1fff  com.apple.Kerberos (3.0 - 1) <DB1E0679-37E1-3B93-9789-32F63D660C3B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff4935b000 -     0x7fff49365fff  com.apple.MediaAccessibility (1.0 - 114.4) <76C449C5-DB45-3D7F-BFAD-3DACEF15DA21> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff49415000 -     0x7fff49abbfff  com.apple.MediaToolbox (1.0 - 2290.14) <927F9E24-32DB-33F9-9866-4DD8092A51F4> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff49abd000 -     0x7fff49b65ff7  com.apple.Metal (162.2 - 162.2) <4837E066-C304-3C91-A9F4-80E3300B4FEA> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff49b81000 -     0x7fff49ba0ff7  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <44CE8362-E972-3697-AD6F-15BC863BAEB8> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff49ba1000 -     0x7fff49c1dfe7  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <EE8440DA-66DF-3923-ABBC-E0543211C069> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff49c1e000 -     0x7fff49c45fff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <E64450DF-2B96-331E-B7F4-666E00571C70> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff49c46000 -     0x7fff49d71ff7  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <F2CF26B6-73F1-3644-8FE9-CDB9B2C4501F> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff49d72000 -     0x7fff49d8cfff  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <B33A35C3-0393-366B-ACFB-F4BB6A5F7B4A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
    0x7fff49d8d000 -     0x7fff49d8eff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <69F14BCF-C5C5-3BF8-9C31-8F87D2D6130A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff4ab85000 -     0x7fff4ab91ff7  com.apple.NetFS (6.0 - 4.0) <E917806F-0607-3292-B2D6-A15404D61B99> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff4d626000 -     0x7fff4d62efe3  libcldcpuengine.dylib (2.11) <AAE49359-EB53-3FD4-ADBF-C60498BD0B34> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff4d62f000 -     0x7fff4d686ff7  com.apple.opencl (2.15.3 - 2.15.3) <BE7547C4-BE14-3152-AD81-9D6B5A8CA578> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff4d687000 -     0x7fff4d6a2ff7  com.apple.CFOpenDirectory (10.14 - 207.200.4) <F03D84EB-49B2-3A00-9127-B9A269824026> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff4d6a3000 -     0x7fff4d6aeffb  com.apple.OpenDirectory (10.14 - 207.200.4) <A8020CEE-5B78-3581-A735-EA2833683F31> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff4dffe000 -     0x7fff4e000fff  libCVMSPluginSupport.dylib (17.7.3) <68E0A0A3-37CE-3DB1-880D-3DF3363F004E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff4e001000 -     0x7fff4e006ff3  libCoreFSCache.dylib (166.2) <222C2A4F-7E32-30F6-8459-2FAB98073A3D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff4e007000 -     0x7fff4e00bfff  libCoreVMClient.dylib (166.2) <6789ECD4-91DD-32EF-A1FD-F27D2344CD8B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff4e00c000 -     0x7fff4e014ff7  libGFXShared.dylib (17.7.3) <1485687B-D23B-3834-B72C-92CCD86B8308> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff4e015000 -     0x7fff4e020fff  libGL.dylib (17.7.3) <129CBCA6-A520-37B1-9535-6F90C84DD319> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff4e021000 -     0x7fff4e05bfef  libGLImage.dylib (17.7.3) <BDCC2AAE-11D8-314E-8CC5-3FC8057B03C0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff4e05c000 -     0x7fff4e1ceff7  libGLProgrammability.dylib (17.7.3) <8D7CC329-CAC8-356B-BBF2-AC8D1E723919> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff4e1cf000 -     0x7fff4e20dfff  libGLU.dylib (17.7.3) <88DF6750-95D5-3BB8-9131-63B34137E8D7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff4ebaa000 -     0x7fff4ebb9ffb  com.apple.opengl (17.7.3 - 17.7.3) <38D34431-6214-346D-A8CF-DA9B51893D58> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff4ebba000 -     0x7fff4ed51ff7  GLEngine (17.7.3) <44210C22-7089-3D1A-A5D1-342B85A1F1B6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff4ed52000 -     0x7fff4ed7bff3  GLRendererFloat (17.7.3) <B565C565-861A-3E50-980A-F6CB0DF25B77> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff4f9c3000 -     0x7fff4fc1aff7  com.apple.QuartzCore (1.11 - 701.14) <972574BE-04F6-3688-86F9-F8635CDAE249> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff50450000 -     0x7fff50750ff7  com.apple.security (7.0 - 58286.270.6) <0FA49A7B-26C3-3DEF-B369-046E6D0CDF12> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff50751000 -     0x7fff507ddfff  com.apple.securityfoundation (6.0 - 55185.260.1) <C5C23F73-34A8-3676-9FFB-B18ABB42DA1A> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff5080f000 -     0x7fff50813fff  com.apple.xpc.ServiceManagement (1.0 - 1) <E78CD027-58FC-31E7-9169-CAF27AFB98E9> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff50bac000 -     0x7fff50c19fff  com.apple.SystemConfiguration (1.17 - 1.17) <30C8327F-3EFF-3520-9C50-016F8B6B954F> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff50e78000 -     0x7fff511d9fff  com.apple.VideoToolbox (1.0 - 2290.14) <30C690CF-8935-39E8-B343-ADB009C84FC5> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff53e55000 -     0x7fff53efafff  com.apple.APFS (1.0 - 1) <3648C339-C5EE-36D1-9F86-B0A1833CC81E> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff5490f000 -     0x7fff54910ff7  com.apple.AggregateDictionary (1.0 - 1) <A6AF8AC4-1F25-37C4-9157-A02E9C200926> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
    0x7fff54f11000 -     0x7fff54f3dff7  com.apple.framework.Apple80211 (13.0 - 1380.2) <D6600824-C648-326B-B091-28790FC28637> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff55065000 -     0x7fff55074fc7  com.apple.AppleFSCompression (96.200.3 - 1.0) <3CF60CE8-976E-3CB8-959D-DD0948C1C2DE> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff55170000 -     0x7fff5517bfff  com.apple.AppleIDAuthSupport (1.0 - 1) <2E9D1398-DBE6-328B-ADDA-20FA5FAD7405> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
    0x7fff551bc000 -     0x7fff55205ff3  com.apple.AppleJPEG (1.0 - 1) <4C1F426B-7D77-3980-9633-7DBD8C666B9A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff55459000 -     0x7fff5547bfff  com.apple.applesauce (1.0 - ???) <F49107C7-3C51-3024-8EF1-C57643BE4F3B> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff5553f000 -     0x7fff5558fff7  com.apple.AppleVAFramework (5.1.4 - 5.1.4) <BC571C87-EE10-3D42-9B69-2D4F5589D132> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff555da000 -     0x7fff555eeffb  com.apple.AssertionServices (1.0 - 1) <456E507A-4561-3628-9FBE-173ACE7429D8> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
    0x7fff559bd000 -     0x7fff55aa9ff7  com.apple.AuthKit (1.0 - 1) <2765ABE9-54F2-3E45-8A93-1261E251B90D> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff55c6b000 -     0x7fff55c73fff  com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <2A396FC0-7B79-3088-9A82-FB93C1181A57> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff55c74000 -     0x7fff55d09fff  com.apple.backup.framework (1.10.5 - ???) <4EEC51E2-AE4C-340A-B686-901810152C12> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff55d0a000 -     0x7fff55d77ff3  com.apple.BaseBoard (360.28 - 360.28) <68FA8044-F3CD-3BC6-9DAB-27DACF52BFC0> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
    0x7fff579e2000 -     0x7fff579ebffb  com.apple.CommonAuth (4.0 - 2.0) <93335CB6-ABEB-3EC7-A040-8A667F40D5F3> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff57e84000 -     0x7fff58267fef  com.apple.CoreAUC (274.0.0 - 274.0.0) <C71F1581-E73B-3DA0-958B-E912C3FB3F23> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff58268000 -     0x7fff58296ff7  com.apple.CoreAVCHD (6.0.0 - 6000.4.1) <A04A99B8-DAC5-36FC-BAC7-7431600C1F89> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff586c4000 -     0x7fff586d5ff7  com.apple.CoreEmoji (1.0 - 69.19.9) <228457B3-E191-356E-9A5B-3C0438D05FBA> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff58c7f000 -     0x7fff58ce5ff7  com.apple.CoreNLP (1.0 - 130.15.22) <27877820-17D0-3B02-8557-4014E876CCC7> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff58f92000 -     0x7fff58f9aff7  com.apple.CorePhoneNumbers (1.0 - 1) <11F97C7E-C183-305F-8E6C-9B374F50E26B> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
    0x7fff59116000 -     0x7fff59147ff3  com.apple.CoreServicesInternal (358 - 358) <DD6EF60D-048F-3186-83DA-EB191EDF48AE> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff5950e000 -     0x7fff59592fff  com.apple.CoreSymbolication (10.2 - 64490.25.1) <28B2FF2D-3FDE-3A20-B343-341E5BD4E22F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff59622000 -     0x7fff5974dff7  com.apple.coreui (2.1 - 499.10) <A80F4B09-F940-346F-A9DF-4EFADD9220A8> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff5974e000 -     0x7fff598eefff  com.apple.CoreUtils (5.9 - 590.16) <1A23FDAA-BBCD-374D-A387-AC6C1731720C> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff59942000 -     0x7fff599a5ff7  com.apple.framework.CoreWiFi (13.0 - 1375.2) <9DB17C43-19BD-3C1C-BFD8-DCB3289C2ADB> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff599a6000 -     0x7fff599b7ff3  com.apple.CrashReporterSupport (10.13 - 938.28) <FEFB7917-31BD-30EE-A3F1-BFCC0CF62297> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff59a47000 -     0x7fff59a56fff  com.apple.framework.DFRFoundation (1.0 - 211.1) <E3F02F2A-2059-39CC-85DA-969676EB88EB> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff59a57000 -     0x7fff59a5bff7  com.apple.DSExternalDisplay (3.1 - 380) <787B9748-B120-3453-B8FE-61D9E363A9E0> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff59adc000 -     0x7fff59b51ffb  com.apple.datadetectorscore (7.0 - 590.27) <06FB1A07-7AE6-3ADD-8E7E-41955FAB38E8> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff59b9d000 -     0x7fff59bdaff7  com.apple.DebugSymbols (190 - 190) <6F4FAACA-E06B-38AD-A0C2-14EA5408A231> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff59bdb000 -     0x7fff59d16ff7  com.apple.desktopservices (1.13.5 - ???) <ED60E493-4E56-3622-A55C-2CABF5D02316> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff5ac5d000 -     0x7fff5b078fff  com.apple.vision.FaceCore (3.3.4 - 3.3.4) <A576E2DA-BF6F-3B18-8FEB-324E5C5FA9BD> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff5e92c000 -     0x7fff5e92dfff  libmetal_timestamp.dylib (902.3.2) <05389463-AF2E-33E2-A14F-1416E4A30835> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3902/Libraries/libmetal_timestamp.dylib
    0x7fff5ffc1000 -     0x7fff5ffccff7  libGPUSupportMercury.dylib (17.7.3) <F090384D-E838-3F48-A012-2051E7AD61E2> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff5ffcd000 -     0x7fff5ffd2fff  com.apple.GPUWrangler (3.50.14 - 3.50.14) <710621EC-1A61-39D5-9EE4-2CEBB9F5FF0F> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff60dde000 -     0x7fff60dedfff  com.apple.GraphVisualizer (1.0 - 5) <48D020B7-5938-3FAE-B468-E291AEE2C06F> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff60f53000 -     0x7fff60fc7ffb  com.apple.Heimdal (4.0 - 2.0) <D97FCF19-EAD6-3E2F-BE88-F817E45CAE96> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff622c2000 -     0x7fff622cbfff  com.apple.IOAccelMemoryInfo (1.0 - 1) <9918E79E-CBDF-3045-B519-241C5BABFE40> /System/Library/PrivateFrameworks/IOAccelMemoryInfo.framework/Versions/A/IOAccelMemoryInfo
    0x7fff622cc000 -     0x7fff622d3ffb  com.apple.IOAccelerator (404.14 - 404.14) <E4630B10-D21E-3839-8CAC-707FAA6FFC81> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff622d7000 -     0x7fff622effff  com.apple.IOPresentment (1.0 - 42.6) <CC44DF8A-62C8-389A-901B-13725BABB68F> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff62697000 -     0x7fff626c4ff7  com.apple.IconServices (379 - 379) <7BAD562D-4FA3-3E11-863C-1EEBE2406D2C> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff627ee000 -     0x7fff627f2ffb  com.apple.InternationalSupport (1.0 - 10.15.6) <6226A905-D055-321D-B665-5B0CC4798A74> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
    0x7fff62957000 -     0x7fff62969ff3  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <70CE5230-195D-3443-94EE-EFA57039724F> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
    0x7fff62984000 -     0x7fff62a5fff7  com.apple.LanguageModeling (1.0 - 159.15.15) <3DE3CE61-542B-37B7-883E-4B9717CAC65F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff62a60000 -     0x7fff62a9cff7  com.apple.Lexicon-framework (1.0 - 33.15.10) <4B5E843E-2809-3E70-9560-9254E2656419> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff62aa3000 -     0x7fff62aa8fff  com.apple.LinguisticData (1.0 - 238.25) <F529B961-098C-3E4C-A3E9-9DA9BFA1B3F0> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff632c6000 -     0x7fff632c9fff  com.apple.Mangrove (1.0 - 25) <537A5B2E-4C30-3CFD-8BDC-79F9A04AC327> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff6379d000 -     0x7fff637c5ff7  com.apple.spotlight.metadata.utilities (1.0 - 1191.57) <38BB1FB7-3336-384C-B71F-4D0D402EB606> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
    0x7fff637c6000 -     0x7fff63853ff7  com.apple.gpusw.MetalTools (1.0 - 1) <32C7EEBD-B396-331E-BA67-15C357D80430> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff63a23000 -     0x7fff63a3effb  com.apple.MobileKeyBag (2.0 - 1.0) <39337CBB-1D39-3DDC-A998-591194C76523> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff63ac7000 -     0x7fff63af1ffb  com.apple.MultitouchSupport.framework (2450.1 - 2450.1) <42A23EC9-64A7-31C7-BF33-DF4412ED8A3F> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff63d2d000 -     0x7fff63d37fff  com.apple.NetAuth (6.2 - 6.2) <0D01BBE5-0269-310D-B148-D19DAE143DEB> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff64598000 -     0x7fff645e9ff3  com.apple.OTSVG (1.0 - ???) <5BF1A9EB-2694-3267-9514-A4EB3BEF4081> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
    0x7fff65781000 -     0x7fff65790ff7  com.apple.PerformanceAnalysis (1.218.2 - 218.2) <65F3DB3E-6D4E-33A0-B510-EF768D323DAB> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff67622000 -     0x7fff67640ff7  com.apple.ProtocolBuffer (1 - 263.2) <907D6C95-D050-31DE-99CA-16A5135BC6F9> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff677d8000 -     0x7fff67828fff  com.apple.ROCKit (27.6 - 27.6) <756C2253-E8B1-3C48-9945-DE8D6AD24DE2> /System/Library/PrivateFrameworks/ROCKit.framework/Versions/A/ROCKit
    0x7fff67964000 -     0x7fff6796ffff  com.apple.xpc.RemoteServiceDiscovery (1.0 - 1336.261.4) <30CC049D-D9E9-3702-9DFA-C74614AE3E45> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery
    0x7fff67982000 -     0x7fff679a4fff  com.apple.RemoteViewServices (2.0 - 128) <8FB0E4EB-DCBB-32E6-94C6-AA9BA9EE4CAC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff679a5000 -     0x7fff679b8ff3  com.apple.xpc.RemoteXPC (1.0 - 1336.261.4) <386DE38A-6365-337E-A6D8-2C6A4A823C7D> /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC
    0x7fff691ae000 -     0x7fff692ccfff  com.apple.Sharing (1288.62.2 - 1288.62.2) <C780AAF5-01ED-3FA5-B8DA-65C37C0E69D4> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff6a0e0000 -     0x7fff6a38ffff  com.apple.SkyLight (1.600.0 - 340.54) <BCC76147-6AAB-3B2A-8754-6AECFA126882> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff6ab32000 -     0x7fff6ab3efff  com.apple.SpeechRecognitionCore (5.0.21 - 5.0.21) <7A6A67DB-C813-328E-AAFB-D267A5B50B3D> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff6b28f000 -     0x7fff6b31afc7  com.apple.Symbolication (10.2 - 64490.38.1) <9FDCC98D-5B32-35AD-A9BF-94DF2B78507F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff6b802000 -     0x7fff6b80effb  com.apple.TCC (1.0 - 1) <73CF6FA9-44CE-30C9-887F-235940976585> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff6ba74000 -     0x7fff6bb3cff3  com.apple.TextureIO (3.8.4 - 3.8.1) <7CEAC05A-D283-3D5A-B1E3-C849285FA0BF> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff6bbf2000 -     0x7fff6bbf3fff  com.apple.TrustEvaluationAgent (2.0 - 31.200.1) <15DF9C73-54E4-3C41-BCF4-378338C55FB4> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff6bbf9000 -     0x7fff6bdb1ffb  com.apple.UIFoundation (1.0 - 551.5) <A0FDC3A4-45C6-3C87-B77F-7DC394374C08> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff6ca2d000 -     0x7fff6cb06fff  com.apple.ViewBridge (401.1 - 401.1) <18144EC1-5DEF-369C-8EBA-2826E7142784> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff6d2de000 -     0x7fff6d2e1fff  com.apple.dt.XCTTargetBootstrap (1.0 - 14490.66) <7AE3457F-AF40-3508-93FB-1D9E31EB1C9D> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
    0x7fff6d6e2000 -     0x7fff6d6e4ffb  com.apple.loginsupport (1.0 - 1) <3F8D6334-BCD6-36C1-BA20-CC8503A84375> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff6d9ae000 -     0x7fff6d9e2fff  libCRFSuite.dylib (41.15.4) <406DAC06-0C77-3F90-878B-4D38F11F0256> /usr/lib/libCRFSuite.dylib
    0x7fff6d9e5000 -     0x7fff6d9efff7  libChineseTokenizer.dylib (28.15.3) <9B7F6109-3A5D-3641-9A7E-31D2239D73EE> /usr/lib/libChineseTokenizer.dylib
    0x7fff6da7d000 -     0x7fff6da7effb  libDiagnosticMessagesClient.dylib (107) <A14D0819-0970-34CD-8680-80E4D7FE8C2C> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff6dab5000 -     0x7fff6dd0cff3  libFosl_dynamic.dylib (18.3.4) <1B5DD4E2-8AE0-315E-829E-D5BFCD264EA8> /usr/lib/libFosl_dynamic.dylib
    0x7fff6dd5d000 -     0x7fff6dd7cfff  libMobileGestalt.dylib (645.270.1) <99A06C8A-97D6-383D-862C-F453BABB48A4> /usr/lib/libMobileGestalt.dylib
    0x7fff6dd7d000 -     0x7fff6dd7dfff  libOpenScriptingUtil.dylib (179.1) <4D603146-EDA5-3A74-9FF8-4F75D8BB9BC6> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff6debd000 -     0x7fff6debeffb  libSystem.B.dylib (1252.250.1) <53C66B05-7254-344C-BC66-7BD2EE41F4E5> /usr/lib/libSystem.B.dylib
    0x7fff6df3a000 -     0x7fff6df3bfff  libThaiTokenizer.dylib (2.15.1) <ADB37DC3-7D9B-3E73-A72A-BCC3433C937A> /usr/lib/libThaiTokenizer.dylib
    0x7fff6df4d000 -     0x7fff6df63ffb  libapple_nghttp2.dylib (1.24.1) <6F04250A-6686-3FDC-9A8D-290C64B06502> /usr/lib/libapple_nghttp2.dylib
    0x7fff6df64000 -     0x7fff6df8dffb  libarchive.2.dylib (54.250.1) <47289946-8504-3966-9127-6CE39993DC2C> /usr/lib/libarchive.2.dylib
    0x7fff6df8e000 -     0x7fff6e00dfff  libate.dylib (1.13.8) <92B44EDB-369D-3EE8-AEC5-61F8B9313DBF> /usr/lib/libate.dylib
    0x7fff6e011000 -     0x7fff6e011ff3  libauto.dylib (187) <3E3780E1-96F3-3A22-91C5-92F9A5805518> /usr/lib/libauto.dylib
    0x7fff6e0e3000 -     0x7fff6e0f3ffb  libbsm.0.dylib (39.200.18) <CF381E0B-025B-364F-A83D-2527E03F1AA3> /usr/lib/libbsm.0.dylib
    0x7fff6e0f4000 -     0x7fff6e101fff  libbz2.1.0.dylib (38.200.3) <272953A1-8D36-329B-BDDB-E887B347710F> /usr/lib/libbz2.1.0.dylib
    0x7fff6e102000 -     0x7fff6e155ff7  libc++.1.dylib (400.9.4) <9A60A190-6C34-339F-BB3D-AACE942009A4> /usr/lib/libc++.1.dylib
    0x7fff6e156000 -     0x7fff6e16bff7  libc++abi.dylib (400.17) <38C09CED-9090-3719-90F3-04A2749F5428> /usr/lib/libc++abi.dylib
    0x7fff6e16c000 -     0x7fff6e16cff3  libcharset.1.dylib (51.200.6) <2A27E064-314C-359C-93FC-8A9B06206174> /usr/lib/libcharset.1.dylib
    0x7fff6e16d000 -     0x7fff6e17dffb  libcmph.dylib (6.15.1) <9C52B2FE-179F-32AC-B87E-2AFC49ABF817> /usr/lib/libcmph.dylib
    0x7fff6e17e000 -     0x7fff6e196ffb  libcompression.dylib (52.250.2) <7F4BB18C-1FB4-3825-8D8B-6E6B168774C6> /usr/lib/libcompression.dylib
    0x7fff6e40b000 -     0x7fff6e421fff  libcoretls.dylib (155.220.1) <4C64BE3E-41E3-3020-8BB7-07E90C0C861C> /usr/lib/libcoretls.dylib
    0x7fff6e422000 -     0x7fff6e423ff3  libcoretls_cfhelpers.dylib (155.220.1) <0959B3E9-6643-3589-8BB3-21D52CDF0EF1> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff6e5c1000 -     0x7fff6e6b9ff7  libcrypto.35.dylib (22.260.1) <91C3D71A-4D1D-331D-89CC-67863DF10574> /usr/lib/libcrypto.35.dylib
    0x7fff6e8cf000 -     0x7fff6e925ff3  libcups.2.dylib (462.14) <991AEC69-66E6-387E-9FCC-B479BF2B5FBC> /usr/lib/libcups.2.dylib
    0x7fff6ea59000 -     0x7fff6ea59fff  libenergytrace.dylib (17.200.1) <80BB567A-FD18-3497-BF97-353F57D98CDD> /usr/lib/libenergytrace.dylib
    0x7fff6ea5a000 -     0x7fff6ea73ffb  libexpat.1.dylib (16.1.2) <3E146D20-52C1-3EDA-9374-1243E2890AC6> /usr/lib/libexpat.1.dylib
    0x7fff6ea8b000 -     0x7fff6ea90ff7  libgermantok.dylib (17.15.2) <E5F0F794-FF27-3D64-AE52-C78C6A84DD67> /usr/lib/libgermantok.dylib
    0x7fff6ea91000 -     0x7fff6ea96ff7  libheimdal-asn1.dylib (520.270.1) <73F60D6F-76F8-35EF-9C86-9A81225EE4BE> /usr/lib/libheimdal-asn1.dylib
    0x7fff6eac1000 -     0x7fff6ebb1fff  libiconv.2.dylib (51.200.6) <2047C9B7-3F74-3A95-810D-2ED8F0475A99> /usr/lib/libiconv.2.dylib
    0x7fff6ebb2000 -     0x7fff6ee13ffb  libicucore.A.dylib (62141.0.1) <A0D63918-76E9-3C1B-B255-46F4C1DA7FE8> /usr/lib/libicucore.A.dylib
    0x7fff6ee60000 -     0x7fff6ee61fff  liblangid.dylib (128.15.1) <22D05C4F-769B-3075-ABCF-44A0EBACE028> /usr/lib/liblangid.dylib
    0x7fff6ee62000 -     0x7fff6ee7aff3  liblzma.5.dylib (10.200.3) <E1F4FD60-1CE4-37B9-AD95-29D348AF1AC0> /usr/lib/liblzma.5.dylib
    0x7fff6ee92000 -     0x7fff6ef36ff7  libmecab.1.0.0.dylib (779.24.1) <A8D0379B-85FA-3B3D-89ED-5CF2C3826AB2> /usr/lib/libmecab.1.0.0.dylib
    0x7fff6ef37000 -     0x7fff6f13bfff  libmecabra.dylib (779.24.1) <D71F71E0-30E2-3DB3-B636-7DE13D51FB4B> /usr/lib/libmecabra.dylib
    0x7fff6f313000 -     0x7fff6f664ff7  libnetwork.dylib (1229.250.15) <72C7E9E3-B2BE-3300-BE1B-64606222022C> /usr/lib/libnetwork.dylib
    0x7fff6f6f6000 -     0x7fff6fe7bfdf  libobjc.A.dylib (756.2) <7C312627-43CB-3234-9324-4DEA92D59F50> /usr/lib/libobjc.A.dylib
    0x7fff6fe8d000 -     0x7fff6fe91ffb  libpam.2.dylib (22.200.1) <586CF87F-349C-393D-AEEB-FB75F94A5EB7> /usr/lib/libpam.2.dylib
    0x7fff6fe94000 -     0x7fff6fec9fff  libpcap.A.dylib (79.250.3) <97B8CE1B-3EF6-3443-95EF-5659733139C9> /usr/lib/libpcap.A.dylib
    0x7fff6ffe2000 -     0x7fff6fffaffb  libresolv.9.dylib (65.200.3) <1FB0982D-84D9-36E0-B3D8-C808891EFF50> /usr/lib/libresolv.9.dylib
    0x7fff7004b000 -     0x7fff7004cff7  libspindump.dylib (267.3) <A584E403-8C95-3841-9C16-E22664A5A63F> /usr/lib/libspindump.dylib
    0x7fff7004d000 -     0x7fff7022afff  libsqlite3.dylib (274.26) <6404BA3B-BCA4-301F-B2FE-8776105A2AA3> /usr/lib/libsqlite3.dylib
    0x7fff70443000 -     0x7fff70446ff7  libutil.dylib (51.200.4) <CE9B18C9-66ED-32D4-9D29-01F8FCB467B0> /usr/lib/libutil.dylib
    0x7fff70447000 -     0x7fff70454fff  libxar.1.dylib (417.1) <39CCF46B-C81A-34B1-92A1-58C4E5DA846E> /usr/lib/libxar.1.dylib
    0x7fff70459000 -     0x7fff7053cffb  libxml2.2.dylib (32.14) <5F81A173-CEEB-3E61-9D69-683C07425C65> /usr/lib/libxml2.2.dylib
    0x7fff7053d000 -     0x7fff70565ff3  libxslt.1.dylib (16.7) <EC50E503-AEEE-3F50-956F-55E4AF4584D9> /usr/lib/libxslt.1.dylib
    0x7fff70566000 -     0x7fff70578ff7  libz.1.dylib (70.200.4) <B048FC1F-058F-3A08-A1FE-81D5308CB3E6> /usr/lib/libz.1.dylib
    0x7fff70d5c000 -     0x7fff70d60ff3  libcache.dylib (81) <1987D1E1-DB11-3291-B12A-EBD55848E02D> /usr/lib/system/libcache.dylib
    0x7fff70d61000 -     0x7fff70d6bff3  libcommonCrypto.dylib (60118.250.2) <1765BB6E-6784-3653-B16B-CB839721DC9A> /usr/lib/system/libcommonCrypto.dylib
    0x7fff70d6c000 -     0x7fff70d73ff7  libcompiler_rt.dylib (63.4) <5212BA7B-B7EA-37B4-AF6E-AC4F507EDFB8> /usr/lib/system/libcompiler_rt.dylib
    0x7fff70d74000 -     0x7fff70d7dff7  libcopyfile.dylib (146.250.1) <98CD00CD-9B91-3B5C-A9DB-842638050FA8> /usr/lib/system/libcopyfile.dylib
    0x7fff70d7e000 -     0x7fff70e02fc3  libcorecrypto.dylib (602.260.2) <01464D24-570C-3B83-9D18-467769E0FCDD> /usr/lib/system/libcorecrypto.dylib
    0x7fff70e89000 -     0x7fff70ec2ff7  libdispatch.dylib (1008.270.1) <97273678-E94C-3C8C-89F6-2E2020F4B43B> /usr/lib/system/libdispatch.dylib
    0x7fff70ec3000 -     0x7fff70eefff7  libdyld.dylib (655.1.1) <002418CC-AD11-3D10-865B-015591D24E6C> /usr/lib/system/libdyld.dylib
    0x7fff70ef0000 -     0x7fff70ef0ffb  libkeymgr.dylib (30) <0D0F9CA2-8D5A-3273-8723-59987B5827F2> /usr/lib/system/libkeymgr.dylib
    0x7fff70ef1000 -     0x7fff70efdff3  libkxld.dylib (4903.278.25) <AC907663-C96F-3A39-9929-FA0F6D6125BF> /usr/lib/system/libkxld.dylib
    0x7fff70efe000 -     0x7fff70efeff7  liblaunch.dylib (1336.261.4) <3E0F9DEC-BCD8-37AE-BF51-C9E8C4184B04> /usr/lib/system/liblaunch.dylib
    0x7fff70eff000 -     0x7fff70f04fff  libmacho.dylib (927.0.3) <A377D608-77AB-3F6E-90F0-B4F251A5C12F> /usr/lib/system/libmacho.dylib
    0x7fff70f05000 -     0x7fff70f07ff7  libquarantine.dylib (86.270.1) <3F36A3D6-9606-3D90-B520-809BAEF981C3> /usr/lib/system/libquarantine.dylib
    0x7fff70f08000 -     0x7fff70f09ff7  libremovefile.dylib (45.200.2) <9FBEB2FF-EEBE-31BC-BCFC-C71F8D0E99B6> /usr/lib/system/libremovefile.dylib
    0x7fff70f0a000 -     0x7fff70f21ff3  libsystem_asl.dylib (356.200.4) <A62A7249-38B8-33FA-9875-F1852590796C> /usr/lib/system/libsystem_asl.dylib
    0x7fff70f22000 -     0x7fff70f22ff7  libsystem_blocks.dylib (73) <A453E8EE-860D-3CED-B5DC-BE54E9DB4348> /usr/lib/system/libsystem_blocks.dylib
    0x7fff70f23000 -     0x7fff70faafff  libsystem_c.dylib (1272.250.1) <7EDACF78-2FA3-35B8-B051-D70475A35117> /usr/lib/system/libsystem_c.dylib
    0x7fff70fab000 -     0x7fff70faeffb  libsystem_configuration.dylib (963.270.3) <2B4A836D-68A4-33E6-8D48-CD4486B03387> /usr/lib/system/libsystem_configuration.dylib
    0x7fff70faf000 -     0x7fff70fb2ff7  libsystem_coreservices.dylib (66) <719F75A4-74C5-3BA6-A09E-0C5A3E5889D7> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff70fb3000 -     0x7fff70fb9fff  libsystem_darwin.dylib (1272.250.1) <EC9B39A5-9592-3577-8997-7DC721D20D8C> /usr/lib/system/libsystem_darwin.dylib
    0x7fff70fba000 -     0x7fff70fc0ffb  libsystem_dnssd.dylib (878.270.3) <D5352ABD-0311-3327-8E64-93F29EB19BF1> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff70fc1000 -     0x7fff7100cffb  libsystem_info.dylib (517.200.9) <D09D5AE0-2FDC-3A6D-93EC-729F931B1457> /usr/lib/system/libsystem_info.dylib
    0x7fff7100d000 -     0x7fff71035ff7  libsystem_kernel.dylib (4903.278.25) <A85A66F0-DBA2-3773-9798-8EC9C0BE3B4B> /usr/lib/system/libsystem_kernel.dylib
    0x7fff71036000 -     0x7fff71081ff7  libsystem_m.dylib (3158.200.7) <F19B6DB7-014F-3820-831F-389CCDA06EF6> /usr/lib/system/libsystem_m.dylib
    0x7fff71082000 -     0x7fff710acfff  libsystem_malloc.dylib (166.270.1) <011F3AD0-8E6A-3A89-AE64-6E5F6840F30A> /usr/lib/system/libsystem_malloc.dylib
    0x7fff710ad000 -     0x7fff710b7ff7  libsystem_networkextension.dylib (767.250.2) <FF06F13A-AEFE-3A27-A073-910EF78AEA36> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff710b8000 -     0x7fff710bffff  libsystem_notify.dylib (172.200.21) <145B5CFC-CF73-33CE-BD3D-E8DDE268FFDE> /usr/lib/system/libsystem_notify.dylib
    0x7fff710c0000 -     0x7fff710c9fef  libsystem_platform.dylib (177.270.1) <9D1FE5E4-EB7D-3B3F-A8D1-A96D9CF1348C> /usr/lib/system/libsystem_platform.dylib
    0x7fff710ca000 -     0x7fff710d4ff7  libsystem_pthread.dylib (330.250.2) <2D5C08FF-484F-3D59-9132-CE1DCB3F76D7> /usr/lib/system/libsystem_pthread.dylib
    0x7fff710d5000 -     0x7fff710d8ff7  libsystem_sandbox.dylib (851.270.1) <9494594B-5199-3186-82AB-5FF8BED6EE16> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff710d9000 -     0x7fff710dbff3  libsystem_secinit.dylib (30.260.2) <EF1EA47B-7B22-35E8-BD9B-F7003DCB96AE> /usr/lib/system/libsystem_secinit.dylib
    0x7fff710dc000 -     0x7fff710e3ff3  libsystem_symptoms.dylib (820.267.1) <03F1C2DD-0F5A-3D9D-88F6-B26C0F94EB52> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff710e4000 -     0x7fff710f9ff7  libsystem_trace.dylib (906.260.2) <12C1B9A2-39D6-3428-AE60-2303BD201A57> /usr/lib/system/libsystem_trace.dylib
    0x7fff710fb000 -     0x7fff71100ffb  libunwind.dylib (35.4) <24A97A67-F017-3CFC-B0D0-6BD0224B1336> /usr/lib/system/libunwind.dylib
    0x7fff71101000 -     0x7fff71130fff  libxpc.dylib (1336.261.4) <F01E4F2D-64B0-3678-8A3A-387299E965FE> /usr/lib/system/libxpc.dylib

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

VM Region Summary:
ReadOnly portion of Libraries: Total=480.9M resident=0K(0%) swapped_out_or_unallocated=480.9M(100%)
Writable regions: Total=249.6M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=249.6M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               256K        2 
Activity Tracing                   256K        1 
CG backing stores                  992K        2 
CG image                           308K        5 
CoreAnimation                      212K        8 
CoreGraphics                         8K        1 
CoreImage                           24K        2 
CoreServices                       120K        1 
CoreUI image data                  516K        7 
CoreUI image file                  516K        5 
Dispatch continuations            16.0M        1 
Foundation                           4K        1 
Kernel Alloc Once                    8K        1 
MALLOC                           212.1M      106 
MALLOC guard page                   32K        7 
Memory Tag 242                      12K        1 
OpenGL GLSL                        256K        3 
STACK GUARD                       56.0M       10 
Stack                             11.1M       10 
VM_ALLOCATE                       7436K       42 
VM_ALLOCATE (reserved)              36K        1         reserved VM address space (unallocated)
__DATA                            65.4M      274 
__FONT_DATA                          4K        1 
__GLSLBUILTINS                    5176K        1 
__LINKEDIT                       232.9M        9 
__TEXT                           248.0M      272 
__UNICODE                          564K        1 
mapped file                       58.2M       20 
shared memory                      712K        9 
===========                     =======  ======= 
TOTAL                            916.7M      804 
TOTAL, minus reserved VM space   916.7M      804 

Model: MacBookPro11,5, BootROM 196.0.0.0.0, 4 processors, Intel Core i7, 2,8 GHz, 16 GB, SMC 2.30f2
Graphics: kHW_AMDRadeonR9M370XItem, AMD Radeon R9 M370X, spdisplays_pcie_device, 2 GB
Graphics: kHW_IntelIrisProItem, Intel Iris Pro, spdisplays_builtin
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x802C, 0x31364B544631473634485A2D314736453120
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x802C, 0x31364B544631473634485A2D314736453120
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x152), Broadcom BCM43xx 1.0 (7.77.61.3 AirPortDriverBrcmNIC-1305.9)
Bluetooth: Version 6.0.14d4, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM0512G, 500,28 GB
USB Device: USB 3.0 Bus
USB Device: Apple Internal Keyboard / Trackpad
USB Device: Bluetooth USB Host Controller
Thunderbolt Bus: MacBook Pro, Apple Inc., 27.1

asmaloney added a commit to asmaloney/godot that referenced this issue Jul 23, 2020
Methods were being called with InputEventMouseMotion instead of InputEventPanGesture, and they were null.

Fixes the 3.2 branch of godotengine#16181
asmaloney added a commit to asmaloney/godot that referenced this issue Jul 23, 2020
Methods were being called with InputEventMouseMotion instead of InputEventPanGesture, and they were null.

Fixes godotengine#16181 on the master branch
@Calinou Calinou removed the usability label Jul 23, 2020
akien-mga pushed a commit to akien-mga/godot that referenced this issue Jul 24, 2020
Methods were being called with InputEventMouseMotion instead of InputEventPanGesture, and they were null.

Fixes godotengine#16181 on the master branch

(cherry picked from commit 394a782)
MarcusElg pushed a commit to MarcusElg/godot that referenced this issue Oct 19, 2020
Methods were being called with InputEventMouseMotion instead of InputEventPanGesture, and they were null.

Fixes godotengine#16181 on the master branch
huhund pushed a commit to huhund/godot that referenced this issue Nov 10, 2020
Methods were being called with InputEventMouseMotion instead of InputEventPanGesture, and they were null.

Fixes godotengine#16181 on the master branch

(cherry picked from commit 394a782)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

9 participants