Opened 3 years ago

Closed 3 years ago

#8216 closed defect (nonchimerax)

Graphics crash, macOS 10.15.7, Intel HD Graphics 4000

Reported by: chimerax-bug-report@… Owned by: Tom Goddard
Priority: normal Milestone:
Component: Graphics Version:
Keywords: Cc:
Blocked By: Blocking:
Notify when closed: Platform: all
Project: ChimeraX

Description

The following bug report has been submitted:
Platform:        macOS-10.15.7-x86_64-i386-64bit
ChimeraX Version: 1.5 (2022-11-24 00:03:27 UTC)
Description
Last time you used ChimeraX it crashed.
Please describe steps that led to the crash here.
Fatal Python error: Aborted

Current thread 0x000000011263adc0 (most recent call first):
  File "/Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/graphics/opengl.py", line 235 in swap_buffers
  File "/Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/graphics/opengl.py", line 497 in swap_buffers
  File "/Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/graphics/view.py", line 191 in draw
  File "/Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/core/updateloop.py", line 73 in draw_new_frame
  File "/Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/core/updateloop.py", line 139 in _redraw_timer_callback
  File "/Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/ui/gui.py", line 283 in event_loop
  File "/Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/core/__main__.py", line 884 in init
  File "/Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/core/__main__.py", line 1035 in 
  File "/Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/runpy.py", line 87 in _run_code
  File "/Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/runpy.py", line 197 in _run_module_as_main


Process:               ChimeraX [1384]
Path:                  /Applications/ChimeraX-1.5.app/Contents/MacOS/ChimeraX
Identifier:            ChimeraX
Version:               1.5.0 (1.5.0.0)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           ChimeraX [1384]
User ID:               501

Date/Time:             2022-12-19 10:34:48.340 -0500
OS Version:            Mac OS X 10.15.7 (19H2026)
Report Version:        12
Anonymous UUID:        F5E3CE43-8F5C-8666-6AD2-425800083BA9


Time Awake Since Boot: 4100 seconds

System Integrity Protection: enabled

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

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Application Specific Information:
abort() called

Application Specific Signatures:
Graphics hardware encountered an error and was reset: 0x00000013


Thread 0 Crashed:: CrBrowserMain  Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fff6c84932a __pthread_kill + 10
1   libsystem_pthread.dylib       	0x00007fff6c909e60 pthread_kill + 430
2   libsystem_c.dylib             	0x00007fff6c76093e raise + 26
3   libsystem_platform.dylib      	0x00007fff6c8fe5fd _sigtramp + 29
4   ???                           	000000000000000000 0 + 0
5   libsystem_c.dylib             	0x00007fff6c7d0808 abort + 120
6   libGPUSupportMercury.dylib    	0x00007fff53ca90a5 gpusGenerateCrashLog.cold.1 + 95
7   libGPUSupportMercury.dylib    	0x00007fff53ca018f gpusGenerateCrashLog + 89
8   com.apple.driver.AppleIntelHD4000GraphicsGLDriver	0x00007fff2872ddd0 gpusKillClientExt + 9
9   libGPUSupportMercury.dylib    	0x00007fff53ca16a1 gpusSubmitDataBuffers + 490
10  com.apple.driver.AppleIntelHD4000GraphicsGLDriver	0x00007fff28303c78 IntelCommandBuffer::getNew(GLDContextRec*) + 48
11  com.apple.driver.AppleIntelHD4000GraphicsGLDriver	0x00007fff28303aa6 intelSubmitCommands + 187
12  com.apple.driver.AppleIntelHD4000GraphicsGLDriver	0x00007fff2873044f SwapFlush(GLDContextRec*, unsigned int) + 19
13  com.apple.driver.AppleIntelHD4000GraphicsGLDriver	0x00007fff2838bf45 gldPresentFramebufferData + 111
14  GLEngine                      	0x00007fff3d34f8d1 glSwap_Exec + 97
15  com.apple.opengl              	0x00007fff3d331473 CGLFlushDrawable + 59
16  com.apple.AppKit              	0x00007fff2ffd3caa -[NSOpenGLContext flushBuffer] + 20
17  libqcocoa.dylib               	0x00000001204a55b3 0x120429000 + 509363
18  QtGui                         	0x0000000114717b64 QOpenGLContext::swapBuffers(QSurface*) + 212
19  QtGui.abi3.so                 	0x000000011205f2ff meth_QOpenGLContext_swapBuffers(_object*, _object*) + 95
20  org.python.python             	0x000000010744c71d cfunction_call + 125
21  org.python.python             	0x000000010740d5b7 _PyObject_MakeTpCall + 359
22  org.python.python             	0x00000001074e5e9c call_function + 876
23  org.python.python             	0x00000001074e32a2 _PyEval_EvalFrameDefault + 25554
24  org.python.python             	0x00000001074e6b03 _PyEval_EvalCode + 2611
25  org.python.python             	0x000000010740dcb1 _PyFunction_Vectorcall + 289
26  org.python.python             	0x00000001074e5e0c call_function + 732
27  org.python.python             	0x00000001074e327e _PyEval_EvalFrameDefault + 25518
28  org.python.python             	0x000000010740dd28 function_code_fastcall + 104
29  org.python.python             	0x00000001074e5e0c call_function + 732
30  org.python.python             	0x00000001074e327e _PyEval_EvalFrameDefault + 25518
31  org.python.python             	0x00000001074e6b03 _PyEval_EvalCode + 2611
32  org.python.python             	0x000000010740dcb1 _PyFunction_Vectorcall + 289
33  org.python.python             	0x000000010740fd6a method_vectorcall + 202
34  org.python.python             	0x00000001074e5e0c call_function + 732
35  org.python.python             	0x00000001074e33e8 _PyEval_EvalFrameDefault + 25880
36  org.python.python             	0x000000010740dd28 function_code_fastcall + 104
37  org.python.python             	0x00000001074e5e0c call_function + 732
38  org.python.python             	0x00000001074e327e _PyEval_EvalFrameDefault + 25518
39  org.python.python             	0x000000010740dd28 function_code_fastcall + 104
40  org.python.python             	0x000000010740fdb2 method_vectorcall + 274
41  QtCore.abi3.so                	0x0000000110a0ff98 PyQtSlot::call(_object*, _object*) const + 40
42  QtCore.abi3.so                	0x0000000110a0fe9a PyQtSlot::invoke(void**, _object*, void*, bool) const + 362
43  QtCore.abi3.so                	0x0000000110a10de5 PyQtSlotProxy::unislot(void**) + 85
44  QtCore.abi3.so                	0x0000000110a10d5a PyQtSlotProxy::qt_metacall(QMetaObject::Call, int, void**) + 58
45  QtCore                        	0x0000000110d26d67 0x110c69000 + 777575
46  QtCore                        	0x0000000110d3bb57 QTimer::timerEvent(QTimerEvent*) + 199
47  QtCore.abi3.so                	0x0000000110900b69 sipQTimer::timerEvent(QTimerEvent*) + 121
48  QtCore                        	0x0000000110d1f4cd QObject::event(QEvent*) + 109
49  QtCore.abi3.so                	0x00000001109009ea sipQTimer::event(QEvent*) + 186
50  QtWidgets                     	0x00000001118c8a87 QApplicationPrivate::notify_helper(QObject*, QEvent*) + 247
51  QtWidgets                     	0x00000001118c9a43 QApplication::notify(QObject*, QEvent*) + 499
52  QtWidgets.abi3.so             	0x00000001113e51e6 sipQApplication::notify(QObject*, QEvent*) + 230
53  QtCore                        	0x0000000110cd6c3a QCoreApplication::notifyInternal2(QObject*, QEvent*) + 170
54  QtCore                        	0x0000000110e60521 QTimerInfoList::activateTimers() + 961
55  libqcocoa.dylib               	0x00000001204414a5 0x120429000 + 99493
56  com.apple.CoreFoundation      	0x00007fff329c7b64 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
57  com.apple.CoreFoundation      	0x00007fff329c7b03 __CFRunLoopDoSource0 + 103
58  com.apple.CoreFoundation      	0x00007fff329c791d __CFRunLoopDoSources0 + 209
59  com.apple.CoreFoundation      	0x00007fff329c6639 __CFRunLoopRun + 937
60  com.apple.CoreFoundation      	0x00007fff329c5c33 CFRunLoopRunSpecific + 466
61  com.apple.HIToolbox           	0x00007fff315e1aad RunCurrentEventLoopInMode + 292
62  com.apple.HIToolbox           	0x00007fff315e17c5 ReceiveNextEventCommon + 584
63  com.apple.HIToolbox           	0x00007fff315e1569 _BlockUntilNextEventMatchingListInModeWithFilter + 64
64  com.apple.AppKit              	0x00007fff2fc2a3c9 _DPSNextEvent + 883
65  com.apple.AppKit              	0x00007fff2fc28c10 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1352
66  com.apple.AppKit              	0x00007fff2fc1a91e -[NSApplication run] + 658
67  libqcocoa.dylib               	0x00000001204420ac 0x120429000 + 102572
68  QtCore                        	0x0000000110ce0326 QEventLoop::exec(QFlags) + 486
69  QtCore                        	0x0000000110cd7235 QCoreApplication::exec() + 133
70  QtWidgets.abi3.so             	0x00000001114d1d9a meth_QApplication_exec(_object*, _object*) + 90
71  org.python.python             	0x000000010744c71d cfunction_call + 125
72  org.python.python             	0x000000010740d5b7 _PyObject_MakeTpCall + 359
73  org.python.python             	0x00000001074e5e9c call_function + 876
74  org.python.python             	0x00000001074e32a2 _PyEval_EvalFrameDefault + 25554
75  org.python.python             	0x000000010740dd28 function_code_fastcall + 104
76  org.python.python             	0x000000010740fd6a method_vectorcall + 202
77  org.python.python             	0x00000001074e5e0c call_function + 732
78  org.python.python             	0x00000001074e32a2 _PyEval_EvalFrameDefault + 25554
79  org.python.python             	0x00000001074e6b03 _PyEval_EvalCode + 2611
80  org.python.python             	0x000000010740dcb1 _PyFunction_Vectorcall + 289
81  org.python.python             	0x00000001074e5e0c call_function + 732
82  org.python.python             	0x00000001074e334b _PyEval_EvalFrameDefault + 25723
83  org.python.python             	0x00000001074e6b03 _PyEval_EvalCode + 2611
84  org.python.python             	0x00000001074dcdab PyEval_EvalCode + 139
85  org.python.python             	0x00000001074d9c12 builtin_exec + 626
86  org.python.python             	0x000000010744c023 cfunction_vectorcall_FASTCALL + 195
87  org.python.python             	0x00000001074e5e0c call_function + 732
88  org.python.python             	0x00000001074e334b _PyEval_EvalFrameDefault + 25723
89  org.python.python             	0x00000001074e6b03 _PyEval_EvalCode + 2611
90  org.python.python             	0x000000010740dcb1 _PyFunction_Vectorcall + 289
91  org.python.python             	0x00000001074e5e0c call_function + 732
92  org.python.python             	0x00000001074e334b _PyEval_EvalFrameDefault + 25723
93  org.python.python             	0x00000001074e6b03 _PyEval_EvalCode + 2611
94  org.python.python             	0x000000010740dcb1 _PyFunction_Vectorcall + 289
95  org.python.python             	0x000000010754c870 pymain_run_module + 208
96  org.python.python             	0x000000010754bf87 Py_RunMain + 1431
97  org.python.python             	0x000000010754c58f pymain_main + 223
98  org.python.python             	0x000000010754c49b Py_Main + 43
99  edu.ucsf.cgl.ChimeraX         	0x00000001073bddc8 main + 120
100 libdyld.dylib                 	0x00007fff6c701cc9 start + 1

Thread 1:
0   libsystem_kernel.dylib        	0x00007fff6c845872 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff6c90a425 _pthread_cond_wait + 698
2   libopenblas64_.0.dylib        	0x000000010822a23f blas_thread_server + 207
3   libsystem_pthread.dylib       	0x00007fff6c90a109 _pthread_start + 148
4   libsystem_pthread.dylib       	0x00007fff6c905b8b thread_start + 15

Thread 2:: ThreadPoolServiceThread
0   libsystem_kernel.dylib        	0x00007fff6c84bb86 kevent64 + 10
1   QtWebEngineCore               	0x0000000118aeda2a 0x114b8d000 + 66456106
2   QtWebEngineCore               	0x0000000118aed927 0x114b8d000 + 66455847
3   QtWebEngineCore               	0x0000000118a6aa5c 0x114b8d000 + 65919580
4   QtWebEngineCore               	0x0000000118a22998 0x114b8d000 + 65624472
5   QtWebEngineCore               	0x0000000118a8ceb8 0x114b8d000 + 66059960
6   QtWebEngineCore               	0x0000000118a742ad 0x114b8d000 + 65958573
7   QtWebEngineCore               	0x0000000118a8d04a 0x114b8d000 + 66060362
8   QtWebEngineCore               	0x0000000118ab4908 0x114b8d000 + 66222344
9   libsystem_pthread.dylib       	0x00007fff6c90a109 _pthread_start + 148
10  libsystem_pthread.dylib       	0x00007fff6c905b8b thread_start + 15

Thread 3:: ThreadPoolBackgroundWorker
0   libsystem_kernel.dylib        	0x00007fff6c842dea mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6c843160 mach_msg + 60
2   QtWebEngineCore               	0x0000000118abbe26 0x114b8d000 + 66252326
3   QtWebEngineCore               	0x0000000118a807bf 0x114b8d000 + 66009023
4   QtWebEngineCore               	0x0000000118a8126c 0x114b8d000 + 66011756
5   QtWebEngineCore               	0x0000000118a80ddd 0x114b8d000 + 66010589
6   QtWebEngineCore               	0x0000000118ab4908 0x114b8d000 + 66222344
7   libsystem_pthread.dylib       	0x00007fff6c90a109 _pthread_start + 148
8   libsystem_pthread.dylib       	0x00007fff6c905b8b thread_start + 15

Thread 4:: Chrome_IOThread
0   libsystem_kernel.dylib        	0x00007fff6c84bb86 kevent64 + 10
1   QtWebEngineCore               	0x0000000118aeda2a 0x114b8d000 + 66456106
2   QtWebEngineCore               	0x0000000118aed927 0x114b8d000 + 66455847
3   QtWebEngineCore               	0x0000000118a6aa5c 0x114b8d000 + 65919580
4   QtWebEngineCore               	0x0000000118a22998 0x114b8d000 + 65624472
5   QtWebEngineCore               	0x0000000118a8ceb8 0x114b8d000 + 66059960
6   QtWebEngineCore               	0x00000001179b23a2 0x114b8d000 + 48386978
7   QtWebEngineCore               	0x0000000118a8d04a 0x114b8d000 + 66060362
8   QtWebEngineCore               	0x0000000118ab4908 0x114b8d000 + 66222344
9   libsystem_pthread.dylib       	0x00007fff6c90a109 _pthread_start + 148
10  libsystem_pthread.dylib       	0x00007fff6c905b8b thread_start + 15

