Opened 4 years ago

Closed 4 years ago

#4712 closed defect (can't reproduce)

Crash in QtWebEngineCore

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:        Darwin-19.6.0-x86_64-i386-64bit
ChimeraX Version: 1.1 (2020-09-09 22:22:27 UTC)
Description
Last time you used ChimeraX it crashed.
Please describe steps that led to the crash here.
Process:               ChimeraX [3082]
Path:                  /Applications/ChimeraX-1.1.app/Contents/MacOS/ChimeraX
Identifier:            edu.ucsf.cgl.ChimeraX
Version:               1.1.0 (1.1.0.0)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           ChimeraX [3082]
User ID:               501

Date/Time:             2021-06-01 15:42:54.653 -0700
OS Version:            Mac OS X 10.15.7 (19H114)
Report Version:        12
Bridge OS Version:     5.1 (18P3030)
Anonymous UUID:        BD755B33-1D96-F37A-69CB-1831834AED9B

Sleep/Wake UUID:       1632DFA2-343B-439E-A17E-C43D36690B74

Time Awake Since Boot: 15000 seconds
Time Since Wake:       54 seconds

System Integrity Protection: enabled

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

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000048
Exception Note:        EXC_CORPSE_NOTIFY

VM Regions Near 0x48:
--> 
    __TEXT                 0000000103099000-000000010309a000 [    4K] r-x/r-x SM=COW  /Applications/ChimeraX-1.1.app/Contents/MacOS/ChimeraX

Thread 0 Crashed:: CrBrowserMain  Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fff6f1c433a __pthread_kill + 10
1   libsystem_pthread.dylib       	0x00007fff6f280e60 pthread_kill + 430
2   libsystem_c.dylib             	0x00007fff6f0db93e raise + 26
3   libsystem_platform.dylib      	0x00007fff6f2755fd _sigtramp + 29
4   ???                           	000000000000000000 0 + 0
5   QtWebEngineCore               	0x0000000113653726 0x113626000 + 186150
6   QtWebEngineCore               	0x0000000113652969 0x113626000 + 182633
7   QtWebEngineCore               	0x0000000113642a65 0x113626000 + 117349
8   QtQuick                       	0x000000011a084a5c QQuickWindowPrivate::updateDirtyNode(QQuickItem*) + 2908
9   QtQuick                       	0x000000011a073d39 QQuickWindowPrivate::updateDirtyNodes() + 1017
10  QtQuick                       	0x000000011a07372f QQuickWindowPrivate::syncSceneGraph() + 271
11  QtQuick                       	0x000000011a148fbc QQuickRenderControl::sync() + 28
12  QtQuickWidgets                	0x000000011a9ed46a 0x11a9e8000 + 21610
13  QtQuickWidgets                	0x000000011a9ed598 0x11a9e8000 + 21912
14  QtCore                        	0x0000000110e39ab6 QObject::event(QEvent*) + 102
15  QtWidgets                     	0x00000001101614da QWidget::event(QEvent*) + 4826
16  QtQuickWidgets                	0x000000011a9f12ce QQuickWidget::event(QEvent*) + 782
17  QtWebEngineWidgets            	0x00000001135f90e7 0x1135de000 + 110823
18  QtWidgets                     	0x000000011012467d QApplicationPrivate::notify_helper(QObject*, QEvent*) + 269
19  QtWidgets                     	0x0000000110125a82 QApplication::notify(QObject*, QEvent*) + 594
20  QtWidgets.so                  	0x000000010fce43ca sipQApplication::notify(QObject*, QEvent*) + 234
21  QtCore                        	0x0000000110e10324 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 212
22  QtCore                        	0x0000000110e6993f QTimerInfoList::activateTimers() + 991
23  libqcocoa.dylib               	0x000000011ac04032 0x11abcf000 + 217138
24  com.apple.CoreFoundation      	0x00007fff34fe5d52 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
25  com.apple.CoreFoundation      	0x00007fff34fe5cf1 __CFRunLoopDoSource0 + 103
26  com.apple.CoreFoundation      	0x00007fff34fe5b0b __CFRunLoopDoSources0 + 209
27  com.apple.CoreFoundation      	0x00007fff34fe483a __CFRunLoopRun + 927
28  com.apple.CoreFoundation      	0x00007fff34fe3e3e CFRunLoopRunSpecific + 462
29  com.apple.HIToolbox           	0x00007fff33c10abd RunCurrentEventLoopInMode + 292
30  com.apple.HIToolbox           	0x00007fff33c107d5 ReceiveNextEventCommon + 584
31  com.apple.HIToolbox           	0x00007fff33c10579 _BlockUntilNextEventMatchingListInModeWithFilter + 64
32  com.apple.AppKit              	0x00007fff32256039 _DPSNextEvent + 883
33  com.apple.AppKit              	0x00007fff32254880 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1352
34  com.apple.AppKit              	0x00007fff3224658e -[NSApplication run] + 658
35  libqcocoa.dylib               	0x000000011ac04de3 0x11abcf000 + 220643
36  QtCore                        	0x0000000110e0b93f QEventLoop::exec(QFlags) + 431
37  QtCore                        	0x0000000110e10932 QCoreApplication::exec() + 130
38  QtWidgets.so                  	0x000000010fdd37d2 meth_QApplication_exec_(_object*, _object*) + 82
39  org.python.python             	0x00000001030c43a2 _PyMethodDef_RawFastCallKeywords + 226
40  org.python.python             	0x00000001030c38d9 _PyCFunction_FastCallKeywords + 41
41  org.python.python             	0x0000000103198b70 call_function + 656
42  org.python.python             	0x0000000103195827 _PyEval_EvalFrameDefault + 26567
43  org.python.python             	0x00000001030c3d81 function_code_fastcall + 177
44  org.python.python             	0x0000000103198be4 call_function + 772
45  org.python.python             	0x0000000103195827 _PyEval_EvalFrameDefault + 26567
46  org.python.python             	0x0000000103199a3c _PyEval_EvalCodeWithName + 3276
47  org.python.python             	0x00000001030c3899 _PyFunction_FastCallKeywords + 217
48  org.python.python             	0x0000000103198be4 call_function + 772
49  org.python.python             	0x00000001031958be _PyEval_EvalFrameDefault + 26718
50  org.python.python             	0x0000000103199a3c _PyEval_EvalCodeWithName + 3276
51  org.python.python             	0x000000010318efc0 PyEval_EvalCode + 48
52  org.python.python             	0x000000010318c557 builtin_exec + 583
53  org.python.python             	0x00000001030c454d _PyMethodDef_RawFastCallKeywords + 653
54  org.python.python             	0x00000001030c38d9 _PyCFunction_FastCallKeywords + 41
55  org.python.python             	0x0000000103198b70 call_function + 656
56  org.python.python             	0x00000001031958be _PyEval_EvalFrameDefault + 26718
57  org.python.python             	0x0000000103199a3c _PyEval_EvalCodeWithName + 3276
58  org.python.python             	0x00000001030c3899 _PyFunction_FastCallKeywords + 217
59  org.python.python             	0x0000000103198be4 call_function + 772
60  org.python.python             	0x00000001031958be _PyEval_EvalFrameDefault + 26718
61  org.python.python             	0x0000000103199a3c _PyEval_EvalCodeWithName + 3276
62  org.python.python             	0x00000001030c3397 _PyFunction_FastCallDict + 455
63  org.python.python             	0x00000001031f3b03 pymain_run_module + 147
64  org.python.python             	0x00000001031f2bec pymain_main + 5900
65  org.python.python             	0x00000001031f14d3 Py_Main + 51
66  edu.ucsf.cgl.ChimeraX         	0x0000000103099dc8 main + 120
67  libdyld.dylib                 	0x00007fff6f07ccc9 start + 1

Thread 1:
0   libsystem_kernel.dylib        	0x00007fff6f1c0882 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff6f281425 _pthread_cond_wait + 698
2   libopenblasp-r0.3.7.dylib     	0x00000001049bac3b blas_thread_server + 619
3   libsystem_pthread.dylib       	0x00007fff6f281109 _pthread_start + 148
4   libsystem_pthread.dylib       	0x00007fff6f27cb8b thread_start + 15

Thread 2:
0   libsystem_kernel.dylib        	0x00007fff6f1c0882 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff6f281425 _pthread_cond_wait + 698
2   libopenblasp-r0.3.7.dylib     	0x00000001049bac3b blas_thread_server + 619
3   libsystem_pthread.dylib       	0x00007fff6f281109 _pthread_start + 148
4   libsystem_pthread.dylib       	0x00007fff6f27cb8b thread_start + 15

Thread 3:
0   libsystem_kernel.dylib        	0x00007fff6f1c0882 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff6f281425 _pthread_cond_wait + 698
2   libopenblasp-r0.3.7.dylib     	0x00000001049bac3b blas_thread_server + 619
3   libsystem_pthread.dylib       	0x00007fff6f281109 _pthread_start + 148
4   libsystem_pthread.dylib       	0x00007fff6f27cb8b thread_start + 15

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

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

Thread 6:
0   libsystem_pthread.dylib       	0x00007fff6f27cb68 start_wqthread + 0

Thread 7:
0   libsystem_pthread.dylib       	0x00007fff6f27cb68 start_wqthread + 0

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

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

Thread 10:
0   libsystem_pthread.dylib       	0x00007fff6f27cb68 start_wqthread + 0

Thread 11:
0   libsystem_pthread.dylib       	0x00007fff6f27cb68 start_wqthread + 0

Thread 12:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	0x00007fff6f1bddfa mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6f1be170 mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff34fe5ef5 __CFRunLoopServiceMachPort + 247
3   com.apple.CoreFoundation      	0x00007fff34fe49c2 __CFRunLoopRun + 1319
4   com.apple.CoreFoundation      	0x00007fff34fe3e3e CFRunLoopRunSpecific + 462
5   com.apple.AppKit              	0x00007fff323f7954 _NSEventThread + 132
6   libsystem_pthread.dylib       	0x00007fff6f281109 _pthread_start + 148
7   libsystem_pthread.dylib       	0x00007fff6f27cb8b thread_start + 15

Thread 13:: NetworkConfigWatcher
0   libsystem_kernel.dylib        	0x00007fff6f1bddfa mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6f1be170 mach_msg + 60
2   QtWebEngineCore               	0x00000001157c832d 0x113626000 + 35267373
3   QtWebEngineCore               	0x00000001157c822f 0x113626000 + 35267119
4   QtWebEngineCore               	0x000000011577c05d 0x113626000 + 34955357
5   QtWebEngineCore               	0x00000001157a5085 0x113626000 + 35123333
6   QtWebEngineCore               	0x00000001157f79bc 0x113626000 + 35461564
7   QtWebEngineCore               	0x0000000115837717 0x113626000 + 35723031
8   libsystem_pthread.dylib       	0x00007fff6f281109 _pthread_start + 148
9   libsystem_pthread.dylib       	0x00007fff6f27cb8b thread_start + 15

Thread 14:: DnsConfigService
0   libsystem_kernel.dylib        	0x00007fff6f1c2766 kevent + 10
1   QtWebEngineCore               	0x0000000115a899a9 0x113626000 + 38156713
2   QtWebEngineCore               	0x0000000115a86cbd 0x113626000 + 38145213
3   QtWebEngineCore               	0x000000011583dcdc 0x113626000 + 35749084
4   QtWebEngineCore               	0x00000001157a5085 0x113626000 + 35123333
5   QtWebEngineCore               	0x00000001157f79bc 0x113626000 + 35461564
6   QtWebEngineCore               	0x0000000115837717 0x113626000 + 35723031
7   libsystem_pthread.dylib       	0x00007fff6f281109 _pthread_start + 148
8   libsystem_pthread.dylib       	0x00007fff6f27cb8b thread_start + 15

Thread 15:: TaskSchedulerServiceThread
0   libsystem_kernel.dylib        	0x00007fff6f1c2766 kevent + 10
1   QtWebEngineCore               	0x0000000115a899a9 0x113626000 + 38156713
2   QtWebEngineCore               	0x0000000115a86cbd 0x113626000 + 38145213
3   QtWebEngineCore               	0x000000011583dcc4 0x113626000 + 35749060
4   QtWebEngineCore               	0x00000001157a5085 0x113626000 + 35123333
5   QtWebEngineCore               	0x00000001157e6a74 0x113626000 + 35392116
6   QtWebEngineCore               	0x00000001157f79bc 0x113626000 + 35461564
7   QtWebEngineCore               	0x0000000115837717 0x113626000 + 35723031
8   libsystem_pthread.dylib       	0x00007fff6f281109 _pthread_start + 148
9   libsystem_pthread.dylib       	0x00007fff6f27cb8b thread_start + 15

Thread 16:: TaskSchedulerForegroundWorker
0   libsystem_kernel.dylib        	0x00007fff6f1bddfa mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6f1be170 mach_msg + 60
2   QtWebEngineCore               	0x00000001157c832d 0x113626000 + 35267373
3   QtWebEngineCore               	0x00000001157c8421 0x113626000 + 35267617
4   QtWebEngineCore               	0x00000001157dfd28 0x113626000 + 35364136
5   QtWebEngineCore               	0x00000001157e065b 0x113626000 + 35366491
6   QtWebEngineCore               	0x00000001157e02c4 0x113626000 + 35365572
7   QtWebEngineCore               	0x0000000115837717 0x113626000 + 35723031
8   libsystem_pthread.dylib       	0x00007fff6f281109 _pthread_start + 148
9   libsystem_pthread.dylib       	0x00007fff6f27cb8b thread_start + 15

