Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#5749 closed defect (can't reproduce)

Fatal Qt error during app initialization

Reported by: chimerax-bug-report@… Owned by: pett
Priority: normal Milestone:
Component: Window Toolkit Version:
Keywords: Cc: Tom Goddard
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.4.dev202112041237 (2021-12-04 12:37:49 UTC)
Description
Last time you used ChimeraX it crashed.
Please describe steps that led to the crash here.
Process:               ChimeraX [68631]
Path:                  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/MacOS/ChimeraX
Identifier:            edu.ucsf.cgl.ChimeraX
Version:               1.4.0 (1.4.0.0)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           ChimeraX [68631]
User ID:               501

Date/Time:             2021-12-09 15:04:43.659 +0100
OS Version:            Mac OS X 10.15.7 (19H114)
Report Version:        12
Anonymous UUID:        047EB95A-965B-CD01-EA9B-8C6DC2AEFBC3

Sleep/Wake UUID:       470FE24A-2066-45BD-B9B8-C96F84E5311B

Time Awake Since Boot: 1100000 seconds
Time Since Wake:       6800 seconds

System Integrity Protection: enabled

Crashed Thread:        0  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

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fff7356e33a __pthread_kill + 10
1   libsystem_pthread.dylib       	0x00007fff7362ae60 pthread_kill + 430
2   libsystem_c.dylib             	0x00007fff7348593e raise + 26
3   libsystem_platform.dylib      	0x00007fff7361f5fd _sigtramp + 29
4   ???                           	000000000000000000 0 + 0
5   libsystem_c.dylib             	0x00007fff734f5808 abort + 120
6   QtCore                        	0x0000000109833529 qt_message_fatal(QtMsgType, QMessageLogContext const&, QString const&) + 9
7   QtCore                        	0x0000000109834c74 QMessageLogger::fatal(char const*, ...) const + 202
8   QtGui                         	0x000000010ed163d9 QGuiApplicationPrivate::createPlatformIntegration() + 7193
9   QtGui                         	0x000000010ed163fb QGuiApplicationPrivate::createEventDispatcher() + 27
10  QtCore                        	0x0000000109a131af QCoreApplicationPrivate::init() + 1599
11  QtGui                         	0x000000010ed10b59 QGuiApplicationPrivate::init() + 57
12  QtWidgets                     	0x000000010a4ebada QApplicationPrivate::init() + 26
13  QtWidgets.abi3.so             	0x000000010a0a537b init_type_QApplication(_sipSimpleWrapper*, _object*, _object*, _object**, _object**, _object**) + 171
14  sip.cpython-39-darwin.so      	0x0000000109f31ceb sipSimpleWrapper_init + 203
15  org.python.python             	0x000000010231e3ec wrap_init + 12
16  org.python.python             	0x00000001022cc759 wrapperdescr_call + 121
17  org.python.python             	0x00000001022c417d _PyObject_MakeTpCall + 365
18  org.python.python             	0x000000010239c61c call_function + 876
19  org.python.python             	0x0000000102399ab3 _PyEval_EvalFrameDefault + 25219
20  org.python.python             	0x00000001022c4948 function_code_fastcall + 104
21  org.python.python             	0x00000001022c3fd5 _PyObject_FastCallDictTstate + 293
22  org.python.python             	0x00000001022c4bb8 _PyObject_Call_Prepend + 152
23  org.python.python             	0x000000010231e325 slot_tp_init + 165
24  org.python.python             	0x0000000102319879 type_call + 345
25  org.python.python             	0x00000001022c417d _PyObject_MakeTpCall + 365
26  org.python.python             	0x000000010239c61c call_function + 876
27  org.python.python             	0x0000000102399ab3 _PyEval_EvalFrameDefault + 25219
28  org.python.python             	0x000000010239d283 _PyEval_EvalCode + 2611
29  org.python.python             	0x00000001022c48d1 _PyFunction_Vectorcall + 289
30  org.python.python             	0x000000010239c58c call_function + 732
31  org.python.python             	0x0000000102399b4b _PyEval_EvalFrameDefault + 25371
32  org.python.python             	0x000000010239d283 _PyEval_EvalCode + 2611
33  org.python.python             	0x000000010239370b PyEval_EvalCode + 139
34  org.python.python             	0x0000000102390592 builtin_exec + 626
35  org.python.python             	0x000000010230286a cfunction_vectorcall_FASTCALL + 218
36  org.python.python             	0x000000010239c58c call_function + 732
37  org.python.python             	0x0000000102399b4b _PyEval_EvalFrameDefault + 25371
38  org.python.python             	0x000000010239d283 _PyEval_EvalCode + 2611
39  org.python.python             	0x00000001022c48d1 _PyFunction_Vectorcall + 289
40  org.python.python             	0x000000010239c58c call_function + 732
41  org.python.python             	0x0000000102399b4b _PyEval_EvalFrameDefault + 25371
42  org.python.python             	0x000000010239d283 _PyEval_EvalCode + 2611
43  org.python.python             	0x00000001022c48d1 _PyFunction_Vectorcall + 289
44  org.python.python             	0x0000000102402e20 pymain_run_module + 208
45  org.python.python             	0x0000000102402537 Py_RunMain + 1431
46  org.python.python             	0x0000000102402b3f pymain_main + 223
47  org.python.python             	0x0000000102402a4b Py_Main + 43
48  edu.ucsf.cgl.ChimeraX         	0x000000010227edc8 main + 120
49  libdyld.dylib                 	0x00007fff73426cc9 start + 1

Thread 1:
0   libsystem_kernel.dylib        	0x00007fff7356a882 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff7362b425 _pthread_cond_wait + 698
2   libopenblas.0.dylib           	0x0000000102f47a9f blas_thread_server + 207
3   libsystem_pthread.dylib       	0x00007fff7362b109 _pthread_start + 148
4   libsystem_pthread.dylib       	0x00007fff73626b8b thread_start + 15

Thread 2:
0   libsystem_pthread.dylib       	0x00007fff73626b68 start_wqthread + 0

Thread 3:
0   libsystem_pthread.dylib       	0x00007fff73626b68 start_wqthread + 0

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x000000010b157dc0  rcx: 0x00007fd909055a58  rdx: 0x0000000000000000
  rdi: 0x0000000000000307  rsi: 0x0000000000000006  rbp: 0x00007fd909055a80  rsp: 0x00007fd909055a58
   r8: 0x00007fd909055f48   r9: 0xdcae20b23d2df67a  r10: 0x000000010b157dc0  r11: 0x0000000000000246
  r12: 0x0000000000000307  r13: 0x0000000109d9d658  r14: 0x0000000000000006  r15: 0x0000000000000016
  rip: 0x00007fff7356e33a  rfl: 0x0000000000000246  cr2: 0x0000000109801000
  
Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133