Thread 5:: NetworkConfigWatcher
0   libsystem_kernel.dylib        	0x00007fff6c842dea mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6c843160 mach_msg + 60
2   QtWebEngineCore               	0x0000000118abbe26 0x114b8d000 + 66252326
3   QtWebEngineCore               	0x0000000118abbbef 0x114b8d000 + 66251759
4   QtWebEngineCore               	0x00000001189f11c9 0x114b8d000 + 65421769
5   QtWebEngineCore               	0x0000000118a6aa5c 0x114b8d000 + 65919580
6   QtWebEngineCore               	0x0000000118a22998 0x114b8d000 + 65624472
7   QtWebEngineCore               	0x0000000118a8ceb8 0x114b8d000 + 66059960
8   QtWebEngineCore               	0x0000000118a8d04a 0x114b8d000 + 66060362
9   QtWebEngineCore               	0x0000000118ab4908 0x114b8d000 + 66222344
10  libsystem_pthread.dylib       	0x00007fff6c90a109 _pthread_start + 148
11  libsystem_pthread.dylib       	0x00007fff6c905b8b thread_start + 15

Thread 6:: CompositorTileWorker1
0   libsystem_kernel.dylib        	0x00007fff6c845872 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff6c90a425 _pthread_cond_wait + 698
2   QtWebEngineCore               	0x0000000118ab3d1b 0x114b8d000 + 66219291
3   QtWebEngineCore               	0x000000011ab8192d 0x114b8d000 + 100616493
4   QtWebEngineCore               	0x0000000118ab4908 0x114b8d000 + 66222344
5   libsystem_pthread.dylib       	0x00007fff6c90a109 _pthread_start + 148
6   libsystem_pthread.dylib       	0x00007fff6c905b8b thread_start + 15

Thread 7:: Chrome_InProcGpuThread
0   libsystem_kernel.dylib        	0x00007fff6c842dea mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6c843160 mach_msg + 60
2   QtWebEngineCore               	0x0000000118abbe26 0x114b8d000 + 66252326
3   QtWebEngineCore               	0x0000000118abbbef 0x114b8d000 + 66251759
4   QtWebEngineCore               	0x00000001189f11c9 0x114b8d000 + 65421769
5   QtWebEngineCore               	0x0000000118a6aa5c 0x114b8d000 + 65919580
6   QtWebEngineCore               	0x0000000118a22998 0x114b8d000 + 65624472
7   QtWebEngineCore               	0x0000000118a8ceb8 0x114b8d000 + 66059960
8   QtWebEngineCore               	0x0000000118a8d04a 0x114b8d000 + 66060362
9   QtWebEngineCore               	0x0000000118ab4908 0x114b8d000 + 66222344
10  libsystem_pthread.dylib       	0x00007fff6c90a109 _pthread_start + 148
11  libsystem_pthread.dylib       	0x00007fff6c905b8b thread_start + 15

Thread 8:: Chrome_ChildIOThread
0   libsystem_kernel.dylib        	0x00007fff6c84bb86 kevent64 + 10
1   QtWebEngineCore               	0x0000000118aeda2a 0x114b8d000 + 66456106
2   QtWebEngineCore               	0x0000000118aed927 0x114b8d000 + 66455847
3   QtWebEngineCore               	0x0000000118a6aa5c 0x114b8d000 + 65919580
4   QtWebEngineCore               	0x0000000118a22998 0x114b8d000 + 65624472
5   QtWebEngineCore               	0x0000000118a8ceb8 0x114b8d000 + 66059960
6   QtWebEngineCore               	0x0000000118a8d04a 0x114b8d000 + 66060362
7   QtWebEngineCore               	0x0000000118ab4908 0x114b8d000 + 66222344
8   libsystem_pthread.dylib       	0x00007fff6c90a109 _pthread_start + 148
9   libsystem_pthread.dylib       	0x00007fff6c905b8b thread_start + 15

Thread 9:: NetworkConfigWatcher
0   libsystem_kernel.dylib        	0x00007fff6c842dea mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6c843160 mach_msg + 60
2   QtWebEngineCore               	0x0000000118abbe26 0x114b8d000 + 66252326
3   QtWebEngineCore               	0x0000000118abbbef 0x114b8d000 + 66251759
4   QtWebEngineCore               	0x00000001189f11c9 0x114b8d000 + 65421769
5   QtWebEngineCore               	0x0000000118a6aa5c 0x114b8d000 + 65919580
6   QtWebEngineCore               	0x0000000118a22998 0x114b8d000 + 65624472
7   QtWebEngineCore               	0x0000000118a8ceb8 0x114b8d000 + 66059960
8   QtWebEngineCore               	0x0000000118a8d04a 0x114b8d000 + 66060362
9   QtWebEngineCore               	0x0000000118ab4908 0x114b8d000 + 66222344
10  libsystem_pthread.dylib       	0x00007fff6c90a109 _pthread_start + 148
11  libsystem_pthread.dylib       	0x00007fff6c905b8b thread_start + 15

Thread 10:: VizCompositorThread
0   libsystem_kernel.dylib        	0x00007fff6c842dea mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6c843160 mach_msg + 60
2   QtWebEngineCore               	0x0000000118abbe26 0x114b8d000 + 66252326
3   QtWebEngineCore               	0x0000000118abbbef 0x114b8d000 + 66251759
4   QtWebEngineCore               	0x00000001189f11c9 0x114b8d000 + 65421769
5   QtWebEngineCore               	0x0000000118a6aa5c 0x114b8d000 + 65919580
6   QtWebEngineCore               	0x0000000118a22998 0x114b8d000 + 65624472
7   QtWebEngineCore               	0x0000000118a8ceb8 0x114b8d000 + 66059960
8   QtWebEngineCore               	0x0000000118a8d04a 0x114b8d000 + 66060362
9   QtWebEngineCore               	0x0000000118ab4908 0x114b8d000 + 66222344
10  libsystem_pthread.dylib       	0x00007fff6c90a109 _pthread_start + 148
11  libsystem_pthread.dylib       	0x00007fff6c905b8b thread_start + 15

Thread 11:: NetworkService
0   libsystem_kernel.dylib        	0x00007fff6c84bb86 kevent64 + 10
1   QtWebEngineCore               	0x0000000118aeda2a 0x114b8d000 + 66456106
2   QtWebEngineCore               	0x0000000118aed927 0x114b8d000 + 66455847
3   QtWebEngineCore               	0x0000000118a6aa5c 0x114b8d000 + 65919580
4   QtWebEngineCore               	0x0000000118a22998 0x114b8d000 + 65624472
5   QtWebEngineCore               	0x0000000118a8ceb8 0x114b8d000 + 66059960
6   QtWebEngineCore               	0x0000000118a8d04a 0x114b8d000 + 66060362
7   QtWebEngineCore               	0x0000000118ab4908 0x114b8d000 + 66222344
8   libsystem_pthread.dylib       	0x00007fff6c90a109 _pthread_start + 148
9   libsystem_pthread.dylib       	0x00007fff6c905b8b thread_start + 15

Thread 12:: NetworkConfigWatcher
0   libsystem_kernel.dylib        	0x00007fff6c842dea mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6c843160 mach_msg + 60
2   QtWebEngineCore               	0x0000000118abbe26 0x114b8d000 + 66252326
3   QtWebEngineCore               	0x0000000118abbbef 0x114b8d000 + 66251759
4   QtWebEngineCore               	0x00000001189f11c9 0x114b8d000 + 65421769
5   QtWebEngineCore               	0x0000000118a6aa5c 0x114b8d000 + 65919580
6   QtWebEngineCore               	0x0000000118a22998 0x114b8d000 + 65624472
7   QtWebEngineCore               	0x0000000118a8ceb8 0x114b8d000 + 66059960
8   QtWebEngineCore               	0x0000000118a8d04a 0x114b8d000 + 66060362
9   QtWebEngineCore               	0x0000000118ab4908 0x114b8d000 + 66222344
10  libsystem_pthread.dylib       	0x00007fff6c90a109 _pthread_start + 148
11  libsystem_pthread.dylib       	0x00007fff6c905b8b thread_start + 15

Thread 13:: ThreadPoolSingleThreadForegroundBlocking0
0   libsystem_kernel.dylib        	0x00007fff6c842dea mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6c843160 mach_msg + 60
2   QtWebEngineCore               	0x0000000118abbe26 0x114b8d000 + 66252326
3   QtWebEngineCore               	0x0000000118a807bf 0x114b8d000 + 66009023
4   QtWebEngineCore               	0x0000000118a8126c 0x114b8d000 + 66011756
5   QtWebEngineCore               	0x0000000118a80ecd 0x114b8d000 + 66010829
6   QtWebEngineCore               	0x0000000118ab4908 0x114b8d000 + 66222344
7   libsystem_pthread.dylib       	0x00007fff6c90a109 _pthread_start + 148
8   libsystem_pthread.dylib       	0x00007fff6c905b8b thread_start + 15

Thread 14:: NetworkConfigWatcher
0   libsystem_kernel.dylib        	0x00007fff6c842dea mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6c843160 mach_msg + 60
2   QtWebEngineCore               	0x0000000118abbe26 0x114b8d000 + 66252326
3   QtWebEngineCore               	0x0000000118abbbef 0x114b8d000 + 66251759
4   QtWebEngineCore               	0x00000001189f11c9 0x114b8d000 + 65421769
5   QtWebEngineCore               	0x0000000118a6aa5c 0x114b8d000 + 65919580
6   QtWebEngineCore               	0x0000000118a22998 0x114b8d000 + 65624472
7   QtWebEngineCore               	0x0000000118a8ceb8 0x114b8d000 + 66059960
8   QtWebEngineCore               	0x0000000118a8d04a 0x114b8d000 + 66060362
9   QtWebEngineCore               	0x0000000118ab4908 0x114b8d000 + 66222344
10  libsystem_pthread.dylib       	0x00007fff6c90a109 _pthread_start + 148
11  libsystem_pthread.dylib       	0x00007fff6c905b8b thread_start + 15

Thread 15:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	0x00007fff6c842dea mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6c843160 mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff329c7d07 __CFRunLoopServiceMachPort + 247
3   com.apple.CoreFoundation      	0x00007fff329c67c1 __CFRunLoopRun + 1329
4   com.apple.CoreFoundation      	0x00007fff329c5c33 CFRunLoopRunSpecific + 466
5   com.apple.AppKit              	0x00007fff2fdcbbf4 _NSEventThread + 132
6   libsystem_pthread.dylib       	0x00007fff6c90a109 _pthread_start + 148
7   libsystem_pthread.dylib       	0x00007fff6c905b8b thread_start + 15

Thread 16:: MemoryInfra
0   libsystem_kernel.dylib        	0x00007fff6c842dea mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6c843160 mach_msg + 60
2   QtWebEngineCore               	0x0000000118abbe26 0x114b8d000 + 66252326
3   QtWebEngineCore               	0x0000000118abbbef 0x114b8d000 + 66251759
4   QtWebEngineCore               	0x00000001189f11c9 0x114b8d000 + 65421769
5   QtWebEngineCore               	0x0000000118a6aa5c 0x114b8d000 + 65919580
6   QtWebEngineCore               	0x0000000118a22998 0x114b8d000 + 65624472
7   QtWebEngineCore               	0x0000000118a8ceb8 0x114b8d000 + 66059960
8   QtWebEngineCore               	0x0000000118a8d04a 0x114b8d000 + 66060362
9   QtWebEngineCore               	0x0000000118ab4908 0x114b8d000 + 66222344
10  libsystem_pthread.dylib       	0x00007fff6c90a109 _pthread_start + 148
11  libsystem_pthread.dylib       	0x00007fff6c905b8b thread_start + 15

Thread 17:: ThreadPoolSingleThreadSharedBackgroundBlocking1
0   libsystem_kernel.dylib        	0x00007fff6c842dea mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6c843160 mach_msg + 60
2   QtWebEngineCore               	0x0000000118abbe26 0x114b8d000 + 66252326
3   QtWebEngineCore               	0x0000000118a807bf 0x114b8d000 + 66009023
4   QtWebEngineCore               	0x0000000118a80f9a 0x114b8d000 + 66011034
5   QtWebEngineCore               	0x0000000118a80e0d 0x114b8d000 + 66010637
6   QtWebEngineCore               	0x0000000118ab4908 0x114b8d000 + 66222344
7   libsystem_pthread.dylib       	0x00007fff6c90a109 _pthread_start + 148
8   libsystem_pthread.dylib       	0x00007fff6c905b8b thread_start + 15

Thread 18:: ThreadPoolForegroundWorker
0   libsystem_kernel.dylib        	0x00007fff6c842dea mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6c843160 mach_msg + 60
2   QtWebEngineCore               	0x0000000118abbe26 0x114b8d000 + 66252326
3   QtWebEngineCore               	0x0000000118a807bf 0x114b8d000 + 66009023
4   QtWebEngineCore               	0x0000000118a8126c 0x114b8d000 + 66011756
5   QtWebEngineCore               	0x0000000118a80e6d 0x114b8d000 + 66010733
6   QtWebEngineCore               	0x0000000118ab4908 0x114b8d000 + 66222344
7   libsystem_pthread.dylib       	0x00007fff6c90a109 _pthread_start + 148
8   libsystem_pthread.dylib       	0x00007fff6c905b8b thread_start + 15

Thread 19:
0   libsystem_pthread.dylib       	0x00007fff6c905b68 start_wqthread + 0

Thread 20:
0   libsystem_pthread.dylib       	0x00007fff6c905b68 start_wqthread + 0

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x000000011263adc0  rcx: 0x00007faea2055a58  rdx: 0x0000000000000000
  rdi: 0x0000000000000307  rsi: 0x0000000000000006  rbp: 0x00007faea2055a80  rsp: 0x00007faea2055a58
   r8: 0x00007faea2055f48   r9: 0x13ef9d901af2632d  r10: 0x000000011263adc0  r11: 0x0000000000000246
  r12: 0x0000000000000307  r13: 0x00007faea313b2b0  r14: 0x0000000000000006  r15: 0x0000000000000016
  rip: 0x00007fff6c84932a  rfl: 0x0000000000000246  cr2: 0x00007faea2055f48
  
Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133