Thread 17:: TaskSchedulerForegroundBlockingWorker
0   libsystem_kernel.dylib        	0x00007fff6f1bddfa mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6f1be170 mach_msg + 60
2   QtWebEngineCore               	0x00000001157c832d 0x113626000 + 35267373
3   QtWebEngineCore               	0x00000001157c8421 0x113626000 + 35267617
4   QtWebEngineCore               	0x00000001157dfd28 0x113626000 + 35364136
5   QtWebEngineCore               	0x00000001157e065b 0x113626000 + 35366491
6   QtWebEngineCore               	0x00000001157e02c4 0x113626000 + 35365572
7   QtWebEngineCore               	0x0000000115837717 0x113626000 + 35723031
8   libsystem_pthread.dylib       	0x00007fff6f281109 _pthread_start + 148
9   libsystem_pthread.dylib       	0x00007fff6f27cb8b thread_start + 15

Thread 18:: TaskSchedulerForegroundBlockingWorker
0   libsystem_kernel.dylib        	0x00007fff6f1bddfa mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6f1be170 mach_msg + 60
2   QtWebEngineCore               	0x00000001157c832d 0x113626000 + 35267373
3   QtWebEngineCore               	0x00000001157c8421 0x113626000 + 35267617
4   QtWebEngineCore               	0x00000001157dfd28 0x113626000 + 35364136
5   QtWebEngineCore               	0x00000001157e065b 0x113626000 + 35366491
6   QtWebEngineCore               	0x00000001157e02c4 0x113626000 + 35365572
7   QtWebEngineCore               	0x0000000115837717 0x113626000 + 35723031
8   libsystem_pthread.dylib       	0x00007fff6f281109 _pthread_start + 148
9   libsystem_pthread.dylib       	0x00007fff6f27cb8b thread_start + 15

Thread 19:: TaskSchedulerForegroundBlockingWorker
0   libsystem_kernel.dylib        	0x00007fff6f1bddfa mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6f1be170 mach_msg + 60
2   QtWebEngineCore               	0x00000001157c832d 0x113626000 + 35267373
3   QtWebEngineCore               	0x00000001157c8421 0x113626000 + 35267617
4   QtWebEngineCore               	0x00000001157dfd28 0x113626000 + 35364136
5   QtWebEngineCore               	0x00000001157e03bf 0x113626000 + 35365823
6   QtWebEngineCore               	0x00000001157e02c4 0x113626000 + 35365572
7   QtWebEngineCore               	0x0000000115837717 0x113626000 + 35723031
8   libsystem_pthread.dylib       	0x00007fff6f281109 _pthread_start + 148
9   libsystem_pthread.dylib       	0x00007fff6f27cb8b thread_start + 15

Thread 20:: TaskSchedulerBackgroundWorker
0   libsystem_kernel.dylib        	0x00007fff6f1bddfa mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6f1be170 mach_msg + 60
2   QtWebEngineCore               	0x00000001157c832d 0x113626000 + 35267373
3   QtWebEngineCore               	0x00000001157c8421 0x113626000 + 35267617
4   QtWebEngineCore               	0x00000001157dfd28 0x113626000 + 35364136
5   QtWebEngineCore               	0x00000001157e03bf 0x113626000 + 35365823
6   QtWebEngineCore               	0x00000001157e0234 0x113626000 + 35365428
7   QtWebEngineCore               	0x0000000115837717 0x113626000 + 35723031
8   libsystem_pthread.dylib       	0x00007fff6f281109 _pthread_start + 148
9   libsystem_pthread.dylib       	0x00007fff6f27cb8b thread_start + 15

Thread 21:: TaskSchedulerBackgroundBlockingWorker
0   libsystem_kernel.dylib        	0x00007fff6f1bddfa mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6f1be170 mach_msg + 60
2   QtWebEngineCore               	0x00000001157c832d 0x113626000 + 35267373
3   QtWebEngineCore               	0x00000001157c8421 0x113626000 + 35267617
4   QtWebEngineCore               	0x00000001157dfd28 0x113626000 + 35364136
5   QtWebEngineCore               	0x00000001157e03bf 0x113626000 + 35365823
6   QtWebEngineCore               	0x00000001157e0234 0x113626000 + 35365428
7   QtWebEngineCore               	0x0000000115837717 0x113626000 + 35723031
8   libsystem_pthread.dylib       	0x00007fff6f281109 _pthread_start + 148
9   libsystem_pthread.dylib       	0x00007fff6f27cb8b thread_start + 15

Thread 22:: Chrome_IOThread
0   libsystem_kernel.dylib        	0x00007fff6f1c2766 kevent + 10
1   QtWebEngineCore               	0x0000000115a899a9 0x113626000 + 38156713
2   QtWebEngineCore               	0x0000000115a86cbd 0x113626000 + 38145213
3   QtWebEngineCore               	0x000000011583dcc4 0x113626000 + 35749060
4   QtWebEngineCore               	0x00000001157a5085 0x113626000 + 35123333
5   QtWebEngineCore               	0x0000000115113fe4 0x113626000 + 28237796
6   QtWebEngineCore               	0x00000001157f79bc 0x113626000 + 35461564
7   QtWebEngineCore               	0x0000000115837717 0x113626000 + 35723031
8   libsystem_pthread.dylib       	0x00007fff6f281109 _pthread_start + 148
9   libsystem_pthread.dylib       	0x00007fff6f27cb8b thread_start + 15

Thread 23:: TaskSchedulerSingleThreadSharedBackgroundBlocking0
0   libsystem_kernel.dylib        	0x00007fff6f1bddfa mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6f1be170 mach_msg + 60
2   QtWebEngineCore               	0x00000001157c832d 0x113626000 + 35267373
3   QtWebEngineCore               	0x00000001157c822f 0x113626000 + 35267119
4   QtWebEngineCore               	0x00000001157dfd1a 0x113626000 + 35364122
5   QtWebEngineCore               	0x00000001157e03bf 0x113626000 + 35365823
6   QtWebEngineCore               	0x00000001157e0264 0x113626000 + 35365476
7   QtWebEngineCore               	0x0000000115837717 0x113626000 + 35723031
8   libsystem_pthread.dylib       	0x00007fff6f281109 _pthread_start + 148
9   libsystem_pthread.dylib       	0x00007fff6f27cb8b thread_start + 15

Thread 24:: CompositorTileWorker1/59395
0   libsystem_kernel.dylib        	0x00007fff6f1c0882 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff6f281425 _pthread_cond_wait + 698
2   QtWebEngineCore               	0x0000000115835fa8 0x113626000 + 35717032
3   QtWebEngineCore               	0x00000001167bc4c8 0x113626000 + 51995848
4   QtWebEngineCore               	0x00000001157f6694 0x113626000 + 35456660
5   QtWebEngineCore               	0x0000000115837717 0x113626000 + 35723031
6   libsystem_pthread.dylib       	0x00007fff6f281109 _pthread_start + 148
7   libsystem_pthread.dylib       	0x00007fff6f27cb8b thread_start + 15

Thread 25:: AudioThread
0   libsystem_kernel.dylib        	0x00007fff6f1bddfa mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6f1be170 mach_msg + 60
2   QtWebEngineCore               	0x00000001157c832d 0x113626000 + 35267373
3   QtWebEngineCore               	0x00000001157c822f 0x113626000 + 35267119
4   QtWebEngineCore               	0x000000011577c05d 0x113626000 + 34955357
5   QtWebEngineCore               	0x00000001157a5085 0x113626000 + 35123333
6   QtWebEngineCore               	0x00000001157f79bc 0x113626000 + 35461564
7   QtWebEngineCore               	0x0000000115837717 0x113626000 + 35723031
8   libsystem_pthread.dylib       	0x00007fff6f281109 _pthread_start + 148
9   libsystem_pthread.dylib       	0x00007fff6f27cb8b thread_start + 15

Thread 26:: NetworkConfigWatcher
0   libsystem_kernel.dylib        	0x00007fff6f1bddfa mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6f1be170 mach_msg + 60
2   QtWebEngineCore               	0x00000001157c832d 0x113626000 + 35267373
3   QtWebEngineCore               	0x00000001157c822f 0x113626000 + 35267119
4   QtWebEngineCore               	0x000000011577c05d 0x113626000 + 34955357
5   QtWebEngineCore               	0x00000001157a5085 0x113626000 + 35123333
6   QtWebEngineCore               	0x00000001157f79bc 0x113626000 + 35461564
7   QtWebEngineCore               	0x0000000115837717 0x113626000 + 35723031
8   libsystem_pthread.dylib       	0x00007fff6f281109 _pthread_start + 148
9   libsystem_pthread.dylib       	0x00007fff6f27cb8b thread_start + 15

Thread 27:: Chrome_InProcGpuThread
0   libsystem_kernel.dylib        	0x00007fff6f1bddfa mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6f1be170 mach_msg + 60
2   com.apple.framework.IOKit     	0x00007fff37d5b7d3 io_connect_method + 383
3   com.apple.framework.IOKit     	0x00007fff37d5b62c IOConnectCallMethod + 244
4   com.apple.IOAccelerator       	0x00007fff59cc2571 IOAccelResourceCreate + 124
5   libGPUSupportMercury.dylib    	0x00007fff5644d077 gpusGetKernelTexture + 380
6   com.apple.driver.AppleIntelICLGraphicsGLDriver	0x00007fff2b4bec7d glrUpdateTexture + 6044
7   libGPUSupportMercury.dylib    	0x00007fff56448de9 gldLoadFramebuffer + 123
8   GLEngine                      	0x00007fff3fbe3011 gleCheckFramebufferStatus + 101
9   GLEngine                      	0x00007fff3fb47deb glCheckFramebufferStatusEXT_Exec + 166
10  QtWebEngineCore               	0x00000001168e3c85 0x113626000 + 53206149
11  QtWebEngineCore               	0x00000001168e46ed 0x113626000 + 53208813
12  QtWebEngineCore               	0x00000001168f7009 0x113626000 + 53284873
13  QtWebEngineCore               	0x00000001168c2983 0x113626000 + 53070211
14  QtWebEngineCore               	0x00000001168e80c6 0x113626000 + 53223622
15  QtWebEngineCore               	0x0000000116885628 0x113626000 + 52819496
16  QtWebEngineCore               	0x0000000116a3025d 0x113626000 + 54567517
17  QtWebEngineCore               	0x0000000116a300b4 0x113626000 + 54567092
18  QtWebEngineCore               	0x0000000116a2edab 0x113626000 + 54562219
19  QtWebEngineCore               	0x0000000116a39367 0x113626000 + 54604647
20  QtWebEngineCore               	0x0000000116a37692 0x113626000 + 54597266
21  QtWebEngineCore               	0x000000011688adee 0x113626000 + 52841966
22  QtWebEngineCore               	0x00000001157545b2 0x113626000 + 34792882
23  QtWebEngineCore               	0x000000011577ab0f 0x113626000 + 34949903
24  QtWebEngineCore               	0x000000011577b0a9 0x113626000 + 34951337
25  QtWebEngineCore               	0x000000011577c076 0x113626000 + 34955382
26  QtWebEngineCore               	0x00000001157a5085 0x113626000 + 35123333
27  QtWebEngineCore               	0x00000001157f79bc 0x113626000 + 35461564
28  QtWebEngineCore               	0x0000000115837717 0x113626000 + 35723031
29  libsystem_pthread.dylib       	0x00007fff6f281109 _pthread_start + 148
30  libsystem_pthread.dylib       	0x00007fff6f27cb8b thread_start + 15

Thread 28:: Chrome_ChildIOThread
0   libsystem_kernel.dylib        	0x00007fff6f1c2766 kevent + 10
1   QtWebEngineCore               	0x0000000115a899a9 0x113626000 + 38156713
2   QtWebEngineCore               	0x0000000115a86cbd 0x113626000 + 38145213
3   QtWebEngineCore               	0x000000011583dcdc 0x113626000 + 35749084
4   QtWebEngineCore               	0x00000001157a5085 0x113626000 + 35123333
5   QtWebEngineCore               	0x00000001157f79bc 0x113626000 + 35461564
6   QtWebEngineCore               	0x0000000115837717 0x113626000 + 35723031
7   libsystem_pthread.dylib       	0x00007fff6f281109 _pthread_start + 148
8   libsystem_pthread.dylib       	0x00007fff6f27cb8b thread_start + 15

Thread 29:: TaskSchedulerSingleThreadForegroundBlocking1
0   libsystem_kernel.dylib        	0x00007fff6f1bddfa mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6f1be170 mach_msg + 60
2   QtWebEngineCore               	0x00000001157c832d 0x113626000 + 35267373
3   QtWebEngineCore               	0x00000001157c822f 0x113626000 + 35267119
4   QtWebEngineCore               	0x00000001157dfd1a 0x113626000 + 35364122
5   QtWebEngineCore               	0x00000001157e065b 0x113626000 + 35366491
6   QtWebEngineCore               	0x00000001157e0324 0x113626000 + 35365668
7   QtWebEngineCore               	0x0000000115837717 0x113626000 + 35723031
8   libsystem_pthread.dylib       	0x00007fff6f281109 _pthread_start + 148
9   libsystem_pthread.dylib       	0x00007fff6f27cb8b thread_start + 15

Thread 30:: NetworkConfigWatcher
0   libsystem_kernel.dylib        	0x00007fff6f1bddfa mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6f1be170 mach_msg + 60
2   QtWebEngineCore               	0x00000001157c832d 0x113626000 + 35267373
3   QtWebEngineCore               	0x00000001157c822f 0x113626000 + 35267119
4   QtWebEngineCore               	0x000000011577c05d 0x113626000 + 34955357
5   QtWebEngineCore               	0x00000001157a5085 0x113626000 + 35123333
6   QtWebEngineCore               	0x00000001157f79bc 0x113626000 + 35461564
7   QtWebEngineCore               	0x0000000115837717 0x113626000 + 35723031
8   libsystem_pthread.dylib       	0x00007fff6f281109 _pthread_start + 148
9   libsystem_pthread.dylib       	0x00007fff6f27cb8b thread_start + 15

Thread 31:
0   libsystem_pthread.dylib       	0x00007fff6f27cb68 start_wqthread + 0