Binary Images:
       0x10227e000 -        0x10227eff3 +edu.ucsf.cgl.ChimeraX (1.4.0 - 1.4.0.0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/MacOS/ChimeraX
       0x102288000 -        0x1024ecfff +org.python.python (3.9.6, [c] 2001-2019 Python Software Foundation. - 3.9.6)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/Python
       0x10264a000 -        0x10264cfff +_heapq.cpython-39-darwin.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_heapq.cpython-39-darwin.so
       0x102654000 -        0x102658ff7 +binascii.cpython-39-darwin.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/binascii.cpython-39-darwin.so
       0x102662000 -        0x102667fff +zlib.cpython-39-darwin.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/zlib.cpython-39-darwin.so
       0x102671000 -        0x102673fff +_bz2.cpython-39-darwin.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_bz2.cpython-39-darwin.so
       0x10267c000 -        0x1026adfff +_lzma.cpython-39-darwin.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_lzma.cpython-39-darwin.so
       0x1026bc000 -        0x1026bdfff +grp.cpython-39-darwin.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/grp.cpython-39-darwin.so
       0x1026c6000 -        0x1026cbff7 +_struct.cpython-39-darwin.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_struct.cpython-39-darwin.so
       0x1026d8000 -        0x1026e0fff +math.cpython-39-darwin.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/math.cpython-39-darwin.so
       0x1026ec000 -        0x1026edff7 +_bisect.cpython-39-darwin.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_bisect.cpython-39-darwin.so
       0x1026f5000 -        0x1026f6fff +_random.cpython-39-darwin.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_random.cpython-39-darwin.so
       0x1026ff000 -        0x102703fff +_sha512.cpython-39-darwin.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_sha512.cpython-39-darwin.so
       0x10270c000 -        0x102711fff +_json.cpython-39-darwin.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_json.cpython-39-darwin.so
       0x10271b000 -        0x102ad6fd7 +_multiarray_umath.cpython-39-darwin.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/core/_multiarray_umath.cpython-39-darwin.so
       0x102c0f000 -        0x1067c16ef +libopenblas.0.dylib (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/.dylibs/libopenblas.0.dylib
       0x106a5f000 -        0x106b76ff7 +libgfortran.3.dylib (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/.dylibs/libgfortran.3.dylib
       0x106be4000 -        0x106c1afff +libquadmath.0.dylib (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/.dylibs/libquadmath.0.dylib
       0x106c2e000 -        0x106c43ff7 +libgcc_s.1.dylib (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/.dylibs/libgcc_s.1.dylib
       0x108c53000 -        0x108c62fff +_datetime.cpython-39-darwin.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_datetime.cpython-39-darwin.so
       0x108c73000 -        0x108c8afff +_pickle.cpython-39-darwin.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_pickle.cpython-39-darwin.so
       0x108c9b000 -        0x108caaff3 +_multiarray_tests.cpython-39-darwin.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/core/_multiarray_tests.cpython-39-darwin.so
       0x108cc3000 -        0x108cc5fff +_posixsubprocess.cpython-39-darwin.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_posixsubprocess.cpython-39-darwin.so
       0x108cce000 -        0x108cd2ff7 +select.cpython-39-darwin.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/select.cpython-39-darwin.so
       0x108cdc000 -        0x108cedff7 +_ctypes.cpython-39-darwin.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_ctypes.cpython-39-darwin.so
       0x108d04000 -        0x108d07ffb +lapack_lite.cpython-39-darwin.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/linalg/lapack_lite.cpython-39-darwin.so
       0x108d14000 -        0x108d2fff3 +_umath_linalg.cpython-39-darwin.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/linalg/_umath_linalg.cpython-39-darwin.so
       0x108d48000 -        0x108d5bfff +_pocketfft_internal.cpython-39-darwin.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/fft/_pocketfft_internal.cpython-39-darwin.so
       0x108d67000 -        0x108ddaffb +mtrand.cpython-39-darwin.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/random/mtrand.cpython-39-darwin.so
       0x108e3d000 -        0x108e5cfff +bit_generator.cpython-39-darwin.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/random/bit_generator.cpython-39-darwin.so
       0x108e7f000 -        0x108eb2fff +_common.cpython-39-darwin.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/random/_common.cpython-39-darwin.so
       0x108ed0000 -        0x108ed6ff7 +_hashlib.cpython-39-darwin.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_hashlib.cpython-39-darwin.so
       0x108ee4000 -        0x108f3cfff +libssl.1.1.dylib (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/libssl.1.1.dylib
       0x108f6b000 -        0x109181f4f +libcrypto.1.1.dylib (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/libcrypto.1.1.dylib
       0x10921f000 -        0x109225ff7 +_blake2.cpython-39-darwin.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_blake2.cpython-39-darwin.so
       0x10922f000 -        0x109282fff +_bounded_integers.cpython-39-darwin.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/random/_bounded_integers.cpython-39-darwin.so
       0x1092b2000 -        0x1092c1ff3 +_mt19937.cpython-39-darwin.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/random/_mt19937.cpython-39-darwin.so
       0x1092d4000 -        0x1092e3ff7 +_philox.cpython-39-darwin.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/random/_philox.cpython-39-darwin.so
       0x1092f5000 -        0x109304ffb +_pcg64.cpython-39-darwin.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/random/_pcg64.cpython-39-darwin.so
       0x109318000 -        0x10931fff7 +_sfc64.cpython-39-darwin.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/random/_sfc64.cpython-39-darwin.so
       0x109330000 -        0x1093bbfff +_generator.cpython-39-darwin.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/random/_generator.cpython-39-darwin.so
       0x109426000 -        0x109426fff +_opcode.cpython-39-darwin.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_opcode.cpython-39-darwin.so
       0x10942e000 -        0x10942efff +_arrays.cpython-39-darwin.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/arrays/_arrays.cpython-39-darwin.so
       0x109435000 -        0x1094d6ff7 +libarrays.dylib (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/arrays/lib/libarrays.dylib
       0x1094fa000 -        0x109518ff3 +_geometry.cpython-39-darwin.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/geometry/_geometry.cpython-39-darwin.so
       0x10952d000 -        0x10968cff7 +QtCore.abi3.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/QtCore.abi3.so
       0x10981b000 -        0x109d8b7df +QtCore (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/Qt/lib/QtCore.framework/Versions/5/QtCore
       0x109f2c000 -        0x109f43ff7 +sip.cpython-39-darwin.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/sip.cpython-39-darwin.so
       0x109f5a000 -        0x10a1eaff7 +QtWidgets.abi3.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/QtWidgets.abi3.so
       0x10a4e1000 -        0x10a927fff +QtWidgets (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/Qt/lib/QtWidgets.framework/Versions/5/QtWidgets
       0x10ab24000 -        0x10ac8dff3 +QtGui.abi3.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/QtGui.abi3.so
       0x10ae3a000 -        0x10ae5bfff +QtWebEngineWidgets.abi3.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/QtWebEngineWidgets.abi3.so
       0x10ae8d000 -        0x10aeb0ff7 +QtWebEngineWidgets (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/Qt/lib/QtWebEngineWidgets.framework/Versions/5/QtWebEngineWidgets
       0x10aee8000 -        0x10af13ff7 +QtPrintSupport (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/Qt/lib/QtPrintSupport.framework/Versions/5/QtPrintSupport
       0x10af41000 -        0x10af99ff3 +QtQmlModels (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/Qt/lib/QtQmlModels.framework/Versions/5/QtQmlModels
       0x10afda000 -        0x10aff3ff3 +QtWebChannel (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/Qt/lib/QtWebChannel.framework/Versions/5/QtWebChannel
       0x10b00a000 -        0x10b016ffb +QtQuickWidgets (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/Qt/lib/QtQuickWidgets.framework/Versions/5/QtQuickWidgets
       0x10b029000 -        0x10b02eff7 +QtWebChannel.abi3.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/QtWebChannel.abi3.so
       0x10b039000 -        0x10b049fff +QtWebEngineCore.abi3.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/QtWebEngineCore.abi3.so
       0x10b08d000 -        0x10b11ef47  dyld (750.6)  /usr/lib/dyld
       0x10ecde000 -        0x10f1c7fff +QtGui (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/Qt/lib/QtGui.framework/Versions/5/QtGui
       0x10f37a000 -        0x117068f4f +QtWebEngineCore (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/Qt/lib/QtWebEngineCore.framework/Versions/5/QtWebEngineCore
       0x11b6e2000 -        0x11ba26ff7 +QtQuick (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/Qt/lib/QtQuick.framework/Versions/5/QtQuick
       0x11bc4a000 -        0x11bfa2ffb +QtQml (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/Qt/lib/QtQml.framework/Versions/5/QtQml
       0x11c116000 -        0x11c226fff +QtNetwork (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/Qt/lib/QtNetwork.framework/Versions/5/QtNetwork
       0x11c2b4000 -        0x11c31afff +QtPositioning (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/Qt/lib/QtPositioning.framework/Versions/5/QtPositioning
       0x11c34c000 -        0x11c3adfff +QtNetwork.abi3.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/QtNetwork.abi3.so
       0x11c42e000 -        0x11c44eff7 +QtPrintSupport.abi3.so (0)  /Users/USER/Desktop/*/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/QtPrintSupport.abi3.so
    0x7fff34bd6000 -     0x7fff34bdaffb  com.apple.agl (3.3.3 - AGL-3.3.3)  /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x7fff34bdb000 -     0x7fff34dd6ff8  com.apple.avfoundation (2.0 - 1855.3)  /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff34dd7000 -     0x7fff34ea3ffe  com.apple.audio.AVFAudio (1.0 - 415.75)  /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
    0x7fff34fc3000 -     0x7fff34fc3fff  com.apple.Accelerate (1.11 - Accelerate 1.11)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff34fdb000 -     0x7fff35631fff  com.apple.vImage (8.1 - 524.2.1)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff35632000 -     0x7fff35899ff7  libBLAS.dylib (1303.60.1)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff3589a000 -     0x7fff35d6dfef  libBNNS.dylib (144.100.2)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff35d6e000 -     0x7fff36109fff  libLAPACK.dylib (1303.60.1)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff3610a000 -     0x7fff3611ffec  libLinearAlgebra.dylib (1303.60.1)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff36120000 -     0x7fff36125ff3  libQuadrature.dylib (7)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff36126000 -     0x7fff36196fff  libSparse.dylib (103)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff36197000 -     0x7fff361a9fef  libSparseBLAS.dylib (1303.60.1)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff361aa000 -     0x7fff36381fd7  libvDSP.dylib (735.140.1)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff36382000 -     0x7fff36444fef  libvMisc.dylib (735.140.1)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff36445000 -     0x7fff36445fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff36446000 -     0x7fff364a5ff0  com.apple.Accounts (113 - 113)  /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fff365ef000 -     0x7fff373afff2  com.apple.AppKit (6.9 - 1894.60.100)  /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff373ff000 -     0x7fff373fffff  com.apple.ApplicationServices (48 - 50)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff37400000 -     0x7fff3746bfff  com.apple.ApplicationServices.ATS (377 - 493.0.4.1)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff37504000 -     0x7fff37542ff0  libFontRegistry.dylib (274.0.5.1)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff3759d000 -     0x7fff375ccfff  com.apple.ATSUI (1.0 - 1)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI
    0x7fff375cd000 -     0x7fff375d1ffb  com.apple.ColorSyncLegacy (4.13.0 - 1)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff3766b000 -     0x7fff376c2ffa  com.apple.HIServices (1.22 - 676)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff376c3000 -     0x7fff376d1fff  com.apple.LangAnalysis (1.7.0 - 1.7.0)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff376d2000 -     0x7fff37717ffa  com.apple.print.framework.PrintCore (15.4 - 516.2)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff37718000 -     0x7fff37722ff7  com.apple.QD (4.0 - 413)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff37723000 -     0x7fff37730ffc  com.apple.speech.synthesis.framework (9.0.24 - 9.0.24)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff37731000 -     0x7fff37812ffa  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14)  /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff37814000 -     0x7fff37814fff  com.apple.audio.units.AudioUnit (1.14 - 1.14)  /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff37bab000 -     0x7fff37f3affa  com.apple.CFNetwork (1128.0.1 - 1128.0.1)  /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff37fb6000 -     0x7fff37fb6fff  com.apple.Carbon (160 - 162)  /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff37fb7000 -     0x7fff37fbaff3  com.apple.CommonPanels (1.2.6 - 101)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff37fbb000 -     0x7fff382afff3  com.apple.HIToolbox (2.1.1 - 994.6)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff382b0000 -     0x7fff382b3ff3  com.apple.help (1.3.8 - 71)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff382b4000 -     0x7fff382b9ff7  com.apple.ImageCapture (9.0 - 1600.65)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff382ba000 -     0x7fff382bafff  com.apple.ink.framework (10.15 - 227)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff382bb000 -     0x7fff382d5ffa  com.apple.openscripting (1.7 - 185.1)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff382f6000 -     0x7fff382f6fff  com.apple.print.framework.Print (15 - 271)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff382f7000 -     0x7fff382f9ff7  com.apple.securityhi (9.0 - 55008)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff382fa000 -     0x7fff38300fff  com.apple.speech.recognition.framework (6.0.3 - 6.0.3)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff38301000 -     0x7fff38499ffa  com.apple.cloudkit.CloudKit (867 - 867)  /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
    0x7fff3849a000 -     0x7fff3849afff  com.apple.Cocoa (6.11 - 23)  /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff384a8000 -     0x7fff3859efff  com.apple.ColorSync (4.13.0 - 3394.9)  /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff38889000 -     0x7fff38d92ffb  com.apple.audio.CoreAudio (5.0 - 5.0)  /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff38de5000 -     0x7fff38e1dfff  com.apple.CoreBluetooth (1.0 - 1)  /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff38e1e000 -     0x7fff39208fe8  com.apple.CoreData (120 - 977.3)  /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff39209000 -     0x7fff3933bff6  com.apple.CoreDisplay (1.0 - 186.6.15)  /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff3933c000 -     0x7fff397bbfeb  com.apple.CoreFoundation (6.9 - 1677.201)  /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff397bd000 -     0x7fff39e32ff8  com.apple.CoreGraphics (2.0 - 1355.22)  /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff39e40000 -     0x7fff3a19bff0  com.apple.CoreImage (15.0.0 - 940.9)  /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff3a19c000 -     0x7fff3a205ff0  com.apple.corelocation (2394.0.22 - 2394.0.22)  /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff3a206000 -     0x7fff3a256ff6  com.apple.audio.midi.CoreMIDI (1.10 - 88)  /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x7fff3a259000 -     0x7fff3a55bff2  com.apple.CoreML (1.0 - 1)  /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML
    0x7fff3a55c000 -     0x7fff3a637ffc  com.apple.CoreMedia (1.0 - 2625.9)  /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff3a638000 -     0x7fff3a69affe  com.apple.CoreMediaIO (1000.0 - 5125.6)  /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff3a724000 -     0x7fff3a724fff  com.apple.CoreServices (1069.24 - 1069.24)  /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff3a725000 -     0x7fff3a7aafff  com.apple.AE (838.1 - 838.1)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff3a7ab000 -     0x7fff3aa8cff7  com.apple.CoreServices.CarbonCore (1217 - 1217)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff3aa8d000 -     0x7fff3aadaffd  com.apple.DictionaryServices (1.2 - 323.6)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff3aadb000 -     0x7fff3aae3ff7  com.apple.CoreServices.FSEvents (1268.100.1 - 1268.100.1)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff3aae4000 -     0x7fff3ad1eff6  com.apple.LaunchServices (1069.24 - 1069.24)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff3ad1f000 -     0x7fff3adb7ff1  com.apple.Metadata (10.7.0 - 2076.7)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff3adb8000 -     0x7fff3ade5fff  com.apple.CoreServices.OSServices (1069.24 - 1069.24)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff3ade6000 -     0x7fff3ae4dfff  com.apple.SearchKit (1.4.1 - 1.4.1)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff3ae4e000 -     0x7fff3ae72ff5  com.apple.coreservices.SharedFileList (131.4 - 131.4)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff3b0cf000 -     0x7fff3b196ffc  com.apple.CoreTelephony (113 - 7560.1)  /System/Library/Frameworks/CoreTelephony.framework/Versions/A/CoreTelephony
    0x7fff3b197000 -     0x7fff3b34effc  com.apple.CoreText (643.1.5.2 - 643.1.5.2)  /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff3b34f000 -     0x7fff3b393ffb  com.apple.CoreVideo (1.8 - 344.3)  /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff3b394000 -     0x7fff3b421ffc  com.apple.framework.CoreWLAN (13.0 - 1601.2)  /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff3b5e9000 -     0x7fff3b693ff0  com.apple.DiscRecording (9.0.3 - 9030.4.5)  /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff3b6b8000 -     0x7fff3b6befff  com.apple.DiskArbitration (2.7 - 2.7)  /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff3b8b3000 -     0x7fff3b9e1ff6  com.apple.FileProvider (304.1 - 304.1)  /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider
    0x7fff3b9f6000 -     0x7fff3b9f8ff3  com.apple.ForceFeedback (1.0.6 - 1.0.6)  /System/Library/Frameworks/ForceFeedback.framework/Versions/A/ForceFeedback
    0x7fff3b9f9000 -     0x7fff3bdbefff  com.apple.Foundation (6.9 - 1677.201)  /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff3be2b000 -     0x7fff3be7bff7  com.apple.GSS (4.0 - 2.0)  /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff3be7c000 -     0x7fff3bea4ff4  com.apple.GameController (1.0 - 1)  /System/Library/Frameworks/GameController.framework/Versions/A/GameController
    0x7fff3bfb8000 -     0x7fff3c0ccff3  com.apple.Bluetooth (7.0.6 - 7.0.6f8)  /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff3c132000 -     0x7fff3c1d6ff3  com.apple.framework.IOKit (2.0.2 - 1726.140.1)  /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff3c1d8000 -     0x7fff3c1e9ffb  com.apple.IOSurface (269.11 - 269.11)  /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff3c207000 -     0x7fff3c267ff5  com.apple.ImageCaptureCore (1.0 - 1600.65)  /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff3c268000 -     0x7fff3c3c5fee  com.apple.ImageIO.framework (3.3.0 - 1976.11.4)  /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff3c3c6000 -     0x7fff3c3c9fff  libGIF.dylib (1976.11.4)  /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff3c3ca000 -     0x7fff3c483fe7  libJP2.dylib (1976.11.4)  /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff3c484000 -     0x7fff3c4a7fe3  libJPEG.dylib (1976.11.4)  /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff3c724000 -     0x7fff3c73efef  libPng.dylib (1976.11.4)  /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff3c73f000 -     0x7fff3c740fff  libRadiance.dylib (1976.11.4)  /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff3c741000 -     0x7fff3c787fff  libTIFF.dylib (1976.11.4)  /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff3c7a0000 -     0x7fff3cc2fff8  com.apple.Intents (1.0 - 1)  /System/Library/Frameworks/Intents.framework/Versions/A/Intents
    0x7fff3cc32000 -     0x7fff3dcd2ff1  com.apple.JavaScriptCore (15609 - 15609.4.1)  /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff3dce9000 -     0x7fff3dcfbff3  com.apple.Kerberos (3.0 - 1)  /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff3dcfc000 -     0x7fff3dcfcfff  libHeimdalProxy.dylib (77)  /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib
    0x7fff3de47000 -     0x7fff3de69ffc  com.apple.CoreAuthentication.SharedUtils (1.0 - 693.140.3)  /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/Versions/A/SharedUtils
    0x7fff3de6a000 -     0x7fff3de80ff2  com.apple.LocalAuthentication (1.0 - 693.140.3)  /System/Library/Frameworks/LocalAuthentication.framework/Versions/A/LocalAuthentication
    0x7fff3e08e000 -     0x7fff3e098ffb  com.apple.MediaAccessibility (1.0 - 125.1)  /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff3e0ac000 -     0x7fff3e163ff7  com.apple.MediaPlayer (1.0 - 1.0)  /System/Library/Frameworks/MediaPlayer.framework/Versions/A/MediaPlayer
    0x7fff3e164000 -     0x7fff3e8b1ff2  com.apple.MediaToolbox (1.0 - 2625.9)  /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff3e8b3000 -     0x7fff3e97dfff  com.apple.Metal (212.8 - 212.8)  /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff3e97f000 -     0x7fff3e999ff5  com.apple.MetalKit (141.2 - 141.2)  /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit
    0x7fff3e99a000 -     0x7fff3e9d7ff7  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1)  /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff3e9d8000 -     0x7fff3ea62fe2  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1)  /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff3ea63000 -     0x7fff3ea88ff4  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1)  /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff3ea89000 -     0x7fff3ea9effb  com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1)  /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
    0x7fff3ea9f000 -     0x7fff3ebfdffc  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1)  /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff3ebfe000 -     0x7fff3ec4dff4  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1)  /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
    0x7fff3ec4e000 -     0x7fff3ec4fff5  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1)  /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff3fcdd000 -     0x7fff3fce9ffe  com.apple.NetFS (6.0 - 4.0)  /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff3fcea000 -     0x7fff3fe41ff3  com.apple.Network (1.0 - 1)  /System/Library/Frameworks/Network.framework/Versions/A/Network
    0x7fff3fe42000 -     0x7fff400a2ffa  com.apple.NetworkExtension (1.0 - 1)  /System/Library/Frameworks/NetworkExtension.framework/Versions/A/NetworkExtension
    0x7fff42873000 -     0x7fff428cbfff  com.apple.opencl (3.5 - 3.5)  /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff428cc000 -     0x7fff428e8fff  com.apple.CFOpenDirectory (10.15 - 220.40.1)  /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff428e9000 -     0x7fff428f4ffd  com.apple.OpenDirectory (10.15 - 220.40.1)  /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff4325a000 -     0x7fff4325cfff  libCVMSPluginSupport.dylib (17.10.22)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff4325d000 -     0x7fff43262fff  libCoreFSCache.dylib (176.15)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff43263000 -     0x7fff43267fff  libCoreVMClient.dylib (176.15)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff43268000 -     0x7fff43270ff7  libGFXShared.dylib (17.10.22)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff43271000 -     0x7fff4327bfff  libGL.dylib (17.10.22)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff4327c000 -     0x7fff432b0ff7  libGLImage.dylib (17.10.22)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff43446000 -     0x7fff43482fff  libGLU.dylib (17.10.22)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff43ebe000 -     0x7fff43ecdff7  com.apple.opengl (17.10.22 - 17.10.22)  /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff4407f000 -     0x7fff44172ff5  com.apple.PDFKit (1.0 - 845.4.1)  /System/Library/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff44173000 -     0x7fff4428aff9  com.apple.PencilKit (1.0 - 1)  /System/Library/Frameworks/PencilKit.framework/Versions/A/PencilKit
    0x7fff4452b000 -     0x7fff44531ff6  com.apple.PushKit (1.0 - 1)  /System/Library/Frameworks/PushKit.framework/Versions/A/PushKit
    0x7fff44652000 -     0x7fff44898ff7  com.apple.imageKit (3.0 - 1081)  /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff44899000 -     0x7fff44d58fff  com.apple.QuartzComposer (5.1 - 378)  /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff44d59000 -     0x7fff44d7effc  com.apple.quartzfilters (1.10.0 - Tag)  /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fff44d7f000 -     0x7fff44e89ff7  com.apple.QuickLookUIFramework (5.0 - 906.3)  /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff44e8a000 -     0x7fff44e8afff  com.apple.quartzframework (1.5 - 23)  /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff44e8b000 -     0x7fff4510effb  com.apple.QuartzCore (1.11 - 841.4)  /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff4510f000 -     0x7fff45168ff5  com.apple.QuickLookFramework (5.0 - 906.3)  /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff45169000 -     0x7fff4519effc  com.apple.QuickLookThumbnailing (1.0 - 1)  /System/Library/Frameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
    0x7fff4566f000 -     0x7fff45687ff0  com.apple.SafariServices.framework (15609 - 15609.4.1)  /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
    0x7fff45c8f000 -     0x7fff45fd8ff1  com.apple.security (7.0 - 59306.140.5)  /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff45fd9000 -     0x7fff46061ffb  com.apple.securityfoundation (6.0 - 55236.60.1)  /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff46090000 -     0x7fff46094ff8  com.apple.xpc.ServiceManagement (1.0 - 1)  /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff46d40000 -     0x7fff46dbaff7  com.apple.SystemConfiguration (1.19 - 1.19)  /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff4703a000 -     0x7fff473bdff4  com.apple.VideoToolbox (1.0 - 2625.9)  /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff4ad2a000 -     0x7fff4adeffe7  com.apple.APFS (1412.141.1 - 1412.141.1)  /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff4bf04000 -     0x7fff4bf05ff1  com.apple.AggregateDictionary (1.0 - 1)  /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
    0x7fff4c353000 -     0x7fff4c49eff5  com.apple.AnnotationKit (1.0 - 325.9)  /System/Library/PrivateFrameworks/AnnotationKit.framework/Versions/A/AnnotationKit
    0x7fff4c49f000 -     0x7fff4c4bcff4  com.apple.AppContainer (4.0 - 448.100.6)  /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff4c511000 -     0x7fff4c51fff7  com.apple.AppSandbox (4.0 - 448.100.6)  /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff4c99b000 -     0x7fff4c9bfffb  com.apple.framework.Apple80211 (13.0 - 1610.1)  /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff4cc7d000 -     0x7fff4cc8cfd7  com.apple.AppleFSCompression (119.100.1 - 1.0)  /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff4cd8b000 -     0x7fff4cd96ff7  com.apple.AppleIDAuthSupport (1.0 - 1)  /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
    0x7fff4cdd8000 -     0x7fff4ce20ff7  com.apple.AppleJPEG (1.0 - 1)  /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff4d1e3000 -     0x7fff4d209ffb  com.apple.aps.framework (4.0 - 4.0)  /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x7fff4d20a000 -     0x7fff4d20eff7  com.apple.AppleSRP (5.0 - 1)  /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff4d20f000 -     0x7fff4d231fff  com.apple.applesauce (1.0 - 16.25)  /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff4d2f0000 -     0x7fff4d2f3fff  com.apple.AppleSystemInfo (3.1.5 - 3.1.5)  /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff4d2f4000 -     0x7fff4d344ff7  com.apple.AppleVAFramework (6.1.2 - 6.1.2)  /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff4d38d000 -     0x7fff4d39cff9  com.apple.AssertionServices (1.0 - 223.140.2)  /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
    0x7fff4d8df000 -     0x7fff4dcdaff8  com.apple.audio.AudioResourceArbitration (1.0 - 1)  /System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration
    0x7fff4df30000 -     0x7fff4e170fe8  com.apple.audio.AudioToolboxCore (1.0 - 1104.95)  /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore
    0x7fff4e174000 -     0x7fff4e290fff  com.apple.AuthKit (1.0 - 1)  /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff4e44d000 -     0x7fff4e456ff7  com.apple.coreservices.BackgroundTaskManagement (1.0 - 104)  /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff4e457000 -     0x7fff4e4f8ff5  com.apple.backup.framework (1.11.7 - 1298.7.1)  /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff4e4f9000 -     0x7fff4e585ff6  com.apple.BaseBoard (466.3 - 466.3)  /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
    0x7fff4e687000 -     0x7fff4e6c3ff7  com.apple.bom (14.0 - 219.2)  /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff4e7e1000 -     0x7fff4e818ff5  com.apple.C2 (1.3 - 495)  /System/Library/PrivateFrameworks/C2.framework/Versions/A/C2
    0x7fff4f243000 -     0x7fff4f292fff  com.apple.ChunkingLibrary (307 - 307)  /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff5013f000 -     0x7fff5014fffb  com.apple.CommonAuth (4.0 - 2.0)  /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff50163000 -     0x7fff5017afff  com.apple.commonutilities (8.0 - 900)  /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
    0x7fff50881000 -     0x7fff50c56fc8  com.apple.CoreAUC (283.0.0 - 283.0.0)  /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff50c57000 -     0x7fff50c84ff7  com.apple.CoreAVCHD (6.1.0 - 6100.4.1)  /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff50ca7000 -     0x7fff50cc8ff4  com.apple.analyticsd (1.0 - 1)  /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
    0x7fff50dd1000 -     0x7fff50e47ff7  com.apple.corebrightness (1.0 - 1)  /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness
    0x7fff50fd3000 -     0x7fff50fdeff7  com.apple.frameworks.CoreDaemon (1.3 - 1.3)  /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff50fdf000 -     0x7fff511eaff1  com.apple.CoreDuet (1.0 - 1)  /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
    0x7fff511eb000 -     0x7fff51238ff3  com.apple.coreduetcontext (1.0 - 1)  /System/Library/PrivateFrameworks/CoreDuetContext.framework/Versions/A/CoreDuetContext
    0x7fff51239000 -     0x7fff51249ffe  com.apple.CoreDuetDaemonProtocol (1.0 - 1)  /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
    0x7fff5124c000 -     0x7fff5124efff  com.apple.CoreDuetDebugLogging (1.0 - 1)  /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
    0x7fff5125f000 -     0x7fff5126fff3  com.apple.CoreEmoji (1.0 - 107.1)  /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff51425000 -     0x7fff51572fff  com.apple.CoreHandwriting (161 - 1.2)  /System/Library/PrivateFrameworks/CoreHandwriting.framework/Versions/A/CoreHandwriting
    0x7fff518af000 -     0x7fff51919ff0  com.apple.CoreNLP (1.0 - 213)  /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff51bdc000 -     0x7fff51c64ffe  com.apple.CorePDF (4.0 - 518.4.1)  /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff51d47000 -     0x7fff51d4fff8  com.apple.CorePhoneNumbers (1.0 - 1)  /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
    0x7fff5273c000 -     0x7fff5275ffff  com.apple.CoreSVG (1.0 - 129.3)  /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG
    0x7fff52794000 -     0x7fff527c2ffd  com.apple.CSStore (1069.24 - 1069.24)  /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
    0x7fff52ce7000 -     0x7fff52d7dff7  com.apple.CoreSymbolication (11.4 - 64535.33.2)  /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff52e15000 -     0x7fff52f41ff6  com.apple.coreui (2.1 - 609.4)  /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff52f42000 -     0x7fff530fbffa  com.apple.CoreUtils (6.2.4 - 624.7)  /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff53235000 -     0x7fff53248ff1  com.apple.CrashReporterSupport (10.13 - 15016)  /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff53301000 -     0x7fff53313ff8  com.apple.framework.DFRFoundation (1.0 - 252.50.1)  /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff53314000 -     0x7fff53319fff  com.apple.DSExternalDisplay (3.1 - 380)  /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff533a3000 -     0x7fff5341dff0  com.apple.datadetectorscore (8.0 - 659)  /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff53469000 -     0x7fff534a6ff8  com.apple.DebugSymbols (194 - 194)  /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff534a7000 -     0x7fff5362fff6  com.apple.desktopservices (1.14.6 - 1281.6.1)  /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff539a7000 -     0x7fff53a7aff1  com.apple.DiskManagement (13.0 - 1648.140.2)  /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
    0x7fff53a7b000 -     0x7fff53a7fff1  com.apple.DisplayServicesFW (3.1 - 380)  /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff53ad9000 -     0x7fff53afdff7  com.apple.DuetActivityScheduler (1.0 - 1)  /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/Versions/A/DuetActivityScheduler
    0x7fff53b27000 -     0x7fff53b5cff7  com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0)  /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
    0x7fff53b5d000 -     0x7fff53b61ff9  com.apple.EFILogin (2.0 - 2)  /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff546ab000 -     0x7fff54d15ff9  com.apple.vision.EspressoFramework (1.0 - 188.4)  /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso
    0x7fff54ff0000 -     0x7fff5540bff1  com.apple.vision.FaceCore (4.3.0 - 4.3.0)  /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff55aaa000 -     0x7fff55be1ff4  libFontParser.dylib (277.2.6.3)  /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
    0x7fff55c7a000 -     0x7fff55c8aff6  libhvf.dylib (1.0 - $[CURRENT_PROJECT_VERSION])  /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
    0x7fff5a826000 -     0x7fff5a82cfff  com.apple.GPUWrangler (5.2.7 - 5.2.7)  /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff5ab4b000 -     0x7fff5ab71ff1  com.apple.GenerationalStorage (2.0 - 314)  /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff5ab8a000 -     0x7fff5bb73ff1  com.apple.GeoServices (1.0 - 1624.26.4.26.9)  /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff5bc9f000 -     0x7fff5bcadffb  com.apple.GraphVisualizer (1.0 - 100.1)  /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff5bd16000 -     0x7fff5bd23ff9  com.apple.HID (1.0 - 1)  /System/Library/PrivateFrameworks/HID.framework/Versions/A/HID
    0x7fff5be4c000 -     0x7fff5bf0aff4  com.apple.Heimdal (4.0 - 2.0)  /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff5e096000 -     0x7fff5e09eff5  com.apple.IOAccelerator (438.7.3 - 438.7.3)  /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff5e0ab000 -     0x7fff5e0c2fff  com.apple.IOPresentment (47.10 - 37)  /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff5e44a000 -     0x7fff5e495ff1  com.apple.IconServices (438.3 - 438.3)  /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff5e632000 -     0x7fff5e640fff  com.apple.IntentsFoundation (1.0 - 1)  /System/Library/PrivateFrameworks/IntentsFoundation.framework/Versions/A/IntentsFoundation
    0x7fff5e653000 -     0x7fff5e65aff9  com.apple.InternationalSupport (1.0 - 45.4)  /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
    0x7fff5e8e7000 -     0x7fff5e906ffd  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1)  /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
    0x7fff5ea3b000 -     0x7fff5eb09ffd  com.apple.LanguageModeling (1.0 - 215.1)  /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff5eb0a000 -     0x7fff5eb52fff  com.apple.Lexicon-framework (1.0 - 72)  /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff5eb59000 -     0x7fff5eb5eff3  com.apple.LinguisticData (1.0 - 353.18)  /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff5eb85000 -     0x7fff5eba9ffe  com.apple.locationsupport (2394.0.22 - 2394.0.22)  /System/Library/PrivateFrameworks/LocationSupport.framework/Versions/A/LocationSupport
    0x7fff5f3f7000 -     0x7fff5f3fafff  com.apple.Mangrove (1.0 - 25)  /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff5f5b8000 -     0x7fff5f5deffc  com.apple.MarkupUI (1.0 - 325.9)  /System/Library/PrivateFrameworks/MarkupUI.framework/Versions/A/MarkupUI
    0x7fff5f663000 -     0x7fff5f6edff8  com.apple.MediaExperience (1.0 - 1)  /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience
    0x7fff5f6ee000 -     0x7fff5f721fff  com.apple.MediaKit (16 - 923)  /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff5f7e6000 -     0x7fff5fb7cff9  com.apple.MediaRemote (1.0 - 1)  /System/Library/PrivateFrameworks/MediaRemote.framework/Versions/A/MediaRemote
    0x7fff5fb7d000 -     0x7fff5fbb9ffc  com.apple.MediaServices (1.0 - 1)  /System/Library/PrivateFrameworks/MediaServices.framework/Versions/A/MediaServices
    0x7fff5fec7000 -     0x7fff5ff13fff  com.apple.spotlight.metadata.utilities (1.0 - 2076.7)  /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
    0x7fff5ff14000 -     0x7fff5ffe5ffa  com.apple.gpusw.MetalTools (1.0 - 1)  /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff60219000 -     0x7fff60237fff  com.apple.MobileKeyBag (2.0 - 1.0)  /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff60303000 -     0x7fff60499ffd  com.apple.Montreal (1.0 - 121.1)  /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal
    0x7fff6049a000 -     0x7fff604caff7  com.apple.MultitouchSupport.framework (3440.1 - 3440.1)  /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff609ca000 -     0x7fff609d4fff  com.apple.NetAuth (6.2 - 6.2)  /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff60a96000 -     0x7fff60ab2ff0  com.apple.network.statistics.framework (1.2 - 1)  /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/NetworkStatistics
    0x7fff613e0000 -     0x7fff6142bffb  com.apple.OTSVG (1.0 - 643.1.5.2)  /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
    0x7fff62648000 -     0x7fff62653ff2  com.apple.PerformanceAnalysis (1.243.2 - 243.2)  /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff62654000 -     0x7fff6267cffb  com.apple.persistentconnection (1.0 - 1.0)  /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection
    0x7fff640f7000 -     0x7fff64127ff7  com.apple.pluginkit.framework (1.0 - 1)  /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
    0x7fff64152000 -     0x7fff64165ffc  com.apple.PowerLog (1.0 - 1)  /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog
    0x7fff64fe1000 -     0x7fff6503bff6  com.apple.ProtectedCloudStorage (1.0 - 1)  /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff6503c000 -     0x7fff65055ffb  com.apple.ProtocolBuffer (1 - 274.24.9.16.3)  /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff65167000 -     0x7fff6516aff4  com.apple.QuickLookNonBaseSystem (1.0 - 1)  /System/Library/PrivateFrameworks/QuickLookNonBaseSystem.framework/Versions/A/QuickLookNonBaseSystem
    0x7fff6516b000 -     0x7fff6518eff0  com.apple.quicklook.QuickLookSupport (1.0 - 1)  /System/Library/PrivateFrameworks/QuickLookSupport.framework/Versions/A/QuickLookSupport
    0x7fff651d5000 -     0x7fff6524eff3  com.apple.Rapport (1.9.5 - 195.2)  /System/Library/PrivateFrameworks/Rapport.framework/Versions/A/Rapport
    0x7fff654b5000 -     0x7fff654deff1  com.apple.RemoteViewServices (2.0 - 148)  /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff65643000 -     0x7fff6567eff0  com.apple.RunningBoardServices (1.0 - 223.140.2)  /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices
    0x7fff66f5f000 -     0x7fff66f62ff5  com.apple.SecCodeWrapper (4.0 - 448.100.6)  /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff670d5000 -     0x7fff671fcfff  com.apple.Sharing (1526.37 - 1526.37)  /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff67274000 -     0x7fff67294ff5  com.apple.sidecar-core (1.0 - 209.40.4)  /System/Library/PrivateFrameworks/SidecarCore.framework/Versions/A/SidecarCore
    0x7fff67295000 -     0x7fff672a7ff0  com.apple.sidecar-ui (1.0 - 209.40.4)  /System/Library/PrivateFrameworks/SidecarUI.framework/Versions/A/SidecarUI
    0x7fff68611000 -     0x7fff68907ff7  com.apple.SkyLight (1.600.0 - 451.4)  /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff69154000 -     0x7fff69162ffb  com.apple.SpeechRecognitionCore (6.0.91.2 - 6.0.91.2)  /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff69996000 -     0x7fff6999fff7  com.apple.SymptomDiagnosticReporter (1.0 - 1238.120.2)  /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
    0x7fff69c56000 -     0x7fff69c66ff3  com.apple.TCC (1.0 - 1)  /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff6a18b000 -     0x7fff6a251ff0  com.apple.TextureIO (3.10.9 - 3.10.9)  /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff6a421000 -     0x7fff6a679ff0  com.apple.UIFoundation (1.0 - 662)  /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff6a710000 -     0x7fff6a716ffe  com.apple.URLFormatting (119 - 119.18)  /System/Library/PrivateFrameworks/URLFormatting.framework/Versions/A/URLFormatting
    0x7fff6b2ef000 -     0x7fff6b30fffc  com.apple.UserManagement (1.0 - 1)  /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement
    0x7fff6c0bb000 -     0x7fff6c1a6ff2  com.apple.ViewBridge (467 - 467)  /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff6c34c000 -     0x7fff6c34dfff  com.apple.WatchdogClient.framework (1.0 - 67.120.2)  /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient
    0x7fff6cf7d000 -     0x7fff6cf80ffa  com.apple.dt.XCTTargetBootstrap (1.0 - 16091)  /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
    0x7fff6cffa000 -     0x7fff6d008ff5  com.apple.audio.caulk (1.0 - 32.3)  /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
    0x7fff6d34a000 -     0x7fff6d34cff3  com.apple.loginsupport (1.0 - 1)  /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff6d392000 -     0x7fff6d39effd  com.apple.perfdata (1.0 - 51.100.6)  /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata
    0x7fff6fe23000 -     0x7fff6fe2fff9  libAudioStatistics.dylib (1104.95)  /usr/lib/libAudioStatistics.dylib
    0x7fff6fe30000 -     0x7fff6fe63ffa  libAudioToolboxUtility.dylib (1104.95)  /usr/lib/libAudioToolboxUtility.dylib
    0x7fff6fe6a000 -     0x7fff6fe9efff  libCRFSuite.dylib (48)  /usr/lib/libCRFSuite.dylib
    0x7fff6fea1000 -     0x7fff6feabfff  libChineseTokenizer.dylib (34)  /usr/lib/libChineseTokenizer.dylib
    0x7fff6feac000 -     0x7fff6ff34fff  libCoreStorage.dylib (551)  /usr/lib/libCoreStorage.dylib
    0x7fff6ff37000 -     0x7fff6ff39ff7  libDiagnosticMessagesClient.dylib (112)  /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff6ff7f000 -     0x7fff70136ffb  libFosl_dynamic.dylib (100.4)  /usr/lib/libFosl_dynamic.dylib
    0x7fff7015d000 -     0x7fff70163ff3  libIOReport.dylib (54)  /usr/lib/libIOReport.dylib
    0x7fff70245000 -     0x7fff7024cfff  libMatch.1.dylib (36)  /usr/lib/libMatch.1.dylib
    0x7fff7027b000 -     0x7fff7029bff7  libMobileGestalt.dylib (826.140.5)  /usr/lib/libMobileGestalt.dylib
    0x7fff7031b000 -     0x7fff703f8ff7  libSMC.dylib (20)  /usr/lib/libSMC.dylib
    0x7fff7040d000 -     0x7fff7040efff  libSystem.B.dylib (1281.100.1)  /usr/lib/libSystem.B.dylib
    0x7fff7040f000 -     0x7fff7049aff7  libTelephonyUtilDynamic.dylib (5017.1)  /usr/lib/libTelephonyUtilDynamic.dylib
    0x7fff7049b000 -     0x7fff7049cfff  libThaiTokenizer.dylib (3)  /usr/lib/libThaiTokenizer.dylib
    0x7fff704b4000 -     0x7fff704cafff  libapple_nghttp2.dylib (1.39.2)  /usr/lib/libapple_nghttp2.dylib
    0x7fff704ff000 -     0x7fff70571ff7  libarchive.2.dylib (72.140.2)  /usr/lib/libarchive.2.dylib
    0x7fff70572000 -     0x7fff7060bfe5  libate.dylib (3.0.1)  /usr/lib/libate.dylib
    0x7fff7060f000 -     0x7fff7060fff3  libauto.dylib (187)  /usr/lib/libauto.dylib
    0x7fff706d5000 -     0x7fff706e5ffb  libbsm.0.dylib (60.100.1)  /usr/lib/libbsm.0.dylib
    0x7fff706e6000 -     0x7fff706f2fff  libbz2.1.0.dylib (44)  /usr/lib/libbz2.1.0.dylib
    0x7fff706f3000 -     0x7fff70745fff  libc++.1.dylib (902.1)  /usr/lib/libc++.1.dylib
    0x7fff70746000 -     0x7fff7075bffb  libc++abi.dylib (902)  /usr/lib/libc++abi.dylib
    0x7fff7075c000 -     0x7fff7075cfff  libcharset.1.dylib (59)  /usr/lib/libcharset.1.dylib
    0x7fff7075d000 -     0x7fff7076efff  libcmph.dylib (8)  /usr/lib/libcmph.dylib
    0x7fff7076f000 -     0x7fff70786fd7  libcompression.dylib (87)  /usr/lib/libcompression.dylib
    0x7fff70a60000 -     0x7fff70a76ff7  libcoretls.dylib (167)  /usr/lib/libcoretls.dylib
    0x7fff70a77000 -     0x7fff70a78fff  libcoretls_cfhelpers.dylib (167)  /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff71022000 -     0x7fff7102dfff  libcsfde.dylib (551)  /usr/lib/libcsfde.dylib
    0x7fff71035000 -     0x7fff71094ff7  libcups.2.dylib (483.7)  /usr/lib/libcups.2.dylib
    0x7fff7119e000 -     0x7fff7119efff  libenergytrace.dylib (21)  /usr/lib/libenergytrace.dylib
    0x7fff7119f000 -     0x7fff711b7fff  libexpat.1.dylib (19.60.2)  /usr/lib/libexpat.1.dylib
    0x7fff711c5000 -     0x7fff711c7fff  libfakelink.dylib (149.1)  /usr/lib/libfakelink.dylib
    0x7fff711c8000 -     0x7fff711cdf57  libffi.dylib (26)  /usr/lib/libffi.dylib
    0x7fff711d6000 -     0x7fff711dbfff  libgermantok.dylib (24)  /usr/lib/libgermantok.dylib
    0x7fff711dc000 -     0x7fff711e5ff7  libheimdal-asn1.dylib (564.140.1)  /usr/lib/libheimdal-asn1.dylib
    0x7fff711e6000 -     0x7fff712d6fff  libiconv.2.dylib (59)  /usr/lib/libiconv.2.dylib
    0x7fff712d7000 -     0x7fff7152efff  libicucore.A.dylib (64260.0.1)  /usr/lib/libicucore.A.dylib
    0x7fff71546000 -     0x7fff71547fff  liblangid.dylib (133)  /usr/lib/liblangid.dylib
    0x7fff71548000 -     0x7fff71560ff3  liblzma.5.dylib (16)  /usr/lib/liblzma.5.dylib
    0x7fff71578000 -     0x7fff7161fff7  libmecab.dylib (883.11)  /usr/lib/libmecab.dylib
    0x7fff71620000 -     0x7fff71882ff1  libmecabra.dylib (883.11)  /usr/lib/libmecabra.dylib
    0x7fff71bef000 -     0x7fff71c1efff  libncurses.5.4.dylib (57)  /usr/lib/libncurses.5.4.dylib
    0x7fff71d4e000 -     0x7fff721caff5  libnetwork.dylib (1880.120.4)  /usr/lib/libnetwork.dylib
    0x7fff721cb000 -     0x7fff721e2fff  libnetworkextension.dylib (1095.140.2)  /usr/lib/libnetworkextension.dylib
    0x7fff7226b000 -     0x7fff7229efde  libobjc.A.dylib (787.1)  /usr/lib/libobjc.A.dylib
    0x7fff722b1000 -     0x7fff722b5fff  libpam.2.dylib (25.100.1)  /usr/lib/libpam.2.dylib
    0x7fff722b8000 -     0x7fff722eeff7  libpcap.A.dylib (89.120.1)  /usr/lib/libpcap.A.dylib
    0x7fff7232e000 -     0x7fff7233cff9  libperfcheck.dylib (37.100.2)  /usr/lib/libperfcheck.dylib
    0x7fff7233d000 -     0x7fff72340ff3  libpmenergy.dylib (214.120.1)  /usr/lib/libpmenergy.dylib
    0x7fff72341000 -     0x7fff72343fff  libpmsample.dylib (214.120.1)  /usr/lib/libpmsample.dylib
    0x7fff72372000 -     0x7fff7238afff  libresolv.9.dylib (67.40.1)  /usr/lib/libresolv.9.dylib
    0x7fff7238c000 -     0x7fff723d0ff7  libsandbox.1.dylib (1217.141.2)  /usr/lib/libsandbox.1.dylib
    0x7fff723e4000 -     0x7fff723e5ff7  libspindump.dylib (281.3)  /usr/lib/libspindump.dylib
    0x7fff723e6000 -     0x7fff725d0ff7  libsqlite3.dylib (308.5)  /usr/lib/libsqlite3.dylib
    0x7fff72821000 -     0x7fff72824ffb  libutil.dylib (57)  /usr/lib/libutil.dylib
    0x7fff72825000 -     0x7fff72832ff7  libxar.1.dylib (425.2)  /usr/lib/libxar.1.dylib
    0x7fff72838000 -     0x7fff7291afff  libxml2.2.dylib (33.7)  /usr/lib/libxml2.2.dylib
    0x7fff7291e000 -     0x7fff72946fff  libxslt.1.dylib (16.9)  /usr/lib/libxslt.1.dylib
    0x7fff72947000 -     0x7fff72959ff3  libz.1.dylib (76)  /usr/lib/libz.1.dylib
    0x7fff73208000 -     0x7fff7320dff3  libcache.dylib (83)  /usr/lib/system/libcache.dylib
    0x7fff7320e000 -     0x7fff73219fff  libcommonCrypto.dylib (60165.120.1)  /usr/lib/system/libcommonCrypto.dylib
    0x7fff7321a000 -     0x7fff73221fff  libcompiler_rt.dylib (101.2)  /usr/lib/system/libcompiler_rt.dylib
    0x7fff73222000 -     0x7fff7322bff7  libcopyfile.dylib (166.40.1)  /usr/lib/system/libcopyfile.dylib
    0x7fff7322c000 -     0x7fff732befdb  libcorecrypto.dylib (866.140.1)  /usr/lib/system/libcorecrypto.dylib
    0x7fff733cb000 -     0x7fff7340bff0  libdispatch.dylib (1173.100.2)  /usr/lib/system/libdispatch.dylib
    0x7fff7340c000 -     0x7fff73442fff  libdyld.dylib (750.6)  /usr/lib/system/libdyld.dylib
    0x7fff73443000 -     0x7fff73443ffb  libkeymgr.dylib (30)  /usr/lib/system/libkeymgr.dylib
    0x7fff73444000 -     0x7fff73450ff3  libkxld.dylib (6153.141.10)  /usr/lib/system/libkxld.dylib
    0x7fff73451000 -     0x7fff73451ff7  liblaunch.dylib (1738.140.2)  /usr/lib/system/liblaunch.dylib
    0x7fff73452000 -     0x7fff73457ff7  libmacho.dylib (959.0.1)  /usr/lib/system/libmacho.dylib
    0x7fff73458000 -     0x7fff7345aff3  libquarantine.dylib (110.40.3)  /usr/lib/system/libquarantine.dylib
    0x7fff7345b000 -     0x7fff7345cff7  libremovefile.dylib (48)  /usr/lib/system/libremovefile.dylib
    0x7fff7345d000 -     0x7fff73474ff3  libsystem_asl.dylib (377.60.2)  /usr/lib/system/libsystem_asl.dylib
    0x7fff73475000 -     0x7fff73475ff7  libsystem_blocks.dylib (74)  /usr/lib/system/libsystem_blocks.dylib
    0x7fff73476000 -     0x7fff734fdfff  libsystem_c.dylib (1353.100.2)  /usr/lib/system/libsystem_c.dylib
    0x7fff734fe000 -     0x7fff73501ffb  libsystem_configuration.dylib (1061.141.1)  /usr/lib/system/libsystem_configuration.dylib
    0x7fff73502000 -     0x7fff73505fff  libsystem_coreservices.dylib (114)  /usr/lib/system/libsystem_coreservices.dylib
    0x7fff73506000 -     0x7fff7350efff  libsystem_darwin.dylib (1353.100.2)  /usr/lib/system/libsystem_darwin.dylib
    0x7fff7350f000 -     0x7fff73516fff  libsystem_dnssd.dylib (1096.100.3)  /usr/lib/system/libsystem_dnssd.dylib
    0x7fff73517000 -     0x7fff73518ffb  libsystem_featureflags.dylib (17)  /usr/lib/system/libsystem_featureflags.dylib
    0x7fff73519000 -     0x7fff73566ff7  libsystem_info.dylib (538)  /usr/lib/system/libsystem_info.dylib
    0x7fff73567000 -     0x7fff73593ff7  libsystem_kernel.dylib (6153.141.10)  /usr/lib/system/libsystem_kernel.dylib
    0x7fff73594000 -     0x7fff735dbfff  libsystem_m.dylib (3178)  /usr/lib/system/libsystem_m.dylib
    0x7fff735dc000 -     0x7fff73603fff  libsystem_malloc.dylib (283.100.6)  /usr/lib/system/libsystem_malloc.dylib
    0x7fff73604000 -     0x7fff73611ffb  libsystem_networkextension.dylib (1095.140.2)  /usr/lib/system/libsystem_networkextension.dylib
    0x7fff73612000 -     0x7fff7361bff7  libsystem_notify.dylib (241.100.2)  /usr/lib/system/libsystem_notify.dylib
    0x7fff7361c000 -     0x7fff73624fef  libsystem_platform.dylib (220.100.1)  /usr/lib/system/libsystem_platform.dylib
    0x7fff73625000 -     0x7fff7362ffff  libsystem_pthread.dylib (416.100.3)  /usr/lib/system/libsystem_pthread.dylib
    0x7fff73630000 -     0x7fff73634ff3  libsystem_sandbox.dylib (1217.141.2)  /usr/lib/system/libsystem_sandbox.dylib
    0x7fff73635000 -     0x7fff73637fff  libsystem_secinit.dylib (62.100.2)  /usr/lib/system/libsystem_secinit.dylib
    0x7fff73638000 -     0x7fff7363fffb  libsystem_symptoms.dylib (1238.120.2)  /usr/lib/system/libsystem_symptoms.dylib
    0x7fff73640000 -     0x7fff73656ff2  libsystem_trace.dylib (1147.120.1)  /usr/lib/system/libsystem_trace.dylib
    0x7fff73658000 -     0x7fff7365dff7  libunwind.dylib (35.4)  /usr/lib/system/libunwind.dylib
    0x7fff7365e000 -     0x7fff73693ffe  libxpc.dylib (1738.140.2)  /usr/lib/system/libxpc.dylib

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

VM Region Summary:
ReadOnly portion of Libraries: Total=967.9M resident=0K(0%) swapped_out_or_unallocated=967.9M(100%)
Writable regions: Total=642.7M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=642.7M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Activity Tracing                   256K        1 
Kernel Alloc Once                    8K        1 
MALLOC                           182.4M       88 
MALLOC guard page                   16K        4 
MALLOC_LARGE (reserved)            384K        1         reserved VM address space (unallocated)
MALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)
STACK GUARD                         12K        3 
Stack                             9752K        4 
Stack Guard                       56.0M        1 
VM_ALLOCATE                       64.0M        2 
__DATA                            48.8M      436 
__DATA_CONST                        20K        1 
__FONT_DATA                          4K        1 
__LINKEDIT                       474.3M       74 
__OBJC_RO                         32.3M        1 
__OBJC_RW                         1908K        2 
__TEXT                           493.6M      417 
__UNICODE                          564K        1 
mapped file                       27.3M        2 
shared memory                       48K        6 
===========                     =======  ======= 
TOTAL                              1.7G     1047 
TOTAL, minus reserved VM space     1.4G     1047 



Log:
UCSF ChimeraX version: 1.4.dev202112041237 (2021-12-04)  
© 2016-2021 Regents of the University of California. All rights reserved.  
How to cite UCSF ChimeraX  




OpenGL version: 4.1 INTEL-14.7.11
OpenGL renderer: Intel(R) HD Graphics 6000
OpenGL vendor: Intel Inc.Hardware:

    Hardware Overview:

      Model Name: MacBook Air
      Model Identifier: MacBookAir7,2
      Processor Name: Dual-Core Intel Core i5
      Processor Speed: 1,8 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: 8 GB
      Boot ROM Version: 425.0.0.0.0
      SMC Version (system): 2.27f2

Software:

    System Software Overview:

      System Version: macOS 10.15.7 (19H114)
      Kernel Version: Darwin 19.6.0
      Time since boot: 51 days 18:22

Graphics/Displays:

    Intel HD Graphics 6000:

      Chipset Model: Intel HD Graphics 6000
      Type: GPU
      Bus: Built-In
      VRAM (Dynamic, Max): 1536 MB
      Vendor: Intel
      Device ID: 0x1626
      Revision ID: 0x0009
      Metal: Supported, feature set macOS GPUFamily1 v4
      Displays:
        Color LCD:
          Display Type: LCD
          Resolution: 1440 x 900 (Widescreen eXtended Graphics Array Plus)
          UI Looks like: 1440 x 900
          Framebuffer Depth: 24-Bit Color (ARGB8888)
          Main Display: Yes
          Mirror: Off
          Online: Yes
          Automatically Adjust Brightness: No
          Connection Type: Internal

Locale: (None, 'UTF-8')
PyQt5 5.15.2, Qt 5.15.2
Installed Packages:
    alabaster: 0.7.12
    appdirs: 1.4.4
    appnope: 0.1.2
    Babel: 2.9.1
    backcall: 0.2.0
    blockdiag: 2.0.1
    certifi: 2021.5.30
    cftime: 1.5.1.1
    charset-normalizer: 2.0.9
    ChimeraX-AddCharge: 1.2.2
    ChimeraX-AddH: 2.1.11
    ChimeraX-AlignmentAlgorithms: 2.0
    ChimeraX-AlignmentHdrs: 3.2
    ChimeraX-AlignmentMatrices: 2.0
    ChimeraX-Alignments: 2.2.3
    ChimeraX-AlphaFold: 1.0
    ChimeraX-AltlocExplorer: 1.0.1
    ChimeraX-AmberInfo: 1.0
    ChimeraX-Arrays: 1.0
    ChimeraX-Atomic: 1.31.5
    ChimeraX-AtomicLibrary: 4.2
    ChimeraX-AtomSearch: 2.0
    ChimeraX-AtomSearchLibrary: 1.0
    ChimeraX-AxesPlanes: 2.1
    ChimeraX-BasicActions: 1.1
    ChimeraX-BILD: 1.0
    ChimeraX-BlastProtein: 2.0
    ChimeraX-BondRot: 2.0
    ChimeraX-BugReporter: 1.0
    ChimeraX-BuildStructure: 2.6.1
    ChimeraX-Bumps: 1.0
    ChimeraX-BundleBuilder: 1.1
    ChimeraX-ButtonPanel: 1.0
    ChimeraX-CageBuilder: 1.0
    ChimeraX-CellPack: 1.0
    ChimeraX-Centroids: 1.2
    ChimeraX-ChemGroup: 2.0
    ChimeraX-Clashes: 2.2.2
    ChimeraX-ColorActions: 1.0
    ChimeraX-ColorGlobe: 1.0
    ChimeraX-ColorKey: 1.5
    ChimeraX-CommandLine: 1.1.5
    ChimeraX-ConnectStructure: 2.0
    ChimeraX-Contacts: 1.0
    ChimeraX-Core: 1.4.dev202112041237
    ChimeraX-CoreFormats: 1.1
    ChimeraX-coulombic: 1.3.2
    ChimeraX-Crosslinks: 1.0
    ChimeraX-Crystal: 1.0
    ChimeraX-CrystalContacts: 1.0
    ChimeraX-DataFormats: 1.2.2
    ChimeraX-Dicom: 1.0
    ChimeraX-DistMonitor: 1.1.5
    ChimeraX-Dssp: 2.0
    ChimeraX-EMDB-SFF: 1.0
    ChimeraX-ExperimentalCommands: 1.0
    ChimeraX-FileHistory: 1.0
    ChimeraX-FunctionKey: 1.0
    ChimeraX-Geometry: 1.1
    ChimeraX-gltf: 1.0
    ChimeraX-Graphics: 1.1
    ChimeraX-Hbonds: 2.1.2
    ChimeraX-Help: 1.2
    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
    ChimeraX-Label: 1.1
    ChimeraX-ListInfo: 1.1.1
    ChimeraX-Log: 1.1.5
    ChimeraX-LookingGlass: 1.1
    ChimeraX-Maestro: 1.8.1
    ChimeraX-Map: 1.1
    ChimeraX-MapData: 2.0
    ChimeraX-MapEraser: 1.0
    ChimeraX-MapFilter: 2.0
    ChimeraX-MapFit: 2.0
    ChimeraX-MapSeries: 2.1
    ChimeraX-Markers: 1.0
    ChimeraX-Mask: 1.0
    ChimeraX-MatchMaker: 2.0.4
    ChimeraX-MDcrds: 2.6
    ChimeraX-MedicalToolbar: 1.0.1
    ChimeraX-Meeting: 1.0
    ChimeraX-MLP: 1.1
    ChimeraX-mmCIF: 2.4
    ChimeraX-MMTF: 2.1
    ChimeraX-Modeller: 1.5.1
    ChimeraX-ModelPanel: 1.3.1
    ChimeraX-ModelSeries: 1.0
    ChimeraX-Mol2: 2.0
    ChimeraX-Morph: 1.0
    ChimeraX-MouseModes: 1.1
    ChimeraX-Movie: 1.0
    ChimeraX-Neuron: 1.0
    ChimeraX-Nucleotides: 2.0.2
    ChimeraX-OpenCommand: 1.8
    ChimeraX-PDB: 2.6.5
    ChimeraX-PDBBio: 1.0
    ChimeraX-PDBLibrary: 1.0.2
    ChimeraX-PDBMatrices: 1.0
    ChimeraX-PickBlobs: 1.0
    ChimeraX-Positions: 1.0
    ChimeraX-PresetMgr: 1.0.1
    ChimeraX-PubChem: 2.1
    ChimeraX-ReadPbonds: 1.0.1
    ChimeraX-Registration: 1.1
    ChimeraX-RemoteControl: 1.0
    ChimeraX-ResidueFit: 1.0
    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
    ChimeraX-SchemeMgr: 1.0
    ChimeraX-SDF: 2.0
    ChimeraX-Segger: 1.0
    ChimeraX-Segment: 1.0
    ChimeraX-SelInspector: 1.0
    ChimeraX-SeqView: 2.4.6
    ChimeraX-Shape: 1.0.1
    ChimeraX-Shell: 1.0
    ChimeraX-Shortcuts: 1.1
    ChimeraX-ShowAttr: 1.0
    ChimeraX-ShowSequences: 1.0
    ChimeraX-SideView: 1.0
    ChimeraX-Smiles: 2.1
    ChimeraX-SmoothLines: 1.0
    ChimeraX-SpaceNavigator: 1.0
    ChimeraX-StdCommands: 1.6.1
    ChimeraX-STL: 1.0
    ChimeraX-Storm: 1.0
    ChimeraX-StructMeasure: 1.0.1
    ChimeraX-Struts: 1.0
    ChimeraX-Surface: 1.0
    ChimeraX-SwapAA: 2.0
    ChimeraX-SwapRes: 2.1
    ChimeraX-TapeMeasure: 1.0
    ChimeraX-Test: 1.0
    ChimeraX-Toolbar: 1.1
    ChimeraX-ToolshedUtils: 1.2
    ChimeraX-Tug: 1.0
    ChimeraX-UI: 1.15.1
    ChimeraX-uniprot: 2.2
    ChimeraX-UnitCell: 1.0
    ChimeraX-ViewDockX: 1.0.1
    ChimeraX-VIPERdb: 1.0
    ChimeraX-Vive: 1.1
    ChimeraX-VolumeMenu: 1.0
    ChimeraX-VTK: 1.0
    ChimeraX-WavefrontOBJ: 1.0
    ChimeraX-WebCam: 1.0
    ChimeraX-WebServices: 1.0
    ChimeraX-Zone: 1.0
    colorama: 0.4.4
    cxservices: 1.1
    cycler: 0.11.0
    Cython: 0.29.24
    decorator: 5.1.0
    docutils: 0.17.1
    filelock: 3.0.12
    funcparserlib: 0.3.6
    grako: 3.16.5
    h5py: 3.6.0
    html2text: 2020.1.16
    idna: 3.3
    ihm: 0.21
    imagecodecs: 2021.4.28
    imagesize: 1.3.0
    ipykernel: 5.5.5
    ipython: 7.23.1
    ipython-genutils: 0.2.0
    jedi: 0.18.0
    Jinja2: 3.0.1
    jupyter-client: 6.1.12
    jupyter-core: 4.9.1
    kiwisolver: 1.3.2
    lxml: 4.6.3
    lz4: 3.1.3
    MarkupSafe: 2.0.1
    matplotlib: 3.4.3
    matplotlib-inline: 0.1.3
    msgpack: 1.0.2
    netCDF4: 1.5.7
    networkx: 2.6.3
    numexpr: 2.8.0
    numpy: 1.21.2
    openvr: 1.16.801
    packaging: 21.0
    ParmEd: 3.2.0
    parso: 0.8.3
    pexpect: 4.8.0
    pickleshare: 0.7.5
    Pillow: 8.3.2
    pip: 21.2.4
    pkginfo: 1.7.1
    prompt-toolkit: 3.0.23
    psutil: 5.8.0
    ptyprocess: 0.7.0
    pycollada: 0.7.1
    pydicom: 2.1.2
    Pygments: 2.10.0
    PyOpenGL: 3.1.5
    PyOpenGL-accelerate: 3.1.5
    pyparsing: 3.0.6
    PyQt5-commercial: 5.15.2
    PyQt5-sip: 12.8.1
    PyQtWebEngine-commercial: 5.15.2
    python-dateutil: 2.8.2
    pytz: 2021.3
    pyzmq: 22.3.0
    qtconsole: 5.1.1
    QtPy: 1.11.3
    RandomWords: 0.3.0
    requests: 2.26.0
    scipy: 1.7.1
    setuptools: 57.5.0
    sfftk-rw: 0.7.1
    six: 1.16.0
    snowballstemmer: 2.2.0
    sortedcontainers: 2.4.0
    Sphinx: 4.2.0
    sphinx-autodoc-typehints: 1.12.0
    sphinxcontrib-applehelp: 1.0.2
    sphinxcontrib-blockdiag: 2.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
    suds-jurko: 0.6
    tifffile: 2021.4.8
    tinyarray: 1.2.3
    tornado: 6.1
    traitlets: 5.1.1
    urllib3: 1.26.7
    wcwidth: 0.2.5
    webcolors: 1.11.1
    wheel: 0.37.0
    wheel-filename: 1.3.0

Change History (4)

comment:1 by pett, 4 years ago

Cc: Tom Goddard added
Component: UnassignedWindow Toolkit
Owner: set to pett
Platform: all
Project: ChimeraX
Status: newaccepted
Summary: ChimeraX bug report submissionFatal Qt error during app initialization

comment:2 by pett, 4 years ago

Resolution: can't reproduce
Status: acceptedclosed

comment:3 by Tom Goddard, 4 years ago

I think we have code that catches Qt error messages and tries to put them in the reply log. But obviously that is not going to work for fatal errors. But it would be nice if we could capture the error message that qt_message_fatal() is writing out so we know what caused the crash.

comment:4 by pett, 4 years ago

Yes, it just puts fatal errors out on stderr. Also, that redirection doesn't happen until after QApplication.init(), but looking at the code I don't see anything preventing it being moved to before that call. Nonetheless, what would it need to do to get the error message into the bug report?

Note: See TracTickets for help on using tickets.