Binary Images:
       0x1073bd000 -        0x1073bdff3 +edu.ucsf.cgl.ChimeraX (1.5.0 - 1.5.0.0)  /Applications/ChimeraX-1.5.app/Contents/MacOS/ChimeraX
       0x1073ce000 -        0x107636fff +org.python.python (3.9.11, [c] 2001-2021 Python Software Foundation. - 3.9.11)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/Python
       0x107794000 -        0x107796fff +_heapq.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_heapq.cpython-39-darwin.so
       0x1077a0000 -        0x1077a4ff7 +binascii.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/binascii.cpython-39-darwin.so
       0x1077ae000 -        0x1077b3fff +zlib.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/zlib.cpython-39-darwin.so
       0x1077bd000 -        0x1077bffff +_bz2.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_bz2.cpython-39-darwin.so
       0x1077c9000 -        0x1077fafff +_lzma.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_lzma.cpython-39-darwin.so
       0x10780c000 -        0x10780dfff +grp.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/grp.cpython-39-darwin.so
       0x107817000 -        0x10781cff7 +_struct.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_struct.cpython-39-darwin.so
       0x10782b000 -        0x107833fff +math.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/math.cpython-39-darwin.so
       0x107841000 -        0x107842ff7 +_bisect.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_bisect.cpython-39-darwin.so
       0x10784c000 -        0x10784dfff +_random.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_random.cpython-39-darwin.so
       0x107857000 -        0x10785bfff +_sha512.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_sha512.cpython-39-darwin.so
       0x107865000 -        0x107865fff +_arrays.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/arrays/_arrays.cpython-39-darwin.so
       0x10786f000 -        0x107910ff7 +libarrays.dylib (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/arrays/lib/libarrays.dylib
       0x107936000 -        0x10793bfff +_json.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_json.cpython-39-darwin.so
       0x107945000 -        0x107d88ffb +_multiarray_umath.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/core/_multiarray_umath.cpython-39-darwin.so
       0x107ee1000 -        0x10bbede47 +libopenblas64_.0.dylib (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/.dylibs/libopenblas64_.0.dylib
       0x10bead000 -        0x10bfc4ff7 +libgfortran.3.dylib (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/.dylibs/libgfortran.3.dylib
       0x10c033000 -        0x10c069fff +libquadmath.0.dylib (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/.dylibs/libquadmath.0.dylib
       0x10c07f000 -        0x10c094ff7 +libgcc_s.1.dylib (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/.dylibs/libgcc_s.1.dylib
       0x10e0a6000 -        0x10e0b5fff +_datetime.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_datetime.cpython-39-darwin.so
       0x10e0c9000 -        0x10e0e0fff +_pickle.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_pickle.cpython-39-darwin.so
       0x10e0f3000 -        0x10e106ffb +_multiarray_tests.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/core/_multiarray_tests.cpython-39-darwin.so
       0x10e123000 -        0x10e125fff +_posixsubprocess.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_posixsubprocess.cpython-39-darwin.so
       0x10e12f000 -        0x10e133ff7 +select.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/select.cpython-39-darwin.so
       0x10e13d000 -        0x10e14eff7 +_ctypes.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_ctypes.cpython-39-darwin.so
       0x10e167000 -        0x10e182fff +_umath_linalg.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/linalg/_umath_linalg.cpython-39-darwin.so
       0x10e19f000 -        0x10e1b2fff +_pocketfft_internal.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/fft/_pocketfft_internal.cpython-39-darwin.so
       0x10e1bf000 -        0x10e232ff3 +mtrand.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/random/mtrand.cpython-39-darwin.so
       0x10e297000 -        0x10e2b6ff3 +bit_generator.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/random/bit_generator.cpython-39-darwin.so
       0x10e2db000 -        0x10e30efff +_common.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/random/_common.cpython-39-darwin.so
       0x10e32f000 -        0x10e335fff +_hashlib.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_hashlib.cpython-39-darwin.so
       0x10e344000 -        0x10e39dff7 +libssl.1.1.dylib (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/libssl.1.1.dylib
       0x10e3cf000 -        0x10e5e697f +libcrypto.1.1.dylib (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/libcrypto.1.1.dylib
       0x10e686000 -        0x10e68cfff +_blake2.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_blake2.cpython-39-darwin.so
       0x10e696000 -        0x10e6e9ff7 +_bounded_integers.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/random/_bounded_integers.cpython-39-darwin.so
       0x10e71a000 -        0x10e729fff +_mt19937.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/random/_mt19937.cpython-39-darwin.so
       0x10e73e000 -        0x10e74dff3 +_philox.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/random/_philox.cpython-39-darwin.so
       0x10e762000 -        0x10e771fff +_pcg64.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/random/_pcg64.cpython-39-darwin.so
       0x10e786000 -        0x10e78dff3 +_sfc64.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/random/_sfc64.cpython-39-darwin.so
       0x10e79e000 -        0x10e82dffb +_generator.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/random/_generator.cpython-39-darwin.so
       0x10e89e000 -        0x10e89efff +_opcode.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_opcode.cpython-39-darwin.so
       0x1108a8000 -        0x1108c6ff3 +_geometry.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/geometry/_geometry.cpython-39-darwin.so
       0x1108dd000 -        0x110a60ffb +QtCore.abi3.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/QtCore.abi3.so
       0x110c69000 -        0x11116c927 +QtCore (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/lib/QtCore.framework/Versions/A/QtCore
       0x11127c000 -        0x111293fff +sip.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/sip.cpython-39-darwin.so
       0x1112ac000 -        0x111557ff3 +QtWidgets.abi3.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/QtWidgets.abi3.so
       0x1118bc000 -        0x111d77fff +QtWidgets (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/lib/QtWidgets.framework/Versions/A/QtWidgets
       0x111ed4000 -        0x111f5fff3 +QtDBus (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/lib/QtDBus.framework/Versions/A/QtDBus
       0x111f84000 -        0x1120ebfff +QtGui.abi3.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/QtGui.abi3.so
       0x1122c4000 -        0x1122d3ffb +QtWebEngineWidgets.abi3.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/QtWebEngineWidgets.abi3.so
       0x1122e8000 -        0x1122fbffb +QtWebEngineWidgets (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/lib/QtWebEngineWidgets.framework/Versions/A/QtWebEngineWidgets
       0x112314000 -        0x11235ffff +QtPrintSupport (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/lib/QtPrintSupport.framework/Versions/A/QtPrintSupport
       0x112390000 -        0x1123f7fff +QtOpenGL (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/lib/QtOpenGL.framework/Versions/A/QtOpenGL
       0x112428000 -        0x1124afffb +QtQmlModels (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/lib/QtQmlModels.framework/Versions/A/QtQmlModels
       0x1124e0000 -        0x112513ff3 +QtWebChannel (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/lib/QtWebChannel.framework/Versions/A/QtWebChannel
       0x11252c000 -        0x11253ffff +QtQuickWidgets (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/lib/QtQuickWidgets.framework/Versions/A/QtQuickWidgets
       0x11256f000 -        0x112601267  dyld (750.7)  /usr/lib/dyld
       0x1143b9000 -        0x114a60fe7 +QtGui (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/lib/QtGui.framework/Versions/A/QtGui
       0x114b8d000 -        0x11e8f4f87 +QtWebEngineCore (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/lib/QtWebEngineCore.framework/Versions/A/QtWebEngineCore
       0x11f589000 -        0x11f96cff7 +QtQuick (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/lib/QtQuick.framework/Versions/A/QtQuick
       0x11facd000 -        0x11feb0fff +QtQml (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/lib/QtQml.framework/Versions/A/QtQml
       0x11ff6d000 -        0x1200a0ff7 +QtNetwork (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/lib/QtNetwork.framework/Versions/A/QtNetwork
       0x1200f1000 -        0x120168ff3 +QtPositioning (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/lib/QtPositioning.framework/Versions/A/QtPositioning
       0x12018d000 -        0x120194ff7 +QtWebChannel.abi3.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/QtWebChannel.abi3.so
       0x1201a5000 -        0x120214fff +QtNetwork.abi3.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/QtNetwork.abi3.so
       0x1202bd000 -        0x1202ecff7 +QtWebEngineCore.abi3.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/QtWebEngineCore.abi3.so
       0x120351000 -        0x120374fff +QtPrintSupport.abi3.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/QtPrintSupport.abi3.so
       0x120429000 -        0x1204c8fff +libqcocoa.dylib (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/plugins/platforms/libqcocoa.dylib
       0x121368000 -        0x12138fff7 +libqmacstyle.dylib (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/plugins/styles/libqmacstyle.dylib
       0x1213a8000 -        0x1213aafff +fcntl.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/fcntl.cpython-39-darwin.so
       0x1213b4000 -        0x1213dfff7 +pyexpat.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/pyexpat.cpython-39-darwin.so
       0x1213f8000 -        0x1213f9fff +_queue.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_queue.cpython-39-darwin.so
       0x121a7d000 -        0x121a8afff +_socket.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_socket.cpython-39-darwin.so
       0x121a98000 -        0x121a9ffff +array.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/array.cpython-39-darwin.so
       0x121aad000 -        0x121ab1fff +_csv.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_csv.cpython-39-darwin.so
       0x121abb000 -        0x121abbfff +_load_libs.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/atomic_lib/_load_libs.cpython-39-darwin.so
       0x121ac5000 -        0x121bf6ff7 +libatomstruct.dylib (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/atomic_lib/lib/libatomstruct.dylib
       0x121c98000 -        0x121c9dfff +libelement.dylib (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/atomic_lib/lib/libelement.dylib
       0x121caf000 -        0x121cafffb +libpyinstance.dylib (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/atomic_lib/lib/libpyinstance.dylib
       0x121cb9000 -        0x121cecff3 +libmolc.dylib (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/atomic/libmolc.dylib
       0x121d2f000 -        0x121d88fff +cymol.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/atomic/cymol.cpython-39-darwin.so
       0x121dca000 -        0x121de4ff3 +tinyarray.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/tinyarray.cpython-39-darwin.so
       0x121e04000 -        0x121e0bff3 +cytmpl.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/atomic/cytmpl.cpython-39-darwin.so
       0x121e1e000 -        0x121ea3ff7 +_map.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/map/_map.cpython-39-darwin.so
       0x121ed4000 -        0x121ee8fff +_ssl.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_ssl.cpython-39-darwin.so
       0x121f05000 -        0x121f05ff7 +_scproxy.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_scproxy.cpython-39-darwin.so
       0x121f0f000 -        0x122019ff7 +unicodedata.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/unicodedata.cpython-39-darwin.so
       0x122028000 -        0x12202cff7 +_multibytecodec.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_multibytecodec.cpython-39-darwin.so
       0x12203b000 -        0x12203bfff +_uuid.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_uuid.cpython-39-darwin.so
       0x122045000 -        0x12208fff7 +_decimal.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_decimal.cpython-39-darwin.so
       0x1220af000 -        0x122176ff7 +_imaging.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PIL/_imaging.cpython-39-darwin.so
       0x1221af000 -        0x122236fff +libopenjp2.2.5.0.dylib (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PIL/.dylibs/libopenjp2.2.5.0.dylib
       0x12224b000 -        0x12226afff +libz.1.2.12.dylib (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PIL/.dylibs/libz.1.2.12.dylib
       0x122277000 -        0x12237effb +libtiff.5.dylib (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PIL/.dylibs/libtiff.5.dylib
       0x1223a3000 -        0x1223cafff +libxcb.1.1.0.dylib (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PIL/.dylibs/libxcb.1.1.0.dylib
       0x1223e7000 -        0x122416fff +liblzma.5.dylib (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PIL/.dylibs/liblzma.5.dylib
       0x122427000 -        0x12242aff7 +libXau.6.dylib (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PIL/.dylibs/libXau.6.dylib
       0x122437000 -        0x12243afff +libXdmcp.6.dylib (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PIL/.dylibs/libXdmcp.6.dylib
       0x12244b000 -        0x12246fffb +_surface.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/surface/_surface.cpython-39-darwin.so
       0x122485000 -        0x122485ffb +_load_libs.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/pdb_lib/_load_libs.cpython-39-darwin.so
       0x12248f000 -        0x122494fff +libpdbconnect.dylib (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/pdb_lib/lib/libpdbconnect.dylib
       0x1224a2000 -        0x1224aaff7 +errorchecker.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/OpenGL_accelerate/errorchecker.cpython-39-darwin.so
       0x1224b9000 -        0x1224e3ff7 +arraydatatype.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/OpenGL_accelerate/arraydatatype.cpython-39-darwin.so
       0x122509000 -        0x12253bff3 +wrapper.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/OpenGL_accelerate/wrapper.cpython-39-darwin.so
       0x122565000 -        0x12256eff7 +formathandler.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/OpenGL_accelerate/formathandler.cpython-39-darwin.so
       0x122581000 -        0x122588ffb +latebind.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/OpenGL_accelerate/latebind.cpython-39-darwin.so
       0x122597000 -        0x1225b0ff3 +vbo.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/OpenGL_accelerate/vbo.cpython-39-darwin.so
       0x123afe000 -        0x123c50fff  com.apple.AppleIntelHD4000GraphicsVADriver (14.7.28 - 14.0.7)  /System/Library/Extensions/AppleIntelHD4000GraphicsVADriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsVADriver
       0x123d0e000 -        0x123d11ff7  com.apple.AppleIntelIVBVA (14.7.28 - 14.0.7)  /System/Library/Extensions/AppleIntelIVBVA.bundle/Contents/MacOS/AppleIntelIVBVA
       0x124038000 -        0x12403ffff +libqgif.dylib (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/plugins/imageformats/libqgif.dylib
       0x124c2c000 -        0x124c37ff3 +libqicns.dylib (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/plugins/imageformats/libqicns.dylib
       0x124c44000 -        0x124c4bff7 +libqico.dylib (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/plugins/imageformats/libqico.dylib
       0x124c58000 -        0x124cc7ff7 +libqjpeg.dylib (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/plugins/imageformats/libqjpeg.dylib
       0x124cd8000 -        0x124cdfff7 +libqmacheif.dylib (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/plugins/imageformats/libqmacheif.dylib
       0x124cec000 -        0x124cf3ff3 +libqmacjp2.dylib (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/plugins/imageformats/libqmacjp2.dylib
       0x124d00000 -        0x124d07ff3 +libqsvg.dylib (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/plugins/imageformats/libqsvg.dylib
       0x124d14000 -        0x124d4fff7 +QtSvg (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/lib/QtSvg.framework/Versions/A/QtSvg
       0x124d70000 -        0x124d77ff7 +libqtga.dylib (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/plugins/imageformats/libqtga.dylib
       0x124d84000 -        0x124debfff +libqtiff.dylib (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/plugins/imageformats/libqtiff.dylib
       0x124e00000 -        0x124e07fff +libqwbmp.dylib (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/plugins/imageformats/libqwbmp.dylib
       0x124e14000 -        0x124e9fffb +libqwebp.dylib (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/plugins/imageformats/libqwebp.dylib
       0x124eb0000 -        0x124eb3047  libobjc-trampolines.dylib (787.1)  /usr/lib/libobjc-trampolines.dylib
       0x124ebc000 -        0x124ebcff7 +_mac_util.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/core/_mac_util.cpython-39-darwin.so
       0x1264b0000 -        0x1264b4ff3 +_graphics.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/graphics/_graphics.cpython-39-darwin.so
       0x12658f000 -        0x1265a5ff7  com.apple.security.csparser (3.0 - 59306.140.11)  /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
       0x1287ec000 -        0x1287fcffb +numpy_formathandler.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/OpenGL_accelerate/numpy_formathandler.cpython-39-darwin.so
       0x128813000 -        0x12881bff3 +ast.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/atom_search/ast.cpython-39-darwin.so
       0x128ab6000 -        0x128abbffb +nones_formathandler.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/OpenGL_accelerate/nones_formathandler.cpython-39-darwin.so
       0x1291ce000 -        0x1291deff3 +_chem_group.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/chem_group/_chem_group.cpython-39-darwin.so
       0x12990a000 -        0x129934ffb +_pdbio.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/pdb/_pdbio.cpython-39-darwin.so
       0x129953000 -        0x129965ffb +_ribbons.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/atomic/_ribbons.cpython-39-darwin.so
       0x129977000 -        0x1299e6ffb +mmcif.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/mmcif/mmcif.cpython-39-darwin.so
       0x129a2f000 -        0x129a8aff7 +_mmcif.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/mmcif/_mmcif.cpython-39-darwin.so
    0x7fff259c5000 -     0x7fff25c12ff8  com.apple.RawCamera.bundle (9.02.0 - 1350.30)  /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff282f5000 -     0x7fff287f2ff7  com.apple.driver.AppleIntelHD4000GraphicsGLDriver (14.7.28 - 14.0.7)  /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver
    0x7fff287f3000 -     0x7fff28871ff6  com.apple.driver.AppleIntelHD4000GraphicsMTLDriver (14.7.28 - 14.0.7)  /System/Library/Extensions/AppleIntelHD4000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsMTLDriver
    0x7fff2e16b000 -     0x7fff2e16fffb  com.apple.agl (3.3.3 - AGL-3.3.3)  /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x7fff2e170000 -     0x7fff2e36bff8  com.apple.avfoundation (2.0 - 1855.3)  /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff2e36c000 -     0x7fff2e438ffe  com.apple.audio.AVFAudio (1.0 - 415.75)  /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
    0x7fff2e558000 -     0x7fff2e558fff  com.apple.Accelerate (1.11 - Accelerate 1.11)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff2e559000 -     0x7fff2e570ff7  libCGInterfaces.dylib (524.2.1)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff2e571000 -     0x7fff2ee0cfcf  com.apple.vImage (8.1 - 524.2.1)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff2ee0d000 -     0x7fff2efa2fef  libBLAS.dylib (1303.60.1)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff2efa3000 -     0x7fff2f2e4fff  libBNNS.dylib (144.100.2)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff2f2e5000 -     0x7fff2f68cfff  libLAPACK.dylib (1303.60.1)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff2f68d000 -     0x7fff2f6a2ffc  libLinearAlgebra.dylib (1303.60.1)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff2f6a3000 -     0x7fff2f6a8ff3  libQuadrature.dylib (7)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff2f6a9000 -     0x7fff2f719fff  libSparse.dylib (103)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff2f71a000 -     0x7fff2f72cff7  libSparseBLAS.dylib (1303.60.1)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff2f72d000 -     0x7fff2f8bffe3  libvDSP.dylib (735.140.1)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff2f8c0000 -     0x7fff2fa3efe7  libvMisc.dylib (735.140.1)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff2fa3f000 -     0x7fff2fa3ffff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff2fa40000 -     0x7fff2fa9fff0  com.apple.Accounts (113 - 113)  /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fff2fbe9000 -     0x7fff309a7ffb  com.apple.AppKit (6.9 - 1894.70.110)  /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff309f7000 -     0x7fff309f7fff  com.apple.ApplicationServices (48 - 50)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff309f8000 -     0x7fff30a63fff  com.apple.ApplicationServices.ATS (377 - 493.0.4.1)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff30afc000 -     0x7fff30b3aff0  libFontRegistry.dylib (274.0.5.1)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff30b95000 -     0x7fff30bc4fff  com.apple.ATSUI (1.0 - 1)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI
    0x7fff30bc5000 -     0x7fff30bc9ffb  com.apple.ColorSyncLegacy (4.13.0 - 1)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff30c63000 -     0x7fff30cbaffa  com.apple.HIServices (1.22 - 676)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff30cbb000 -     0x7fff30cc9fff  com.apple.LangAnalysis (1.7.0 - 1.7.0)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff30cca000 -     0x7fff30d0fffa  com.apple.print.framework.PrintCore (15.4 - 516.2)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff30d10000 -     0x7fff30d1aff7  com.apple.QD (4.0 - 413)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff30d1b000 -     0x7fff30d28ffc  com.apple.speech.synthesis.framework (9.0.24 - 9.0.24)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff30d29000 -     0x7fff30e0aff2  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14)  /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff30e0c000 -     0x7fff30e0cfff  com.apple.audio.units.AudioUnit (1.14 - 1.14)  /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff311a3000 -     0x7fff31531ffa  com.apple.CFNetwork (1128.1 - 1128.1)  /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff315ad000 -     0x7fff315adfff  com.apple.Carbon (160 - 162)  /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff315ae000 -     0x7fff315b1ff3  com.apple.CommonPanels (1.2.6 - 101)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff315b2000 -     0x7fff318a6ff3  com.apple.HIToolbox (2.1.1 - 994.7)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff318a7000 -     0x7fff318aaff3  com.apple.help (1.3.8 - 71)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff318ab000 -     0x7fff318b0ff7  com.apple.ImageCapture (9.0 - 1600.65.1)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff318b1000 -     0x7fff318b1fff  com.apple.ink.framework (10.15 - 227)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff318b2000 -     0x7fff318ccffa  com.apple.openscripting (1.7 - 185.2)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff318ed000 -     0x7fff318edfff  com.apple.print.framework.Print (15 - 271)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff318ee000 -     0x7fff318f0ff7  com.apple.securityhi (9.0 - 55008)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff318f1000 -     0x7fff318f7fff  com.apple.speech.recognition.framework (6.0.3 - 6.0.3)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff318f8000 -     0x7fff31a90ffa  com.apple.cloudkit.CloudKit (867 - 867)  /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
    0x7fff31a91000 -     0x7fff31a91fff  com.apple.Cocoa (6.11 - 23)  /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff31a9f000 -     0x7fff31b95fff  com.apple.ColorSync (4.13.0 - 3394.15)  /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff31c87000 -     0x7fff31dc0ff6  com.apple.contacts (1.0 - 3455.18)  /System/Library/Frameworks/Contacts.framework/Versions/A/Contacts
    0x7fff31e80000 -     0x7fff32389ffb  com.apple.audio.CoreAudio (5.0 - 5.0)  /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff323dc000 -     0x7fff32414fff  com.apple.CoreBluetooth (1.0 - 1)  /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff32415000 -     0x7fff32810ff8  com.apple.CoreData (120 - 977.3)  /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff32811000 -     0x7fff32943ff6  com.apple.CoreDisplay (1.0 - 186.6.15)  /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff32944000 -     0x7fff32dc4ff9  com.apple.CoreFoundation (6.9 - 1678.104)  /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff32dc6000 -     0x7fff3345eff0  com.apple.CoreGraphics (2.0 - 1355.24)  /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff3346c000 -     0x7fff337c7ff0  com.apple.CoreImage (15.0.0 - 940.9)  /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff337c8000 -     0x7fff33831ff0  com.apple.corelocation (2394.0.22 - 2394.0.22)  /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff33832000 -     0x7fff33883ffe  com.apple.audio.midi.CoreMIDI (1.10 - 88)  /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x7fff33886000 -     0x7fff33b88ff2  com.apple.CoreML (1.0 - 1)  /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML
    0x7fff33b89000 -     0x7fff33c64ffc  com.apple.CoreMedia (1.0 - 2625.9.4.1)  /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff33c65000 -     0x7fff33cc7ffe  com.apple.CoreMediaIO (1000.0 - 5125.6)  /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff33d51000 -     0x7fff33d51fff  com.apple.CoreServices (1069.28 - 1069.28)  /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff33d52000 -     0x7fff33dd7fff  com.apple.AE (838.1 - 838.1)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff33dd8000 -     0x7fff340b9ff7  com.apple.CoreServices.CarbonCore (1217 - 1217)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff340ba000 -     0x7fff34107ffd  com.apple.DictionaryServices (1.2 - 323.6)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff34108000 -     0x7fff34110ff7  com.apple.CoreServices.FSEvents (1268.100.2 - 1268.100.2)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff34111000 -     0x7fff3434cff8  com.apple.LaunchServices (1069.28 - 1069.28)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff3434d000 -     0x7fff343e5ff1  com.apple.Metadata (10.7.0 - 2076.7.2)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff343e6000 -     0x7fff34413fff  com.apple.CoreServices.OSServices (1069.28 - 1069.28)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff34414000 -     0x7fff3447bfff  com.apple.SearchKit (1.4.1 - 1.4.1)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff3447c000 -     0x7fff344a0ff5  com.apple.coreservices.SharedFileList (131.4 - 131.4)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff344a1000 -     0x7fff34512fff  com.apple.CoreSpotlight (1.0 - 2076.7.2)  /System/Library/Frameworks/CoreSpotlight.framework/Versions/A/CoreSpotlight
    0x7fff346fd000 -     0x7fff347c4ff8  com.apple.CoreTelephony (113 - 7560.2)  /System/Library/Frameworks/CoreTelephony.framework/Versions/A/CoreTelephony
    0x7fff347c5000 -     0x7fff3497dffc  com.apple.CoreText (643.1.5.8 - 643.1.5.8)  /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff3497e000 -     0x7fff349c2fff  com.apple.CoreVideo (1.8 - 0.0)  /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff349c3000 -     0x7fff34a50ffc  com.apple.framework.CoreWLAN (13.0 - 1601.2)  /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff34c18000 -     0x7fff34cc2ff0  com.apple.DiscRecording (9.0.3 - 9030.4.5)  /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff34ce7000 -     0x7fff34cedfff  com.apple.DiskArbitration (2.7 - 2.7)  /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff34d14000 -     0x7fff34ec1ffc  com.apple.ical.EventKit (3.0 - 1370.5.1)  /System/Library/Frameworks/EventKit.framework/Versions/A/EventKit
    0x7fff34ee2000 -     0x7fff35011ff6  com.apple.FileProvider (304.141.2 - 304.141.2)  /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider
    0x7fff35026000 -     0x7fff35028ff3  com.apple.ForceFeedback (1.0.6 - 1.0.6)  /System/Library/Frameworks/ForceFeedback.framework/Versions/A/ForceFeedback
    0x7fff35029000 -     0x7fff353eeff7  com.apple.Foundation (6.9 - 1678.104)  /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff3545b000 -     0x7fff354abfff  com.apple.GSS (4.0 - 2.0)  /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff354ac000 -     0x7fff354d4ff4  com.apple.GameController (1.0 - 1)  /System/Library/Frameworks/GameController.framework/Versions/A/GameController
    0x7fff355e8000 -     0x7fff356fcff3  com.apple.Bluetooth (7.0.6 - 7.0.6f8)  /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff35762000 -     0x7fff35806ff3  com.apple.framework.IOKit (2.0.2 - 1726.148.1)  /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff35808000 -     0x7fff35819ffb  com.apple.IOSurface (269.11 - 269.11)  /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff35837000 -     0x7fff35897ff5  com.apple.ImageCaptureCore (1.0 - 1600.65.1)  /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff35898000 -     0x7fff359f8ff6  com.apple.ImageIO.framework (3.3.0 - 1976.14.1)  /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff359f9000 -     0x7fff359fcfff  libGIF.dylib (1976.14.1)  /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff359fd000 -     0x7fff35ab6ff7  libJP2.dylib (1976.14.1)  /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff35ab7000 -     0x7fff35adbff7  libJPEG.dylib (1976.14.1)  /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff35d59000 -     0x7fff35d73ff7  libPng.dylib (1976.14.1)  /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff35d74000 -     0x7fff35d75fff  libRadiance.dylib (1976.14.1)  /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff35d76000 -     0x7fff35dbcff7  libTIFF.dylib (1976.14.1)  /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff35dd5000 -     0x7fff36264ff8  com.apple.Intents (1.0 - 1)  /System/Library/Frameworks/Intents.framework/Versions/A/Intents
    0x7fff36267000 -     0x7fff37307fe1  com.apple.JavaScriptCore (15609 - 15609.4.1.1.1)  /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff3731e000 -     0x7fff37330ff3  com.apple.Kerberos (3.0 - 1)  /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff37331000 -     0x7fff37331fff  libHeimdalProxy.dylib (77)  /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib
    0x7fff3747c000 -     0x7fff3749effc  com.apple.CoreAuthentication.SharedUtils (1.0 - 693.140.3)  /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/Versions/A/SharedUtils
    0x7fff3749f000 -     0x7fff374b5ff2  com.apple.LocalAuthentication (1.0 - 693.140.3)  /System/Library/Frameworks/LocalAuthentication.framework/Versions/A/LocalAuthentication
    0x7fff376c3000 -     0x7fff376cdffb  com.apple.MediaAccessibility (1.0 - 125.1)  /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff376e1000 -     0x7fff37798ff7  com.apple.MediaPlayer (1.0 - 1.0)  /System/Library/Frameworks/MediaPlayer.framework/Versions/A/MediaPlayer
    0x7fff37799000 -     0x7fff37ee6ff2  com.apple.MediaToolbox (1.0 - 2625.9.4.1)  /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff37ee8000 -     0x7fff37fb2fff  com.apple.Metal (212.8 - 212.8)  /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff37fb4000 -     0x7fff37fceff5  com.apple.MetalKit (141.2 - 141.2)  /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit
    0x7fff37fcf000 -     0x7fff3800cff7  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1)  /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff3800d000 -     0x7fff38097fe2  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1)  /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff38098000 -     0x7fff380bdff4  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1)  /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff380be000 -     0x7fff380d3ffb  com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1)  /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
    0x7fff380d4000 -     0x7fff38232ffc  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1)  /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff38233000 -     0x7fff38282ff4  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1)  /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
    0x7fff38283000 -     0x7fff38284ff5  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1)  /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff39143000 -     0x7fff3914fffe  com.apple.NetFS (6.0 - 4.0)  /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff39150000 -     0x7fff392a7ff3  com.apple.Network (1.0 - 1)  /System/Library/Frameworks/Network.framework/Versions/A/Network
    0x7fff392a8000 -     0x7fff39508ffa  com.apple.NetworkExtension (1.0 - 1)  /System/Library/Frameworks/NetworkExtension.framework/Versions/A/NetworkExtension
    0x7fff3bcd0000 -     0x7fff3bcd8ff7  libcldcpuengine.dylib (2.14)  /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff3bcd9000 -     0x7fff3bd31fff  com.apple.opencl (3.5 - 3.5)  /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff3bd32000 -     0x7fff3bd4efff  com.apple.CFOpenDirectory (10.15 - 220.40.1)  /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff3bd4f000 -     0x7fff3bd5affd  com.apple.OpenDirectory (10.15 - 220.40.1)  /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff3c6c0000 -     0x7fff3c6c2fff  libCVMSPluginSupport.dylib (17.10.22)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff3c6c3000 -     0x7fff3c6c8fff  libCoreFSCache.dylib (176.21)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff3c6c9000 -     0x7fff3c6cdfff  libCoreVMClient.dylib (176.21)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff3c6ce000 -     0x7fff3c6d6ff7  libGFXShared.dylib (17.10.22)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff3c6d7000 -     0x7fff3c6e1fff  libGL.dylib (17.10.22)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff3c6e2000 -     0x7fff3c716ff7  libGLImage.dylib (17.10.22)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff3c717000 -     0x7fff3c8abff7  libGLProgrammability.dylib (17.10.22)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff3c8ac000 -     0x7fff3c8e8fff  libGLU.dylib (17.10.22)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff3d324000 -     0x7fff3d333ff7  com.apple.opengl (17.10.22 - 17.10.22)  /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff3d334000 -     0x7fff3d4adfff  GLEngine (17.10.22)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff3d4ae000 -     0x7fff3d4d6fff  GLRendererFloat (17.10.22)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff3d4e5000 -     0x7fff3d5d8ff5  com.apple.PDFKit (1.0 - 845.4.1)  /System/Library/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff3d5d9000 -     0x7fff3d6f0ff9  com.apple.PencilKit (1.0 - 1)  /System/Library/Frameworks/PencilKit.framework/Versions/A/PencilKit
    0x7fff3d991000 -     0x7fff3d997ff6  com.apple.PushKit (1.0 - 1)  /System/Library/Frameworks/PushKit.framework/Versions/A/PushKit
    0x7fff3dab8000 -     0x7fff3dcfeff7  com.apple.imageKit (3.0 - 1081)  /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff3dcff000 -     0x7fff3e1befff  com.apple.QuartzComposer (5.1 - 378)  /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff3e1bf000 -     0x7fff3e1e4ffc  com.apple.quartzfilters (1.10.0 - Tag)  /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fff3e1e5000 -     0x7fff3e2efff0  com.apple.QuickLookUIFramework (5.0 - 906.1.1)  /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff3e2f0000 -     0x7fff3e2f0fff  com.apple.quartzframework (1.5 - 23)  /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff3e2f1000 -     0x7fff3e574ffb  com.apple.QuartzCore (1.11 - 841.6)  /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff3e575000 -     0x7fff3e5ceff5  com.apple.QuickLookFramework (5.0 - 906.1.1)  /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff3e5cf000 -     0x7fff3e604ffc  com.apple.QuickLookThumbnailing (1.0 - 1)  /System/Library/Frameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
    0x7fff3ead5000 -     0x7fff3eaf0ff6  com.apple.SafariServices.framework (15613 - 15613.3.9.1.16)  /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
    0x7fff3f0f8000 -     0x7fff3f443ff9  com.apple.security (7.0 - 59306.140.11)  /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff3f444000 -     0x7fff3f4ccffb  com.apple.securityfoundation (6.0 - 55236.60.1)  /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff3f4cd000 -     0x7fff3f4faff7  com.apple.securityinterface (10.0 - 55139.120.1)  /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x7fff3f4fb000 -     0x7fff3f4ffff8  com.apple.xpc.ServiceManagement (1.0 - 1)  /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff401ab000 -     0x7fff40225ff7  com.apple.SystemConfiguration (1.19 - 1.19)  /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff404a5000 -     0x7fff40828ff4  com.apple.VideoToolbox (1.0 - 2625.9.4.1)  /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff40829000 -     0x7fff40aacfff  com.apple.VN (3.0.97 - 3.0.97)  /System/Library/Frameworks/Vision.framework/Versions/A/Vision
    0x7fff44195000 -     0x7fff4425afe7  com.apple.APFS (1412.141.3 - 1412.141.3)  /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff44baa000 -     0x7fff44c5bff6  com.apple.accounts.AccountsDaemon (113 - 113)  /System/Library/PrivateFrameworks/AccountsDaemon.framework/Versions/A/AccountsDaemon
    0x7fff451fe000 -     0x7fff45353ff2  com.apple.AddressBook.core (1.0 - 1)  /System/Library/PrivateFrameworks/AddressBookCore.framework/Versions/A/AddressBookCore
    0x7fff4536f000 -     0x7fff45370ff1  com.apple.AggregateDictionary (1.0 - 1)  /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
    0x7fff457be000 -     0x7fff45909ff5  com.apple.AnnotationKit (1.0 - 325.9)  /System/Library/PrivateFrameworks/AnnotationKit.framework/Versions/A/AnnotationKit
    0x7fff4590a000 -     0x7fff45927ff4  com.apple.AppContainer (4.0 - 448.100.6)  /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff4597c000 -     0x7fff4598aff7  com.apple.AppSandbox (4.0 - 448.100.6)  /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff45d75000 -     0x7fff45ddaff7  com.apple.AppSupport (1.0.0 - 29)  /System/Library/PrivateFrameworks/AppSupport.framework/Versions/A/AppSupport
    0x7fff45e06000 -     0x7fff45e2affb  com.apple.framework.Apple80211 (13.0 - 1610.1)  /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff45e2b000 -     0x7fff45f5eff3  com.apple.AppleAccount (1.0 - 1.0)  /System/Library/PrivateFrameworks/AppleAccount.framework/Versions/A/AppleAccount
    0x7fff460e8000 -     0x7fff460f7fd7  com.apple.AppleFSCompression (119.100.1 - 1.0)  /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff460f8000 -     0x7fff461e0fe1  com.apple.AppleGVAFramework (76.14 - 76.14)  /System/Library/PrivateFrameworks/AppleGVA.framework/Versions/A/AppleGVA
    0x7fff461f6000 -     0x7fff46201ff7  com.apple.AppleIDAuthSupport (1.0 - 1)  /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
    0x7fff46202000 -     0x7fff46242ff1  com.apple.AppleIDSSOAuthentication (1.0 - 1)  /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/Versions/A/AppleIDSSOAuthentication
    0x7fff46243000 -     0x7fff4628bff7  com.apple.AppleJPEG (1.0 - 1)  /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff4628c000 -     0x7fff4629cff7  com.apple.AppleLDAP (10.15 - 52)  /System/Library/PrivateFrameworks/AppleLDAP.framework/Versions/A/AppleLDAP
    0x7fff4664e000 -     0x7fff46674ffb  com.apple.aps.framework (4.0 - 4.0)  /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x7fff46675000 -     0x7fff46679ff7  com.apple.AppleSRP (5.0 - 1)  /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff4667a000 -     0x7fff4669cfff  com.apple.applesauce (1.0 - 16.25)  /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff4675c000 -     0x7fff4675ffff  com.apple.AppleSystemInfo (3.1.5 - 3.1.5)  /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff46760000 -     0x7fff467b0ff7  com.apple.AppleVAFramework (6.1.2 - 6.1.2)  /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff467f9000 -     0x7fff46808ff9  com.apple.AssertionServices (1.0 - 223.140.2)  /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
    0x7fff46d4b000 -     0x7fff47146ff8  com.apple.audio.AudioResourceArbitration (1.0 - 1)  /System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration
    0x7fff4739c000 -     0x7fff475ddff8  com.apple.audio.AudioToolboxCore (1.0 - 1104.104)  /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore
    0x7fff475e1000 -     0x7fff476fdfff  com.apple.AuthKit (1.0 - 1)  /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff478ba000 -     0x7fff478c3ff7  com.apple.coreservices.BackgroundTaskManagement (1.0 - 104)  /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff478c4000 -     0x7fff47965ff5  com.apple.backup.framework (1.11.8 - 1298.8.1)  /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff47966000 -     0x7fff479f2ff6  com.apple.BaseBoard (466.3 - 466.3)  /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
    0x7fff47af4000 -     0x7fff47b30ff7  com.apple.bom (14.0 - 219.3)  /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff47c4e000 -     0x7fff47c85ff5  com.apple.C2 (1.3 - 495)  /System/Library/PrivateFrameworks/C2.framework/Versions/A/C2
    0x7fff47db1000 -     0x7fff47e0bff2  com.apple.CalDAV (8.0 - 790.4.1)  /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV
    0x7fff47fbb000 -     0x7fff47fe6fff  com.apple.CalendarAgentLink (8.0 - 250)  /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink
    0x7fff47fff000 -     0x7fff48077ff4  com.apple.CalendarFoundation (8.0 - 1140.6.1)  /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/CalendarFoundation
    0x7fff480ae000 -     0x7fff483a6ff7  com.apple.CalendarPersistence (8.0 - 1040.5.2)  /System/Library/PrivateFrameworks/CalendarPersistence.framework/Versions/A/CalendarPersistence
    0x7fff486b0000 -     0x7fff486fffff  com.apple.ChunkingLibrary (307 - 307)  /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff48700000 -     0x7fff4876eff9  com.apple.ClassKit (1.2 - 145.6.1)  /System/Library/PrivateFrameworks/ClassKit.framework/Versions/A/ClassKit
    0x7fff4885a000 -     0x7fff488e5ff8  com.apple.CloudDocs (1.0 - 698.20)  /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
    0x7fff495ac000 -     0x7fff495bcffb  com.apple.CommonAuth (4.0 - 2.0)  /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff495d0000 -     0x7fff495e7fff  com.apple.commonutilities (8.0 - 900)  /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
    0x7fff4987b000 -     0x7fff498b7ffa  com.apple.contacts.ContactsAutocomplete (1.0 - 1138)  /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/Versions/A/ContactsAutocomplete
    0x7fff498e8000 -     0x7fff4996cff9  com.apple.AddressBook.ContactsFoundation (8.0 - 1118.9)  /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
    0x7fff4996d000 -     0x7fff499aaff0  com.apple.contacts.ContactsPersistence (1.0 - 3455.18)  /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence
    0x7fff49cee000 -     0x7fff4a0c3fc8  com.apple.CoreAUC (283.0.0 - 283.0.0)  /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff4a0c4000 -     0x7fff4a0f1ff7  com.apple.CoreAVCHD (6.1.0 - 6100.4.1)  /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff4a114000 -     0x7fff4a135ff4  com.apple.analyticsd (1.0 - 1)  /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
    0x7fff4a23e000 -     0x7fff4a2b4ff7  com.apple.corebrightness (1.0 - 1)  /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness
    0x7fff4a3ae000 -     0x7fff4a440ffd  com.apple.coredav (1.0.1 - 870.4.1.4)  /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
    0x7fff4a441000 -     0x7fff4a44cff7  com.apple.frameworks.CoreDaemon (1.3 - 1.3)  /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff4a44d000 -     0x7fff4a658ff1  com.apple.CoreDuet (1.0 - 1)  /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
    0x7fff4a659000 -     0x7fff4a6a6ff3  com.apple.coreduetcontext (1.0 - 1)  /System/Library/PrivateFrameworks/CoreDuetContext.framework/Versions/A/CoreDuetContext
    0x7fff4a6a7000 -     0x7fff4a6b7ffe  com.apple.CoreDuetDaemonProtocol (1.0 - 1)  /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
    0x7fff4a6ba000 -     0x7fff4a6bcfff  com.apple.CoreDuetDebugLogging (1.0 - 1)  /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
    0x7fff4a6cd000 -     0x7fff4a6ddff3  com.apple.CoreEmoji (1.0 - 107.1)  /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff4a894000 -     0x7fff4a9e1fff  com.apple.CoreHandwriting (161 - 1.2)  /System/Library/PrivateFrameworks/CoreHandwriting.framework/Versions/A/CoreHandwriting
    0x7fff4ad1e000 -     0x7fff4ad88ff0  com.apple.CoreNLP (1.0 - 213)  /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff4b04b000 -     0x7fff4b0d3ffe  com.apple.CorePDF (4.0 - 518.4.1)  /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff4b1b6000 -     0x7fff4b1beff8  com.apple.CorePhoneNumbers (1.0 - 1)  /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
    0x7fff4bae8000 -     0x7fff4baf3ffa  com.apple.corerecents (1.0 - 1)  /System/Library/PrivateFrameworks/CoreRecents.framework/Versions/A/CoreRecents
    0x7fff4bbc1000 -     0x7fff4bbe4fff  com.apple.CoreSVG (1.0 - 129.3)  /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG
    0x7fff4bbe5000 -     0x7fff4bc18fff  com.apple.CoreServicesInternal (446.7 - 446.7)  /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff4bc19000 -     0x7fff4bc47ffd  com.apple.CSStore (1069.28 - 1069.28)  /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
    0x7fff4bdcc000 -     0x7fff4be6ffff  com.apple.CoreSuggestions (1.0 - 1052.34)  /System/Library/PrivateFrameworks/CoreSuggestions.framework/Versions/A/CoreSuggestions
    0x7fff4c16c000 -     0x7fff4c202ff7  com.apple.CoreSymbolication (11.4 - 64535.33.2)  /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff4c29a000 -     0x7fff4c3c6ff6  com.apple.coreui (2.1 - 609.4)  /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff4c3c7000 -     0x7fff4c580ffa  com.apple.CoreUtils (6.2.4 - 624.7)  /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff4c6ba000 -     0x7fff4c6cdff1  com.apple.CrashReporterSupport (10.13 - 15016.1)  /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff4c786000 -     0x7fff4c798ff8  com.apple.framework.DFRFoundation (1.0 - 252.50.1)  /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff4c799000 -     0x7fff4c79efff  com.apple.DSExternalDisplay (3.1 - 380)  /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff4c828000 -     0x7fff4c8a2ff0  com.apple.datadetectorscore (8.0 - 659)  /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff4c8a4000 -     0x7fff4c8edffe  com.apple.DataDetectorsNaturalLanguage (1.0 - 154)  /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/Versions/A/DataDetectorsNaturalLanguage
    0x7fff4c8ee000 -     0x7fff4c92bff8  com.apple.DebugSymbols (194 - 194)  /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff4c92c000 -     0x7fff4cab4ff6  com.apple.desktopservices (1.14.6 - 1281.6.1)  /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff4ce2c000 -     0x7fff4ceffff1  com.apple.DiskManagement (13.0 - 1648.140.2)  /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
    0x7fff4cf00000 -     0x7fff4cf04ff1  com.apple.DisplayServicesFW (3.1 - 380)  /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff4cf5e000 -     0x7fff4cf82ff7  com.apple.DuetActivityScheduler (1.0 - 1)  /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/Versions/A/DuetActivityScheduler
    0x7fff4cfac000 -     0x7fff4cfe1ff7  com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0)  /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
    0x7fff4cfe2000 -     0x7fff4cfe6ff9  com.apple.EFILogin (2.0 - 2)  /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff4db1a000 -     0x7fff4db2fff2  com.apple.Engram (1.0 - 1)  /System/Library/PrivateFrameworks/Engram.framework/Versions/A/Engram
    0x7fff4db30000 -     0x7fff4e19aff9  com.apple.vision.EspressoFramework (1.0 - 188.4)  /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso
    0x7fff4e1e3000 -     0x7fff4e23fff5  com.apple.ExchangeWebServices (8.0 - 807.1)  /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/ExchangeWebServices
    0x7fff4e474000 -     0x7fff4e88fff1  com.apple.vision.FaceCore (4.3.0 - 4.3.0)  /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff4ef2e000 -     0x7fff4f065ffc  libFontParser.dylib (277.2.6.9)  /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
    0x7fff4f066000 -     0x7fff4f09afff  libTrueTypeScaler.dylib (277.2.6.9)  /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
    0x7fff4f0fe000 -     0x7fff4f10eff6  libhvf.dylib (1.0 - $[CURRENT_PROJECT_VERSION])  /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
    0x7fff4f18a000 -     0x7fff4f1a0ffb  com.apple.Futhark (1.0 - 1)  /System/Library/PrivateFrameworks/Futhark.framework/Versions/A/Futhark
    0x7fff525ef000 -     0x7fff525f0fff  libmetal_timestamp.dylib (902.14.11)  /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3902/Libraries/libmetal_timestamp.dylib
    0x7fff53c9e000 -     0x7fff53ca9ff7  libGPUSupportMercury.dylib (17.10.22)  /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff53caa000 -     0x7fff53cb0fff  com.apple.GPUWrangler (5.2.7 - 5.2.7)  /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff53fcf000 -     0x7fff53ff5ff1  com.apple.GenerationalStorage (2.0 - 314)  /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff5400e000 -     0x7fff54ff7ff1  com.apple.GeoServices (1.0 - 1624.26.4.26.9)  /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff55123000 -     0x7fff55131ffb  com.apple.GraphVisualizer (1.0 - 100.1)  /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff5519a000 -     0x7fff551a7ff9  com.apple.HID (1.0 - 1)  /System/Library/PrivateFrameworks/HID.framework/Versions/A/HID
    0x7fff552d0000 -     0x7fff5538eff4  com.apple.Heimdal (4.0 - 2.0)  /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff56b31000 -     0x7fff56c2fffd  com.apple.ids (10.0 - 1000)  /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
    0x7fff56c30000 -     0x7fff56d6cff5  com.apple.idsfoundation (10.0 - 1000)  /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation
    0x7fff5738a000 -     0x7fff573eaff2  com.apple.imfoundation (10.0 - 1000)  /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation
    0x7fff5751a000 -     0x7fff57522ff5  com.apple.IOAccelerator (438.7.4 - 438.7.4)  /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff5752f000 -     0x7fff57546fff  com.apple.IOPresentment (47.10 - 37)  /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff578ce000 -     0x7fff57919ff1  com.apple.IconServices (438.3 - 438.3)  /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff57ab6000 -     0x7fff57ac4fff  com.apple.IntentsFoundation (1.0 - 1)  /System/Library/PrivateFrameworks/IntentsFoundation.framework/Versions/A/IntentsFoundation
    0x7fff57ad7000 -     0x7fff57adeff9  com.apple.InternationalSupport (1.0 - 45.4)  /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
    0x7fff57adf000 -     0x7fff57ae1ff3  com.apple.InternationalTextSearch (1.0 - 1)  /System/Library/PrivateFrameworks/InternationalTextSearch.framework/Versions/A/InternationalTextSearch
    0x7fff57d5e000 -     0x7fff57d6aff7  com.apple.KerberosHelper (4.0 - 1.0)  /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosHelper
    0x7fff57d6b000 -     0x7fff57d8affd  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1)  /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
    0x7fff57ebf000 -     0x7fff57f8dffd  com.apple.LanguageModeling (1.0 - 215.1)  /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff57f8e000 -     0x7fff57fd6fff  com.apple.Lexicon-framework (1.0 - 72)  /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff57fdd000 -     0x7fff57fe2ff3  com.apple.LinguisticData (1.0 - 353.18)  /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff58009000 -     0x7fff5802dffe  com.apple.locationsupport (2394.0.22 - 2394.0.22)  /System/Library/PrivateFrameworks/LocationSupport.framework/Versions/A/LocationSupport
    0x7fff5887b000 -     0x7fff5887efff  com.apple.Mangrove (1.0 - 25)  /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff58a3b000 -     0x7fff58a3bff5  com.apple.marco (10.0 - 1000)  /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
    0x7fff58a3c000 -     0x7fff58a62ffc  com.apple.MarkupUI (1.0 - 325.9)  /System/Library/PrivateFrameworks/MarkupUI.framework/Versions/A/MarkupUI
    0x7fff58ae7000 -     0x7fff58b71ff8  com.apple.MediaExperience (1.0 - 1)  /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience
    0x7fff58b72000 -     0x7fff58ba5fff  com.apple.MediaKit (16 - 923)  /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff58c6a000 -     0x7fff59000ff9  com.apple.MediaRemote (1.0 - 1)  /System/Library/PrivateFrameworks/MediaRemote.framework/Versions/A/MediaRemote
    0x7fff59001000 -     0x7fff5903dffc  com.apple.MediaServices (1.0 - 1)  /System/Library/PrivateFrameworks/MediaServices.framework/Versions/A/MediaServices
    0x7fff5934b000 -     0x7fff59397fff  com.apple.spotlight.metadata.utilities (1.0 - 2076.7.2)  /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
    0x7fff59398000 -     0x7fff59469ffa  com.apple.gpusw.MetalTools (1.0 - 1)  /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff594c7000 -     0x7fff594e0ff4  com.apple.MobileAssets (1.0 - 619.120.1)  /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
    0x7fff5969d000 -     0x7fff596bbfff  com.apple.MobileKeyBag (2.0 - 1.0)  /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff59787000 -     0x7fff5991dffd  com.apple.Montreal (1.0 - 121.1)  /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal
    0x7fff5991e000 -     0x7fff5994eff7  com.apple.MultitouchSupport.framework (3440.1.1 - 3440.1.1)  /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff59bce000 -     0x7fff59cb8ffe  com.apple.NLP (1.0 - 202)  /System/Library/PrivateFrameworks/NLP.framework/Versions/A/NLP
    0x7fff59e4e000 -     0x7fff59e58fff  com.apple.NetAuth (6.2 - 6.2)  /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff59f1a000 -     0x7fff59f36ff0  com.apple.network.statistics.framework (1.2 - 1)  /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/NetworkStatistics
    0x7fff5a5c5000 -     0x7fff5a5c7ffe  com.apple.OAuth (25 - 25)  /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
    0x7fff5a870000 -     0x7fff5a8bbffb  com.apple.OTSVG (1.0 - 643.1.5.8)  /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
    0x7fff5bad8000 -     0x7fff5bae3ff2  com.apple.PerformanceAnalysis (1.243.3 - 243.3)  /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff5bae4000 -     0x7fff5bb0cffb  com.apple.persistentconnection (1.0 - 1.0)  /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection
    0x7fff5bb0d000 -     0x7fff5bb1bffe  com.apple.PersonaKit (1.0 - 1)  /System/Library/PrivateFrameworks/PersonaKit.framework/Versions/A/PersonaKit
    0x7fff5bcc5000 -     0x7fff5bcc5ffa  com.apple.PhoneNumbers (1.0 - 1)  /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
    0x7fff5d587000 -     0x7fff5d5b7ff7  com.apple.pluginkit.framework (1.0 - 1)  /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
    0x7fff5d5e2000 -     0x7fff5d5f5ffc  com.apple.PowerLog (1.0 - 1)  /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog
    0x7fff5e27b000 -     0x7fff5e29bff1  com.apple.proactive.support.ProactiveEventTracker (1.0 - 258.5)  /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/Versions/A/ProactiveEventTracker
    0x7fff5e322000 -     0x7fff5e38bff2  com.apple.proactive.support.ProactiveSupport (1.0 - 258.5)  /System/Library/PrivateFrameworks/ProactiveSupport.framework/Versions/A/ProactiveSupport
    0x7fff5e471000 -     0x7fff5e4cbff6  com.apple.ProtectedCloudStorage (1.0 - 1)  /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff5e4cc000 -     0x7fff5e4e5ffb  com.apple.ProtocolBuffer (1 - 274.24.9.16.3)  /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff5e51f000 -     0x7fff5e59cfff  com.apple.Quagga (1.0 - 1)  /System/Library/PrivateFrameworks/Quagga.framework/Versions/A/Quagga
    0x7fff5e5f7000 -     0x7fff5e5faff4  com.apple.QuickLookNonBaseSystem (1.0 - 1)  /System/Library/PrivateFrameworks/QuickLookNonBaseSystem.framework/Versions/A/QuickLookNonBaseSystem
    0x7fff5e5fb000 -     0x7fff5e61eff0  com.apple.quicklook.QuickLookSupport (1.0 - 1)  /System/Library/PrivateFrameworks/QuickLookSupport.framework/Versions/A/QuickLookSupport
    0x7fff5e665000 -     0x7fff5e6deff3  com.apple.Rapport (1.9.5 - 195.2)  /System/Library/PrivateFrameworks/Rapport.framework/Versions/A/Rapport
    0x7fff5e945000 -     0x7fff5e96eff1  com.apple.RemoteViewServices (2.0 - 148)  /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff5e9f2000 -     0x7fff5ea3cffa  com.apple.ResponseKit (1.0 - 148.2)  /System/Library/PrivateFrameworks/ResponseKit.framework/Versions/A/ResponseKit
    0x7fff5ead3000 -     0x7fff5eb0eff0  com.apple.RunningBoardServices (1.0 - 223.140.2)  /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices
    0x7fff603ef000 -     0x7fff603f2ff5  com.apple.SecCodeWrapper (4.0 - 448.100.6)  /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff60565000 -     0x7fff6068cfff  com.apple.Sharing (1526.37 - 1526.37)  /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff60704000 -     0x7fff60724ff5  com.apple.sidecar-core (1.0 - 209.40.4)  /System/Library/PrivateFrameworks/SidecarCore.framework/Versions/A/SidecarCore
    0x7fff60725000 -     0x7fff60737ff0  com.apple.sidecar-ui (1.0 - 209.40.4)  /System/Library/PrivateFrameworks/SidecarUI.framework/Versions/A/SidecarUI
    0x7fff61aa1000 -     0x7fff61d97fff  com.apple.SkyLight (1.600.0 - 451.6)  /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff625e4000 -     0x7fff625f2ffb  com.apple.SpeechRecognitionCore (6.0.91.2 - 6.0.91.2)  /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff626b4000 -     0x7fff62940ff6  com.apple.spotlight.index (10.7.0 - 2076.7.2)  /System/Library/PrivateFrameworks/SpotlightIndex.framework/Versions/A/SpotlightIndex
    0x7fff62cce000 -     0x7fff62d0fff9  com.apple.StreamingZip (1.0 - 1)  /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
    0x7fff62e26000 -     0x7fff62e2fff7  com.apple.SymptomDiagnosticReporter (1.0 - 1238.120.2)  /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
    0x7fff630e6000 -     0x7fff630f6ff3  com.apple.TCC (1.0 - 1)  /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff6349d000 -     0x7fff635f8ff5  com.apple.TextRecognition (1.0 - 157)  /System/Library/PrivateFrameworks/TextRecognition.framework/Versions/A/TextRecognition
    0x7fff6361b000 -     0x7fff636e1ff0  com.apple.TextureIO (3.10.9 - 3.10.9)  /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff638b1000 -     0x7fff63b09ff0  com.apple.UIFoundation (1.0 - 662)  /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff63ba0000 -     0x7fff63ba6ffe  com.apple.URLFormatting (119 - 119.18)  /System/Library/PrivateFrameworks/URLFormatting.framework/Versions/A/URLFormatting
    0x7fff64538000 -     0x7fff64558ffc  com.apple.UserManagement (1.0 - 1)  /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement
    0x7fff65304000 -     0x7fff653efff2  com.apple.ViewBridge (468 - 468)  /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff65595000 -     0x7fff65596fff  com.apple.WatchdogClient.framework (1.0 - 67.120.2)  /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient
    0x7fff65925000 -     0x7fff65960fff  libAWDSupport.dylib (949)  /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupport.dylib
    0x7fff65961000 -     0x7fff65c41ff7  libAWDSupportFramework.dylib (3541.2)  /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupportFramework.dylib
    0x7fff65c42000 -     0x7fff65c53fff  libprotobuf-lite.dylib (3541.2)  /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf-lite.dylib
    0x7fff65c54000 -     0x7fff65cadffb  libprotobuf.dylib (3541.2)  /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf.dylib
    0x7fff65cae000 -     0x7fff65cf2ff6  com.apple.awd (1.0 - 949)  /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/WirelessDiagnostics
    0x7fff661c6000 -     0x7fff661c9ffa  com.apple.dt.XCTTargetBootstrap (1.0 - 16091)  /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
    0x7fff66243000 -     0x7fff66251ff5  com.apple.audio.caulk (1.0 - 32.3)  /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
    0x7fff66419000 -     0x7fff6644effe  com.apple.iCalendar (7.0 - 810.6.1)  /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
    0x7fff66593000 -     0x7fff66595ff3  com.apple.loginsupport (1.0 - 1)  /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff66596000 -     0x7fff665a9ffd  com.apple.login (3.0 - 3.0)  /System/Library/PrivateFrameworks/login.framework/Versions/A/login
    0x7fff665db000 -     0x7fff665e7ffd  com.apple.perfdata (1.0 - 51.100.6)  /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata
    0x7fff665e8000 -     0x7fff66619ffd  com.apple.contacts.vCard (1.0 - 3455.18)  /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
    0x7fff6906c000 -     0x7fff69078ff9  libAudioStatistics.dylib (1104.104)  /usr/lib/libAudioStatistics.dylib
    0x7fff69079000 -     0x7fff690acffa  libAudioToolboxUtility.dylib (1104.104)  /usr/lib/libAudioToolboxUtility.dylib
    0x7fff690b3000 -     0x7fff690e7fff  libCRFSuite.dylib (48)  /usr/lib/libCRFSuite.dylib
    0x7fff690ea000 -     0x7fff690f4fff  libChineseTokenizer.dylib (34)  /usr/lib/libChineseTokenizer.dylib
    0x7fff690f5000 -     0x7fff6917dfff  libCoreStorage.dylib (551.0.1)  /usr/lib/libCoreStorage.dylib
    0x7fff69180000 -     0x7fff69182ff7  libDiagnosticMessagesClient.dylib (112)  /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff691c8000 -     0x7fff6937fffb  libFosl_dynamic.dylib (100.4)  /usr/lib/libFosl_dynamic.dylib
    0x7fff693a6000 -     0x7fff693acff3  libIOReport.dylib (54)  /usr/lib/libIOReport.dylib
    0x7fff6948e000 -     0x7fff69495fff  libMatch.1.dylib (36)  /usr/lib/libMatch.1.dylib
    0x7fff694c4000 -     0x7fff694e4ff7  libMobileGestalt.dylib (826.140.5)  /usr/lib/libMobileGestalt.dylib
    0x7fff69564000 -     0x7fff69641ff7  libSMC.dylib (20)  /usr/lib/libSMC.dylib
    0x7fff69656000 -     0x7fff69657fff  libSystem.B.dylib (1281.100.1)  /usr/lib/libSystem.B.dylib
    0x7fff69658000 -     0x7fff696e3ff7  libTelephonyUtilDynamic.dylib (5017.1)  /usr/lib/libTelephonyUtilDynamic.dylib
    0x7fff696e4000 -     0x7fff696e5fff  libThaiTokenizer.dylib (3)  /usr/lib/libThaiTokenizer.dylib
    0x7fff696fd000 -     0x7fff69713fff  libapple_nghttp2.dylib (1.39.2)  /usr/lib/libapple_nghttp2.dylib
    0x7fff69748000 -     0x7fff697baff7  libarchive.2.dylib (72.140.2)  /usr/lib/libarchive.2.dylib
    0x7fff697bb000 -     0x7fff698eafed  libate.dylib (3.0.1)  /usr/lib/libate.dylib
    0x7fff698ee000 -     0x7fff698eeff3  libauto.dylib (187)  /usr/lib/libauto.dylib
    0x7fff698ef000 -     0x7fff699b3ffe  libboringssl.dylib (283.120.1)  /usr/lib/libboringssl.dylib
    0x7fff699b4000 -     0x7fff699c4ffb  libbsm.0.dylib (60.100.1)  /usr/lib/libbsm.0.dylib
    0x7fff699c5000 -     0x7fff699d1fff  libbz2.1.0.dylib (44)  /usr/lib/libbz2.1.0.dylib
    0x7fff699d2000 -     0x7fff69a24fff  libc++.1.dylib (902.1)  /usr/lib/libc++.1.dylib
    0x7fff69a25000 -     0x7fff69a3affb  libc++abi.dylib (902)  /usr/lib/libc++abi.dylib
    0x7fff69a3b000 -     0x7fff69a3bfff  libcharset.1.dylib (59)  /usr/lib/libcharset.1.dylib
    0x7fff69a3c000 -     0x7fff69a4dfff  libcmph.dylib (8)  /usr/lib/libcmph.dylib
    0x7fff69a4e000 -     0x7fff69a66fd7  libcompression.dylib (87.1)  /usr/lib/libcompression.dylib
    0x7fff69d40000 -     0x7fff69d56ff7  libcoretls.dylib (167)  /usr/lib/libcoretls.dylib
    0x7fff69d57000 -     0x7fff69d58fff  libcoretls_cfhelpers.dylib (167)  /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff6a302000 -     0x7fff6a30dfff  libcsfde.dylib (551.0.1)  /usr/lib/libcsfde.dylib
    0x7fff6a315000 -     0x7fff6a374ff7  libcups.2.dylib (483.9)  /usr/lib/libcups.2.dylib
    0x7fff6a47e000 -     0x7fff6a47efff  libenergytrace.dylib (21)  /usr/lib/libenergytrace.dylib
    0x7fff6a47f000 -     0x7fff6a499ff7  libexpat.1.dylib (19.60.3)  /usr/lib/libexpat.1.dylib
    0x7fff6a4a7000 -     0x7fff6a4a9fff  libfakelink.dylib (149.1)  /usr/lib/libfakelink.dylib
    0x7fff6a4aa000 -     0x7fff6a4aff57  libffi.dylib (26)  /usr/lib/libffi.dylib
    0x7fff6a4b8000 -     0x7fff6a4bdfff  libgermantok.dylib (24)  /usr/lib/libgermantok.dylib
    0x7fff6a4be000 -     0x7fff6a4c7ff7  libheimdal-asn1.dylib (564.140.8)  /usr/lib/libheimdal-asn1.dylib
    0x7fff6a4c8000 -     0x7fff6a5b8fff  libiconv.2.dylib (59)  /usr/lib/libiconv.2.dylib
    0x7fff6a5b9000 -     0x7fff6a810fff  libicucore.A.dylib (64261.1.1)  /usr/lib/libicucore.A.dylib
    0x7fff6a82a000 -     0x7fff6a82bfff  liblangid.dylib (133)  /usr/lib/liblangid.dylib
    0x7fff6a82c000 -     0x7fff6a844ff3  liblzma.5.dylib (16)  /usr/lib/liblzma.5.dylib
    0x7fff6a85c000 -     0x7fff6a903ff7  libmecab.dylib (883.11)  /usr/lib/libmecab.dylib
    0x7fff6a904000 -     0x7fff6ab66ff1  libmecabra.dylib (883.11)  /usr/lib/libmecabra.dylib
    0x7fff6aed3000 -     0x7fff6af02fff  libncurses.5.4.dylib (57)  /usr/lib/libncurses.5.4.dylib
    0x7fff6b032000 -     0x7fff6b4aeff5  libnetwork.dylib (1880.120.5)  /usr/lib/libnetwork.dylib
    0x7fff6b4af000 -     0x7fff6b4c6fff  libnetworkextension.dylib (1095.140.2)  /usr/lib/libnetworkextension.dylib
    0x7fff6b54f000 -     0x7fff6b581fde  libobjc.A.dylib (787.1)  /usr/lib/libobjc.A.dylib
    0x7fff6b594000 -     0x7fff6b598fff  libpam.2.dylib (25.100.1)  /usr/lib/libpam.2.dylib
    0x7fff6b59b000 -     0x7fff6b5d1fff  libpcap.A.dylib (89.120.2)  /usr/lib/libpcap.A.dylib
    0x7fff6b611000 -     0x7fff6b61fff9  libperfcheck.dylib (37.100.2)  /usr/lib/libperfcheck.dylib
    0x7fff6b620000 -     0x7fff6b623ff3  libpmenergy.dylib (214.120.2)  /usr/lib/libpmenergy.dylib
    0x7fff6b624000 -     0x7fff6b626fff  libpmsample.dylib (214.120.2)  /usr/lib/libpmsample.dylib
    0x7fff6b655000 -     0x7fff6b66dfff  libresolv.9.dylib (67.40.3)  /usr/lib/libresolv.9.dylib
    0x7fff6b66f000 -     0x7fff6b6b3ff7  libsandbox.1.dylib (1217.141.9)  /usr/lib/libsandbox.1.dylib
    0x7fff6b6c7000 -     0x7fff6b6c8ff7  libspindump.dylib (281.4)  /usr/lib/libspindump.dylib
    0x7fff6b6c9000 -     0x7fff6b8abff7  libsqlite3.dylib (308.6)  /usr/lib/libsqlite3.dylib
    0x7fff6ba4e000 -     0x7fff6ba7fff7  libtidy.A.dylib (17.3)  /usr/lib/libtidy.A.dylib
    0x7fff6baa1000 -     0x7fff6bafbff8  libusrtcp.dylib (1880.120.5)  /usr/lib/libusrtcp.dylib
    0x7fff6bafc000 -     0x7fff6baffffb  libutil.dylib (57.140.1)  /usr/lib/libutil.dylib
    0x7fff6bb00000 -     0x7fff6bb0dfff  libxar.1.dylib (425.7)  /usr/lib/libxar.1.dylib
    0x7fff6bb13000 -     0x7fff6bbf5ff7  libxml2.2.dylib (33.14)  /usr/lib/libxml2.2.dylib
    0x7fff6bbf9000 -     0x7fff6bc21fff  libxslt.1.dylib (16.12)  /usr/lib/libxslt.1.dylib
    0x7fff6bc22000 -     0x7fff6bc34ff3  libz.1.dylib (76.0.1)  /usr/lib/libz.1.dylib
    0x7fff6c4e3000 -     0x7fff6c4e8ff3  libcache.dylib (83)  /usr/lib/system/libcache.dylib
    0x7fff6c4e9000 -     0x7fff6c4f4fff  libcommonCrypto.dylib (60165.120.1)  /usr/lib/system/libcommonCrypto.dylib
    0x7fff6c4f5000 -     0x7fff6c4fcfff  libcompiler_rt.dylib (101.2)  /usr/lib/system/libcompiler_rt.dylib
    0x7fff6c4fd000 -     0x7fff6c506ff7  libcopyfile.dylib (166.40.1)  /usr/lib/system/libcopyfile.dylib
    0x7fff6c507000 -     0x7fff6c599fdb  libcorecrypto.dylib (866.140.2)  /usr/lib/system/libcorecrypto.dylib
    0x7fff6c6a6000 -     0x7fff6c6e6ff0  libdispatch.dylib (1173.100.2)  /usr/lib/system/libdispatch.dylib
    0x7fff6c6e7000 -     0x7fff6c71dfff  libdyld.dylib (750.7)  /usr/lib/system/libdyld.dylib
    0x7fff6c71e000 -     0x7fff6c71effb  libkeymgr.dylib (30)  /usr/lib/system/libkeymgr.dylib
    0x7fff6c71f000 -     0x7fff6c72bff3  libkxld.dylib (6153.141.66)  /usr/lib/system/libkxld.dylib
    0x7fff6c72c000 -     0x7fff6c72cff7  liblaunch.dylib (1738.140.3)  /usr/lib/system/liblaunch.dylib
    0x7fff6c72d000 -     0x7fff6c732ff7  libmacho.dylib (959.0.1)  /usr/lib/system/libmacho.dylib
    0x7fff6c733000 -     0x7fff6c735ff3  libquarantine.dylib (110.40.6)  /usr/lib/system/libquarantine.dylib
    0x7fff6c736000 -     0x7fff6c737ff7  libremovefile.dylib (48)  /usr/lib/system/libremovefile.dylib
    0x7fff6c738000 -     0x7fff6c74fff3  libsystem_asl.dylib (377.60.4)  /usr/lib/system/libsystem_asl.dylib
    0x7fff6c750000 -     0x7fff6c750ff7  libsystem_blocks.dylib (74)  /usr/lib/system/libsystem_blocks.dylib
    0x7fff6c751000 -     0x7fff6c7d8fff  libsystem_c.dylib (1353.100.4)  /usr/lib/system/libsystem_c.dylib
    0x7fff6c7d9000 -     0x7fff6c7dcffb  libsystem_configuration.dylib (1061.141.2)  /usr/lib/system/libsystem_configuration.dylib
    0x7fff6c7dd000 -     0x7fff6c7e0fff  libsystem_coreservices.dylib (114.1)  /usr/lib/system/libsystem_coreservices.dylib
    0x7fff6c7e1000 -     0x7fff6c7e9fff  libsystem_darwin.dylib (1353.100.4)  /usr/lib/system/libsystem_darwin.dylib
    0x7fff6c7ea000 -     0x7fff6c7f1fff  libsystem_dnssd.dylib (1096.100.3)  /usr/lib/system/libsystem_dnssd.dylib
    0x7fff6c7f2000 -     0x7fff6c7f3ffb  libsystem_featureflags.dylib (17)  /usr/lib/system/libsystem_featureflags.dylib
    0x7fff6c7f4000 -     0x7fff6c841ff7  libsystem_info.dylib (538.1)  /usr/lib/system/libsystem_info.dylib
    0x7fff6c842000 -     0x7fff6c86eff7  libsystem_kernel.dylib (6153.141.66)  /usr/lib/system/libsystem_kernel.dylib
    0x7fff6c86f000 -     0x7fff6c8bafef  libsystem_m.dylib (3178)  /usr/lib/system/libsystem_m.dylib
    0x7fff6c8bb000 -     0x7fff6c8e2fff  libsystem_malloc.dylib (283.100.6)  /usr/lib/system/libsystem_malloc.dylib
    0x7fff6c8e3000 -     0x7fff6c8f0ffb  libsystem_networkextension.dylib (1095.140.2)  /usr/lib/system/libsystem_networkextension.dylib
    0x7fff6c8f1000 -     0x7fff6c8faff7  libsystem_notify.dylib (241.100.2)  /usr/lib/system/libsystem_notify.dylib
    0x7fff6c8fb000 -     0x7fff6c903fef  libsystem_platform.dylib (220.100.1)  /usr/lib/system/libsystem_platform.dylib
    0x7fff6c904000 -     0x7fff6c90efff  libsystem_pthread.dylib (416.100.3)  /usr/lib/system/libsystem_pthread.dylib
    0x7fff6c90f000 -     0x7fff6c913ff3  libsystem_sandbox.dylib (1217.141.9)  /usr/lib/system/libsystem_sandbox.dylib
    0x7fff6c914000 -     0x7fff6c916fff  libsystem_secinit.dylib (62.100.2)  /usr/lib/system/libsystem_secinit.dylib
    0x7fff6c917000 -     0x7fff6c91effb  libsystem_symptoms.dylib (1238.120.2)  /usr/lib/system/libsystem_symptoms.dylib
    0x7fff6c91f000 -     0x7fff6c935ff2  libsystem_trace.dylib (1147.120.1)  /usr/lib/system/libsystem_trace.dylib
    0x7fff6c937000 -     0x7fff6c93cff7  libunwind.dylib (35.4)  /usr/lib/system/libunwind.dylib
    0x7fff6c93d000 -     0x7fff6c972ffe  libxpc.dylib (1738.140.3)  /usr/lib/system/libxpc.dylib

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

VM Region Summary:
ReadOnly portion of Libraries: Total=1.0G resident=0K(0%) swapped_out_or_unallocated=1.0G(100%)
Writable regions: Total=942.0M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=942.0M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               640K        5 
Activity Tracing                   256K        1 
CG backing stores                  664K        4 
CG image                            40K        5 
CoreAnimation                       68K       14 
CoreGraphics                         8K        1 
CoreImage                            8K        2 
CoreUI image data                  852K       12 
Foundation                           4K        1 
Kernel Alloc Once                    8K        1 
MALLOC                           459.3M      554 
MALLOC guard page                   32K        7 
MALLOC_LARGE (reserved)            384K        1         reserved VM address space (unallocated)
MALLOC_NANO (reserved)           256.0M        1         reserved VM address space (unallocated)
Mach message                        16K        2 
OpenGL GLSL                        384K        4 
STACK GUARD                         80K       20 
Stack                            138.2M       21 
Stack Guard                       56.0M        1 
VM_ALLOCATE                       80.9M      155 
__DATA                            62.0M      587 
__DATA_CONST                        52K        5 
__FONT_DATA                          4K        1 
__GLSLBUILTINS                    5176K        1 
__LINKEDIT                       418.7M      241 
__OBJC_RO                         32.3M        1 
__OBJC_RW                         1908K        2 
__TEXT                           592.7M      553 
__UNICODE                          564K        1 
mapped file                       90.3M       45 
shared memory                     2852K       26 
===========                     =======  ======= 
TOTAL                              2.1G     2275 
TOTAL, minus reserved VM space     1.9G     2275 

===== Log before crash start =====
UCSF ChimeraX version: 1.5 (2022-11-24)  
© 2016-2022 Regents of the University of California. All rights reserved.  
How to cite UCSF ChimeraX  

> open /Users/TP/Desktop/docking/COX2/COX2.pdb

Chain information for COX2.pdb #1  
---  
Chain | Description  
A B | No description available  
  

> open "/Users/TP/Desktop/Image for
> docking/COX-2/GS100long_best_conformation.pdbqt"

Summary of feedback from opening /Users/TP/Desktop/Image for
docking/COX-2/GS100long_best_conformation.pdbqt  
---  
warnings | Ignored bad PDB record found on line 1  
REMARK 4 active torsions:  
  
Ignored bad PDB record found on line 2  
REMARK status: ('A' for Active; 'I' for Inactive)  
  
Ignored bad PDB record found on line 3  
REMARK 1 A between atoms: O_2 and C_11  
  
Ignored bad PDB record found on line 4  
REMARK 2 A between atoms: O_4 and C_15  
  
Ignored bad PDB record found on line 5  
REMARK 3 A between atoms: O_5 and C_20  
  
12 messages similar to the above omitted  
  
Opened GS100long_best_conformation.pdbqt containing 1 structures (23 atoms, 25
bonds)  

> open "/Users/TP/Desktop/Image for
> docking/COX-2/AP100long_best_conformation.pdbqt"

Summary of feedback from opening /Users/TP/Desktop/Image for
docking/COX-2/AP100long_best_conformation.pdbqt  
---  
warnings | Ignored bad PDB record found on line 1  
REMARK 4 active torsions:  
  
Ignored bad PDB record found on line 2  
REMARK status: ('A' for Active; 'I' for Inactive)  
  
Ignored bad PDB record found on line 3  
REMARK 1 A between atoms: O_2 and C_12  
  
Ignored bad PDB record found on line 4  
REMARK 2 A between atoms: O_4 and C_14  
  
Ignored bad PDB record found on line 5  
REMARK 3 A between atoms: O_5 and C_20  
  
12 messages similar to the above omitted  
  
Opened AP100long_best_conformation.pdbqt containing 1 structures (23 atoms, 25
bonds)  

> open "/Users/TP/Desktop/Image for docking/COX-2/GS_best_conformation.pdbqt"

Summary of feedback from opening /Users/TP/Desktop/Image for
docking/COX-2/GS_best_conformation.pdbqt  
---  
warnings | Ignored bad PDB record found on line 1  
REMARK 4 active torsions:  
  
Ignored bad PDB record found on line 2  
REMARK status: ('A' for Active; 'I' for Inactive)  
  
Ignored bad PDB record found on line 3  
REMARK 1 A between atoms: O_2 and C_11  
  
Ignored bad PDB record found on line 4  
REMARK 2 A between atoms: O_4 and C_15  
  
Ignored bad PDB record found on line 5  
REMARK 3 A between atoms: O_5 and C_20  
  
12 messages similar to the above omitted  
  
Opened GS_best_conformation.pdbqt containing 1 structures (23 atoms, 25 bonds)  

> open "/Users/TP/Desktop/Image for docking/COX-2/AP_best_conformation.pdbqt"

Summary of feedback from opening /Users/TP/Desktop/Image for
docking/COX-2/AP_best_conformation.pdbqt  
---  
warnings | Ignored bad PDB record found on line 1  
REMARK 4 active torsions:  
  
Ignored bad PDB record found on line 2  
REMARK status: ('A' for Active; 'I' for Inactive)  
  
Ignored bad PDB record found on line 3  
REMARK 1 A between atoms: O_2 and C_12  
  
Ignored bad PDB record found on line 4  
REMARK 2 A between atoms: O_4 and C_14  
  
Ignored bad PDB record found on line 5  
REMARK 3 A between atoms: O_5 and C_20  
  
12 messages similar to the above omitted  
  
Opened AP_best_conformation.pdbqt containing 1 structures (23 atoms, 25 bonds)  

> hide #3 models

> hide #5 models

> select add #2

23 atoms, 25 bonds, 1 residue, 1 model selected  

> select add #4

46 atoms, 50 bonds, 2 residues, 2 models selected  

> hbonds sel reveal true

5 hydrogen bonds found  


===== Log before crash end =====

Log:
UCSF ChimeraX version: 1.5 (2022-11-24)  
© 2016-2022 Regents of the University of California. All rights reserved.  
How to cite UCSF ChimeraX  

> open /Users/TP/Desktop/docking/COX2/COX2.pdb

Chain information for COX2.pdb #1  
---  
Chain | Description  
A B | No description available  
  




OpenGL version: 4.1 INTEL-14.7.28
OpenGL renderer: Intel HD Graphics 4000 OpenGL Engine
OpenGL vendor: Intel Inc.

Python: 3.9.11
Locale: UTF-8
Qt version: PyQt6 6.3.1, Qt 6.3.1
Qt runtime version: 6.3.2
Qt platform: cocoa
Hardware:

    Hardware Overview:

      Model Name: MacBook Pro
      Model Identifier: MacBookPro9,2
      Processor Name: Dual-Core Intel Core i5
      Processor Speed: 2.5 GHz
      Number of Processors: 1
      Total Number of Cores: 2
      L2 Cache (per Core): 256 KB
      L3 Cache: 3 MB
      Hyper-Threading Technology: Enabled
      Memory: 16 GB
      Boot ROM Version: 429.0.0.0.0
      SMC Version (system): 2.2f44
      Sudden Motion Sensor:
          State: Enabled

Software:

    System Software Overview:

      System Version: macOS 10.15.7 (19H2026)
      Kernel Version: Darwin 19.6.0
      Time since boot: 1:10

Graphics/Displays:

    Intel HD Graphics 4000:

      Chipset Model: Intel HD Graphics 4000
      Type: GPU
      Bus: Built-In
      VRAM (Dynamic, Max): 1536 MB
      Vendor: Intel
      Device ID: 0x0166
      Revision ID: 0x0009
      Metal: Supported, feature set macOS GPUFamily1 v4
      Displays:
        Color LCD:
          Display Type: LCD
          Resolution: 1280 x 800
          UI Looks like: 1280 x 800
          Framebuffer Depth: 24-Bit Color (ARGB8888)
          Main Display: Yes
          Mirror: Off
          Online: Yes
          Automatically Adjust Brightness: No
          Connection Type: Internal
        LG QHD:
          Resolution: 2560 x 1440 (QHD/WQHD - Wide Quad High Definition)
          UI Looks like: 2560 x 1440 @ 60 Hz
          Framebuffer Depth: 24-Bit Color (ARGB8888)
          Display Serial Number: 109NTRLAS454
          Mirror: Off
          Online: Yes
          Rotation: Supported
          Automatically Adjust Brightness: No
          Connection Type: DVI or HDMI
          Adapter Firmware Version: 7.55


Installed Packages:
    alabaster: 0.7.12
    appdirs: 1.4.4
    appnope: 0.1.3
    asttokens: 2.1.0
    Babel: 2.11.0
    backcall: 0.2.0
    blockdiag: 3.0.0
    build: 0.8.0
    certifi: 2021.10.8
    cftime: 1.6.2
    charset-normalizer: 2.1.1
    ChimeraX-AddCharge: 1.4
    ChimeraX-AddH: 2.2.1
    ChimeraX-AlignmentAlgorithms: 2.0
    ChimeraX-AlignmentHdrs: 3.2.1
    ChimeraX-AlignmentMatrices: 2.0
    ChimeraX-Alignments: 2.6
    ChimeraX-AlphaFold: 1.0
    ChimeraX-AltlocExplorer: 1.0.3
    ChimeraX-AmberInfo: 1.0
    ChimeraX-Arrays: 1.0
    ChimeraX-Atomic: 1.41.5
    ChimeraX-AtomicLibrary: 8.0.3
    ChimeraX-AtomSearch: 2.0.1
    ChimeraX-AxesPlanes: 2.3
    ChimeraX-BasicActions: 1.1.2
    ChimeraX-BILD: 1.0
    ChimeraX-BlastProtein: 2.1.2
    ChimeraX-BondRot: 2.0.1
    ChimeraX-BugReporter: 1.0.1
    ChimeraX-BuildStructure: 2.7.1
    ChimeraX-Bumps: 1.0
    ChimeraX-BundleBuilder: 1.2
    ChimeraX-ButtonPanel: 1.0.1
    ChimeraX-CageBuilder: 1.0.1
    ChimeraX-CellPack: 1.0
    ChimeraX-Centroids: 1.3.1
    ChimeraX-ChangeChains: 1.0.2
    ChimeraX-CheckWaters: 1.3
    ChimeraX-ChemGroup: 2.0
    ChimeraX-Clashes: 2.2.4
    ChimeraX-ColorActions: 1.0.3
    ChimeraX-ColorGlobe: 1.0
    ChimeraX-ColorKey: 1.5.2
    ChimeraX-CommandLine: 1.2.4
    ChimeraX-ConnectStructure: 2.0.1
    ChimeraX-Contacts: 1.0.1
    ChimeraX-Core: 1.5
    ChimeraX-CoreFormats: 1.1
    ChimeraX-coulombic: 1.3.2
    ChimeraX-Crosslinks: 1.0
    ChimeraX-Crystal: 1.0
    ChimeraX-CrystalContacts: 1.0.1
    ChimeraX-DataFormats: 1.2.2
    ChimeraX-Dicom: 1.1
    ChimeraX-DistMonitor: 1.3
    ChimeraX-DockPrep: 1.0
    ChimeraX-Dssp: 2.0
    ChimeraX-EMDB-SFF: 1.0
    ChimeraX-ExperimentalCommands: 1.0
    ChimeraX-FileHistory: 1.0.1
    ChimeraX-FunctionKey: 1.0.1
    ChimeraX-Geometry: 1.2
    ChimeraX-gltf: 1.0
    ChimeraX-Graphics: 1.1
    ChimeraX-Hbonds: 2.4
    ChimeraX-Help: 1.2.1
    ChimeraX-HKCage: 1.3
    ChimeraX-IHM: 1.1
    ChimeraX-ImageFormats: 1.2
    ChimeraX-IMOD: 1.0
    ChimeraX-IO: 1.0.1
    ChimeraX-ItemsInspection: 1.0.1
    ChimeraX-Label: 1.1.7
    ChimeraX-ListInfo: 1.1.1
    ChimeraX-Log: 1.1.5
    ChimeraX-LookingGlass: 1.1
    ChimeraX-Maestro: 1.8.2
    ChimeraX-Map: 1.1.2
    ChimeraX-MapData: 2.0
    ChimeraX-MapEraser: 1.0.1
    ChimeraX-MapFilter: 2.0
    ChimeraX-MapFit: 2.0
    ChimeraX-MapSeries: 2.1.1
    ChimeraX-Markers: 1.0.1
    ChimeraX-Mask: 1.0.1
    ChimeraX-MatchMaker: 2.0.9
    ChimeraX-MDcrds: 2.6
    ChimeraX-MedicalToolbar: 1.0.2
    ChimeraX-Meeting: 1.0.1
    ChimeraX-MLP: 1.1
    ChimeraX-mmCIF: 2.8
    ChimeraX-MMTF: 2.2
    ChimeraX-Modeller: 1.5.6
    ChimeraX-ModelPanel: 1.3.6
    ChimeraX-ModelSeries: 1.0.1
    ChimeraX-Mol2: 2.0
    ChimeraX-Mole: 1.0
    ChimeraX-Morph: 1.0.1
    ChimeraX-MouseModes: 1.1.1
    ChimeraX-Movie: 1.0
    ChimeraX-Neuron: 1.0
    ChimeraX-Nucleotides: 2.0.3
    ChimeraX-OpenCommand: 1.9.1
    ChimeraX-PDB: 2.6.8
    ChimeraX-PDBBio: 1.0
    ChimeraX-PDBLibrary: 1.0.2
    ChimeraX-PDBMatrices: 1.0
    ChimeraX-PickBlobs: 1.0.1
    ChimeraX-Positions: 1.0
    ChimeraX-PresetMgr: 1.1
    ChimeraX-PubChem: 2.1
    ChimeraX-ReadPbonds: 1.0.1
    ChimeraX-Registration: 1.1.1
    ChimeraX-RemoteControl: 1.0
    ChimeraX-RenumberResidues: 1.1
    ChimeraX-ResidueFit: 1.0.1
    ChimeraX-RestServer: 1.1
    ChimeraX-RNALayout: 1.0
    ChimeraX-RotamerLibMgr: 2.0.1
    ChimeraX-RotamerLibsDunbrack: 2.0
    ChimeraX-RotamerLibsDynameomics: 2.0
    ChimeraX-RotamerLibsRichardson: 2.0
    ChimeraX-SaveCommand: 1.5.1
    ChimeraX-SchemeMgr: 1.0
    ChimeraX-SDF: 2.0
    ChimeraX-Segger: 1.0
    ChimeraX-Segment: 1.0
    ChimeraX-SelInspector: 1.0
    ChimeraX-SeqView: 2.7.2
    ChimeraX-Shape: 1.0.1
    ChimeraX-Shell: 1.0.1
    ChimeraX-Shortcuts: 1.1.1
    ChimeraX-ShowSequences: 1.0.1
    ChimeraX-SideView: 1.0.1
    ChimeraX-Smiles: 2.1
    ChimeraX-SmoothLines: 1.0
    ChimeraX-SpaceNavigator: 1.0
    ChimeraX-StdCommands: 1.10
    ChimeraX-STL: 1.0
    ChimeraX-Storm: 1.0
    ChimeraX-StructMeasure: 1.1
    ChimeraX-Struts: 1.0.1
    ChimeraX-Surface: 1.0
    ChimeraX-SwapAA: 2.0.1
    ChimeraX-SwapRes: 2.1.3
    ChimeraX-TapeMeasure: 1.0
    ChimeraX-Test: 1.0
    ChimeraX-Toolbar: 1.1.2
    ChimeraX-ToolshedUtils: 1.2.1
    ChimeraX-Tug: 1.0.1
    ChimeraX-UI: 1.24.3
    ChimeraX-uniprot: 2.2.1
    ChimeraX-UnitCell: 1.0.1
    ChimeraX-ViewDockX: 1.1.4
    ChimeraX-VIPERdb: 1.0
    ChimeraX-Vive: 1.1
    ChimeraX-VolumeMenu: 1.0.1
    ChimeraX-VTK: 1.0
    ChimeraX-WavefrontOBJ: 1.0
    ChimeraX-WebCam: 1.0.1
    ChimeraX-WebServices: 1.1.0
    ChimeraX-Zone: 1.0.1
    colorama: 0.4.5
    cxservices: 1.2
    cycler: 0.11.0
    Cython: 0.29.32
    debugpy: 1.6.4
    decorator: 5.1.1
    docutils: 0.19
    entrypoints: 0.4
    executing: 1.2.0
    filelock: 3.7.1
    fonttools: 4.38.0
    funcparserlib: 1.0.1
    grako: 3.16.5
    h5py: 3.7.0
    html2text: 2020.1.16
    idna: 3.4
    ihm: 0.33
    imagecodecs: 2022.7.31
    imagesize: 1.4.1
    importlib-metadata: 5.1.0
    ipykernel: 6.15.3
    ipython: 8.4.0
    ipython-genutils: 0.2.0
    jedi: 0.18.1
    Jinja2: 3.1.2
    jupyter-client: 7.3.4
    jupyter-core: 5.1.0
    kiwisolver: 1.4.4
    line-profiler: 3.5.1
    lxml: 4.9.1
    lz4: 4.0.2
    MarkupSafe: 2.1.1
    matplotlib: 3.5.2
    matplotlib-inline: 0.1.6
    msgpack: 1.0.4
    nest-asyncio: 1.5.6
    netCDF4: 1.6.0
    networkx: 2.8.5
    numexpr: 2.8.4
    numpy: 1.23.1
    openvr: 1.23.701
    packaging: 21.3
    ParmEd: 3.4.3
    parso: 0.8.3
    pep517: 0.13.0
    pexpect: 4.8.0
    pickleshare: 0.7.5
    Pillow: 9.2.0
    pip: 22.2.2
    pkginfo: 1.8.3
    platformdirs: 2.5.4
    prompt-toolkit: 3.0.33
    psutil: 5.9.1
    ptyprocess: 0.7.0
    pure-eval: 0.2.2
    pycollada: 0.7.2
    pydicom: 2.3.0
    Pygments: 2.12.0
    PyOpenGL: 3.1.5
    PyOpenGL-accelerate: 3.1.5
    pyparsing: 3.0.9
    PyQt6-commercial: 6.3.1
    PyQt6-Qt6: 6.3.2
    PyQt6-sip: 13.4.0
    PyQt6-WebEngine-commercial: 6.3.1
    PyQt6-WebEngine-Qt6: 6.3.2
    python-dateutil: 2.8.2
    pytz: 2022.6
    pyzmq: 24.0.1
    qtconsole: 5.3.1
    QtPy: 2.3.0
    RandomWords: 0.4.0
    requests: 2.28.1
    scipy: 1.9.0
    setuptools: 65.1.1
    setuptools-scm: 7.0.5
    sfftk-rw: 0.7.2
    six: 1.16.0
    snowballstemmer: 2.2.0
    sortedcontainers: 2.4.0
    Sphinx: 5.1.1
    sphinx-autodoc-typehints: 1.19.1
    sphinxcontrib-applehelp: 1.0.2
    sphinxcontrib-blockdiag: 3.0.0
    sphinxcontrib-devhelp: 1.0.2
    sphinxcontrib-htmlhelp: 2.0.0
    sphinxcontrib-jsmath: 1.0.1
    sphinxcontrib-qthelp: 1.0.3
    sphinxcontrib-serializinghtml: 1.1.5
    stack-data: 0.6.2
    tables: 3.7.0
    tifffile: 2022.7.31
    tinyarray: 1.2.4
    tomli: 2.0.1
    tornado: 6.2
    traitlets: 5.3.0
    typing-extensions: 4.4.0
    urllib3: 1.26.13
    wcwidth: 0.2.5
    webcolors: 1.12
    wheel: 0.37.1
    wheel-filename: 1.4.1
    zipp: 3.11.0

Change History (2)

comment:1 by pett, 3 years ago

Component: UnassignedGraphics
Owner: set to Tom Goddard
Platform: all
Project: ChimeraX
Status: newassigned
Summary: ChimeraX bug report submissionGraphics hardware encountered an error and was reset

comment:2 by Tom Goddard, 3 years ago

Resolution: nonchimerax
Status: assignedclosed
Summary: Graphics hardware encountered an error and was resetGraphics crash, macOS 10.15.7, Intel HD Graphics 4000

Apple Intel graphics driver crash.

Note: See TracTickets for help on using tickets.