Thread 32:: TaskSchedulerForegroundWorker
0   libsystem_kernel.dylib        	0x00007fff6f1bddfa mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6f1be170 mach_msg + 60
2   QtWebEngineCore               	0x00000001157c832d 0x113626000 + 35267373
3   QtWebEngineCore               	0x00000001157c8421 0x113626000 + 35267617
4   QtWebEngineCore               	0x00000001157dfd28 0x113626000 + 35364136
5   QtWebEngineCore               	0x00000001157e03bf 0x113626000 + 35365823
6   QtWebEngineCore               	0x00000001157e02c4 0x113626000 + 35365572
7   QtWebEngineCore               	0x0000000115837717 0x113626000 + 35723031
8   libsystem_pthread.dylib       	0x00007fff6f281109 _pthread_start + 148
9   libsystem_pthread.dylib       	0x00007fff6f27cb8b thread_start + 15

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x000000010b4f5dc0  rcx: 0x00007fb921d77418  rdx: 0x0000000000000000
  rdi: 0x0000000000000307  rsi: 0x000000000000000b  rbp: 0x00007fb921d77440  rsp: 0x00007fb921d77418
   r8: 0x00007fb921d77f48   r9: 0xcae43900676b9bb8  r10: 0x000000010b4f5dc0  r11: 0x0000000000000246
  r12: 0x0000000000000307  r13: 0x0000000000000000  r14: 0x000000000000000b  r15: 0x0000000000000016
  rip: 0x00007fff6f1c433a  rfl: 0x0000000000000246  cr2: 0x00007fb921d768c0
  
Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133


Binary Images:
       0x103099000 -        0x103099ff3 +edu.ucsf.cgl.ChimeraX (1.1.0 - 1.1.0.0)  /Applications/ChimeraX-1.1.app/Contents/MacOS/ChimeraX
       0x1030a0000 -        0x10329bfff +org.python.python (3.7.8, [c] 2001-2019 Python Software Foundation. - 3.7.8)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/Python
       0x103617000 -        0x103618ff7 +_heapq.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_heapq.cpython-37m-darwin.so
       0x1036e1000 -        0x1036e4ff3 +zlib.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/zlib.cpython-37m-darwin.so
       0x1036ee000 -        0x103702ff7 +libz.1.2.11.dylib (0)  /Applications/ChimeraX-1.1.app/Contents/lib/libz.1.2.11.dylib
       0x10374c000 -        0x10374dff7 +_bz2.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_bz2.cpython-37m-darwin.so
       0x103756000 -        0x103759fff +_lzma.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_lzma.cpython-37m-darwin.so
       0x103764000 -        0x103764ffb +grp.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/grp.cpython-37m-darwin.so
       0x1037ac000 -        0x1037b1ffb +math.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/math.cpython-37m-darwin.so
       0x1037bd000 -        0x1037bfff3 +_hashlib.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_hashlib.cpython-37m-darwin.so
       0x1037c9000 -        0x103826ff7 +libssl.1.1.dylib (0)  /Applications/ChimeraX-1.1.app/Contents/lib/libssl.1.1.dylib
       0x103855000 -        0x103a1caf3 +libcrypto.1.1.dylib (0)  /Applications/ChimeraX-1.1.app/Contents/lib/libcrypto.1.1.dylib
       0x103ab5000 -        0x103abaff3 +_blake2.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_blake2.cpython-37m-darwin.so
       0x103ac4000 -        0x103ad4ff3 +_sha3.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_sha3.cpython-37m-darwin.so
       0x103adf000 -        0x103adfffb +_bisect.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_bisect.cpython-37m-darwin.so
       0x103ae7000 -        0x103ae8ffb +_random.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_random.cpython-37m-darwin.so
       0x103bb0000 -        0x103bb6ffb +_json.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_json.cpython-37m-darwin.so
       0x103bff000 -        0x103c0cff7 +_ssl.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_ssl.cpython-37m-darwin.so
       0x103c22000 -        0x103c2bffb +_socket.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_socket.cpython-37m-darwin.so
       0x103c7d000 -        0x103c80fff +select.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/select.cpython-37m-darwin.so
       0x103c8b000 -        0x103c8fffb +_struct.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_struct.cpython-37m-darwin.so
       0x103c9d000 -        0x103ca1ff7 +binascii.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/binascii.cpython-37m-darwin.so
       0x103daa000 -        0x103db8ff3 +_datetime.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_datetime.cpython-37m-darwin.so
       0x103e08000 -        0x103e08ff3 +_scproxy.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_scproxy.cpython-37m-darwin.so
       0x103e10000 -        0x103e4efff +_decimal.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_decimal.cpython-37m-darwin.so
       0x103eb2000 -        0x103edfff3 +pyexpat.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/pyexpat.cpython-37m-darwin.so
       0x103ef7000 -        0x103ef8ff3 +_queue.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_queue.cpython-37m-darwin.so
       0x103fc1000 -        0x103fc2fff +_posixsubprocess.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_posixsubprocess.cpython-37m-darwin.so
       0x10400a000 -        0x10401cfff +_pickle.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_pickle.cpython-37m-darwin.so
       0x10406d000 -        0x104070ffb +_csv.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_csv.cpython-37m-darwin.so
       0x1041fb000 -        0x10455efe7 +_multiarray_umath.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/numpy/core/_multiarray_umath.cpython-37m-darwin.so
       0x104684000 -        0x1080efae7 +libopenblasp-r0.3.7.dylib (0)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/numpy/.dylibs/libopenblasp-r0.3.7.dylib
       0x1083f9000 -        0x108510ff7 +libgfortran.3.dylib (0)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/numpy/.dylibs/libgfortran.3.dylib
       0x10857e000 -        0x1085b4fff +libquadmath.0.dylib (0)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/numpy/.dylibs/libquadmath.0.dylib
       0x1085c8000 -        0x1085ddff7 +libgcc_s.1.dylib (0)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/numpy/.dylibs/libgcc_s.1.dylib
       0x10a76d000 -        0x10a77aff3 +_multiarray_tests.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/numpy/core/_multiarray_tests.cpython-37m-darwin.so
       0x10a790000 -        0x10a7a2ff7 +_ctypes.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_ctypes.cpython-37m-darwin.so
       0x10a839000 -        0x10a83afff +lapack_lite.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/numpy/linalg/lapack_lite.cpython-37m-darwin.so
       0x10a842000 -        0x10a85bffb +_umath_linalg.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/numpy/linalg/_umath_linalg.cpython-37m-darwin.so
       0x10a92f000 -        0x10a940ffb +_pocketfft_internal.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/numpy/fft/_pocketfft_internal.cpython-37m-darwin.so
       0x10a9c9000 -        0x10aa34ffb +mtrand.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/numpy/random/mtrand.cpython-37m-darwin.so
       0x10aa8f000 -        0x10aaacfff +_bit_generator.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/numpy/random/_bit_generator.cpython-37m-darwin.so
       0x10aacd000 -        0x10aafcff3 +_common.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/numpy/random/_common.cpython-37m-darwin.so
       0x10ab17000 -        0x10ab6bfff +_bounded_integers.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/numpy/random/_bounded_integers.cpython-37m-darwin.so
       0x10ab93000 -        0x10aba5ffb +_mt19937.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/numpy/random/_mt19937.cpython-37m-darwin.so
       0x10abb6000 -        0x10abc2ffb +_philox.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/numpy/random/_philox.cpython-37m-darwin.so
       0x10abd2000 -        0x10abdcfff +_pcg64.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/numpy/random/_pcg64.cpython-37m-darwin.so
       0x10abec000 -        0x10abf3ff3 +_sfc64.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/numpy/random/_sfc64.cpython-37m-darwin.so
       0x10ac02000 -        0x10ac84fff +_generator.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/numpy/random/_generator.cpython-37m-darwin.so
       0x10ade4000 -        0x10ade5ff7 +_appdirs.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chimerax/core/_appdirs.so
       0x10aded000 -        0x10adeeffb +libappdirs.dylib (0)  /Applications/ChimeraX-1.1.app/Contents/lib/libappdirs.dylib
       0x10adf6000 -        0x10ae17ffb +_serialize.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chimerax/core/_serialize.cpython-37m-darwin.so
       0x10ae37000 -        0x10ae4fffb +_cmsgpack.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/msgpack/_cmsgpack.cpython-37m-darwin.so
       0x10aea8000 -        0x10af03ff7 +_imaging.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/PIL/_imaging.cpython-37m-darwin.so
       0x10af32000 -        0x10af6aff3 +libjpeg.9.dylib (0)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/PIL/.dylibs/libjpeg.9.dylib
       0x10af80000 -        0x10aff6ffb +libopenjp2.2.3.1.dylib (0)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/PIL/.dylibs/libopenjp2.2.3.1.dylib
       0x10b007000 -        0x10b022ff7 +libz.1.2.11.dylib (0)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/PIL/.dylibs/libz.1.2.11.dylib
       0x10b02c000 -        0x10b0bbfff +libtiff.5.dylib (0)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/PIL/.dylibs/libtiff.5.dylib
       0x10b0d4000 -        0x10b0edff7 +libxcb.1.dylib (3)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/PIL/.dylibs/libxcb.1.dylib
       0x10b104000 -        0x10b135ffb +liblzma.5.dylib (0)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/PIL/.dylibs/liblzma.5.dylib
       0x10b142000 -        0x10b143fff +libXau.6.dylib (7)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/PIL/.dylibs/libXau.6.dylib
       0x10b14b000 -        0x10b14efff +libXdmcp.6.dylib (7)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/PIL/.dylibs/libXdmcp.6.dylib
       0x10b156000 -        0x10b16effb +tinyarray.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/tinyarray.cpython-37m-darwin.so
       0x10b28b000 -        0x10b293fff +errorchecker.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/PyOpenGL_accelerate-3.1.5-py3.7-macosx-10.13-x86_64.egg/OpenGL_accelerate/errorchecker.cpython-37m-darwin.so
       0x10b2e2000 -        0x10b30dffb +arraydatatype.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/PyOpenGL_accelerate-3.1.5-py3.7-macosx-10.13-x86_64.egg/OpenGL_accelerate/arraydatatype.cpython-37m-darwin.so
       0x10b331000 -        0x10b363fff +wrapper.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/PyOpenGL_accelerate-3.1.5-py3.7-macosx-10.13-x86_64.egg/OpenGL_accelerate/wrapper.cpython-37m-darwin.so
       0x10b38c000 -        0x10b395ff7 +formathandler.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/PyOpenGL_accelerate-3.1.5-py3.7-macosx-10.13-x86_64.egg/OpenGL_accelerate/formathandler.cpython-37m-darwin.so
       0x10b3a5000 -        0x10b3acff3 +latebind.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/PyOpenGL_accelerate-3.1.5-py3.7-macosx-10.13-x86_64.egg/OpenGL_accelerate/latebind.cpython-37m-darwin.so
       0x10b3fb000 -        0x10b3fbfff +_arrays.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chimerax/arrays/_arrays.cpython-37m-darwin.so
       0x10b402000 -        0x10b402ff7 +_opcode.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_opcode.cpython-37m-darwin.so
       0x10b41a000 -        0x10b41fff7 +QtWebChannel.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/PyQt5/QtWebChannel.so
       0x10b42b000 -        0x10b4bcf47  dyld (750.6)  /usr/lib/dyld
       0x10f8b0000 -        0x10f8c9ffb +vbo.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/PyOpenGL_accelerate-3.1.5-py3.7-macosx-10.13-x86_64.egg/OpenGL_accelerate/vbo.cpython-37m-darwin.so
       0x10f923000 -        0x10f9cdff7 +libarrays.dylib (0)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/chimerax/arrays/lib/libarrays.dylib
       0x10fa31000 -        0x10fa4cfff +_geometry.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chimerax/geometry/_geometry.cpython-37m-darwin.so
       0x10fba1000 -        0x10fe26ffb +QtWidgets.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/PyQt5/QtWidgets.so
       0x110114000 -        0x110552ff7 +QtWidgets (0)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/PyQt5/Qt/lib/QtWidgets.framework/Versions/5/QtWidgets
       0x1106c5000 -        0x110b13fe7 +QtGui (0)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/PyQt5/Qt/lib/QtGui.framework/Versions/5/QtGui
       0x110c26000 -        0x11115bff7 +QtCore (0)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/PyQt5/Qt/lib/QtCore.framework/Versions/5/QtCore
       0x112db3000 -        0x112dc6ffb +sip.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/PyQt5/sip.so
       0x112dd6000 -        0x112f22ffb +QtCore.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/PyQt5/QtCore.so
       0x11311a000 -        0x113277fff +QtGui.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/PyQt5/QtGui.so
       0x113591000 -        0x1135b0ff7 +QtWebEngineWidgets.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/PyQt5/QtWebEngineWidgets.so
       0x1135de000 -        0x1135fdff7 +QtWebEngineWidgets (0)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/PyQt5/Qt/lib/QtWebEngineWidgets.framework/Versions/5/QtWebEngineWidgets
       0x113626000 -        0x119868fbf +QtWebEngineCore (0)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/PyQt5/Qt/lib/QtWebEngineCore.framework/Versions/5/QtWebEngineCore
       0x119f59000 -        0x11a247fff +QtQuick (0)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/PyQt5/Qt/lib/QtQuick.framework/Versions/5/QtQuick
       0x11a35f000 -        0x11a388ff7 +QtPrintSupport (0)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/PyQt5/Qt/lib/QtPrintSupport.framework/Versions/5/QtPrintSupport
       0x11a3b0000 -        0x11a3c5ff7 +QtWebChannel (0)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/PyQt5/Qt/lib/QtWebChannel.framework/Versions/5/QtWebChannel
       0x11a3d5000 -        0x11a74fff7 +QtQml (0)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/PyQt5/Qt/lib/QtQml.framework/Versions/5/QtQml
       0x11a80c000 -        0x11a916ff7 +QtNetwork (0)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/PyQt5/Qt/lib/QtNetwork.framework/Versions/5/QtNetwork
       0x11a966000 -        0x11a9c9ffb +QtPositioning (0)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/PyQt5/Qt/lib/QtPositioning.framework/Versions/5/QtPositioning
       0x11a9e8000 -        0x11a9f3ff3 +QtQuickWidgets (0)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/PyQt5/Qt/lib/QtQuickWidgets.framework/Versions/5/QtQuickWidgets
       0x11aa04000 -        0x11aa61fff +QtNetwork.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/PyQt5/QtNetwork.so
       0x11aadc000 -        0x11aae9ffb +QtWebEngineCore.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/PyQt5/QtWebEngineCore.so
       0x11aafe000 -        0x11ab1dff7 +QtPrintSupport.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/PyQt5/QtPrintSupport.so
       0x11abcf000 -        0x11ad36fff +libqcocoa.dylib (0)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/PyQt5/Qt/plugins/platforms/libqcocoa.dylib
       0x11ad8c000 -        0x11adeafff +QtDBus (0)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/PyQt5/Qt/lib/QtDBus.framework/Versions/5/QtDBus
       0x11c418000 -        0x11c419ff7 +fcntl.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/fcntl.cpython-37m-darwin.so
       0x11c422000 -        0x11c423ffb +libpyinstance.dylib (0)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/chimerax/atomic/lib/libpyinstance.dylib
       0x11d013000 -        0x11d038fff +libqmacstyle.dylib (0)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/PyQt5/Qt/plugins/styles/libqmacstyle.dylib
       0x11d04e000 -        0x11d0b1ffb +libqjpeg.dylib (0)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/PyQt5/Qt/plugins/imageformats/libqjpeg.dylib
       0x11d0fc000 -        0x11d0ff047  libobjc-trampolines.dylib (787.1)  /usr/lib/libobjc-trampolines.dylib
       0x11e96c000 -        0x11e9a2fff +libmolc.dylib (0)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/chimerax/atomic/libmolc.dylib
       0x11e9cb000 -        0x11eaeafff +libatomstruct.dylib (0)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/chimerax/atomic/lib/libatomstruct.dylib
       0x11eb41000 -        0x11eb47ffb +libelement.dylib (0)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/chimerax/atomic/lib/libelement.dylib
       0x11eb54000 -        0x11eb58ffb +liblogger.dylib (0)  /Applications/ChimeraX-1.1.app/Contents/lib/liblogger.dylib
       0x11eb62000 -        0x11ebabff3 +cymol.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chimerax/atomic/cymol.so
       0x11ece8000 -        0x11ecf0ff3 +cytmpl.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chimerax/atomic/cytmpl.so
       0x11eec4000 -        0x11ef47ff7 +_map.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chimerax/map/_map.cpython-37m-darwin.so
       0x11eff5000 -        0x11f018ff3 +_surface.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chimerax/surface/_surface.cpython-37m-darwin.so
       0x120750000 -        0x120f33fff  com.apple.AppleIntelICLGraphicsVADriver (14.7.11 - 14.0.7)  /System/Library/Extensions/AppleIntelICLGraphicsVADriver.bundle/Contents/MacOS/AppleIntelICLGraphicsVADriver
       0x120ff1000 -        0x120ff2fff  com.apple.driver.AppleIntelICLLPGraphicsVAME (14.7.11 - 14.0.7)  /System/Library/Extensions/AppleIntelICLLPGraphicsVAME.bundle/Contents/MacOS/AppleIntelICLLPGraphicsVAME
       0x120ffb000 -        0x121002ff3 +libqgif.dylib (0)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/PyQt5/Qt/plugins/imageformats/libqgif.dylib
       0x12100b000 -        0x121012ffb +libqicns.dylib (0)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/PyQt5/Qt/plugins/imageformats/libqicns.dylib
       0x12101c000 -        0x121021ff3 +libqico.dylib (0)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/PyQt5/Qt/plugins/imageformats/libqico.dylib
       0x12102a000 -        0x12102fff7 +libqmacheif.dylib (0)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/PyQt5/Qt/plugins/imageformats/libqmacheif.dylib
       0x121038000 -        0x12103dffb +libqmacjp2.dylib (0)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/PyQt5/Qt/plugins/imageformats/libqmacjp2.dylib
       0x121046000 -        0x12104afff +libqsvg.dylib (0)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/PyQt5/Qt/plugins/imageformats/libqsvg.dylib
       0x121053000 -        0x121057ffb +libqtga.dylib (0)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/PyQt5/Qt/plugins/imageformats/libqtga.dylib
       0x121060000 -        0x121063ff3 +libqwbmp.dylib (0)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/PyQt5/Qt/plugins/imageformats/libqwbmp.dylib
       0x12106c000 -        0x12106cffb +_mac_util.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chimerax/core/_mac_util.so
       0x121313000 -        0x121346ff3 +QtSvg (0)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/PyQt5/Qt/lib/QtSvg.framework/Versions/5/QtSvg
       0x121369000 -        0x1213ceff3 +libqtiff.dylib (0)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/PyQt5/Qt/plugins/imageformats/libqtiff.dylib
       0x1213dc000 -        0x121470ff7 +libqwebp.dylib (0)  /Applications/ChimeraX-1.1.app/Contents/lib/python3.7/site-packages/PyQt5/Qt/plugins/imageformats/libqwebp.dylib
       0x12147f000 -        0x12157dffb +unicodedata.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/unicodedata.cpython-37m-darwin.so
       0x123b80000 -        0x123b96ff7  com.apple.security.csparser (3.0 - 59306.140.5)  /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
       0x123f38000 -        0x123f39ff3 +_psutil_posix.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/psutil/_psutil_posix.cpython-37m-darwin.so
       0x124045000 -        0x12404bfff +_psutil_osx.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/psutil/_psutil_osx.cpython-37m-darwin.so
       0x1250bd000 -        0x1250c3fff +array.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/array.cpython-37m-darwin.so
       0x1293f4000 -        0x129406ffb +numpy_formathandler.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/PyOpenGL_accelerate-3.1.5-py3.7-macosx-10.13-x86_64.egg/OpenGL_accelerate/numpy_formathandler.cpython-37m-darwin.so
       0x1297d5000 -        0x1297daffb +nones_formathandler.cpython-37m-darwin.so (0)  /Applications/ChimeraX-1.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/PyOpenGL_accelerate-3.1.5-py3.7-macosx-10.13-x86_64.egg/OpenGL_accelerate/nones_formathandler.cpython-37m-darwin.so
    0x7fff28054000 -     0x7fff282a1ff8  com.apple.RawCamera.bundle (9.02.0 - 1350.29)  /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff2b4a5000 -     0x7fff2c4b8fff  com.apple.driver.AppleIntelICLGraphicsGLDriver (14.7.11 - 14.0.7)  /System/Library/Extensions/AppleIntelICLGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelICLGraphicsGLDriver
    0x7fff2c4b9000 -     0x7fff2c959ff2  com.apple.driver.AppleIntelICLGraphicsMTLDriver (14.7.11 - 14.0.7)  /System/Library/Extensions/AppleIntelICLGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelICLGraphicsMTLDriver
    0x7fff307fc000 -     0x7fff30800ffb  com.apple.agl (3.3.3 - AGL-3.3.3)  /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x7fff30801000 -     0x7fff309fcff8  com.apple.avfoundation (2.0 - 1855.3)  /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff309fd000 -     0x7fff30ac9ffe  com.apple.audio.AVFAudio (1.0 - 415.75)  /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
    0x7fff30be9000 -     0x7fff30be9fff  com.apple.Accelerate (1.11 - Accelerate 1.11)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff30bea000 -     0x7fff30c00fef  libCGInterfaces.dylib (524.2.1)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff30c01000 -     0x7fff31257fff  com.apple.vImage (8.1 - 524.2.1)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff31258000 -     0x7fff314bfff7  libBLAS.dylib (1303.60.1)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff314c0000 -     0x7fff31993fef  libBNNS.dylib (144.100.2)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff31994000 -     0x7fff31d2ffff  libLAPACK.dylib (1303.60.1)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff31d30000 -     0x7fff31d45fec  libLinearAlgebra.dylib (1303.60.1)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff31d46000 -     0x7fff31d4bff3  libQuadrature.dylib (7)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff31d4c000 -     0x7fff31dbcfff  libSparse.dylib (103)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff31dbd000 -     0x7fff31dcffef  libSparseBLAS.dylib (1303.60.1)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff31dd0000 -     0x7fff31fa7fd7  libvDSP.dylib (735.140.1)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff31fa8000 -     0x7fff3206afef  libvMisc.dylib (735.140.1)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff3206b000 -     0x7fff3206bfff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff3206c000 -     0x7fff320cbff0  com.apple.Accounts (113 - 113)  /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fff32215000 -     0x7fff32fd5ff2  com.apple.AppKit (6.9 - 1894.60.100)  /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff33025000 -     0x7fff33025fff  com.apple.ApplicationServices (48 - 50)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff33026000 -     0x7fff33091fff  com.apple.ApplicationServices.ATS (377 - 493.0.4.1)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff3312a000 -     0x7fff33168ff0  libFontRegistry.dylib (274.0.5.1)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff331c3000 -     0x7fff331f2fff  com.apple.ATSUI (1.0 - 1)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI
    0x7fff331f3000 -     0x7fff331f7ffb  com.apple.ColorSyncLegacy (4.13.0 - 1)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff33291000 -     0x7fff332e8ffa  com.apple.HIServices (1.22 - 676)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff332e9000 -     0x7fff332f7fff  com.apple.LangAnalysis (1.7.0 - 1.7.0)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff332f8000 -     0x7fff3333dffa  com.apple.print.framework.PrintCore (15.4 - 516.2)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff3333e000 -     0x7fff33348ff7  com.apple.QD (4.0 - 413)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff33349000 -     0x7fff33356ffc  com.apple.speech.synthesis.framework (9.0.24 - 9.0.24)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff33357000 -     0x7fff33438ffa  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14)  /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff3343a000 -     0x7fff3343afff  com.apple.audio.units.AudioUnit (1.14 - 1.14)  /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff337d1000 -     0x7fff33b60ffa  com.apple.CFNetwork (1128.0.1 - 1128.0.1)  /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff33bdc000 -     0x7fff33bdcfff  com.apple.Carbon (160 - 162)  /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff33bdd000 -     0x7fff33be0ff3  com.apple.CommonPanels (1.2.6 - 101)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff33be1000 -     0x7fff33ed5ff3  com.apple.HIToolbox (2.1.1 - 994.6)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff33ed6000 -     0x7fff33ed9ff3  com.apple.help (1.3.8 - 71)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff33eda000 -     0x7fff33edfff7  com.apple.ImageCapture (9.0 - 1600.65)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff33ee0000 -     0x7fff33ee0fff  com.apple.ink.framework (10.15 - 227)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff33ee1000 -     0x7fff33efbffa  com.apple.openscripting (1.7 - 185.1)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff33f1c000 -     0x7fff33f1cfff  com.apple.print.framework.Print (15 - 271)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff33f1d000 -     0x7fff33f1fff7  com.apple.securityhi (9.0 - 55008)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff33f20000 -     0x7fff33f26fff  com.apple.speech.recognition.framework (6.0.3 - 6.0.3)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff33f27000 -     0x7fff340bfffa  com.apple.cloudkit.CloudKit (867 - 867)  /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
    0x7fff340c0000 -     0x7fff340c0fff  com.apple.Cocoa (6.11 - 23)  /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff340ce000 -     0x7fff341c4fff  com.apple.ColorSync (4.13.0 - 3394.9)  /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff344af000 -     0x7fff349b8ffb  com.apple.audio.CoreAudio (5.0 - 5.0)  /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff34a0b000 -     0x7fff34a43fff  com.apple.CoreBluetooth (1.0 - 1)  /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff34a44000 -     0x7fff34e2efe8  com.apple.CoreData (120 - 977.3)  /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff34e2f000 -     0x7fff34f61ff6  com.apple.CoreDisplay (1.0 - 186.6.15)  /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff34f62000 -     0x7fff353e1feb  com.apple.CoreFoundation (6.9 - 1677.201)  /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff353e3000 -     0x7fff35a58ff8  com.apple.CoreGraphics (2.0 - 1355.22)  /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff35a66000 -     0x7fff35dc1ff0  com.apple.CoreImage (15.0.0 - 940.9)  /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff35dc2000 -     0x7fff35e2bff0  com.apple.corelocation (2394.0.22 - 2394.0.22)  /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff35e2c000 -     0x7fff35e7cff6  com.apple.audio.midi.CoreMIDI (1.10 - 88)  /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x7fff35e7f000 -     0x7fff36181ff2  com.apple.CoreML (1.0 - 1)  /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML
    0x7fff36182000 -     0x7fff3625dffc  com.apple.CoreMedia (1.0 - 2625.9)  /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff3625e000 -     0x7fff362c0ffe  com.apple.CoreMediaIO (1000.0 - 5125.6)  /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff3634a000 -     0x7fff3634afff  com.apple.CoreServices (1069.24 - 1069.24)  /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff3634b000 -     0x7fff363d0fff  com.apple.AE (838.1 - 838.1)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff363d1000 -     0x7fff366b2ff7  com.apple.CoreServices.CarbonCore (1217 - 1217)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff366b3000 -     0x7fff36700ffd  com.apple.DictionaryServices (1.2 - 323.6)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff36701000 -     0x7fff36709ff7  com.apple.CoreServices.FSEvents (1268.100.1 - 1268.100.1)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff3670a000 -     0x7fff36944ff6  com.apple.LaunchServices (1069.24 - 1069.24)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff36945000 -     0x7fff369ddff1  com.apple.Metadata (10.7.0 - 2076.7)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff369de000 -     0x7fff36a0bfff  com.apple.CoreServices.OSServices (1069.24 - 1069.24)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff36a0c000 -     0x7fff36a73fff  com.apple.SearchKit (1.4.1 - 1.4.1)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff36a74000 -     0x7fff36a98ff5  com.apple.coreservices.SharedFileList (131.4 - 131.4)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff36cf5000 -     0x7fff36dbcffc  com.apple.CoreTelephony (113 - 7560.1)  /System/Library/Frameworks/CoreTelephony.framework/Versions/A/CoreTelephony
    0x7fff36dbd000 -     0x7fff36f74ffc  com.apple.CoreText (643.1.5.2 - 643.1.5.2)  /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff36f75000 -     0x7fff36fb9ffb  com.apple.CoreVideo (1.8 - 344.3)  /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff36fba000 -     0x7fff37047ffc  com.apple.framework.CoreWLAN (13.0 - 1601.2)  /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff37203000 -     0x7fff3720eff7  com.apple.DirectoryService.Framework (10.15 - 220.40.1)  /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff3720f000 -     0x7fff372b9ff0  com.apple.DiscRecording (9.0.3 - 9030.4.5)  /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff372de000 -     0x7fff372e4fff  com.apple.DiskArbitration (2.7 - 2.7)  /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff374d9000 -     0x7fff37607ff6  com.apple.FileProvider (304.1 - 304.1)  /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider
    0x7fff3761c000 -     0x7fff3761eff3  com.apple.ForceFeedback (1.0.6 - 1.0.6)  /System/Library/Frameworks/ForceFeedback.framework/Versions/A/ForceFeedback
    0x7fff3761f000 -     0x7fff379e4fff  com.apple.Foundation (6.9 - 1677.201)  /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff37a51000 -     0x7fff37aa1ff7  com.apple.GSS (4.0 - 2.0)  /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff37aa2000 -     0x7fff37acaff4  com.apple.GameController (1.0 - 1)  /System/Library/Frameworks/GameController.framework/Versions/A/GameController
    0x7fff37bde000 -     0x7fff37cf2ff3  com.apple.Bluetooth (7.0.6 - 7.0.6f8)  /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff37d58000 -     0x7fff37dfcff3  com.apple.framework.IOKit (2.0.2 - 1726.140.1)  /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff37dfe000 -     0x7fff37e0fffb  com.apple.IOSurface (269.11 - 269.11)  /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff37e2d000 -     0x7fff37e8dff5  com.apple.ImageCaptureCore (1.0 - 1600.65)  /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff37e8e000 -     0x7fff37febfee  com.apple.ImageIO.framework (3.3.0 - 1976.11.4)  /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff37fec000 -     0x7fff37feffff  libGIF.dylib (1976.11.4)  /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff37ff0000 -     0x7fff380a9fe7  libJP2.dylib (1976.11.4)  /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff380aa000 -     0x7fff380cdfe3  libJPEG.dylib (1976.11.4)  /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff3834a000 -     0x7fff38364fef  libPng.dylib (1976.11.4)  /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff38365000 -     0x7fff38366fff  libRadiance.dylib (1976.11.4)  /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff38367000 -     0x7fff383adfff  libTIFF.dylib (1976.11.4)  /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff383c6000 -     0x7fff38855ff8  com.apple.Intents (1.0 - 1)  /System/Library/Frameworks/Intents.framework/Versions/A/Intents
    0x7fff38858000 -     0x7fff398f8ff1  com.apple.JavaScriptCore (15609 - 15609.4.1)  /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff3990f000 -     0x7fff39921ff3  com.apple.Kerberos (3.0 - 1)  /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff39922000 -     0x7fff39922fff  libHeimdalProxy.dylib (77)  /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib
    0x7fff39923000 -     0x7fff39959ff7  com.apple.LDAPFramework (2.4.28 - 194.5)  /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff39cb4000 -     0x7fff39cbeffb  com.apple.MediaAccessibility (1.0 - 125.1)  /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff39d8a000 -     0x7fff3a4d7ff2  com.apple.MediaToolbox (1.0 - 2625.9)  /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff3a4d9000 -     0x7fff3a5a3fff  com.apple.Metal (212.8 - 212.8)  /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff3a5a5000 -     0x7fff3a5bfff5  com.apple.MetalKit (141.2 - 141.2)  /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit
    0x7fff3a5c0000 -     0x7fff3a5fdff7  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1)  /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff3a5fe000 -     0x7fff3a688fe2  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1)  /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff3a689000 -     0x7fff3a6aeff4  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1)  /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff3a6af000 -     0x7fff3a6c4ffb  com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1)  /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
    0x7fff3a6c5000 -     0x7fff3a823ffc  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1)  /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff3a824000 -     0x7fff3a873ff4  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1)  /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
    0x7fff3a874000 -     0x7fff3a875ff5  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1)  /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff3b903000 -     0x7fff3b90fffe  com.apple.NetFS (6.0 - 4.0)  /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff3b910000 -     0x7fff3ba67ff3  com.apple.Network (1.0 - 1)  /System/Library/Frameworks/Network.framework/Versions/A/Network
    0x7fff3ba68000 -     0x7fff3bcc8ffa  com.apple.NetworkExtension (1.0 - 1)  /System/Library/Frameworks/NetworkExtension.framework/Versions/A/NetworkExtension
    0x7fff3e490000 -     0x7fff3e498ff7  libcldcpuengine.dylib (2.14)  /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff3e499000 -     0x7fff3e4f1fff  com.apple.opencl (3.5 - 3.5)  /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff3e4f2000 -     0x7fff3e50efff  com.apple.CFOpenDirectory (10.15 - 220.40.1)  /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff3e50f000 -     0x7fff3e51affd  com.apple.OpenDirectory (10.15 - 220.40.1)  /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff3ee80000 -     0x7fff3ee82fff  libCVMSPluginSupport.dylib (17.10.22)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff3ee83000 -     0x7fff3ee88fff  libCoreFSCache.dylib (176.15)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff3ee89000 -     0x7fff3ee8dfff  libCoreVMClient.dylib (176.15)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff3ee8e000 -     0x7fff3ee96ff7  libGFXShared.dylib (17.10.22)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff3ee97000 -     0x7fff3eea1fff  libGL.dylib (17.10.22)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff3eea2000 -     0x7fff3eed6ff7  libGLImage.dylib (17.10.22)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff3eed7000 -     0x7fff3f06bff7  libGLProgrammability.dylib (17.10.22)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff3f06c000 -     0x7fff3f0a8fff  libGLU.dylib (17.10.22)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff3fae4000 -     0x7fff3faf3ff7  com.apple.opengl (17.10.22 - 17.10.22)  /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff3faf4000 -     0x7fff3fc6dfff  GLEngine (17.10.22)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff3fc6e000 -     0x7fff3fc96fff  GLRendererFloat (17.10.22)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff3fca5000 -     0x7fff3fd98ff5  com.apple.PDFKit (1.0 - 845.4.1)  /System/Library/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff3fd99000 -     0x7fff3feb0ff9  com.apple.PencilKit (1.0 - 1)  /System/Library/Frameworks/PencilKit.framework/Versions/A/PencilKit
    0x7fff40151000 -     0x7fff40157ff6  com.apple.PushKit (1.0 - 1)  /System/Library/Frameworks/PushKit.framework/Versions/A/PushKit
    0x7fff40278000 -     0x7fff404beff7  com.apple.imageKit (3.0 - 1081)  /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff404bf000 -     0x7fff4097efff  com.apple.QuartzComposer (5.1 - 378)  /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff4097f000 -     0x7fff409a4ffc  com.apple.quartzfilters (1.10.0 - Tag)  /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fff409a5000 -     0x7fff40aafff7  com.apple.QuickLookUIFramework (5.0 - 906.3)  /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff40ab0000 -     0x7fff40ab0fff  com.apple.quartzframework (1.5 - 23)  /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff40ab1000 -     0x7fff40d34ffb  com.apple.QuartzCore (1.11 - 841.4)  /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff40d35000 -     0x7fff40d8eff5  com.apple.QuickLookFramework (5.0 - 906.3)  /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff40d8f000 -     0x7fff40dc4ffc  com.apple.QuickLookThumbnailing (1.0 - 1)  /System/Library/Frameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
    0x7fff41295000 -     0x7fff412afff2  com.apple.SafariServices.framework (15610 - 15610.3.7.1.10)  /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
    0x7fff418b7000 -     0x7fff41c00ff1  com.apple.security (7.0 - 59306.140.5)  /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff41c01000 -     0x7fff41c89ffb  com.apple.securityfoundation (6.0 - 55236.60.1)  /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff41cb8000 -     0x7fff41cbcff8  com.apple.xpc.ServiceManagement (1.0 - 1)  /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff42968000 -     0x7fff429e2ff7  com.apple.SystemConfiguration (1.19 - 1.19)  /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff42c62000 -     0x7fff42fe5ff4  com.apple.VideoToolbox (1.0 - 2625.9)  /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff46952000 -     0x7fff46a17fe7  com.apple.APFS (1412.141.1 - 1412.141.1)  /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff47b2c000 -     0x7fff47b2dff1  com.apple.AggregateDictionary (1.0 - 1)  /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
    0x7fff47f7d000 -     0x7fff480c8ff5  com.apple.AnnotationKit (1.0 - 325.9)  /System/Library/PrivateFrameworks/AnnotationKit.framework/Versions/A/AnnotationKit
    0x7fff480c9000 -     0x7fff480e6ff4  com.apple.AppContainer (4.0 - 448.100.6)  /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff4813b000 -     0x7fff48149ff7  com.apple.AppSandbox (4.0 - 448.100.6)  /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff485c5000 -     0x7fff485e9ffb  com.apple.framework.Apple80211 (13.0 - 1610.1)  /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff488a7000 -     0x7fff488b6fd7  com.apple.AppleFSCompression (119.100.1 - 1.0)  /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff488b7000 -     0x7fff4899ffe1  com.apple.AppleGVAFramework (76.13 - 76.13)  /System/Library/PrivateFrameworks/AppleGVA.framework/Versions/A/AppleGVA
    0x7fff489b5000 -     0x7fff489c0ff7  com.apple.AppleIDAuthSupport (1.0 - 1)  /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
    0x7fff48a02000 -     0x7fff48a4aff7  com.apple.AppleJPEG (1.0 - 1)  /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff48e0d000 -     0x7fff48e33ffb  com.apple.aps.framework (4.0 - 4.0)  /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x7fff48e34000 -     0x7fff48e38ff7  com.apple.AppleSRP (5.0 - 1)  /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff48e39000 -     0x7fff48e5bfff  com.apple.applesauce (1.0 - 16.25)  /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff48f1a000 -     0x7fff48f1dfff  com.apple.AppleSystemInfo (3.1.5 - 3.1.5)  /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff48f1e000 -     0x7fff48f6eff7  com.apple.AppleVAFramework (6.1.2 - 6.1.2)  /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff48fb7000 -     0x7fff48fc6ff9  com.apple.AssertionServices (1.0 - 223.140.2)  /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
    0x7fff49509000 -     0x7fff49904ff8  com.apple.audio.AudioResourceArbitration (1.0 - 1)  /System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration
    0x7fff49b5a000 -     0x7fff49d9afe8  com.apple.audio.AudioToolboxCore (1.0 - 1104.95)  /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore
    0x7fff49d9e000 -     0x7fff49ebafff  com.apple.AuthKit (1.0 - 1)  /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff4a077000 -     0x7fff4a080ff7  com.apple.coreservices.BackgroundTaskManagement (1.0 - 104)  /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff4a081000 -     0x7fff4a122ff5  com.apple.backup.framework (1.11.7 - 1298.7.1)  /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff4a123000 -     0x7fff4a1afff6  com.apple.BaseBoard (466.3 - 466.3)  /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
    0x7fff4a2b1000 -     0x7fff4a2edff7  com.apple.bom (14.0 - 219.2)  /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff4a40b000 -     0x7fff4a442ff5  com.apple.C2 (1.3 - 495)  /System/Library/PrivateFrameworks/C2.framework/Versions/A/C2
    0x7fff4ae6d000 -     0x7fff4aebcfff  com.apple.ChunkingLibrary (307 - 307)  /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff4bd69000 -     0x7fff4bd79ffb  com.apple.CommonAuth (4.0 - 2.0)  /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff4bd8d000 -     0x7fff4bda4fff  com.apple.commonutilities (8.0 - 900)  /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
    0x7fff4c4ab000 -     0x7fff4c880fc8  com.apple.CoreAUC (283.0.0 - 283.0.0)  /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff4c881000 -     0x7fff4c8aeff7  com.apple.CoreAVCHD (6.1.0 - 6100.4.1)  /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff4c8d1000 -     0x7fff4c8f2ff4  com.apple.analyticsd (1.0 - 1)  /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
    0x7fff4c9fb000 -     0x7fff4ca71ff7  com.apple.corebrightness (1.0 - 1)  /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness
    0x7fff4cbfd000 -     0x7fff4cc08ff7  com.apple.frameworks.CoreDaemon (1.3 - 1.3)  /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff4cc09000 -     0x7fff4ce14ff1  com.apple.CoreDuet (1.0 - 1)  /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
    0x7fff4ce15000 -     0x7fff4ce62ff3  com.apple.coreduetcontext (1.0 - 1)  /System/Library/PrivateFrameworks/CoreDuetContext.framework/Versions/A/CoreDuetContext
    0x7fff4ce63000 -     0x7fff4ce73ffe  com.apple.CoreDuetDaemonProtocol (1.0 - 1)  /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
    0x7fff4ce76000 -     0x7fff4ce78fff  com.apple.CoreDuetDebugLogging (1.0 - 1)  /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
    0x7fff4ce89000 -     0x7fff4ce99ff3  com.apple.CoreEmoji (1.0 - 107.1)  /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff4d04f000 -     0x7fff4d19cfff  com.apple.CoreHandwriting (161 - 1.2)  /System/Library/PrivateFrameworks/CoreHandwriting.framework/Versions/A/CoreHandwriting
    0x7fff4d4d9000 -     0x7fff4d543ff0  com.apple.CoreNLP (1.0 - 213)  /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff4d806000 -     0x7fff4d88effe  com.apple.CorePDF (4.0 - 518.4.1)  /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff4d971000 -     0x7fff4d979ff8  com.apple.CorePhoneNumbers (1.0 - 1)  /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
    0x7fff4e366000 -     0x7fff4e389fff  com.apple.CoreSVG (1.0 - 129.3)  /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG
    0x7fff4e38a000 -     0x7fff4e3bdfff  com.apple.CoreServicesInternal (446.7 - 446.7)  /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff4e3be000 -     0x7fff4e3ecffd  com.apple.CSStore (1069.24 - 1069.24)  /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
    0x7fff4e911000 -     0x7fff4e9a7ff7  com.apple.CoreSymbolication (11.4 - 64535.33.2)  /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff4ea3f000 -     0x7fff4eb6bff6  com.apple.coreui (2.1 - 609.4)  /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff4eb6c000 -     0x7fff4ed25ffa  com.apple.CoreUtils (6.2.4 - 624.7)  /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff4ee5f000 -     0x7fff4ee72ff1  com.apple.CrashReporterSupport (10.13 - 15016)  /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff4ef2b000 -     0x7fff4ef3dff8  com.apple.framework.DFRFoundation (1.0 - 252.50.1)  /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff4ef3e000 -     0x7fff4ef43fff  com.apple.DSExternalDisplay (3.1 - 380)  /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff4efcd000 -     0x7fff4f047ff0  com.apple.datadetectorscore (8.0 - 659)  /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff4f093000 -     0x7fff4f0d0ff8  com.apple.DebugSymbols (194 - 194)  /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff4f0d1000 -     0x7fff4f259ff6  com.apple.desktopservices (1.14.6 - 1281.6.1)  /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff4f508000 -     0x7fff4f5d0ffe  com.apple.DiskImagesFramework (559.100.2 - 559.100.2)  /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff4f5d1000 -     0x7fff4f6a4ff1  com.apple.DiskManagement (13.0 - 1648.140.2)  /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
    0x7fff4f6a5000 -     0x7fff4f6a9ff1  com.apple.DisplayServicesFW (3.1 - 380)  /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff4f703000 -     0x7fff4f727ff7  com.apple.DuetActivityScheduler (1.0 - 1)  /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/Versions/A/DuetActivityScheduler
    0x7fff4f751000 -     0x7fff4f786ff7  com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0)  /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
    0x7fff4f787000 -     0x7fff4f78bff9  com.apple.EFILogin (2.0 - 2)  /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff502d5000 -     0x7fff5093fff9  com.apple.vision.EspressoFramework (1.0 - 188.4)  /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso
    0x7fff50c1a000 -     0x7fff51035ff1  com.apple.vision.FaceCore (4.3.0 - 4.3.0)  /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff516d4000 -     0x7fff5180bff4  libFontParser.dylib (277.2.6.3)  /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
    0x7fff5180c000 -     0x7fff51840fff  libTrueTypeScaler.dylib (277.2.6.3)  /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
    0x7fff518a4000 -     0x7fff518b4ff6  libhvf.dylib (1.0 - $[CURRENT_PROJECT_VERSION])  /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
    0x7fff54d95000 -     0x7fff54d96fff  libmetal_timestamp.dylib (902.14.11)  /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3902/Libraries/libmetal_timestamp.dylib
    0x7fff56444000 -     0x7fff5644fff7  libGPUSupportMercury.dylib (17.10.22)  /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff56450000 -     0x7fff56456fff  com.apple.GPUWrangler (5.2.7 - 5.2.7)  /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff56775000 -     0x7fff5679bff1  com.apple.GenerationalStorage (2.0 - 314)  /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff567b4000 -     0x7fff5779dff1  com.apple.GeoServices (1.0 - 1624.26.4.26.9)  /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff578c9000 -     0x7fff578d7ffb  com.apple.GraphVisualizer (1.0 - 100.1)  /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff57940000 -     0x7fff5794dff9  com.apple.HID (1.0 - 1)  /System/Library/PrivateFrameworks/HID.framework/Versions/A/HID
    0x7fff57a76000 -     0x7fff57b34ff4  com.apple.Heimdal (4.0 - 2.0)  /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff59cc0000 -     0x7fff59cc8ff5  com.apple.IOAccelerator (438.7.3 - 438.7.3)  /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff59cd5000 -     0x7fff59cecfff  com.apple.IOPresentment (47.10 - 37)  /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff5a074000 -     0x7fff5a0bfff1  com.apple.IconServices (438.3 - 438.3)  /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff5a25c000 -     0x7fff5a26afff  com.apple.IntentsFoundation (1.0 - 1)  /System/Library/PrivateFrameworks/IntentsFoundation.framework/Versions/A/IntentsFoundation
    0x7fff5a27d000 -     0x7fff5a284ff9  com.apple.InternationalSupport (1.0 - 45.4)  /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
    0x7fff5a511000 -     0x7fff5a530ffd  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1)  /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
    0x7fff5a665000 -     0x7fff5a733ffd  com.apple.LanguageModeling (1.0 - 215.1)  /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff5a734000 -     0x7fff5a77cfff  com.apple.Lexicon-framework (1.0 - 72)  /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff5a783000 -     0x7fff5a788ff3  com.apple.LinguisticData (1.0 - 353.18)  /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff5a7af000 -     0x7fff5a7d3ffe  com.apple.locationsupport (2394.0.22 - 2394.0.22)  /System/Library/PrivateFrameworks/LocationSupport.framework/Versions/A/LocationSupport
    0x7fff5a82c000 -     0x7fff5a831ff7  com.apple.LoginUICore (4.0 - 4.0)  /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
    0x7fff5b021000 -     0x7fff5b024fff  com.apple.Mangrove (1.0 - 25)  /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff5b1e2000 -     0x7fff5b208ffc  com.apple.MarkupUI (1.0 - 325.9)  /System/Library/PrivateFrameworks/MarkupUI.framework/Versions/A/MarkupUI
    0x7fff5b28d000 -     0x7fff5b317ff8  com.apple.MediaExperience (1.0 - 1)  /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience
    0x7fff5b318000 -     0x7fff5b34bfff  com.apple.MediaKit (16 - 923)  /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff5baf1000 -     0x7fff5bb3dfff  com.apple.spotlight.metadata.utilities (1.0 - 2076.7)  /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
    0x7fff5bb3e000 -     0x7fff5bc0fffa  com.apple.gpusw.MetalTools (1.0 - 1)  /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff5bc6d000 -     0x7fff5bc86ff4  com.apple.MobileAssets (1.0 - 619.120.1)  /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
    0x7fff5be6f000 -     0x7fff5be8dfff  com.apple.MobileKeyBag (2.0 - 1.0)  /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff5bf59000 -     0x7fff5c0efffd  com.apple.Montreal (1.0 - 121.1)  /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal
    0x7fff5c0f0000 -     0x7fff5c120ff7  com.apple.MultitouchSupport.framework (3440.1 - 3440.1)  /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff5c620000 -     0x7fff5c62afff  com.apple.NetAuth (6.2 - 6.2)  /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff5d036000 -     0x7fff5d081ffb  com.apple.OTSVG (1.0 - 643.1.5.2)  /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
    0x7fff5e29e000 -     0x7fff5e2a9ff2  com.apple.PerformanceAnalysis (1.243.2 - 243.2)  /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff5e2aa000 -     0x7fff5e2d2ffb  com.apple.persistentconnection (1.0 - 1.0)  /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection
    0x7fff5fd4d000 -     0x7fff5fd7dff7  com.apple.pluginkit.framework (1.0 - 1)  /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
    0x7fff5fda8000 -     0x7fff5fdbbffc  com.apple.PowerLog (1.0 - 1)  /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog
    0x7fff60c37000 -     0x7fff60c91ff6  com.apple.ProtectedCloudStorage (1.0 - 1)  /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff60c92000 -     0x7fff60cabffb  com.apple.ProtocolBuffer (1 - 274.24.9.16.3)  /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff60dbd000 -     0x7fff60dc0ff4  com.apple.QuickLookNonBaseSystem (1.0 - 1)  /System/Library/PrivateFrameworks/QuickLookNonBaseSystem.framework/Versions/A/QuickLookNonBaseSystem
    0x7fff60dc1000 -     0x7fff60de4ff0  com.apple.quicklook.QuickLookSupport (1.0 - 1)  /System/Library/PrivateFrameworks/QuickLookSupport.framework/Versions/A/QuickLookSupport
    0x7fff60e2b000 -     0x7fff60ea4ff3  com.apple.Rapport (1.9.5 - 195.2)  /System/Library/PrivateFrameworks/Rapport.framework/Versions/A/Rapport
    0x7fff6110b000 -     0x7fff61134ff1  com.apple.RemoteViewServices (2.0 - 148)  /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff61299000 -     0x7fff612d4ff0  com.apple.RunningBoardServices (1.0 - 223.140.2)  /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices
    0x7fff62bb5000 -     0x7fff62bb8ff5  com.apple.SecCodeWrapper (4.0 - 448.100.6)  /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff62d2b000 -     0x7fff62e52fff  com.apple.Sharing (1526.37 - 1526.37)  /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff62eca000 -     0x7fff62eeaff5  com.apple.sidecar-core (1.0 - 209.40.4)  /System/Library/PrivateFrameworks/SidecarCore.framework/Versions/A/SidecarCore
    0x7fff62eeb000 -     0x7fff62efdff0  com.apple.sidecar-ui (1.0 - 209.40.4)  /System/Library/PrivateFrameworks/SidecarUI.framework/Versions/A/SidecarUI
    0x7fff64267000 -     0x7fff6455dff7  com.apple.SkyLight (1.600.0 - 451.4)  /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff64daa000 -     0x7fff64db8ffb  com.apple.SpeechRecognitionCore (6.0.91.2 - 6.0.91.2)  /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff65494000 -     0x7fff654d5ff9  com.apple.StreamingZip (1.0 - 1)  /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
    0x7fff655ec000 -     0x7fff655f5ff7  com.apple.SymptomDiagnosticReporter (1.0 - 1238.120.2)  /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
    0x7fff65666000 -     0x7fff65690ffe  com.apple.framework.SystemAdministration (1.0 - 1.0)  /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
    0x7fff658ac000 -     0x7fff658bcff3  com.apple.TCC (1.0 - 1)  /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff65de1000 -     0x7fff65ea7ff0  com.apple.TextureIO (3.10.9 - 3.10.9)  /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff6603e000 -     0x7fff6603ffff  com.apple.TrustEvaluationAgent (2.0 - 33)  /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff66077000 -     0x7fff662cfff0  com.apple.UIFoundation (1.0 - 662)  /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff66366000 -     0x7fff6636cffe  com.apple.URLFormatting (119 - 119.18)  /System/Library/PrivateFrameworks/URLFormatting.framework/Versions/A/URLFormatting
    0x7fff66f45000 -     0x7fff66f65ffc  com.apple.UserManagement (1.0 - 1)  /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement
    0x7fff67d11000 -     0x7fff67dfcff2  com.apple.ViewBridge (467 - 467)  /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff67fa2000 -     0x7fff67fa3fff  com.apple.WatchdogClient.framework (1.0 - 67.120.2)  /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient
    0x7fff68bd3000 -     0x7fff68bd6ffa  com.apple.dt.XCTTargetBootstrap (1.0 - 16091)  /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
    0x7fff68c50000 -     0x7fff68c5eff5  com.apple.audio.caulk (1.0 - 32.3)  /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
    0x7fff68fa0000 -     0x7fff68fa2ff3  com.apple.loginsupport (1.0 - 1)  /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff68fa3000 -     0x7fff68fb6ffd  com.apple.login (3.0 - 3.0)  /System/Library/PrivateFrameworks/login.framework/Versions/A/login
    0x7fff68fe8000 -     0x7fff68ff4ffd  com.apple.perfdata (1.0 - 51.100.6)  /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata
    0x7fff6ba79000 -     0x7fff6ba85ff9  libAudioStatistics.dylib (1104.95)  /usr/lib/libAudioStatistics.dylib
    0x7fff6ba86000 -     0x7fff6bab9ffa  libAudioToolboxUtility.dylib (1104.95)  /usr/lib/libAudioToolboxUtility.dylib
    0x7fff6bac0000 -     0x7fff6baf4fff  libCRFSuite.dylib (48)  /usr/lib/libCRFSuite.dylib
    0x7fff6baf7000 -     0x7fff6bb01fff  libChineseTokenizer.dylib (34)  /usr/lib/libChineseTokenizer.dylib
    0x7fff6bb02000 -     0x7fff6bb8afff  libCoreStorage.dylib (551)  /usr/lib/libCoreStorage.dylib
    0x7fff6bb8d000 -     0x7fff6bb8fff7  libDiagnosticMessagesClient.dylib (112)  /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff6bbd5000 -     0x7fff6bd8cffb  libFosl_dynamic.dylib (100.4)  /usr/lib/libFosl_dynamic.dylib
    0x7fff6bdb3000 -     0x7fff6bdb9ff3  libIOReport.dylib (54)  /usr/lib/libIOReport.dylib
    0x7fff6be9b000 -     0x7fff6bea2fff  libMatch.1.dylib (36)  /usr/lib/libMatch.1.dylib
    0x7fff6bed1000 -     0x7fff6bef1ff7  libMobileGestalt.dylib (826.140.5)  /usr/lib/libMobileGestalt.dylib
    0x7fff6bf71000 -     0x7fff6c04eff7  libSMC.dylib (20)  /usr/lib/libSMC.dylib
    0x7fff6c063000 -     0x7fff6c064fff  libSystem.B.dylib (1281.100.1)  /usr/lib/libSystem.B.dylib
    0x7fff6c065000 -     0x7fff6c0f0ff7  libTelephonyUtilDynamic.dylib (5017.1)  /usr/lib/libTelephonyUtilDynamic.dylib
    0x7fff6c0f1000 -     0x7fff6c0f2fff  libThaiTokenizer.dylib (3)  /usr/lib/libThaiTokenizer.dylib
    0x7fff6c10a000 -     0x7fff6c120fff  libapple_nghttp2.dylib (1.39.2)  /usr/lib/libapple_nghttp2.dylib
    0x7fff6c155000 -     0x7fff6c1c7ff7  libarchive.2.dylib (72.140.2)  /usr/lib/libarchive.2.dylib
    0x7fff6c1c8000 -     0x7fff6c261fe5  libate.dylib (3.0.1)  /usr/lib/libate.dylib
    0x7fff6c265000 -     0x7fff6c265ff3  libauto.dylib (187)  /usr/lib/libauto.dylib
    0x7fff6c266000 -     0x7fff6c32affe  libboringssl.dylib (283.120.1)  /usr/lib/libboringssl.dylib
    0x7fff6c32b000 -     0x7fff6c33bffb  libbsm.0.dylib (60.100.1)  /usr/lib/libbsm.0.dylib
    0x7fff6c33c000 -     0x7fff6c348fff  libbz2.1.0.dylib (44)  /usr/lib/libbz2.1.0.dylib
    0x7fff6c349000 -     0x7fff6c39bfff  libc++.1.dylib (902.1)  /usr/lib/libc++.1.dylib
    0x7fff6c39c000 -     0x7fff6c3b1ffb  libc++abi.dylib (902)  /usr/lib/libc++abi.dylib
    0x7fff6c3b2000 -     0x7fff6c3b2fff  libcharset.1.dylib (59)  /usr/lib/libcharset.1.dylib
    0x7fff6c3b3000 -     0x7fff6c3c4fff  libcmph.dylib (8)  /usr/lib/libcmph.dylib
    0x7fff6c3c5000 -     0x7fff6c3dcfd7  libcompression.dylib (87)  /usr/lib/libcompression.dylib
    0x7fff6c6b6000 -     0x7fff6c6ccff7  libcoretls.dylib (167)  /usr/lib/libcoretls.dylib
    0x7fff6c6cd000 -     0x7fff6c6cefff  libcoretls_cfhelpers.dylib (167)  /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff6cb71000 -     0x7fff6cc75fef  libcrypto.44.dylib (47.140.1)  /usr/lib/libcrypto.44.dylib
    0x7fff6cc78000 -     0x7fff6cc83fff  libcsfde.dylib (551)  /usr/lib/libcsfde.dylib
    0x7fff6cc8b000 -     0x7fff6cceaff7  libcups.2.dylib (483.7)  /usr/lib/libcups.2.dylib
    0x7fff6ccec000 -     0x7fff6cd51ff7  libcurl.4.dylib (118.120.2)  /usr/lib/libcurl.4.dylib
    0x7fff6cdf4000 -     0x7fff6cdf4fff  libenergytrace.dylib (21)  /usr/lib/libenergytrace.dylib
    0x7fff6cdf5000 -     0x7fff6ce0dfff  libexpat.1.dylib (19.60.2)  /usr/lib/libexpat.1.dylib
    0x7fff6ce1b000 -     0x7fff6ce1dfff  libfakelink.dylib (149.1)  /usr/lib/libfakelink.dylib
    0x7fff6ce2c000 -     0x7fff6ce31fff  libgermantok.dylib (24)  /usr/lib/libgermantok.dylib
    0x7fff6ce32000 -     0x7fff6ce3bff7  libheimdal-asn1.dylib (564.140.1)  /usr/lib/libheimdal-asn1.dylib
    0x7fff6ce3c000 -     0x7fff6cf2cfff  libiconv.2.dylib (59)  /usr/lib/libiconv.2.dylib
    0x7fff6cf2d000 -     0x7fff6d184fff  libicucore.A.dylib (64260.0.1)  /usr/lib/libicucore.A.dylib
    0x7fff6d19c000 -     0x7fff6d19dfff  liblangid.dylib (133)  /usr/lib/liblangid.dylib
    0x7fff6d19e000 -     0x7fff6d1b6ff3  liblzma.5.dylib (16)  /usr/lib/liblzma.5.dylib
    0x7fff6d1ce000 -     0x7fff6d275ff7  libmecab.dylib (883.11)  /usr/lib/libmecab.dylib
    0x7fff6d276000 -     0x7fff6d4d8ff1  libmecabra.dylib (883.11)  /usr/lib/libmecabra.dylib
    0x7fff6d845000 -     0x7fff6d874fff  libncurses.5.4.dylib (57)  /usr/lib/libncurses.5.4.dylib
    0x7fff6d9a4000 -     0x7fff6de20ff5  libnetwork.dylib (1880.120.4)  /usr/lib/libnetwork.dylib
    0x7fff6de21000 -     0x7fff6de38fff  libnetworkextension.dylib (1095.140.2)  /usr/lib/libnetworkextension.dylib
    0x7fff6dec1000 -     0x7fff6def4fde  libobjc.A.dylib (787.1)  /usr/lib/libobjc.A.dylib
    0x7fff6def5000 -     0x7fff6def6ff7  libodfde.dylib (26)  /usr/lib/libodfde.dylib
    0x7fff6df07000 -     0x7fff6df0bfff  libpam.2.dylib (25.100.1)  /usr/lib/libpam.2.dylib
    0x7fff6df0e000 -     0x7fff6df44ff7  libpcap.A.dylib (89.120.1)  /usr/lib/libpcap.A.dylib
    0x7fff6df84000 -     0x7fff6df92ff9  libperfcheck.dylib (37.100.2)  /usr/lib/libperfcheck.dylib
    0x7fff6dfc8000 -     0x7fff6dfe0fff  libresolv.9.dylib (67.40.1)  /usr/lib/libresolv.9.dylib
    0x7fff6dfe2000 -     0x7fff6e026ff7  libsandbox.1.dylib (1217.141.2)  /usr/lib/libsandbox.1.dylib
    0x7fff6e027000 -     0x7fff6e039ff7  libsasl2.2.dylib (213.120.1)  /usr/lib/libsasl2.2.dylib
    0x7fff6e03a000 -     0x7fff6e03bff7  libspindump.dylib (281.3)  /usr/lib/libspindump.dylib
    0x7fff6e03c000 -     0x7fff6e226ff7  libsqlite3.dylib (308.5)  /usr/lib/libsqlite3.dylib
    0x7fff6e31a000 -     0x7fff6e347ffb  libssl.46.dylib (47.140.1)  /usr/lib/libssl.46.dylib
    0x7fff6e41c000 -     0x7fff6e476ff8  libusrtcp.dylib (1880.120.4)  /usr/lib/libusrtcp.dylib
    0x7fff6e477000 -     0x7fff6e47affb  libutil.dylib (57)  /usr/lib/libutil.dylib
    0x7fff6e47b000 -     0x7fff6e488ff7  libxar.1.dylib (425.2)  /usr/lib/libxar.1.dylib
    0x7fff6e48e000 -     0x7fff6e570fff  libxml2.2.dylib (33.7)  /usr/lib/libxml2.2.dylib
    0x7fff6e574000 -     0x7fff6e59cfff  libxslt.1.dylib (16.9)  /usr/lib/libxslt.1.dylib
    0x7fff6e59d000 -     0x7fff6e5afff3  libz.1.dylib (76)  /usr/lib/libz.1.dylib
    0x7fff6ee5e000 -     0x7fff6ee63ff3  libcache.dylib (83)  /usr/lib/system/libcache.dylib
    0x7fff6ee64000 -     0x7fff6ee6ffff  libcommonCrypto.dylib (60165.120.1)  /usr/lib/system/libcommonCrypto.dylib
    0x7fff6ee70000 -     0x7fff6ee77fff  libcompiler_rt.dylib (101.2)  /usr/lib/system/libcompiler_rt.dylib
    0x7fff6ee78000 -     0x7fff6ee81ff7  libcopyfile.dylib (166.40.1)  /usr/lib/system/libcopyfile.dylib
    0x7fff6ee82000 -     0x7fff6ef14fdb  libcorecrypto.dylib (866.140.1)  /usr/lib/system/libcorecrypto.dylib
    0x7fff6f021000 -     0x7fff6f061ff0  libdispatch.dylib (1173.100.2)  /usr/lib/system/libdispatch.dylib
    0x7fff6f062000 -     0x7fff6f098fff  libdyld.dylib (750.6)  /usr/lib/system/libdyld.dylib
    0x7fff6f099000 -     0x7fff6f099ffb  libkeymgr.dylib (30)  /usr/lib/system/libkeymgr.dylib
    0x7fff6f09a000 -     0x7fff6f0a6ff3  libkxld.dylib (6153.141.10)  /usr/lib/system/libkxld.dylib
    0x7fff6f0a7000 -     0x7fff6f0a7ff7  liblaunch.dylib (1738.140.2)  /usr/lib/system/liblaunch.dylib
    0x7fff6f0a8000 -     0x7fff6f0adff7  libmacho.dylib (959.0.1)  /usr/lib/system/libmacho.dylib
    0x7fff6f0ae000 -     0x7fff6f0b0ff3  libquarantine.dylib (110.40.3)  /usr/lib/system/libquarantine.dylib
    0x7fff6f0b1000 -     0x7fff6f0b2ff7  libremovefile.dylib (48)  /usr/lib/system/libremovefile.dylib
    0x7fff6f0b3000 -     0x7fff6f0caff3  libsystem_asl.dylib (377.60.2)  /usr/lib/system/libsystem_asl.dylib
    0x7fff6f0cb000 -     0x7fff6f0cbff7  libsystem_blocks.dylib (74)  /usr/lib/system/libsystem_blocks.dylib
    0x7fff6f0cc000 -     0x7fff6f153fff  libsystem_c.dylib (1353.100.2)  /usr/lib/system/libsystem_c.dylib
    0x7fff6f154000 -     0x7fff6f157ffb  libsystem_configuration.dylib (1061.141.1)  /usr/lib/system/libsystem_configuration.dylib
    0x7fff6f158000 -     0x7fff6f15bfff  libsystem_coreservices.dylib (114)  /usr/lib/system/libsystem_coreservices.dylib
    0x7fff6f15c000 -     0x7fff6f164fff  libsystem_darwin.dylib (1353.100.2)  /usr/lib/system/libsystem_darwin.dylib
    0x7fff6f165000 -     0x7fff6f16cfff  libsystem_dnssd.dylib (1096.100.3)  /usr/lib/system/libsystem_dnssd.dylib
    0x7fff6f16d000 -     0x7fff6f16effb  libsystem_featureflags.dylib (17)  /usr/lib/system/libsystem_featureflags.dylib
    0x7fff6f16f000 -     0x7fff6f1bcff7  libsystem_info.dylib (538)  /usr/lib/system/libsystem_info.dylib
    0x7fff6f1bd000 -     0x7fff6f1e9ff7  libsystem_kernel.dylib (6153.141.10)  /usr/lib/system/libsystem_kernel.dylib
    0x7fff6f1ea000 -     0x7fff6f231fff  libsystem_m.dylib (3178)  /usr/lib/system/libsystem_m.dylib
    0x7fff6f232000 -     0x7fff6f259fff  libsystem_malloc.dylib (283.100.6)  /usr/lib/system/libsystem_malloc.dylib
    0x7fff6f25a000 -     0x7fff6f267ffb  libsystem_networkextension.dylib (1095.140.2)  /usr/lib/system/libsystem_networkextension.dylib
    0x7fff6f268000 -     0x7fff6f271ff7  libsystem_notify.dylib (241.100.2)  /usr/lib/system/libsystem_notify.dylib
    0x7fff6f272000 -     0x7fff6f27afef  libsystem_platform.dylib (220.100.1)  /usr/lib/system/libsystem_platform.dylib
    0x7fff6f27b000 -     0x7fff6f285fff  libsystem_pthread.dylib (416.100.3)  /usr/lib/system/libsystem_pthread.dylib
    0x7fff6f286000 -     0x7fff6f28aff3  libsystem_sandbox.dylib (1217.141.2)  /usr/lib/system/libsystem_sandbox.dylib
    0x7fff6f28b000 -     0x7fff6f28dfff  libsystem_secinit.dylib (62.100.2)  /usr/lib/system/libsystem_secinit.dylib
    0x7fff6f28e000 -     0x7fff6f295ffb  libsystem_symptoms.dylib (1238.120.2)  /usr/lib/system/libsystem_symptoms.dylib
    0x7fff6f296000 -     0x7fff6f2acff2  libsystem_trace.dylib (1147.120.1)  /usr/lib/system/libsystem_trace.dylib
    0x7fff6f2ae000 -     0x7fff6f2b3ff7  libunwind.dylib (35.4)  /usr/lib/system/libunwind.dylib
    0x7fff6f2b4000 -     0x7fff6f2e9ffe  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: 10987
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=921.0M resident=0K(0%) swapped_out_or_unallocated=921.0M(100%)
Writable regions: Total=1.4G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.4G(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               256K        2 
Activity Tracing                   256K        1 
CG backing stores                  992K        2 
CG image                            36K        2 
CoreAnimation                       80K       10 
CoreGraphics                         8K        1 
CoreImage                           24K        2 
CoreUI image data                 1412K       10 
Foundation                           4K        1 
Kernel Alloc Once                    8K        1 
MALLOC                           650.3M      456 
MALLOC guard page                   32K        8 
MALLOC_LARGE (reserved)            384K        1         reserved VM address space (unallocated)
MALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)
OpenGL GLSL                        512K        6 
PROTECTED_MEMORY                     4K        1 
STACK GUARD                        128K       32 
Stack                            166.8M       33 
Stack Guard                       56.0M        1 
VM_ALLOCATE                      163.1M      319 
VM_ALLOCATE (reserved)            32.0M        1         reserved VM address space (unallocated)
__DATA                            51.2M      536 
__DATA_CONST                        76K        4 
__FONT_DATA                          4K        1 
__GLSLBUILTINS                    5176K        1 
__LINKEDIT                       412.3M      133 
__OBJC_RO                         32.3M        1 
__OBJC_RW                         1908K        2 
__TEXT                           508.7M      500 
__UNICODE                          564K        1 
mapped file                       84.9M       38 
shared memory                      656K       18 
===========                     =======  ======= 
TOTAL                              2.5G     2126 
TOTAL, minus reserved VM space     2.1G     2126 



Log:
UCSF ChimeraX version: 1.1 (2020-09-09)  
© 2016-2020 Regents of the University of California. All rights reserved.  
How to cite UCSF ChimeraX  

> open
> /Users/rebeca/Documents/NSEM/Pacients_H3_poly/182325/_1/3Dclass_side1_k3_it025_class001.mrc

Opened 3Dclass_side1_k3_it025_class001.mrc, grid size 160,160,160, pixel 2.06,
shown at level 0.0202, step 1, values float32  

> open
> /Users/rebeca/Documents/NSEM/Pacients_H3_poly/182325/_1/3Dclass_side1_k3_it025_class002.mrc

Opened 3Dclass_side1_k3_it025_class002.mrc, grid size 160,160,160, pixel 2.06,
shown at level 0.019, step 1, values float32  

> open
> /Users/rebeca/Documents/NSEM/Pacients_H3_poly/182325/_1/3Dclass_side1_k3_it025_class003.mrc

Opened 3Dclass_side1_k3_it025_class003.mrc, grid size 160,160,160, pixel 2.06,
shown at level 0.019, step 1, values float32  

> open
> /Users/rebeca/Documents/NSEM/Pacients_H3_poly/182325/_1/3Dclass_side1_k5_it025_class001.mrc

Opened 3Dclass_side1_k5_it025_class001.mrc, grid size 160,160,160, pixel 2.06,
shown at level 0.0199, step 1, values float32  

> open
> /Users/rebeca/Documents/NSEM/Pacients_H3_poly/182325/_1/3Dclass_side1_k5_it025_class002.mrc

Opened 3Dclass_side1_k5_it025_class002.mrc, grid size 160,160,160, pixel 2.06,
shown at level 0.0185, step 1, values float32  

> open
> /Users/rebeca/Documents/NSEM/Pacients_H3_poly/182325/_1/3Dclass_side1_k5_it025_class003.mrc

Opened 3Dclass_side1_k5_it025_class003.mrc, grid size 160,160,160, pixel 2.06,
shown at level 0.0195, step 1, values float32  

> open
> /Users/rebeca/Documents/NSEM/Pacients_H3_poly/182325/_1/3Dclass_side1_k5_it025_class004.mrc

Opened 3Dclass_side1_k5_it025_class004.mrc, grid size 160,160,160, pixel 2.06,
shown at level 0.0189, step 1, values float32  

> open
> /Users/rebeca/Documents/NSEM/Pacients_H3_poly/182325/_1/3Dclass_side1_k5_it025_class005.mrc

Opened 3Dclass_side1_k5_it025_class005.mrc, grid size 160,160,160, pixel 2.06,
shown at level 0.018, step 1, values float32  




OpenGL version: 4.1 INTEL-14.7.11
OpenGL renderer: Intel(R) Iris(TM) Plus Graphics OpenGL Engine
OpenGL vendor: Intel Inc.Hardware:

    Hardware Overview:

      Model Name: MacBook Pro
      Model Identifier: MacBookPro16,2
      Processor Name: Quad-Core Intel Core i7
      Processor Speed: 2.3 GHz
      Number of Processors: 1
      Total Number of Cores: 4
      L2 Cache (per Core): 512 KB
      L3 Cache: 8 MB
      Hyper-Threading Technology: Enabled
      Memory: 16 GB
      Boot ROM Version: 1554.60.15.0.0 (iBridge: 18.16.13030.0.0,0)

Software:

    System Software Overview:

      System Version: macOS 10.15.7 (19H114)
      Kernel Version: Darwin 19.6.0
      Time since boot: 1 day 8:41

Graphics/Displays:

    Intel Iris Plus Graphics:

      Chipset Model: Intel Iris Plus Graphics
      Type: GPU
      Bus: Built-In
      VRAM (Dynamic, Max): 1536 MB
      Vendor: Intel
      Device ID: 0x8a53
      Revision ID: 0x0007
      Metal: Supported, feature set macOS GPUFamily2 v1
      Displays:
        Color LCD:
          Display Type: Built-In Retina LCD
          Resolution: 2560 x 1600 Retina
          Framebuffer Depth: 30-Bit Color (ARGB2101010)
          Main Display: Yes
          Mirror: Off
          Online: Yes
          Automatically Adjust Brightness: No
          Connection Type: Internal

PyQt version: 5.12.3
Compiled Qt version: 5.12.4
Runtime Qt version: 5.12.9
Installed Packages:
    alabaster: 0.7.12
    appdirs: 1.4.4
    appnope: 0.1.0
    Babel: 2.8.0
    backcall: 0.2.0
    blockdiag: 2.0.1
    certifi: 2020.6.20
    chardet: 3.0.4
    ChimeraX-AddH: 2.1.1
    ChimeraX-AlignmentAlgorithms: 2.0
    ChimeraX-AlignmentHdrs: 3.2
    ChimeraX-AlignmentMatrices: 2.0
    ChimeraX-Alignments: 2.1
    ChimeraX-Arrays: 1.0
    ChimeraX-Atomic: 1.6.1
    ChimeraX-AtomSearch: 2.0
    ChimeraX-AxesPlanes: 2.0
    ChimeraX-BasicActions: 1.1
    ChimeraX-BILD: 1.0
    ChimeraX-BlastProtein: 1.0.1
    ChimeraX-BondRot: 2.0
    ChimeraX-BugReporter: 1.0
    ChimeraX-BuildStructure: 2.0
    ChimeraX-Bumps: 1.0
    ChimeraX-BundleBuilder: 1.0
    ChimeraX-ButtonPanel: 1.0
    ChimeraX-CageBuilder: 1.0
    ChimeraX-CellPack: 1.0
    ChimeraX-Centroids: 1.1
    ChimeraX-ChemGroup: 2.0
    ChimeraX-Clashes: 2.0
    ChimeraX-ColorActions: 1.0
    ChimeraX-ColorGlobe: 1.0
    ChimeraX-CommandLine: 1.1.3
    ChimeraX-ConnectStructure: 2.0
    ChimeraX-Contacts: 1.0
    ChimeraX-Core: 1.1
    ChimeraX-CoreFormats: 1.0
    ChimeraX-coulombic: 1.0.1
    ChimeraX-Crosslinks: 1.0
    ChimeraX-Crystal: 1.0
    ChimeraX-DataFormats: 1.0
    ChimeraX-Dicom: 1.0
    ChimeraX-DistMonitor: 1.1
    ChimeraX-DistUI: 1.0
    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.0
    ChimeraX-Hbonds: 2.0
    ChimeraX-Help: 1.0
    ChimeraX-HKCage: 1.0
    ChimeraX-IHM: 1.0
    ChimeraX-ImageFormats: 1.0
    ChimeraX-IMOD: 1.0
    ChimeraX-IO: 1.0
    ChimeraX-Label: 1.0
    ChimeraX-ListInfo: 1.0
    ChimeraX-Log: 1.1.1
    ChimeraX-LookingGlass: 1.1
    ChimeraX-Map: 1.0.1
    ChimeraX-MapData: 2.0
    ChimeraX-MapEraser: 1.0
    ChimeraX-MapFilter: 2.0
    ChimeraX-MapFit: 2.0
    ChimeraX-MapSeries: 2.0
    ChimeraX-Markers: 1.0
    ChimeraX-Mask: 1.0
    ChimeraX-MatchMaker: 1.1
    ChimeraX-MDcrds: 2.0
    ChimeraX-MedicalToolbar: 1.0.1
    ChimeraX-Meeting: 1.0
    ChimeraX-MLP: 1.0
    ChimeraX-mmCIF: 2.2
    ChimeraX-MMTF: 2.0
    ChimeraX-Modeller: 1.0
    ChimeraX-ModelPanel: 1.0
    ChimeraX-ModelSeries: 1.0
    ChimeraX-Mol2: 2.0
    ChimeraX-Morph: 1.0
    ChimeraX-MouseModes: 1.0
    ChimeraX-Movie: 1.0
    ChimeraX-Neuron: 1.0
    ChimeraX-Nucleotides: 2.0
    ChimeraX-OpenCommand: 1.2.1
    ChimeraX-PDB: 2.1
    ChimeraX-PDBBio: 1.0
    ChimeraX-PickBlobs: 1.0
    ChimeraX-Positions: 1.0
    ChimeraX-PresetMgr: 1.0
    ChimeraX-PubChem: 2.0
    ChimeraX-Read-Pbonds: 1.0
    ChimeraX-Registration: 1.1
    ChimeraX-RemoteControl: 1.0
    ChimeraX-ResidueFit: 1.0
    ChimeraX-RestServer: 1.0
    ChimeraX-RNALayout: 1.0
    ChimeraX-RotamerLibMgr: 2.0
    ChimeraX-RotamerLibsDunbrack: 2.0
    ChimeraX-RotamerLibsDynameomics: 2.0
    ChimeraX-RotamerLibsRichardson: 2.0
    ChimeraX-SaveCommand: 1.2
    ChimeraX-SchemeMgr: 1.0
    ChimeraX-SDF: 2.0
    ChimeraX-Segger: 1.0
    ChimeraX-Segment: 1.0
    ChimeraX-SeqView: 2.2
    ChimeraX-Shape: 1.0.1
    ChimeraX-Shell: 1.0
    ChimeraX-Shortcuts: 1.0
    ChimeraX-ShowAttr: 1.0
    ChimeraX-ShowSequences: 1.0
    ChimeraX-SideView: 1.0
    ChimeraX-Smiles: 2.0
    ChimeraX-SmoothLines: 1.0
    ChimeraX-SpaceNavigator: 1.0
    ChimeraX-StdCommands: 1.0.4
    ChimeraX-STL: 1.0
    ChimeraX-Storm: 1.0
    ChimeraX-Struts: 1.0
    ChimeraX-Surface: 1.0
    ChimeraX-SwapAA: 2.0
    ChimeraX-SwapRes: 2.0
    ChimeraX-TapeMeasure: 1.0
    ChimeraX-Test: 1.0
    ChimeraX-Toolbar: 1.0
    ChimeraX-ToolshedUtils: 1.0
    ChimeraX-Tug: 1.0
    ChimeraX-UI: 1.2.3
    ChimeraX-uniprot: 2.0
    ChimeraX-ViewDockX: 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.3
    comtypes: 1.1.7
    cxservices: 1.0
    cycler: 0.10.0
    Cython: 0.29.20
    decorator: 4.4.2
    distlib: 0.3.1
    docutils: 0.16
    filelock: 3.0.12
    funcparserlib: 0.3.6
    grako: 3.16.5
    h5py: 2.10.0
    html2text: 2020.1.16
    idna: 2.10
    ihm: 0.16
    imagecodecs: 2020.5.30
    imagecodecs-lite: 2020.1.31
    imagesize: 1.2.0
    ipykernel: 5.3.0
    ipython: 7.15.0
    ipython-genutils: 0.2.0
    jedi: 0.17.2
    Jinja2: 2.11.2
    jupyter-client: 6.1.3
    jupyter-core: 4.6.3
    kiwisolver: 1.2.0
    line-profiler: 2.1.2
    lxml: 4.5.1
    MarkupSafe: 1.1.1
    matplotlib: 3.2.1
    msgpack: 1.0.0
    netifaces: 0.10.9
    networkx: 2.4
    numexpr: 2.7.1
    numpy: 1.18.5
    numpydoc: 1.0.0
    openvr: 1.12.501
    packaging: 20.4
    parso: 0.7.1
    pexpect: 4.8.0
    pickleshare: 0.7.5
    Pillow: 7.1.2
    pip: 20.2.2
    pkginfo: 1.5.0.1
    prompt-toolkit: 3.0.7
    psutil: 5.7.0
    ptyprocess: 0.6.0
    pycollada: 0.7.1
    pydicom: 2.0.0
    Pygments: 2.6.1
    PyOpenGL: 3.1.5
    PyOpenGL-accelerate: 3.1.5
    pyparsing: 2.4.7
    PyQt5-commercial: 5.12.3
    PyQt5-sip: 4.19.19
    PyQtWebEngine-commercial: 5.12.1
    python-dateutil: 2.8.1
    pytz: 2020.1
    pyzmq: 19.0.2
    qtconsole: 4.7.4
    QtPy: 1.9.0
    RandomWords: 0.3.0
    requests: 2.24.0
    scipy: 1.4.1
    setuptools: 49.4.0
    sfftk-rw: 0.6.6.dev0
    six: 1.15.0
    snowballstemmer: 2.0.0
    sortedcontainers: 2.2.2
    Sphinx: 3.1.1
    sphinxcontrib-applehelp: 1.0.2
    sphinxcontrib-blockdiag: 2.0.0
    sphinxcontrib-devhelp: 1.0.2
    sphinxcontrib-htmlhelp: 1.0.3
    sphinxcontrib-jsmath: 1.0.1
    sphinxcontrib-qthelp: 1.0.3
    sphinxcontrib-serializinghtml: 1.1.4
    suds-jurko: 0.6
    tables: 3.6.1
    tifffile: 2020.6.3
    tinyarray: 1.2.2
    tornado: 6.0.4
    traitlets: 5.0.4
    urllib3: 1.25.10
    wcwidth: 0.2.5
    webcolors: 1.11.1
    wheel: 0.34.2

Change History (2)

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 submissionCrash in QtWebEngineCore

comment:2 by pett, 4 years ago

Resolution: can't reproduce
Status: acceptedclosed
Note: See TracTickets for help on using tickets.