#8382 closed defect (can't reproduce)
Crash processing timer event
| Reported by: | Owned by: | Eric Pettersen | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core | Version: | |
| Keywords: | Cc: | Tom Goddard | |
| Blocked By: | Blocking: | ||
| Notify when closed: | Platform: | all | |
| Project: | ChimeraX |
Description (last modified by )
The following bug report has been submitted:
Platform: macOS-10.15.7-x86_64-i386-64bit
ChimeraX Version: 1.5 (2022-11-24 00:03:27 UTC)
Description
Last time you used ChimeraX it crashed.
Please describe steps that led to the crash here.
Process: ChimeraX [29540]
Path: /Applications/ChimeraX-1.4.app/Contents/MacOS/ChimeraX
Identifier: edu.ucsf.cgl.ChimeraX
Version: 1.4.0 (1.4.0.0)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: ChimeraX [29540]
User ID: 501
Date/Time: 2023-01-28 12:09:39.713 +0000
OS Version: Mac OS X 10.15.7 (19H2026)
Report Version: 12
Anonymous UUID: DEEDC027-91DE-333B-A77D-B6997CFFDB16
Sleep/Wake UUID: 6532F3D8-D9F3-450F-89D3-142102D0D57F
Time Awake Since Boot: 630000 seconds
Time Since Wake: 3400 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 0x000026f12057e1b0
Exception Note: EXC_CORPSE_NOTIFY
VM Regions Near 0x26f12057e1b0:
mapped file 0000000162ad3000-0000000164580000 [ 26.7M] r--/r-x SM=ALI
-->
MALLOC_NANO 0000600000000000-0000600008000000 [128.0M] rw-/rwx SM=PRV
Thread 0 Crashed:: CrBrowserMain Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff701b432a __pthread_kill + 10
1 libsystem_pthread.dylib 0x00007fff70270e60 pthread_kill + 430
2 libsystem_c.dylib 0x00007fff700cb93e raise + 26
3 libsystem_platform.dylib 0x00007fff702655fd _sigtramp + 29
4 ??? 000000000000000000 0 + 0
5 org.python.python 0x0000000109a4ef4f method_vectorcall_VARARGS + 303
6 org.python.python 0x0000000109b1ee0c call_function + 732
7 org.python.python 0x0000000109b1c27e _PyEval_EvalFrameDefault + 25518
8 org.python.python 0x0000000109b1fb03 _PyEval_EvalCode + 2611
9 org.python.python 0x0000000109a46cb1 _PyFunction_Vectorcall + 289
10 QtCore.abi3.so 0x0000000118f28607 PyQtSlot::call(_object*, _object*) const + 39
11 QtCore.abi3.so 0x0000000118f28516 PyQtSlot::invoke(void**, _object*, void*, bool) const + 358
12 QtCore.abi3.so 0x0000000118f29445 PyQtSlotProxy::unislot(void**) + 85
13 QtCore.abi3.so 0x0000000118f293ba PyQtSlotProxy::qt_metacall(QMetaObject::Call, int, void**) + 58
14 QtCore 0x000000011f36f9e7 0x11f2b3000 + 772583
15 QtCore 0x000000011f3844d7 QTimer::timerEvent(QTimerEvent*) + 199
16 QtCore.abi3.so 0x0000000118e17bf9 sipQTimer::timerEvent(QTimerEvent*) + 121
17 QtCore 0x000000011f367bad QObject::event(QEvent*) + 109
18 QtCore.abi3.so 0x0000000118e17a7a sipQTimer::event(QEvent*) + 186
19 QtWidgets 0x0000000121c31067 QApplicationPrivate::notify_helper(QObject*, QEvent*) + 247
20 QtWidgets 0x0000000121c32023 QApplication::notify(QObject*, QEvent*) + 499
21 QtWidgets.abi3.so 0x0000000121753829 sipQApplication::notify(QObject*, QEvent*) + 233
22 QtCore 0x000000011f31edca QCoreApplication::notifyInternal2(QObject*, QEvent*) + 170
23 QtCore 0x000000011f4aaa01 QTimerInfoList::activateTimers() + 961
24 libqcocoa.dylib 0x000000012e907885 0x12e8ef000 + 100485
25 com.apple.CoreFoundation 0x00007fff363e7f92 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
26 com.apple.CoreFoundation 0x00007fff363e7f31 __CFRunLoopDoSource0 + 103
27 com.apple.CoreFoundation 0x00007fff363e7d4b __CFRunLoopDoSources0 + 209
28 com.apple.CoreFoundation 0x00007fff363e6a7a __CFRunLoopRun + 927
29 com.apple.CoreFoundation 0x00007fff363e607e CFRunLoopRunSpecific + 462
30 com.apple.HIToolbox 0x00007fff35012aad RunCurrentEventLoopInMode + 292
31 com.apple.HIToolbox 0x00007fff350127c5 ReceiveNextEventCommon + 584
32 com.apple.HIToolbox 0x00007fff35012569 _BlockUntilNextEventMatchingListInModeWithFilter + 64
33 com.apple.AppKit 0x00007fff3365b3c9 _DPSNextEvent + 883
34 com.apple.AppKit 0x00007fff33659c10 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1352
35 com.apple.AppKit 0x00007fff3364b91e -[NSApplication run] + 658
36 libqcocoa.dylib 0x000000012e90848c 0x12e8ef000 + 103564
37 QtCore 0x000000011f328516 QEventLoop::exec(QFlags) + 486
38 QtCore 0x000000011f31f3e5 QCoreApplication::exec() + 133
39 QtWidgets.abi3.so 0x000000012184090a meth_QApplication_exec(_object*, _object*) + 90
40 org.python.python 0x0000000109a8571d cfunction_call + 125
41 org.python.python 0x0000000109a465b7 _PyObject_MakeTpCall + 359
42 org.python.python 0x0000000109b1ee9c call_function + 876
43 org.python.python 0x0000000109b1c2a2 _PyEval_EvalFrameDefault + 25554
44 org.python.python 0x0000000109a46d28 function_code_fastcall + 104
45 org.python.python 0x0000000109a48d6a method_vectorcall + 202
46 org.python.python 0x0000000109b1ee0c call_function + 732
47 org.python.python 0x0000000109b1c2a2 _PyEval_EvalFrameDefault + 25554
48 org.python.python 0x0000000109b1fb03 _PyEval_EvalCode + 2611
49 org.python.python 0x0000000109a46cb1 _PyFunction_Vectorcall + 289
50 org.python.python 0x0000000109b1ee0c call_function + 732
51 org.python.python 0x0000000109b1c34b _PyEval_EvalFrameDefault + 25723
52 org.python.python 0x0000000109b1fb03 _PyEval_EvalCode + 2611
53 org.python.python 0x0000000109b15dab PyEval_EvalCode + 139
54 org.python.python 0x0000000109b12c12 builtin_exec + 626
55 org.python.python 0x0000000109a85023 cfunction_vectorcall_FASTCALL + 195
56 org.python.python 0x0000000109b1ee0c call_function + 732
57 org.python.python 0x0000000109b1c34b _PyEval_EvalFrameDefault + 25723
58 org.python.python 0x0000000109b1fb03 _PyEval_EvalCode + 2611
59 org.python.python 0x0000000109a46cb1 _PyFunction_Vectorcall + 289
60 org.python.python 0x0000000109b1ee0c call_function + 732
61 org.python.python 0x0000000109b1c34b _PyEval_EvalFrameDefault + 25723
62 org.python.python 0x0000000109b1fb03 _PyEval_EvalCode + 2611
63 org.python.python 0x0000000109a46cb1 _PyFunction_Vectorcall + 289
64 org.python.python 0x0000000109b85870 pymain_run_module + 208
65 org.python.python 0x0000000109b84f87 Py_RunMain + 1431
66 org.python.python 0x0000000109b8558f pymain_main + 223
67 org.python.python 0x0000000109b8549b Py_Main + 43
68 edu.ucsf.cgl.ChimeraX 0x00000001099fcdc8 main + 120
69 libdyld.dylib 0x00007fff7006ccc9 start + 1
Thread 1:
0 libsystem_kernel.dylib 0x00007fff701b0872 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff70271425 _pthread_cond_wait + 698
2 libopenblas64_.0.dylib 0x000000010a7d349f blas_thread_server + 207
3 libsystem_pthread.dylib 0x00007fff70271109 _pthread_start + 148
4 libsystem_pthread.dylib 0x00007fff7026cb8b thread_start + 15
Thread 2:
0 libsystem_kernel.dylib 0x00007fff701b0872 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff70271425 _pthread_cond_wait + 698
2 libopenblas64_.0.dylib 0x000000010a7d349f blas_thread_server + 207
3 libsystem_pthread.dylib 0x00007fff70271109 _pthread_start + 148
4 libsystem_pthread.dylib 0x00007fff7026cb8b thread_start + 15
Thread 3:
0 libsystem_kernel.dylib 0x00007fff701b0872 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff70271425 _pthread_cond_wait + 698
2 libopenblas64_.0.dylib 0x000000010a7d349f blas_thread_server + 207
3 libsystem_pthread.dylib 0x00007fff70271109 _pthread_start + 148
4 libsystem_pthread.dylib 0x00007fff7026cb8b thread_start + 15
Thread 4:
0 libsystem_kernel.dylib 0x00007fff701b0872 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff70271425 _pthread_cond_wait + 698
2 libopenblas64_.0.dylib 0x000000010a7d349f blas_thread_server + 207
3 libsystem_pthread.dylib 0x00007fff70271109 _pthread_start + 148
4 libsystem_pthread.dylib 0x00007fff7026cb8b thread_start + 15
Thread 5:
0 libsystem_kernel.dylib 0x00007fff701b0872 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff70271425 _pthread_cond_wait + 698
2 libopenblas64_.0.dylib 0x000000010a7d349f blas_thread_server + 207
3 libsystem_pthread.dylib 0x00007fff70271109 _pthread_start + 148
4 libsystem_pthread.dylib 0x00007fff7026cb8b thread_start + 15
Thread 6:
0 libsystem_kernel.dylib 0x00007fff701b0872 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff70271425 _pthread_cond_wait + 698
2 libopenblas64_.0.dylib 0x000000010a7d349f blas_thread_server + 207
3 libsystem_pthread.dylib 0x00007fff70271109 _pthread_start + 148
4 libsystem_pthread.dylib 0x00007fff7026cb8b thread_start + 15
Thread 7:
0 libsystem_kernel.dylib 0x00007fff701b0872 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff70271425 _pthread_cond_wait + 698
2 libopenblas64_.0.dylib 0x000000010a7d349f blas_thread_server + 207
3 libsystem_pthread.dylib 0x00007fff70271109 _pthread_start + 148
4 libsystem_pthread.dylib 0x00007fff7026cb8b thread_start + 15
Thread 8:: ThreadPoolServiceThread
0 libsystem_kernel.dylib 0x00007fff701b6b86 kevent64 + 10
1 QtWebEngineCore 0x0000000126e035ca 0x122ea1000 + 66463178
2 QtWebEngineCore 0x0000000126e034c7 0x122ea1000 + 66462919
3 QtWebEngineCore 0x0000000126d8019c 0x122ea1000 + 65925532
4 QtWebEngineCore 0x0000000126d37ff8 0x122ea1000 + 65630200
5 QtWebEngineCore 0x0000000126da2458 0x122ea1000 + 66065496
6 QtWebEngineCore 0x0000000126d8984d 0x122ea1000 + 65964109
7 QtWebEngineCore 0x0000000126da25ea 0x122ea1000 + 66065898
8 QtWebEngineCore 0x0000000126dca4a8 0x122ea1000 + 66229416
9 libsystem_pthread.dylib 0x00007fff70271109 _pthread_start + 148
10 libsystem_pthread.dylib 0x00007fff7026cb8b thread_start + 15
Thread 9:: ThreadPoolBackgroundWorker
0 libsystem_kernel.dylib 0x00007fff701addea mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff701ae160 mach_msg + 60
2 QtWebEngineCore 0x0000000126dd19c6 0x122ea1000 + 66259398
3 QtWebEngineCore 0x0000000126d95d5f 0x122ea1000 + 66014559
4 QtWebEngineCore 0x0000000126d9680c 0x122ea1000 + 66017292
5 QtWebEngineCore 0x0000000126d9637d 0x122ea1000 + 66016125
6 QtWebEngineCore 0x0000000126dca4a8 0x122ea1000 + 66229416
7 libsystem_pthread.dylib 0x00007fff70271109 _pthread_start + 148
8 libsystem_pthread.dylib 0x00007fff7026cb8b thread_start + 15
Thread 10:: Chrome_IOThread
0 libsystem_kernel.dylib 0x00007fff701b6b86 kevent64 + 10
1 QtWebEngineCore 0x0000000126e035ca 0x122ea1000 + 66463178
2 QtWebEngineCore 0x0000000126e034c7 0x122ea1000 + 66462919
3 QtWebEngineCore 0x0000000126d8019c 0x122ea1000 + 65925532
4 QtWebEngineCore 0x0000000126d37ff8 0x122ea1000 + 65630200
5 QtWebEngineCore 0x0000000126da2458 0x122ea1000 + 66065496
6 QtWebEngineCore 0x0000000125cc8e32 0x122ea1000 + 48397874
7 QtWebEngineCore 0x0000000126da25ea 0x122ea1000 + 66065898
8 QtWebEngineCore 0x0000000126dca4a8 0x122ea1000 + 66229416
9 libsystem_pthread.dylib 0x00007fff70271109 _pthread_start + 148
10 libsystem_pthread.dylib 0x00007fff7026cb8b thread_start + 15
Thread 11:: NetworkConfigWatcher
0 libsystem_kernel.dylib 0x00007fff701addea mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff701ae160 mach_msg + 60
2 QtWebEngineCore 0x0000000126dd19c6 0x122ea1000 + 66259398
3 QtWebEngineCore 0x0000000126dd178f 0x122ea1000 + 66258831
4 QtWebEngineCore 0x0000000126d07089 0x122ea1000 + 65429641
5 QtWebEngineCore 0x0000000126d8019c 0x122ea1000 + 65925532
6 QtWebEngineCore 0x0000000126d37ff8 0x122ea1000 + 65630200
7 QtWebEngineCore 0x0000000126da2458 0x122ea1000 + 66065496
8 QtWebEngineCore 0x0000000126da25ea 0x122ea1000 + 66065898
9 QtWebEngineCore 0x0000000126dca4a8 0x122ea1000 + 66229416
10 libsystem_pthread.dylib 0x00007fff70271109 _pthread_start + 148
11 libsystem_pthread.dylib 0x00007fff7026cb8b thread_start + 15
Thread 12:: ThreadPoolForegroundWorker
0 libsystem_kernel.dylib 0x00007fff701addea mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff701ae160 mach_msg + 60
2 QtWebEngineCore 0x0000000126dd19c6 0x122ea1000 + 66259398
3 QtWebEngineCore 0x0000000126d95d5f 0x122ea1000 + 66014559
4 QtWebEngineCore 0x0000000126d9680c 0x122ea1000 + 66017292
5 QtWebEngineCore 0x0000000126d9640d 0x122ea1000 + 66016269
6 QtWebEngineCore 0x0000000126dca4a8 0x122ea1000 + 66229416
7 libsystem_pthread.dylib 0x00007fff70271109 _pthread_start + 148
8 libsystem_pthread.dylib 0x00007fff7026cb8b thread_start + 15
Thread 13:: CompositorTileWorker1
0 libsystem_kernel.dylib 0x00007fff701b0872 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff70271425 _pthread_cond_wait + 698
2 QtWebEngineCore 0x0000000126dc98bb 0x122ea1000 + 66226363
3 QtWebEngineCore 0x0000000128e9a55d 0x122ea1000 + 100635997
4 QtWebEngineCore 0x0000000126dca4a8 0x122ea1000 + 66229416
5 libsystem_pthread.dylib 0x00007fff70271109 _pthread_start + 148
6 libsystem_pthread.dylib 0x00007fff7026cb8b thread_start + 15
Thread 14:: Chrome_InProcGpuThread
0 libsystem_kernel.dylib 0x00007fff701addea mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff701ae160 mach_msg + 60
2 QtWebEngineCore 0x0000000126dd19c6 0x122ea1000 + 66259398
3 QtWebEngineCore 0x0000000126d07028 0x122ea1000 + 65429544
4 QtWebEngineCore 0x0000000126d8019c 0x122ea1000 + 65925532
5 QtWebEngineCore 0x0000000126d37ff8 0x122ea1000 + 65630200
6 QtWebEngineCore 0x0000000126da2458 0x122ea1000 + 66065496
7 QtWebEngineCore 0x0000000126da25ea 0x122ea1000 + 66065898
8 QtWebEngineCore 0x0000000126dca4a8 0x122ea1000 + 66229416
9 libsystem_pthread.dylib 0x00007fff70271109 _pthread_start + 148
10 libsystem_pthread.dylib 0x00007fff7026cb8b thread_start + 15
Thread 15:: Chrome_ChildIOThread
0 libsystem_kernel.dylib 0x00007fff701b6b86 kevent64 + 10
1 QtWebEngineCore 0x0000000126e035ca 0x122ea1000 + 66463178
2 QtWebEngineCore 0x0000000126e034c7 0x122ea1000 + 66462919
3 QtWebEngineCore 0x0000000126d8019c 0x122ea1000 + 65925532
4 QtWebEngineCore 0x0000000126d37ff8 0x122ea1000 + 65630200
5 QtWebEngineCore 0x0000000126da2458 0x122ea1000 + 66065496
6 QtWebEngineCore 0x0000000126da25ea 0x122ea1000 + 66065898
7 QtWebEngineCore 0x0000000126dca4a8 0x122ea1000 + 66229416
8 libsystem_pthread.dylib 0x00007fff70271109 _pthread_start + 148
9 libsystem_pthread.dylib 0x00007fff7026cb8b thread_start + 15
Thread 16:: NetworkConfigWatcher
0 libsystem_kernel.dylib 0x00007fff701addea mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff701ae160 mach_msg + 60
2 QtWebEngineCore 0x0000000126dd19c6 0x122ea1000 + 66259398
3 QtWebEngineCore 0x0000000126dd178f 0x122ea1000 + 66258831
4 QtWebEngineCore 0x0000000126d07089 0x122ea1000 + 65429641
5 QtWebEngineCore 0x0000000126d8019c 0x122ea1000 + 65925532
6 QtWebEngineCore 0x0000000126d37ff8 0x122ea1000 + 65630200
7 QtWebEngineCore 0x0000000126da2458 0x122ea1000 + 66065496
8 QtWebEngineCore 0x0000000126da25ea 0x122ea1000 + 66065898
9 QtWebEngineCore 0x0000000126dca4a8 0x122ea1000 + 66229416
10 libsystem_pthread.dylib 0x00007fff70271109 _pthread_start + 148
11 libsystem_pthread.dylib 0x00007fff7026cb8b thread_start + 15
Thread 17:: VizCompositorThread
0 libsystem_kernel.dylib 0x00007fff701addea mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff701ae160 mach_msg + 60
2 QtWebEngineCore 0x0000000126dd19c6 0x122ea1000 + 66259398
3 QtWebEngineCore 0x0000000126d07028 0x122ea1000 + 65429544
4 QtWebEngineCore 0x0000000126d8019c 0x122ea1000 + 65925532
5 QtWebEngineCore 0x0000000126d37ff8 0x122ea1000 + 65630200
6 QtWebEngineCore 0x0000000126da2458 0x122ea1000 + 66065496
7 QtWebEngineCore 0x0000000126da25ea 0x122ea1000 + 66065898
8 QtWebEngineCore 0x0000000126dca4a8 0x122ea1000 + 66229416
9 libsystem_pthread.dylib 0x00007fff70271109 _pthread_start + 148
10 libsystem_pthread.dylib 0x00007fff7026cb8b thread_start + 15
Thread 18:: NetworkService
0 libsystem_kernel.dylib 0x00007fff701b6b86 kevent64 + 10
1 QtWebEngineCore 0x0000000126e035ca 0x122ea1000 + 66463178
2 QtWebEngineCore 0x0000000126e034c7 0x122ea1000 + 66462919
3 QtWebEngineCore 0x0000000126d8019c 0x122ea1000 + 65925532
4 QtWebEngineCore 0x0000000126d37ff8 0x122ea1000 + 65630200
5 QtWebEngineCore 0x0000000126da2458 0x122ea1000 + 66065496
6 QtWebEngineCore 0x0000000126da25ea 0x122ea1000 + 66065898
7 QtWebEngineCore 0x0000000126dca4a8 0x122ea1000 + 66229416
8 libsystem_pthread.dylib 0x00007fff70271109 _pthread_start + 148
9 libsystem_pthread.dylib 0x00007fff7026cb8b thread_start + 15
Thread 19:: NetworkConfigWatcher
0 libsystem_kernel.dylib 0x00007fff701addea mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff701ae160 mach_msg + 60
2 QtWebEngineCore 0x0000000126dd19c6 0x122ea1000 + 66259398
3 QtWebEngineCore 0x0000000126dd178f 0x122ea1000 + 66258831
4 QtWebEngineCore 0x0000000126d07089 0x122ea1000 + 65429641
5 QtWebEngineCore 0x0000000126d8019c 0x122ea1000 + 65925532
6 QtWebEngineCore 0x0000000126d37ff8 0x122ea1000 + 65630200
7 QtWebEngineCore 0x0000000126da2458 0x122ea1000 + 66065496
8 QtWebEngineCore 0x0000000126da25ea 0x122ea1000 + 66065898
9 QtWebEngineCore 0x0000000126dca4a8 0x122ea1000 + 66229416
10 libsystem_pthread.dylib 0x00007fff70271109 _pthread_start + 148
11 libsystem_pthread.dylib 0x00007fff7026cb8b thread_start + 15
Thread 20:: ThreadPoolSingleThreadForegroundBlocking0
0 libsystem_kernel.dylib 0x00007fff701addea mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff701ae160 mach_msg + 60
2 QtWebEngineCore 0x0000000126dd19c6 0x122ea1000 + 66259398
3 QtWebEngineCore 0x0000000126d95d5f 0x122ea1000 + 66014559
4 QtWebEngineCore 0x0000000126d9680c 0x122ea1000 + 66017292
5 QtWebEngineCore 0x0000000126d9646d 0x122ea1000 + 66016365
6 QtWebEngineCore 0x0000000126dca4a8 0x122ea1000 + 66229416
7 libsystem_pthread.dylib 0x00007fff70271109 _pthread_start + 148
8 libsystem_pthread.dylib 0x00007fff7026cb8b thread_start + 15
Thread 21:: NetworkConfigWatcher
0 libsystem_kernel.dylib 0x00007fff701addea mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff701ae160 mach_msg + 60
2 QtWebEngineCore 0x0000000126dd19c6 0x122ea1000 + 66259398
3 QtWebEngineCore 0x0000000126dd178f 0x122ea1000 + 66258831
4 QtWebEngineCore 0x0000000126d07089 0x122ea1000 + 65429641
5 QtWebEngineCore 0x0000000126d8019c 0x122ea1000 + 65925532
6 QtWebEngineCore 0x0000000126d37ff8 0x122ea1000 + 65630200
7 QtWebEngineCore 0x0000000126da2458 0x122ea1000 + 66065496
8 QtWebEngineCore 0x0000000126da25ea 0x122ea1000 + 66065898
9 QtWebEngineCore 0x0000000126dca4a8 0x122ea1000 + 66229416
10 libsystem_pthread.dylib 0x00007fff70271109 _pthread_start + 148
11 libsystem_pthread.dylib 0x00007fff7026cb8b thread_start + 15
Thread 22:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x00007fff701addea mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff701ae160 mach_msg + 60
2 com.apple.CoreFoundation 0x00007fff363e8135 __CFRunLoopServiceMachPort + 247
3 com.apple.CoreFoundation 0x00007fff363e6c02 __CFRunLoopRun + 1319
4 com.apple.CoreFoundation 0x00007fff363e607e CFRunLoopRunSpecific + 462
5 com.apple.AppKit 0x00007fff337fcbf4 _NSEventThread + 132
6 libsystem_pthread.dylib 0x00007fff70271109 _pthread_start + 148
7 libsystem_pthread.dylib 0x00007fff7026cb8b thread_start + 15
Thread 23:: MemoryInfra
0 libsystem_kernel.dylib 0x00007fff701addea mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff701ae160 mach_msg + 60
2 QtWebEngineCore 0x0000000126dd19c6 0x122ea1000 + 66259398
3 QtWebEngineCore 0x0000000126dd178f 0x122ea1000 + 66258831
4 QtWebEngineCore 0x0000000126d07089 0x122ea1000 + 65429641
5 QtWebEngineCore 0x0000000126d8019c 0x122ea1000 + 65925532
6 QtWebEngineCore 0x0000000126d37ff8 0x122ea1000 + 65630200
7 QtWebEngineCore 0x0000000126da2458 0x122ea1000 + 66065496
8 QtWebEngineCore 0x0000000126da25ea 0x122ea1000 + 66065898
9 QtWebEngineCore 0x0000000126dca4a8 0x122ea1000 + 66229416
10 libsystem_pthread.dylib 0x00007fff70271109 _pthread_start + 148
11 libsystem_pthread.dylib 0x00007fff7026cb8b thread_start + 15
Thread 24:: ThreadPoolSingleThreadSharedBackgroundBlocking1
0 libsystem_kernel.dylib 0x00007fff701addea mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff701ae160 mach_msg + 60
2 QtWebEngineCore 0x0000000126dd19c6 0x122ea1000 + 66259398
3 QtWebEngineCore 0x0000000126d95d5f 0x122ea1000 + 66014559
4 QtWebEngineCore 0x0000000126d9653a 0x122ea1000 + 66016570
5 QtWebEngineCore 0x0000000126d963ad 0x122ea1000 + 66016173
6 QtWebEngineCore 0x0000000126dca4a8 0x122ea1000 + 66229416
7 libsystem_pthread.dylib 0x00007fff70271109 _pthread_start + 148
8 libsystem_pthread.dylib 0x00007fff7026cb8b thread_start + 15
Thread 25:: ThreadPoolBackgroundWorker
0 libsystem_kernel.dylib 0x00007fff701addea mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff701ae160 mach_msg + 60
2 QtWebEngineCore 0x0000000126dd19c6 0x122ea1000 + 66259398
3 QtWebEngineCore 0x0000000126d95d5f 0x122ea1000 + 66014559
4 QtWebEngineCore 0x0000000126d9680c 0x122ea1000 + 66017292
5 QtWebEngineCore 0x0000000126d9637d 0x122ea1000 + 66016125
6 QtWebEngineCore 0x0000000126dca4a8 0x122ea1000 + 66229416
7 libsystem_pthread.dylib 0x00007fff70271109 _pthread_start + 148
8 libsystem_pthread.dylib 0x00007fff7026cb8b thread_start + 15
Thread 26:: ThreadPoolForegroundWorker
0 libsystem_kernel.dylib 0x00007fff701addea mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff701ae160 mach_msg + 60
2 QtWebEngineCore 0x0000000126dd19c6 0x122ea1000 + 66259398
3 QtWebEngineCore 0x0000000126d95d5f 0x122ea1000 + 66014559
4 QtWebEngineCore 0x0000000126d9680c 0x122ea1000 + 66017292
5 QtWebEngineCore 0x0000000126d9640d 0x122ea1000 + 66016269
6 QtWebEngineCore 0x0000000126dca4a8 0x122ea1000 + 66229416
7 libsystem_pthread.dylib 0x00007fff70271109 _pthread_start + 148
8 libsystem_pthread.dylib 0x00007fff7026cb8b thread_start + 15
Thread 27:
0 libsystem_pthread.dylib 0x00007fff7026cb68 start_wqthread + 0
Thread 28:
0 libsystem_pthread.dylib 0x00007fff7026cb68 start_wqthread + 0
Thread 29:
0 libsystem_pthread.dylib 0x00007fff7026cb68 start_wqthread + 0
Thread 30:
0 libsystem_pthread.dylib 0x00007fff7026cb68 start_wqthread + 0
Thread 31:
0 libsystem_pthread.dylib 0x00007fff7026cb68 start_wqthread + 0
Thread 32:
0 libsystem_pthread.dylib 0x00007fff7026cb68 start_wqthread + 0
Thread 33:
0 libsystem_pthread.dylib 0x00007fff7026cb68 start_wqthread + 0
Thread 34:
0 libsystem_pthread.dylib 0x00007fff7026cb68 start_wqthread + 0
Thread 35:
0 libsystem_pthread.dylib 0x00007fff7026cb68 start_wqthread + 0
Thread 36:
0 libsystem_pthread.dylib 0x00007fff7026cb68 start_wqthread + 0
Thread 37:
0 libsystem_pthread.dylib 0x00007fff7026cb68 start_wqthread + 0
Thread 38:
0 libsystem_pthread.dylib 0x00007fff7026cb68 start_wqthread + 0
Thread 39:
0 libsystem_pthread.dylib 0x00007fff7026cb68 start_wqthread + 0
Thread 40:
0 libsystem_pthread.dylib 0x00007fff7026cb68 start_wqthread + 0
Thread 41:
0 libsystem_pthread.dylib 0x00007fff7026cb68 start_wqthread + 0
Thread 42:
0 libsystem_pthread.dylib 0x00007fff7026cb68 start_wqthread + 0
Thread 43:
0 libsystem_pthread.dylib 0x00007fff7026cb68 start_wqthread + 0
Thread 44:
0 libsystem_kernel.dylib 0x00007fff701b0872 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff70271425 _pthread_cond_wait + 698
2 org.python.python 0x0000000109b7579c PyThread_acquire_lock_timed + 700
3 org.python.python 0x0000000109bc469f acquire_timed + 111
4 org.python.python 0x0000000109bc47b0 lock_PyThread_acquire_lock + 48
5 org.python.python 0x0000000109a4f14e method_vectorcall_VARARGS_KEYWORDS + 350
6 org.python.python 0x0000000109b1ee0c call_function + 732
7 org.python.python 0x0000000109b1c27e _PyEval_EvalFrameDefault + 25518
8 org.python.python 0x0000000109b1fb03 _PyEval_EvalCode + 2611
9 org.python.python 0x0000000109a46cb1 _PyFunction_Vectorcall + 289
10 org.python.python 0x0000000109b1ee0c call_function + 732
11 org.python.python 0x0000000109b1c27e _PyEval_EvalFrameDefault + 25518
12 org.python.python 0x0000000109b1fb03 _PyEval_EvalCode + 2611
13 org.python.python 0x0000000109a46cb1 _PyFunction_Vectorcall + 289
14 org.python.python 0x0000000109b1ee0c call_function + 732
15 org.python.python 0x0000000109b1c27e _PyEval_EvalFrameDefault + 25518
16 org.python.python 0x0000000109a46d28 function_code_fastcall + 104
17 org.python.python 0x0000000109b1ee0c call_function + 732
18 org.python.python 0x0000000109b1c27e _PyEval_EvalFrameDefault + 25518
19 org.python.python 0x0000000109a46d28 function_code_fastcall + 104
20 org.python.python 0x0000000109b1ee0c call_function + 732
21 org.python.python 0x0000000109b1c27e _PyEval_EvalFrameDefault + 25518
22 org.python.python 0x0000000109a46d28 function_code_fastcall + 104
23 org.python.python 0x0000000109a48db2 method_vectorcall + 274
24 org.python.python 0x0000000109bc4046 t_bootstrap + 70
25 org.python.python 0x0000000109b752f9 pythread_wrapper + 25
26 libsystem_pthread.dylib 0x00007fff70271109 _pthread_start + 148
27 libsystem_pthread.dylib 0x00007fff7026cb8b thread_start + 15
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000119278dc0 rcx: 0x00007fcd28047a58 rdx: 0x0000000000000000
rdi: 0x0000000000000307 rsi: 0x000000000000000b rbp: 0x00007fcd28047a80 rsp: 0x00007fcd28047a58
r8: 0x00007fcd28047f48 r9: 0x9eb28fcfd1fa1220 r10: 0x0000000119278dc0 r11: 0x0000000000000246
r12: 0x0000000000000307 r13: 0x0000000000000000 r14: 0x000000000000000b r15: 0x0000000000000016
rip: 0x00007fff701b432a rfl: 0x0000000000000246 cr2: 0x00007fcd28047f48
Logical CPU: 0
Error Code: 0x02000148
Trap Number: 133
Binary Images:
0x1099fc000 - 0x1099fcff3 +edu.ucsf.cgl.ChimeraX (1.4.0 - 1.4.0.0) /Applications/ChimeraX-1.4.app/Contents/MacOS/ChimeraX
0x109a07000 - 0x109c6ffff +org.python.python (3.9.11, [c] 2001-2021 Python Software Foundation. - 3.9.11) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/Python
0x109dea000 - 0x109decfff +_heapq.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_heapq.cpython-39-darwin.so
0x109df6000 - 0x109dfaff7 +binascii.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/binascii.cpython-39-darwin.so
0x109e04000 - 0x109e09fff +zlib.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/zlib.cpython-39-darwin.so
0x109e13000 - 0x109e15fff +_bz2.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_bz2.cpython-39-darwin.so
0x109e1f000 - 0x109e50fff +_lzma.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_lzma.cpython-39-darwin.so
0x109e62000 - 0x109e63fff +grp.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/grp.cpython-39-darwin.so
0x109e6d000 - 0x109e72ff7 +_struct.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_struct.cpython-39-darwin.so
0x109e81000 - 0x109e89fff +math.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/math.cpython-39-darwin.so
0x109e97000 - 0x109e98ff7 +_bisect.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_bisect.cpython-39-darwin.so
0x109ea2000 - 0x109ea3fff +_random.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_random.cpython-39-darwin.so
0x109ead000 - 0x109eb1fff +_sha512.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_sha512.cpython-39-darwin.so
0x109ebb000 - 0x109ebbfff +_arrays.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/arrays/_arrays.cpython-39-darwin.so
0x109ec2000 - 0x109f63ff7 +libarrays.dylib (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/arrays/lib/libarrays.dylib
0x109f87000 - 0x109f8cfff +_json.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_json.cpython-39-darwin.so
0x109f96000 - 0x10a35dff3 +_multiarray_umath.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/core/_multiarray_umath.cpython-39-darwin.so
0x10a4a2000 - 0x10e12bb47 +libopenblas64_.0.dylib (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/.dylibs/libopenblas64_.0.dylib
0x10e3e7000 - 0x10e4feff7 +libgfortran.3.dylib (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/.dylibs/libgfortran.3.dylib
0x10e56c000 - 0x10e5a2fff +libquadmath.0.dylib (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/.dylibs/libquadmath.0.dylib
0x10e5b6000 - 0x10e5cbff7 +libgcc_s.1.dylib (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/.dylibs/libgcc_s.1.dylib
0x1185db000 - 0x1185eafff +_datetime.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_datetime.cpython-39-darwin.so
0x1185fe000 - 0x118615fff +_pickle.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_pickle.cpython-39-darwin.so
0x118628000 - 0x11863bff7 +_multiarray_tests.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/core/_multiarray_tests.cpython-39-darwin.so
0x118655000 - 0x118657fff +_posixsubprocess.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_posixsubprocess.cpython-39-darwin.so
0x118661000 - 0x118665ff7 +select.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/select.cpython-39-darwin.so
0x11866f000 - 0x118680ff7 +_ctypes.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_ctypes.cpython-39-darwin.so
0x118699000 - 0x1186b4fff +_umath_linalg.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/linalg/_umath_linalg.cpython-39-darwin.so
0x1186cd000 - 0x1186e0fff +_pocketfft_internal.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/fft/_pocketfft_internal.cpython-39-darwin.so
0x1186ec000 - 0x11875fff3 +mtrand.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/random/mtrand.cpython-39-darwin.so
0x1187c2000 - 0x1187e1fff +bit_generator.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/random/bit_generator.cpython-39-darwin.so
0x118804000 - 0x118837ff3 +_common.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/random/_common.cpython-39-darwin.so
0x118856000 - 0x11885cfff +_hashlib.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_hashlib.cpython-39-darwin.so
0x11886b000 - 0x1188c4ff7 +libssl.1.1.dylib (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/libssl.1.1.dylib
0x1188f6000 - 0x118b0d97f +libcrypto.1.1.dylib (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/libcrypto.1.1.dylib
0x118bad000 - 0x118bb3fff +_blake2.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_blake2.cpython-39-darwin.so
0x118bbd000 - 0x118c10ffb +_bounded_integers.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/random/_bounded_integers.cpython-39-darwin.so
0x118c40000 - 0x118c4fff3 +_mt19937.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/random/_mt19937.cpython-39-darwin.so
0x118c62000 - 0x118c71ff7 +_philox.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/random/_philox.cpython-39-darwin.so
0x118c83000 - 0x118c92ff3 +_pcg64.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/random/_pcg64.cpython-39-darwin.so
0x118ca6000 - 0x118cadff7 +_sfc64.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/random/_sfc64.cpython-39-darwin.so
0x118cbe000 - 0x118d4dffb +_generator.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/random/_generator.cpython-39-darwin.so
0x118db8000 - 0x118db8fff +_opcode.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_opcode.cpython-39-darwin.so
0x118dc2000 - 0x118de0ff3 +_geometry.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/geometry/_geometry.cpython-39-darwin.so
0x118df5000 - 0x118f78ff7 +QtCore.abi3.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/QtCore.abi3.so
0x11918e000 - 0x119195ffb +QtWebChannel.abi3.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/QtWebChannel.abi3.so
0x1191ad000 - 0x11923f267 dyld (750.7) /usr/lib/dyld
0x11f2b3000 - 0x11f7ae15b +QtCore (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/lib/QtCore.framework/Versions/A/QtCore
0x1215e8000 - 0x1215ffff3 +sip.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/sip.cpython-39-darwin.so
0x121616000 - 0x1218c5fff +QtWidgets.abi3.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/QtWidgets.abi3.so
0x121c23000 - 0x1220e6fff +QtWidgets (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/lib/QtWidgets.framework/Versions/A/QtWidgets
0x122241000 - 0x1228c0fe7 +QtGui (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/lib/QtGui.framework/Versions/A/QtGui
0x1229ec000 - 0x122a77ff7 +QtDBus (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/lib/QtDBus.framework/Versions/A/QtDBus
0x122a9c000 - 0x122c03ff3 +QtGui.abi3.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/QtGui.abi3.so
0x122dd7000 - 0x122de6ff3 +QtWebEngineWidgets.abi3.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/QtWebEngineWidgets.abi3.so
0x122dfa000 - 0x122e0dffb +QtWebEngineWidgets (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/lib/QtWebEngineWidgets.framework/Versions/A/QtWebEngineWidgets
0x122e26000 - 0x122e71fff +QtPrintSupport (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/lib/QtPrintSupport.framework/Versions/A/QtPrintSupport
0x122ea1000 - 0x12cc0cf3f +QtWebEngineCore (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/lib/QtWebEngineCore.framework/Versions/A/QtWebEngineCore
0x12d8a1000 - 0x12dc8cff3 +QtQuick (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/lib/QtQuick.framework/Versions/A/QtQuick
0x12ddeb000 - 0x12de56ff3 +QtOpenGL (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/lib/QtOpenGL.framework/Versions/A/QtOpenGL
0x12de86000 - 0x12df0dff7 +QtQmlModels (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/lib/QtQmlModels.framework/Versions/A/QtQmlModels
0x12df3b000 - 0x12df72fff +QtWebChannel (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/lib/QtWebChannel.framework/Versions/A/QtWebChannel
0x12df88000 - 0x12e36fff3 +QtQml (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/lib/QtQml.framework/Versions/A/QtQml
0x12e42a000 - 0x12e55dfff +QtNetwork (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/lib/QtNetwork.framework/Versions/A/QtNetwork
0x12e5ae000 - 0x12e625fff +QtPositioning (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/lib/QtPositioning.framework/Versions/A/QtPositioning
0x12e646000 - 0x12e659fff +QtQuickWidgets (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/lib/QtQuickWidgets.framework/Versions/A/QtQuickWidgets
0x12e670000 - 0x12e6dffff +QtNetwork.abi3.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/QtNetwork.abi3.so
0x12e784000 - 0x12e7b3ff3 +QtWebEngineCore.abi3.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/QtWebEngineCore.abi3.so
0x12e817000 - 0x12e83aff7 +QtPrintSupport.abi3.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/QtPrintSupport.abi3.so
0x12e8ef000 - 0x12e98effb +libqcocoa.dylib (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/plugins/platforms/libqcocoa.dylib
0x12ef31000 - 0x12ef38fff +_psutil_osx.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/psutil/_psutil_osx.cpython-39-darwin.so
0x12ef46000 - 0x12ef49ff7 +_psutil_posix.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/psutil/_psutil_posix.cpython-39-darwin.so
0x12f53d000 - 0x12f603fff com.apple.AMDRadeonX4000GLDriver (3.10.23 - 3.1.0) /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/AMDRadeonX4000GLDriver
0x12f65a000 - 0x12f65cfff +fcntl.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/fcntl.cpython-39-darwin.so
0x12f666000 - 0x12f673fff +_socket.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_socket.cpython-39-darwin.so
0x12fcac000 - 0x12fcd3ff3 +libqmacstyle.dylib (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/plugins/styles/libqmacstyle.dylib
0x12fcea000 - 0x12fd15ff7 +pyexpat.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/pyexpat.cpython-39-darwin.so
0x12fd2e000 - 0x12fd35fff +array.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/array.cpython-39-darwin.so
0x12fd43000 - 0x12fd43fff +_load_libs.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/atomic_lib/_load_libs.cpython-39-darwin.so
0x12fd4b000 - 0x12fe7bffb +libatomstruct.dylib (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/atomic_lib/lib/libatomstruct.dylib
0x12ff1a000 - 0x12ff1ffff +libelement.dylib (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/atomic_lib/lib/libelement.dylib
0x12ff2f000 - 0x12ff2fffb +libpyinstance.dylib (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/atomic_lib/lib/libpyinstance.dylib
0x12ff37000 - 0x12ff6aff3 +libmolc.dylib (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/atomic/libmolc.dylib
0x12ffac000 - 0x130005fff +cymol.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/atomic/cymol.cpython-39-darwin.so
0x130047000 - 0x130060ff3 +tinyarray.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/tinyarray.cpython-39-darwin.so
0x13007d000 - 0x130084ff3 +cytmpl.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/atomic/cytmpl.cpython-39-darwin.so
0x130094000 - 0x1300b8ffb +_surface.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/surface/_surface.cpython-39-darwin.so
0x1300cd000 - 0x1300e1fff +_ssl.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_ssl.cpython-39-darwin.so
0x1300fe000 - 0x1300feff7 +_scproxy.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_scproxy.cpython-39-darwin.so
0x130108000 - 0x13018aff3 +_map.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/map/_map.cpython-39-darwin.so
0x1301b8000 - 0x1301b9fff +_queue.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_queue.cpython-39-darwin.so
0x1301c3000 - 0x1302cdff7 +unicodedata.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/unicodedata.cpython-39-darwin.so
0x1302dc000 - 0x1302e0ff7 +_multibytecodec.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_multibytecodec.cpython-39-darwin.so
0x1302ef000 - 0x1302effff +_uuid.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_uuid.cpython-39-darwin.so
0x1302f9000 - 0x1303c0ffb +_imaging.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PIL/_imaging.cpython-39-darwin.so
0x1303f9000 - 0x130478fff +libopenjp2.2.4.0.dylib (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PIL/.dylibs/libopenjp2.2.4.0.dylib
0x13048d000 - 0x1304a8ffb +libz.1.2.11.dylib (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PIL/.dylibs/libz.1.2.11.dylib
0x1304b5000 - 0x1305b8ff7 +libtiff.5.dylib (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PIL/.dylibs/libtiff.5.dylib
0x1305dd000 - 0x1305f0ff7 +libxcb.1.1.0.dylib (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PIL/.dylibs/libxcb.1.1.0.dylib
0x13060d000 - 0x13063cfff +liblzma.5.dylib (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PIL/.dylibs/liblzma.5.dylib
0x13064d000 - 0x130650fff +libXau.6.dylib (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PIL/.dylibs/libXau.6.dylib
0x130661000 - 0x130664fff +libXdmcp.6.dylib (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PIL/.dylibs/libXdmcp.6.dylib
0x130675000 - 0x1306bfff7 +_decimal.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_decimal.cpython-39-darwin.so
0x1306df000 - 0x1306dfffb +_load_libs.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/pdb_lib/_load_libs.cpython-39-darwin.so
0x1306e7000 - 0x1306ecfff +libpdbconnect.dylib (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/pdb_lib/lib/libpdbconnect.dylib
0x1306f8000 - 0x130700ff7 +errorchecker.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/OpenGL_accelerate/errorchecker.cpython-39-darwin.so
0x13070f000 - 0x130739ff7 +arraydatatype.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/OpenGL_accelerate/arraydatatype.cpython-39-darwin.so
0x13075d000 - 0x13078fff3 +wrapper.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/OpenGL_accelerate/wrapper.cpython-39-darwin.so
0x1307b8000 - 0x1307c1ff7 +formathandler.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/OpenGL_accelerate/formathandler.cpython-39-darwin.so
0x1307d1000 - 0x1307d8ffb +latebind.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/OpenGL_accelerate/latebind.cpython-39-darwin.so
0x1307e7000 - 0x130800ff3 +vbo.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/OpenGL_accelerate/vbo.cpython-39-darwin.so
0x131d24000 - 0x131d2bfff +libqgif.dylib (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/plugins/imageformats/libqgif.dylib
0x131d41000 - 0x1335f8ff7 com.apple.AppleIntelKBLGraphicsVADriver (14.7.28 - 14.0.7) /System/Library/Extensions/AppleIntelKBLGraphicsVADriver.bundle/Contents/MacOS/AppleIntelKBLGraphicsVADriver
0x1336d6000 - 0x133767ff7 com.apple. AMDRadeonVADriver2 (3.10.23 - 3.1.0) /System/Library/Extensions/AMDRadeonVADriver2.bundle/Contents/MacOS/AMDRadeonVADriver2
0x133848000 - 0x13384fff3 +libqicns.dylib (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/plugins/imageformats/libqicns.dylib
0x13385c000 - 0x133863ffb +libqico.dylib (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/plugins/imageformats/libqico.dylib
0x13386f000 - 0x133876ff7 +libqtga.dylib (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/plugins/imageformats/libqtga.dylib
0x133882000 - 0x133884ff3 com.apple.AppleIntelCFLGraphicsVAME (14.7.28 - 14.0.7) /System/Library/Extensions/AppleIntelCFLGraphicsVAME.bundle/Contents/MacOS/AppleIntelCFLGraphicsVAME
0x1339d0000 - 0x133a3fff3 +libqjpeg.dylib (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/plugins/imageformats/libqjpeg.dylib
0x133a4e000 - 0x133a55ff7 +libqmacheif.dylib (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/plugins/imageformats/libqmacheif.dylib
0x133a62000 - 0x133a69ff3 +libqmacjp2.dylib (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/plugins/imageformats/libqmacjp2.dylib
0x133a76000 - 0x133a7dff3 +libqsvg.dylib (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/plugins/imageformats/libqsvg.dylib
0x133a8a000 - 0x133a91fff +libqwbmp.dylib (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/plugins/imageformats/libqwbmp.dylib
0x133a9d000 - 0x133aa0047 libobjc-trampolines.dylib (787.1) /usr/lib/libobjc-trampolines.dylib
0x133aac000 - 0x133ae7ff7 +QtSvg (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/lib/QtSvg.framework/Versions/A/QtSvg
0x133b06000 - 0x133b06fff +_mac_util.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/core/_mac_util.so
0x1342fa000 - 0x134361fff +libqtiff.dylib (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/plugins/imageformats/libqtiff.dylib
0x13436f000 - 0x1343faffb +libqwebp.dylib (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt6/Qt6/plugins/imageformats/libqwebp.dylib
0x134d7b000 - 0x134d91ff7 com.apple.security.csparser (3.0 - 59306.140.11) /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
0x135040000 - 0x135050ffb +numpy_formathandler.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/OpenGL_accelerate/numpy_formathandler.cpython-39-darwin.so
0x1352ec000 - 0x1352f1ffb +nones_formathandler.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/OpenGL_accelerate/nones_formathandler.cpython-39-darwin.so
0x1356de000 - 0x135709ffb +_pdbio.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/pdb/_pdbio.cpython-39-darwin.so
0x135727000 - 0x135739ffb +_ribbons.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/atomic/_ribbons.cpython-39-darwin.so
0x13574a000 - 0x13574eff3 +_graphics.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/graphics/_graphics.cpython-39-darwin.so
0x135759000 - 0x1357c5ffb +mmcif.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/mmcif/mmcif.cpython-39-darwin.so
0x13580a000 - 0x135865ff3 +_mmcif.cpython-39-darwin.so (0) /Applications/ChimeraX-1.4.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/mmcif/_mmcif.cpython-39-darwin.so
0x7fff2945b000 - 0x7fff296a8ff8 com.apple.RawCamera.bundle (9.02.0 - 1350.30) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff296ab000 - 0x7fff297d9ff8 com.apple.AMDMTLBronzeDriver (3.10.23 - 3.1.0) /System/Library/Extensions/AMDMTLBronzeDriver.bundle/Contents/MacOS/AMDMTLBronzeDriver
0x7fff297da000 - 0x7fff29810fff ATIRadeonX4000SCLib.dylib (3.10.23) /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/ATIRadeonX4000SCLib.dylib
0x7fff2acea000 - 0x7fff2b667fff libSC.dylib (3.10.23) /System/Library/Extensions/AMDShared.bundle/Contents/PlugIns/libSC.dylib
0x7fff31c01000 - 0x7fff31c05ffb com.apple.agl (3.3.3 - AGL-3.3.3) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x7fff31c06000 - 0x7fff31e01ff8 com.apple.avfoundation (2.0 - 1855.3) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fff31e02000 - 0x7fff31eceffe com.apple.audio.AVFAudio (1.0 - 415.75) /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
0x7fff31fee000 - 0x7fff31feefff com.apple.Accelerate (1.11 - Accelerate 1.11) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff31fef000 - 0x7fff32005fef libCGInterfaces.dylib (524.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff32006000 - 0x7fff3265cfff com.apple.vImage (8.1 - 524.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff3265d000 - 0x7fff328c4ff7 libBLAS.dylib (1303.60.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff328c5000 - 0x7fff32d98fef libBNNS.dylib (144.100.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fff32d99000 - 0x7fff33134fff libLAPACK.dylib (1303.60.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff33135000 - 0x7fff3314afec libLinearAlgebra.dylib (1303.60.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff3314b000 - 0x7fff33150ff3 libQuadrature.dylib (7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fff33151000 - 0x7fff331c1fff libSparse.dylib (103) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
0x7fff331c2000 - 0x7fff331d4fef libSparseBLAS.dylib (1303.60.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff331d5000 - 0x7fff333acfd7 libvDSP.dylib (735.140.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff333ad000 - 0x7fff3346ffef libvMisc.dylib (735.140.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff33470000 - 0x7fff33470fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff33471000 - 0x7fff334d0ff0 com.apple.Accounts (113 - 113) /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
0x7fff3361a000 - 0x7fff343d8ffb com.apple.AppKit (6.9 - 1894.70.110) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff34428000 - 0x7fff34428fff com.apple.ApplicationServices (48 - 50) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff34429000 - 0x7fff34494fff com.apple.ApplicationServices.ATS (377 - 493.0.4.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff3452d000 - 0x7fff3456bff0 libFontRegistry.dylib (274.0.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff345c6000 - 0x7fff345f5fff com.apple.ATSUI (1.0 - 1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI
0x7fff345f6000 - 0x7fff345faffb com.apple.ColorSyncLegacy (4.13.0 - 1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
0x7fff34694000 - 0x7fff346ebffa com.apple.HIServices (1.22 - 676) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff346ec000 - 0x7fff346fafff com.apple.LangAnalysis (1.7.0 - 1.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff346fb000 - 0x7fff34740ffa com.apple.print.framework.PrintCore (15.4 - 516.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff34741000 - 0x7fff3474bff7 com.apple.QD (4.0 - 413) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff3474c000 - 0x7fff34759ffc com.apple.speech.synthesis.framework (9.0.24 - 9.0.24) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff3475a000 - 0x7fff3483bff2 com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff3483d000 - 0x7fff3483dfff com.apple.audio.units.AudioUnit (1.14 - 1.14) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff34bd4000 - 0x7fff34f62ffa com.apple.CFNetwork (1128.1 - 1128.1) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff34fde000 - 0x7fff34fdefff com.apple.Carbon (160 - 162) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff34fdf000 - 0x7fff34fe2ff3 com.apple.CommonPanels (1.2.6 - 101) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff34fe3000 - 0x7fff352d7ff3 com.apple.HIToolbox (2.1.1 - 994.7) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff352d8000 - 0x7fff352dbff3 com.apple.help (1.3.8 - 71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff352dc000 - 0x7fff352e1ff7 com.apple.ImageCapture (9.0 - 1600.65.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff352e2000 - 0x7fff352e2fff com.apple.ink.framework (10.15 - 227) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff352e3000 - 0x7fff352fdffa com.apple.openscripting (1.7 - 185.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff3531e000 - 0x7fff3531efff com.apple.print.framework.Print (15 - 271) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff3531f000 - 0x7fff35321ff7 com.apple.securityhi (9.0 - 55008) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff35322000 - 0x7fff35328fff com.apple.speech.recognition.framework (6.0.3 - 6.0.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff35329000 - 0x7fff354c1ffa com.apple.cloudkit.CloudKit (867 - 867) /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
0x7fff354c2000 - 0x7fff354c2fff com.apple.Cocoa (6.11 - 23) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff354d0000 - 0x7fff355c6fff com.apple.ColorSync (4.13.0 - 3394.15) /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff356b8000 - 0x7fff357f1ff6 com.apple.contacts (1.0 - 3455.18) /System/Library/Frameworks/Contacts.framework/Versions/A/Contacts
0x7fff358b1000 - 0x7fff35dbaffb com.apple.audio.CoreAudio (5.0 - 5.0) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff35e0d000 - 0x7fff35e45fff com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff35e46000 - 0x7fff36230fe8 com.apple.CoreData (120 - 977.3) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff36231000 - 0x7fff36363ff6 com.apple.CoreDisplay (1.0 - 186.6.15) /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fff36364000 - 0x7fff367e4ff9 com.apple.CoreFoundation (6.9 - 1678.104) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff367e6000 - 0x7fff36e5bff8 com.apple.CoreGraphics (2.0 - 1355.24) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff36e69000 - 0x7fff371c4ff0 com.apple.CoreImage (15.0.0 - 940.9) /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff371c5000 - 0x7fff3722eff0 com.apple.corelocation (2394.0.22 - 2394.0.22) /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
0x7fff3722f000 - 0x7fff37280ffe com.apple.audio.midi.CoreMIDI (1.10 - 88) /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
0x7fff37283000 - 0x7fff37585ff2 com.apple.CoreML (1.0 - 1) /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML
0x7fff37586000 - 0x7fff37661ffc com.apple.CoreMedia (1.0 - 2625.9.4.1) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff37662000 - 0x7fff376c4ffe com.apple.CoreMediaIO (1000.0 - 5125.6) /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff3774e000 - 0x7fff3774efff com.apple.CoreServices (1069.28 - 1069.28) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff3774f000 - 0x7fff377d4fff com.apple.AE (838.1 - 838.1) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff377d5000 - 0x7fff37ab6ff7 com.apple.CoreServices.CarbonCore (1217 - 1217) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff37ab7000 - 0x7fff37b04ffd com.apple.DictionaryServices (1.2 - 323.6) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff37b05000 - 0x7fff37b0dff7 com.apple.CoreServices.FSEvents (1268.100.2 - 1268.100.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff37b0e000 - 0x7fff37d49ff8 com.apple.LaunchServices (1069.28 - 1069.28) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff37d4a000 - 0x7fff37de2ff1 com.apple.Metadata (10.7.0 - 2076.7.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff37de3000 - 0x7fff37e10fff com.apple.CoreServices.OSServices (1069.28 - 1069.28) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff37e11000 - 0x7fff37e78fff com.apple.SearchKit (1.4.1 - 1.4.1) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff37e79000 - 0x7fff37e9dff5 com.apple.coreservices.SharedFileList (131.4 - 131.4) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff37e9e000 - 0x7fff37f0ffff com.apple.CoreSpotlight (1.0 - 2076.7.2) /System/Library/Frameworks/CoreSpotlight.framework/Versions/A/CoreSpotlight
0x7fff380fa000 - 0x7fff381c1ff8 com.apple.CoreTelephony (113 - 7560.2) /System/Library/Frameworks/CoreTelephony.framework/Versions/A/CoreTelephony
0x7fff381c2000 - 0x7fff3837affc com.apple.CoreText (643.1.5.8 - 643.1.5.8) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff3837b000 - 0x7fff383bffff com.apple.CoreVideo (1.8 - 0.0) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff383c0000 - 0x7fff3844dffc com.apple.framework.CoreWLAN (13.0 - 1601.2) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff38609000 - 0x7fff38614ff7 com.apple.DirectoryService.Framework (10.15 - 220.40.1) /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fff38615000 - 0x7fff386bfff0 com.apple.DiscRecording (9.0.3 - 9030.4.5) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff386e4000 - 0x7fff386eafff com.apple.DiskArbitration (2.7 - 2.7) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff38711000 - 0x7fff388beffc com.apple.ical.EventKit (3.0 - 1370.5.1) /System/Library/Frameworks/EventKit.framework/Versions/A/EventKit
0x7fff388df000 - 0x7fff38a0eff6 com.apple.FileProvider (304.141.2 - 304.141.2) /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider
0x7fff38a23000 - 0x7fff38a25ff3 com.apple.ForceFeedback (1.0.6 - 1.0.6) /System/Library/Frameworks/ForceFeedback.framework/Versions/A/ForceFeedback
0x7fff38a26000 - 0x7fff38debff7 com.apple.Foundation (6.9 - 1678.104) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff38e58000 - 0x7fff38ea8fff com.apple.GSS (4.0 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff38ea9000 - 0x7fff38ed1ff4 com.apple.GameController (1.0 - 1) /System/Library/Frameworks/GameController.framework/Versions/A/GameController
0x7fff38fe5000 - 0x7fff390f9ff3 com.apple.Bluetooth (7.0.6 - 7.0.6f8) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff3915f000 - 0x7fff39203ff3 com.apple.framework.IOKit (2.0.2 - 1726.148.1) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff39205000 - 0x7fff39216ffb com.apple.IOSurface (269.11 - 269.11) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff39234000 - 0x7fff39294ff5 com.apple.ImageCaptureCore (1.0 - 1600.65.1) /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fff39295000 - 0x7fff393f3ff6 com.apple.ImageIO.framework (3.3.0 - 1976.14.1) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff393f4000 - 0x7fff393f7fff libGIF.dylib (1976.14.1) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff393f8000 - 0x7fff394b1fe7 libJP2.dylib (1976.14.1) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff394b2000 - 0x7fff394d5fe3 libJPEG.dylib (1976.14.1) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff39752000 - 0x7fff3976cfef libPng.dylib (1976.14.1) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff3976d000 - 0x7fff3976efff libRadiance.dylib (1976.14.1) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff3976f000 - 0x7fff397b5fff libTIFF.dylib (1976.14.1) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff397ce000 - 0x7fff39c5dff8 com.apple.Intents (1.0 - 1) /System/Library/Frameworks/Intents.framework/Versions/A/Intents
0x7fff39c60000 - 0x7fff3ad00fe1 com.apple.JavaScriptCore (15609 - 15609.4.1.1.1) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff3ad17000 - 0x7fff3ad29ff3 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff3ad2a000 - 0x7fff3ad2afff libHeimdalProxy.dylib (77) /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib
0x7fff3ad2b000 - 0x7fff3ad61ff7 com.apple.LDAPFramework (2.4.28 - 194.5) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff3ae75000 - 0x7fff3ae97ffc com.apple.CoreAuthentication.SharedUtils (1.0 - 693.140.3) /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/Versions/A/SharedUtils
0x7fff3ae98000 - 0x7fff3aeaeff2 com.apple.LocalAuthentication (1.0 - 693.140.3) /System/Library/Frameworks/LocalAuthentication.framework/Versions/A/LocalAuthentication
0x7fff3b0bc000 - 0x7fff3b0c6ffb com.apple.MediaAccessibility (1.0 - 125.1) /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff3b0da000 - 0x7fff3b191ff7 com.apple.MediaPlayer (1.0 - 1.0) /System/Library/Frameworks/MediaPlayer.framework/Versions/A/MediaPlayer
0x7fff3b192000 - 0x7fff3b8dfff2 com.apple.MediaToolbox (1.0 - 2625.9.4.1) /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff3b8e1000 - 0x7fff3b9abfff com.apple.Metal (212.8 - 212.8) /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff3b9ad000 - 0x7fff3b9c7ff5 com.apple.MetalKit (141.2 - 141.2) /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit
0x7fff3b9c8000 - 0x7fff3ba05ff7 com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
0x7fff3ba06000 - 0x7fff3ba90fe2 com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
0x7fff3ba91000 - 0x7fff3bab6ff4 com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
0x7fff3bab7000 - 0x7fff3baccffb com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
0x7fff3bacd000 - 0x7fff3bc2bffc com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
0x7fff3bc2c000 - 0x7fff3bc7bff4 com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
0x7fff3bc7c000 - 0x7fff3bc7dff5 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fff3cb3c000 - 0x7fff3cb48ffe com.apple.NetFS (6.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff3cb49000 - 0x7fff3cca0ff3 com.apple.Network (1.0 - 1) /System/Library/Frameworks/Network.framework/Versions/A/Network
0x7fff3cca1000 - 0x7fff3cf01ffa com.apple.NetworkExtension (1.0 - 1) /System/Library/Frameworks/NetworkExtension.framework/Versions/A/NetworkExtension
0x7fff3f6c9000 - 0x7fff3f6d1ff7 libcldcpuengine.dylib (2.14) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff3f6d2000 - 0x7fff3f72afff com.apple.opencl (3.5 - 3.5) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff3f72b000 - 0x7fff3f747fff com.apple.CFOpenDirectory (10.15 - 220.40.1) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff3f748000 - 0x7fff3f753ffd com.apple.OpenDirectory (10.15 - 220.40.1) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff400b9000 - 0x7fff400bbfff libCVMSPluginSupport.dylib (17.10.22) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff400bc000 - 0x7fff400c1fff libCoreFSCache.dylib (176.21) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff400c2000 - 0x7fff400c6fff libCoreVMClient.dylib (176.21) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff400c7000 - 0x7fff400cfff7 libGFXShared.dylib (17.10.22) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff400d0000 - 0x7fff400dafff libGL.dylib (17.10.22) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff400db000 - 0x7fff4010fff7 libGLImage.dylib (17.10.22) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff40110000 - 0x7fff402a4ff7 libGLProgrammability.dylib (17.10.22) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fff402a5000 - 0x7fff402e1fff libGLU.dylib (17.10.22) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff40d1d000 - 0x7fff40d2cff7 com.apple.opengl (17.10.22 - 17.10.22) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff40d2d000 - 0x7fff40ea6fff GLEngine (17.10.22) /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
0x7fff40ea7000 - 0x7fff40ecffff GLRendererFloat (17.10.22) /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x7fff40ede000 - 0x7fff40fd1ff5 com.apple.PDFKit (1.0 - 845.4.1) /System/Library/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fff40fd2000 - 0x7fff410e9ff9 com.apple.PencilKit (1.0 - 1) /System/Library/Frameworks/PencilKit.framework/Versions/A/PencilKit
0x7fff4138a000 - 0x7fff41390ff6 com.apple.PushKit (1.0 - 1) /System/Library/Frameworks/PushKit.framework/Versions/A/PushKit
0x7fff414b1000 - 0x7fff416f7ff7 com.apple.imageKit (3.0 - 1081) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fff416f8000 - 0x7fff41bb7fff com.apple.QuartzComposer (5.1 - 378) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fff41bb8000 - 0x7fff41bddffc com.apple.quartzfilters (1.10.0 - Tag) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fff41bde000 - 0x7fff41ce8ff0 com.apple.QuickLookUIFramework (5.0 - 906.1.1) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fff41ce9000 - 0x7fff41ce9fff com.apple.quartzframework (1.5 - 23) /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fff41cea000 - 0x7fff41f6dffb com.apple.QuartzCore (1.11 - 841.6) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff41f6e000 - 0x7fff41fc7ff5 com.apple.QuickLookFramework (5.0 - 906.1.1) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fff41fc8000 - 0x7fff41ffdffc com.apple.QuickLookThumbnailing (1.0 - 1) /System/Library/Frameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
0x7fff424ce000 - 0x7fff424e9ff6 com.apple.SafariServices.framework (15613 - 15613.3.9.1.16) /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
0x7fff42af1000 - 0x7fff42e3cff9 com.apple.security (7.0 - 59306.140.11) /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff42e3d000 - 0x7fff42ec5ffb com.apple.securityfoundation (6.0 - 55236.60.1) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff42ec6000 - 0x7fff42ef3ff7 com.apple.securityinterface (10.0 - 55139.120.1) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x7fff42ef4000 - 0x7fff42ef8ff8 com.apple.xpc.ServiceManagement (1.0 - 1) /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff43ba4000 - 0x7fff43c1eff7 com.apple.SystemConfiguration (1.19 - 1.19) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff43e9e000 - 0x7fff44221ff4 com.apple.VideoToolbox (1.0 - 2625.9.4.1) /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff44222000 - 0x7fff444a5fff com.apple.VN (3.0.97 - 3.0.97) /System/Library/Frameworks/Vision.framework/Versions/A/Vision
0x7fff47b8e000 - 0x7fff47c53fe7 com.apple.APFS (1412.141.3 - 1412.141.3) /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
0x7fff485a3000 - 0x7fff48654ff6 com.apple.accounts.AccountsDaemon (113 - 113) /System/Library/PrivateFrameworks/AccountsDaemon.framework/Versions/A/AccountsDaemon
0x7fff48bf7000 - 0x7fff48d4cff2 com.apple.AddressBook.core (1.0 - 1) /System/Library/PrivateFrameworks/AddressBookCore.framework/Versions/A/AddressBookCore
0x7fff48d68000 - 0x7fff48d69ff1 com.apple.AggregateDictionary (1.0 - 1) /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
0x7fff491b7000 - 0x7fff49302ff5 com.apple.AnnotationKit (1.0 - 325.9) /System/Library/PrivateFrameworks/AnnotationKit.framework/Versions/A/AnnotationKit
0x7fff49303000 - 0x7fff49320ff4 com.apple.AppContainer (4.0 - 448.100.6) /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x7fff49375000 - 0x7fff49383ff7 com.apple.AppSandbox (4.0 - 448.100.6) /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
0x7fff4976e000 - 0x7fff497d3ff7 com.apple.AppSupport (1.0.0 - 29) /System/Library/PrivateFrameworks/AppSupport.framework/Versions/A/AppSupport
0x7fff497ff000 - 0x7fff49823ffb com.apple.framework.Apple80211 (13.0 - 1610.1) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff49824000 - 0x7fff49957ff3 com.apple.AppleAccount (1.0 - 1.0) /System/Library/PrivateFrameworks/AppleAccount.framework/Versions/A/AppleAccount
0x7fff49ae1000 - 0x7fff49af0fd7 com.apple.AppleFSCompression (119.100.1 - 1.0) /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff49af1000 - 0x7fff49bd9fe1 com.apple.AppleGVAFramework (76.14 - 76.14) /System/Library/PrivateFrameworks/AppleGVA.framework/Versions/A/AppleGVA
0x7fff49bef000 - 0x7fff49bfaff7 com.apple.AppleIDAuthSupport (1.0 - 1) /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
0x7fff49bfb000 - 0x7fff49c3bff1 com.apple.AppleIDSSOAuthentication (1.0 - 1) /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/Versions/A/AppleIDSSOAuthentication
0x7fff49c3c000 - 0x7fff49c84ff7 com.apple.AppleJPEG (1.0 - 1) /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff49c85000 - 0x7fff49c95ff7 com.apple.AppleLDAP (10.15 - 52) /System/Library/PrivateFrameworks/AppleLDAP.framework/Versions/A/AppleLDAP
0x7fff4a047000 - 0x7fff4a06dffb com.apple.aps.framework (4.0 - 4.0) /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
0x7fff4a06e000 - 0x7fff4a072ff7 com.apple.AppleSRP (5.0 - 1) /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x7fff4a073000 - 0x7fff4a095fff com.apple.applesauce (1.0 - 16.25) /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
0x7fff4a155000 - 0x7fff4a158fff com.apple.AppleSystemInfo (3.1.5 - 3.1.5) /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff4a159000 - 0x7fff4a1a9ff7 com.apple.AppleVAFramework (6.1.2 - 6.1.2) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff4a1f2000 - 0x7fff4a201ff9 com.apple.AssertionServices (1.0 - 223.140.2) /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
0x7fff4a744000 - 0x7fff4ab3fff8 com.apple.audio.AudioResourceArbitration (1.0 - 1) /System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration
0x7fff4ad95000 - 0x7fff4afd6ff8 com.apple.audio.AudioToolboxCore (1.0 - 1104.104) /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore
0x7fff4afda000 - 0x7fff4b0f6fff com.apple.AuthKit (1.0 - 1) /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
0x7fff4b2b3000 - 0x7fff4b2bcff7 com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
0x7fff4b2bd000 - 0x7fff4b35eff5 com.apple.backup.framework (1.11.8 - 1298.8.1) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff4b35f000 - 0x7fff4b3ebff6 com.apple.BaseBoard (466.3 - 466.3) /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
0x7fff4b4ed000 - 0x7fff4b529ff7 com.apple.bom (14.0 - 219.3) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff4b647000 - 0x7fff4b67eff5 com.apple.C2 (1.3 - 495) /System/Library/PrivateFrameworks/C2.framework/Versions/A/C2
0x7fff4b7aa000 - 0x7fff4b804ff2 com.apple.CalDAV (8.0 - 790.4.1) /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV
0x7fff4b9b4000 - 0x7fff4b9dffff com.apple.CalendarAgentLink (8.0 - 250) /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink
0x7fff4b9f8000 - 0x7fff4ba70ff4 com.apple.CalendarFoundation (8.0 - 1140.6.1) /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/CalendarFoundation
0x7fff4baa7000 - 0x7fff4bd9fff7 com.apple.CalendarPersistence (8.0 - 1040.5.2) /System/Library/PrivateFrameworks/CalendarPersistence.framework/Versions/A/CalendarPersistence
0x7fff4c0a9000 - 0x7fff4c0f8fff com.apple.ChunkingLibrary (307 - 307) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff4c0f9000 - 0x7fff4c167ff9 com.apple.ClassKit (1.2 - 145.6.1) /System/Library/PrivateFrameworks/ClassKit.framework/Versions/A/ClassKit
0x7fff4c253000 - 0x7fff4c2deff8 com.apple.CloudDocs (1.0 - 698.20) /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
0x7fff4cfa5000 - 0x7fff4cfb5ffb com.apple.CommonAuth (4.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff4cfc9000 - 0x7fff4cfe0fff com.apple.commonutilities (8.0 - 900) /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
0x7fff4d274000 - 0x7fff4d2b0ffa com.apple.contacts.ContactsAutocomplete (1.0 - 1138) /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/Versions/A/ContactsAutocomplete
0x7fff4d2e1000 - 0x7fff4d365ff9 com.apple.AddressBook.ContactsFoundation (8.0 - 1118.9) /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
0x7fff4d366000 - 0x7fff4d3a3ff0 com.apple.contacts.ContactsPersistence (1.0 - 3455.18) /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence
0x7fff4d6e7000 - 0x7fff4dabcfc8 com.apple.CoreAUC (283.0.0 - 283.0.0) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff4dabd000 - 0x7fff4daeaff7 com.apple.CoreAVCHD (6.1.0 - 6100.4.1) /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fff4db0d000 - 0x7fff4db2eff4 com.apple.analyticsd (1.0 - 1) /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
0x7fff4dc37000 - 0x7fff4dcadff7 com.apple.corebrightness (1.0 - 1) /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness
0x7fff4dda7000 - 0x7fff4de39ffd com.apple.coredav (1.0.1 - 870.4.1.4) /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
0x7fff4de3a000 - 0x7fff4de45ff7 com.apple.frameworks.CoreDaemon (1.3 - 1.3) /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x7fff4de46000 - 0x7fff4e051ff1 com.apple.CoreDuet (1.0 - 1) /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
0x7fff4e052000 - 0x7fff4e09fff3 com.apple.coreduetcontext (1.0 - 1) /System/Library/PrivateFrameworks/CoreDuetContext.framework/Versions/A/CoreDuetContext
0x7fff4e0a0000 - 0x7fff4e0b0ffe com.apple.CoreDuetDaemonProtocol (1.0 - 1) /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
0x7fff4e0b3000 - 0x7fff4e0b5fff com.apple.CoreDuetDebugLogging (1.0 - 1) /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
0x7fff4e0c6000 - 0x7fff4e0d6ff3 com.apple.CoreEmoji (1.0 - 107.1) /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fff4e28d000 - 0x7fff4e3dafff com.apple.CoreHandwriting (161 - 1.2) /System/Library/PrivateFrameworks/CoreHandwriting.framework/Versions/A/CoreHandwriting
0x7fff4e717000 - 0x7fff4e781ff0 com.apple.CoreNLP (1.0 - 213) /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
0x7fff4ea44000 - 0x7fff4eaccffe com.apple.CorePDF (4.0 - 518.4.1) /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fff4ebaf000 - 0x7fff4ebb7ff8 com.apple.CorePhoneNumbers (1.0 - 1) /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
0x7fff4f4e1000 - 0x7fff4f4ecffa com.apple.corerecents (1.0 - 1) /System/Library/PrivateFrameworks/CoreRecents.framework/Versions/A/CoreRecents
0x7fff4f5ba000 - 0x7fff4f5ddfff com.apple.CoreSVG (1.0 - 129.3) /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG
0x7fff4f5de000 - 0x7fff4f611fff com.apple.CoreServicesInternal (446.7 - 446.7) /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff4f612000 - 0x7fff4f640ffd com.apple.CSStore (1069.28 - 1069.28) /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
0x7fff4f7c5000 - 0x7fff4f868fff com.apple.CoreSuggestions (1.0 - 1052.34) /System/Library/PrivateFrameworks/CoreSuggestions.framework/Versions/A/CoreSuggestions
0x7fff4fb65000 - 0x7fff4fbfbff7 com.apple.CoreSymbolication (11.4 - 64535.33.2) /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff4fc93000 - 0x7fff4fdbfff6 com.apple.coreui (2.1 - 609.4) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff4fdc0000 - 0x7fff4ff79ffa com.apple.CoreUtils (6.2.4 - 624.7) /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fff500b3000 - 0x7fff500c6ff1 com.apple.CrashReporterSupport (10.13 - 15016.1) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff5017f000 - 0x7fff50191ff8 com.apple.framework.DFRFoundation (1.0 - 252.50.1) /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0x7fff50192000 - 0x7fff50197fff com.apple.DSExternalDisplay (3.1 - 380) /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x7fff50221000 - 0x7fff5029bff0 com.apple.datadetectorscore (8.0 - 659) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff5029d000 - 0x7fff502e6ffe com.apple.DataDetectorsNaturalLanguage (1.0 - 154) /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/Versions/A/DataDetectorsNaturalLanguage
0x7fff502e7000 - 0x7fff50324ff8 com.apple.DebugSymbols (194 - 194) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff50325000 - 0x7fff504adff6 com.apple.desktopservices (1.14.6 - 1281.6.1) /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff5075c000 - 0x7fff50824ffe com.apple.DiskImagesFramework (559.100.2 - 559.100.2) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff50825000 - 0x7fff508f8ff1 com.apple.DiskManagement (13.0 - 1648.140.2) /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
0x7fff508f9000 - 0x7fff508fdff1 com.apple.DisplayServicesFW (3.1 - 380) /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fff50957000 - 0x7fff5097bff7 com.apple.DuetActivityScheduler (1.0 - 1) /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/Versions/A/DuetActivityScheduler
0x7fff509a5000 - 0x7fff509daff7 com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
0x7fff509db000 - 0x7fff509dfff9 com.apple.EFILogin (2.0 - 2) /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff51513000 - 0x7fff51528ff2 com.apple.Engram (1.0 - 1) /System/Library/PrivateFrameworks/Engram.framework/Versions/A/Engram
0x7fff51529000 - 0x7fff51b93ff9 com.apple.vision.EspressoFramework (1.0 - 188.4) /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso
0x7fff51bdc000 - 0x7fff51c38ff5 com.apple.ExchangeWebServices (8.0 - 807.1) /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/ExchangeWebServices
0x7fff51e6d000 - 0x7fff52288ff1 com.apple.vision.FaceCore (4.3.0 - 4.3.0) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff52927000 - 0x7fff52a5effc libFontParser.dylib (277.2.6.9) /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x7fff52a5f000 - 0x7fff52a93fff libTrueTypeScaler.dylib (277.2.6.9) /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
0x7fff52af7000 - 0x7fff52b07ff6 libhvf.dylib (1.0 - $[CURRENT_PROJECT_VERSION]) /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x7fff52b83000 - 0x7fff52b99ffb com.apple.Futhark (1.0 - 1) /System/Library/PrivateFrameworks/Futhark.framework/Versions/A/Futhark
0x7fff55fe8000 - 0x7fff55fe9fff libmetal_timestamp.dylib (902.14.11) /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3902/Libraries/libmetal_timestamp.dylib
0x7fff57697000 - 0x7fff576a2ff7 libGPUSupportMercury.dylib (17.10.22) /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
0x7fff576a3000 - 0x7fff576a9fff com.apple.GPUWrangler (5.2.7 - 5.2.7) /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
0x7fff579c8000 - 0x7fff579eeff1 com.apple.GenerationalStorage (2.0 - 314) /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff57a07000 - 0x7fff589f0ff1 com.apple.GeoServices (1.0 - 1624.26.4.26.9) /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
0x7fff58b1c000 - 0x7fff58b2affb com.apple.GraphVisualizer (1.0 - 100.1) /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
0x7fff58b93000 - 0x7fff58ba0ff9 com.apple.HID (1.0 - 1) /System/Library/PrivateFrameworks/HID.framework/Versions/A/HID
0x7fff58cc9000 - 0x7fff58d87ff4 com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff5a52a000 - 0x7fff5a628ffd com.apple.ids (10.0 - 1000) /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
0x7fff5a629000 - 0x7fff5a765ff5 com.apple.idsfoundation (10.0 - 1000) /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation
0x7fff5ad83000 - 0x7fff5ade3ff2 com.apple.imfoundation (10.0 - 1000) /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation
0x7fff5af09000 - 0x7fff5af12ffe com.apple.IOAccelMemoryInfo (1.0 - 1) /System/Library/PrivateFrameworks/IOAccelMemoryInfo.framework/Versions/A/IOAccelMemoryInfo
0x7fff5af13000 - 0x7fff5af1bff5 com.apple.IOAccelerator (438.7.4 - 438.7.4) /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff5af28000 - 0x7fff5af3ffff com.apple.IOPresentment (47.10 - 37) /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x7fff5b2c7000 - 0x7fff5b312ff1 com.apple.IconServices (438.3 - 438.3) /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff5b4af000 - 0x7fff5b4bdfff com.apple.IntentsFoundation (1.0 - 1) /System/Library/PrivateFrameworks/IntentsFoundation.framework/Versions/A/IntentsFoundation
0x7fff5b4d0000 - 0x7fff5b4d7ff9 com.apple.InternationalSupport (1.0 - 45.4) /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
0x7fff5b4d8000 - 0x7fff5b4daff3 com.apple.InternationalTextSearch (1.0 - 1) /System/Library/PrivateFrameworks/InternationalTextSearch.framework/Versions/A/InternationalTextSearch
0x7fff5b757000 - 0x7fff5b763ff7 com.apple.KerberosHelper (4.0 - 1.0) /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosHelper
0x7fff5b764000 - 0x7fff5b783ffd com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
0x7fff5b8b8000 - 0x7fff5b986ffd com.apple.LanguageModeling (1.0 - 215.1) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff5b987000 - 0x7fff5b9cffff com.apple.Lexicon-framework (1.0 - 72) /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
0x7fff5b9d6000 - 0x7fff5b9dbff3 com.apple.LinguisticData (1.0 - 353.18) /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
0x7fff5ba02000 - 0x7fff5ba26ffe com.apple.locationsupport (2394.0.22 - 2394.0.22) /System/Library/PrivateFrameworks/LocationSupport.framework/Versions/A/LocationSupport
0x7fff5ba7f000 - 0x7fff5ba84ff7 com.apple.LoginUICore (4.0 - 4.0) /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
0x7fff5c274000 - 0x7fff5c277fff com.apple.Mangrove (1.0 - 25) /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fff5c434000 - 0x7fff5c434ff5 com.apple.marco (10.0 - 1000) /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
0x7fff5c435000 - 0x7fff5c45bffc com.apple.MarkupUI (1.0 - 325.9) /System/Library/PrivateFrameworks/MarkupUI.framework/Versions/A/MarkupUI
0x7fff5c4e0000 - 0x7fff5c56aff8 com.apple.MediaExperience (1.0 - 1) /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience
0x7fff5c56b000 - 0x7fff5c59efff com.apple.MediaKit (16 - 923) /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff5c663000 - 0x7fff5c9f9ff9 com.apple.MediaRemote (1.0 - 1) /System/Library/PrivateFrameworks/MediaRemote.framework/Versions/A/MediaRemote
0x7fff5c9fa000 - 0x7fff5ca36ffc com.apple.MediaServices (1.0 - 1) /System/Library/PrivateFrameworks/MediaServices.framework/Versions/A/MediaServices
0x7fff5cd44000 - 0x7fff5cd90fff com.apple.spotlight.metadata.utilities (1.0 - 2076.7.2) /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
0x7fff5cd91000 - 0x7fff5ce62ffa com.apple.gpusw.MetalTools (1.0 - 1) /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
0x7fff5cec0000 - 0x7fff5ced9ff4 com.apple.MobileAssets (1.0 - 619.120.1) /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
0x7fff5d096000 - 0x7fff5d0b4fff com.apple.MobileKeyBag (2.0 - 1.0) /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
0x7fff5d180000 - 0x7fff5d316ffd com.apple.Montreal (1.0 - 121.1) /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal
0x7fff5d317000 - 0x7fff5d347ff7 com.apple.MultitouchSupport.framework (3440.1.1 - 3440.1.1) /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff5d5c7000 - 0x7fff5d6b1ffe com.apple.NLP (1.0 - 202) /System/Library/PrivateFrameworks/NLP.framework/Versions/A/NLP
0x7fff5d847000 - 0x7fff5d851fff com.apple.NetAuth (6.2 - 6.2) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff5d913000 - 0x7fff5d92fff0 com.apple.network.statistics.framework (1.2 - 1) /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/NetworkStatistics
0x7fff5dfbe000 - 0x7fff5dfc0ffe com.apple.OAuth (25 - 25) /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
0x7fff5e269000 - 0x7fff5e2b4ffb com.apple.OTSVG (1.0 - 643.1.5.8) /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
0x7fff5f4d1000 - 0x7fff5f4dcff2 com.apple.PerformanceAnalysis (1.243.3 - 243.3) /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff5f4dd000 - 0x7fff5f505ffb com.apple.persistentconnection (1.0 - 1.0) /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection
0x7fff5f506000 - 0x7fff5f514ffe com.apple.PersonaKit (1.0 - 1) /System/Library/PrivateFrameworks/PersonaKit.framework/Versions/A/PersonaKit
0x7fff5f6be000 - 0x7fff5f6beffa com.apple.PhoneNumbers (1.0 - 1) /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
0x7fff60f80000 - 0x7fff60fb0ff7 com.apple.pluginkit.framework (1.0 - 1) /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
0x7fff60fdb000 - 0x7fff60feeffc com.apple.PowerLog (1.0 - 1) /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog
0x7fff61c74000 - 0x7fff61c94ff1 com.apple.proactive.support.ProactiveEventTracker (1.0 - 258.5) /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/Versions/A/ProactiveEventTracker
0x7fff61d1b000 - 0x7fff61d84ff2 com.apple.proactive.support.ProactiveSupport (1.0 - 258.5) /System/Library/PrivateFrameworks/ProactiveSupport.framework/Versions/A/ProactiveSupport
0x7fff61e6a000 - 0x7fff61ec4ff6 com.apple.ProtectedCloudStorage (1.0 - 1) /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0x7fff61ec5000 - 0x7fff61edeffb com.apple.ProtocolBuffer (1 - 274.24.9.16.3) /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff61f18000 - 0x7fff61f95fff com.apple.Quagga (1.0 - 1) /System/Library/PrivateFrameworks/Quagga.framework/Versions/A/Quagga
0x7fff61ff0000 - 0x7fff61ff3ff4 com.apple.QuickLookNonBaseSystem (1.0 - 1) /System/Library/PrivateFrameworks/QuickLookNonBaseSystem.framework/Versions/A/QuickLookNonBaseSystem
0x7fff61ff4000 - 0x7fff62017ff0 com.apple.quicklook.QuickLookSupport (1.0 - 1) /System/Library/PrivateFrameworks/QuickLookSupport.framework/Versions/A/QuickLookSupport
0x7fff6205e000 - 0x7fff620d7ff3 com.apple.Rapport (1.9.5 - 195.2) /System/Library/PrivateFrameworks/Rapport.framework/Versions/A/Rapport
0x7fff6233e000 - 0x7fff62367ff1 com.apple.RemoteViewServices (2.0 - 148) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff623eb000 - 0x7fff62435ffa com.apple.ResponseKit (1.0 - 148.2) /System/Library/PrivateFrameworks/ResponseKit.framework/Versions/A/ResponseKit
0x7fff624cc000 - 0x7fff62507ff0 com.apple.RunningBoardServices (1.0 - 223.140.2) /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices
0x7fff63de8000 - 0x7fff63debff5 com.apple.SecCodeWrapper (4.0 - 448.100.6) /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x7fff63f5e000 - 0x7fff64085fff com.apple.Sharing (1526.37 - 1526.37) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff640fd000 - 0x7fff6411dff5 com.apple.sidecar-core (1.0 - 209.40.4) /System/Library/PrivateFrameworks/SidecarCore.framework/Versions/A/SidecarCore
0x7fff6411e000 - 0x7fff64130ff0 com.apple.sidecar-ui (1.0 - 209.40.4) /System/Library/PrivateFrameworks/SidecarUI.framework/Versions/A/SidecarUI
0x7fff6549a000 - 0x7fff65790fff com.apple.SkyLight (1.600.0 - 451.6) /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7fff65fdd000 - 0x7fff65febffb com.apple.SpeechRecognitionCore (6.0.91.2 - 6.0.91.2) /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff660ad000 - 0x7fff66339ff6 com.apple.spotlight.index (10.7.0 - 2076.7.2) /System/Library/PrivateFrameworks/SpotlightIndex.framework/Versions/A/SpotlightIndex
0x7fff666c7000 - 0x7fff66708ff9 com.apple.StreamingZip (1.0 - 1) /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
0x7fff6681f000 - 0x7fff66828ff7 com.apple.SymptomDiagnosticReporter (1.0 - 1238.120.2) /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
0x7fff66899000 - 0x7fff668c3ffe com.apple.framework.SystemAdministration (1.0 - 1.0) /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
0x7fff66adf000 - 0x7fff66aefff3 com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff66e96000 - 0x7fff66ff1ff5 com.apple.TextRecognition (1.0 - 157) /System/Library/PrivateFrameworks/TextRecognition.framework/Versions/A/TextRecognition
0x7fff67014000 - 0x7fff670daff0 com.apple.TextureIO (3.10.9 - 3.10.9) /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x7fff67271000 - 0x7fff67272fff com.apple.TrustEvaluationAgent (2.0 - 33) /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff672aa000 - 0x7fff67502ff0 com.apple.UIFoundation (1.0 - 662) /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff67599000 - 0x7fff6759fffe com.apple.URLFormatting (119 - 119.18) /System/Library/PrivateFrameworks/URLFormatting.framework/Versions/A/URLFormatting
0x7fff67f31000 - 0x7fff67f51ffc com.apple.UserManagement (1.0 - 1) /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement
0x7fff68cfd000 - 0x7fff68de8ff2 com.apple.ViewBridge (468 - 468) /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
0x7fff68f8e000 - 0x7fff68f8ffff com.apple.WatchdogClient.framework (1.0 - 67.120.2) /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient
0x7fff6931e000 - 0x7fff69359fff libAWDSupport.dylib (949) /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupport.dylib
0x7fff6935a000 - 0x7fff6963aff7 libAWDSupportFramework.dylib (3541.2) /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupportFramework.dylib
0x7fff6963b000 - 0x7fff6964cfff libprotobuf-lite.dylib (3541.2) /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf-lite.dylib
0x7fff6964d000 - 0x7fff696a6ffb libprotobuf.dylib (3541.2) /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf.dylib
0x7fff696a7000 - 0x7fff696ebff6 com.apple.awd (1.0 - 949) /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/WirelessDiagnostics
0x7fff69bbf000 - 0x7fff69bc2ffa com.apple.dt.XCTTargetBootstrap (1.0 - 16091) /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
0x7fff69c3c000 - 0x7fff69c4aff5 com.apple.audio.caulk (1.0 - 32.3) /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
0x7fff69e12000 - 0x7fff69e47ffe com.apple.iCalendar (7.0 - 810.6.1) /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
0x7fff69f8c000 - 0x7fff69f8eff3 com.apple.loginsupport (1.0 - 1) /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff69f8f000 - 0x7fff69fa2ffd com.apple.login (3.0 - 3.0) /System/Library/PrivateFrameworks/login.framework/Versions/A/login
0x7fff69fd4000 - 0x7fff69fe0ffd com.apple.perfdata (1.0 - 51.100.6) /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata
0x7fff69fe1000 - 0x7fff6a012ffd com.apple.contacts.vCard (1.0 - 3455.18) /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
0x7fff6ca65000 - 0x7fff6ca71ff9 libAudioStatistics.dylib (1104.104) /usr/lib/libAudioStatistics.dylib
0x7fff6ca72000 - 0x7fff6caa5ffa libAudioToolboxUtility.dylib (1104.104) /usr/lib/libAudioToolboxUtility.dylib
0x7fff6caac000 - 0x7fff6cae0fff libCRFSuite.dylib (48) /usr/lib/libCRFSuite.dylib
0x7fff6cae3000 - 0x7fff6caedfff libChineseTokenizer.dylib (34) /usr/lib/libChineseTokenizer.dylib
0x7fff6caee000 - 0x7fff6cb76fff libCoreStorage.dylib (551.0.1) /usr/lib/libCoreStorage.dylib
0x7fff6cb79000 - 0x7fff6cb7bff7 libDiagnosticMessagesClient.dylib (112) /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff6cbc1000 - 0x7fff6cd78ffb libFosl_dynamic.dylib (100.4) /usr/lib/libFosl_dynamic.dylib
0x7fff6cd9f000 - 0x7fff6cda5ff3 libIOReport.dylib (54) /usr/lib/libIOReport.dylib
0x7fff6ce87000 - 0x7fff6ce8efff libMatch.1.dylib (36) /usr/lib/libMatch.1.dylib
0x7fff6cebd000 - 0x7fff6ceddff7 libMobileGestalt.dylib (826.140.5) /usr/lib/libMobileGestalt.dylib
0x7fff6cf5d000 - 0x7fff6d03aff7 libSMC.dylib (20) /usr/lib/libSMC.dylib
0x7fff6d04f000 - 0x7fff6d050fff libSystem.B.dylib (1281.100.1) /usr/lib/libSystem.B.dylib
0x7fff6d051000 - 0x7fff6d0dcff7 libTelephonyUtilDynamic.dylib (5017.1) /usr/lib/libTelephonyUtilDynamic.dylib
0x7fff6d0dd000 - 0x7fff6d0defff libThaiTokenizer.dylib (3) /usr/lib/libThaiTokenizer.dylib
0x7fff6d0f6000 - 0x7fff6d10cfff libapple_nghttp2.dylib (1.39.2) /usr/lib/libapple_nghttp2.dylib
0x7fff6d141000 - 0x7fff6d1b3ff7 libarchive.2.dylib (72.140.2) /usr/lib/libarchive.2.dylib
0x7fff6d1b4000 - 0x7fff6d24dfe5 libate.dylib (3.0.1) /usr/lib/libate.dylib
0x7fff6d251000 - 0x7fff6d251ff3 libauto.dylib (187) /usr/lib/libauto.dylib
0x7fff6d252000 - 0x7fff6d316ffe libboringssl.dylib (283.120.1) /usr/lib/libboringssl.dylib
0x7fff6d317000 - 0x7fff6d327ffb libbsm.0.dylib (60.100.1) /usr/lib/libbsm.0.dylib
0x7fff6d328000 - 0x7fff6d334fff libbz2.1.0.dylib (44) /usr/lib/libbz2.1.0.dylib
0x7fff6d335000 - 0x7fff6d387fff libc++.1.dylib (902.1) /usr/lib/libc++.1.dylib
0x7fff6d388000 - 0x7fff6d39dffb libc++abi.dylib (902) /usr/lib/libc++abi.dylib
0x7fff6d39e000 - 0x7fff6d39efff libcharset.1.dylib (59) /usr/lib/libcharset.1.dylib
0x7fff6d39f000 - 0x7fff6d3b0fff libcmph.dylib (8) /usr/lib/libcmph.dylib
0x7fff6d3b1000 - 0x7fff6d3c8fd7 libcompression.dylib (87.1) /usr/lib/libcompression.dylib
0x7fff6d6a2000 - 0x7fff6d6b8ff7 libcoretls.dylib (167) /usr/lib/libcoretls.dylib
0x7fff6d6b9000 - 0x7fff6d6bafff libcoretls_cfhelpers.dylib (167) /usr/lib/libcoretls_cfhelpers.dylib
0x7fff6db5d000 - 0x7fff6dc61fcf libcrypto.44.dylib (47.140.3) /usr/lib/libcrypto.44.dylib
0x7fff6dc64000 - 0x7fff6dc6ffff libcsfde.dylib (551.0.1) /usr/lib/libcsfde.dylib
0x7fff6dc77000 - 0x7fff6dcd6ff7 libcups.2.dylib (483.9) /usr/lib/libcups.2.dylib
0x7fff6dcd8000 - 0x7fff6dd3dff7 libcurl.4.dylib (118.120.6) /usr/lib/libcurl.4.dylib
0x7fff6dde0000 - 0x7fff6dde0fff libenergytrace.dylib (21) /usr/lib/libenergytrace.dylib
0x7fff6dde1000 - 0x7fff6ddfbff7 libexpat.1.dylib (19.60.3) /usr/lib/libexpat.1.dylib
0x7fff6de09000 - 0x7fff6de0bfff libfakelink.dylib (149.1) /usr/lib/libfakelink.dylib
0x7fff6de0c000 - 0x7fff6de11f57 libffi.dylib (26) /usr/lib/libffi.dylib
0x7fff6de1a000 - 0x7fff6de1ffff libgermantok.dylib (24) /usr/lib/libgermantok.dylib
0x7fff6de20000 - 0x7fff6de29ff7 libheimdal-asn1.dylib (564.140.8) /usr/lib/libheimdal-asn1.dylib
0x7fff6de2a000 - 0x7fff6df1afff libiconv.2.dylib (59) /usr/lib/libiconv.2.dylib
0x7fff6df1b000 - 0x7fff6e172fff libicucore.A.dylib (64261.1.1) /usr/lib/libicucore.A.dylib
0x7fff6e18c000 - 0x7fff6e18dfff liblangid.dylib (133) /usr/lib/liblangid.dylib
0x7fff6e18e000 - 0x7fff6e1a6ff3 liblzma.5.dylib (16) /usr/lib/liblzma.5.dylib
0x7fff6e1be000 - 0x7fff6e265ff7 libmecab.dylib (883.11) /usr/lib/libmecab.dylib
0x7fff6e266000 - 0x7fff6e4c8ff1 libmecabra.dylib (883.11) /usr/lib/libmecabra.dylib
0x7fff6e835000 - 0x7fff6e864fff libncurses.5.4.dylib (57) /usr/lib/libncurses.5.4.dylib
0x7fff6e994000 - 0x7fff6ee10ff5 libnetwork.dylib (1880.120.5) /usr/lib/libnetwork.dylib
0x7fff6ee11000 - 0x7fff6ee28fff libnetworkextension.dylib (1095.140.2) /usr/lib/libnetworkextension.dylib
0x7fff6eeb1000 - 0x7fff6eee4fde libobjc.A.dylib (787.1) /usr/lib/libobjc.A.dylib
0x7fff6eee5000 - 0x7fff6eee6ff7 libodfde.dylib (26) /usr/lib/libodfde.dylib
0x7fff6eef7000 - 0x7fff6eefbfff libpam.2.dylib (25.100.1) /usr/lib/libpam.2.dylib
0x7fff6eefe000 - 0x7fff6ef34fff libpcap.A.dylib (89.120.2) /usr/lib/libpcap.A.dylib
0x7fff6ef74000 - 0x7fff6ef82ff9 libperfcheck.dylib (37.100.2) /usr/lib/libperfcheck.dylib
0x7fff6ef83000 - 0x7fff6ef86ff3 libpmenergy.dylib (214.120.2) /usr/lib/libpmenergy.dylib
0x7fff6ef87000 - 0x7fff6ef89fff libpmsample.dylib (214.120.2) /usr/lib/libpmsample.dylib
0x7fff6efb8000 - 0x7fff6efd0fff libresolv.9.dylib (67.40.3) /usr/lib/libresolv.9.dylib
0x7fff6efd2000 - 0x7fff6f016ff7 libsandbox.1.dylib (1217.141.9) /usr/lib/libsandbox.1.dylib
0x7fff6f017000 - 0x7fff6f029ff7 libsasl2.2.dylib (213.120.1) /usr/lib/libsasl2.2.dylib
0x7fff6f02a000 - 0x7fff6f02bff7 libspindump.dylib (281.4) /usr/lib/libspindump.dylib
0x7fff6f02c000 - 0x7fff6f216ff7 libsqlite3.dylib (308.6) /usr/lib/libsqlite3.dylib
0x7fff6f30a000 - 0x7fff6f337ffb libssl.46.dylib (47.140.3) /usr/lib/libssl.46.dylib
0x7fff6f3b9000 - 0x7fff6f3eaff7 libtidy.A.dylib (17.3) /usr/lib/libtidy.A.dylib
0x7fff6f40c000 - 0x7fff6f466ff8 libusrtcp.dylib (1880.120.5) /usr/lib/libusrtcp.dylib
0x7fff6f467000 - 0x7fff6f46affb libutil.dylib (57.140.1) /usr/lib/libutil.dylib
0x7fff6f46b000 - 0x7fff6f478fff libxar.1.dylib (425.7) /usr/lib/libxar.1.dylib
0x7fff6f47e000 - 0x7fff6f560ff7 libxml2.2.dylib (33.14) /usr/lib/libxml2.2.dylib
0x7fff6f564000 - 0x7fff6f58cfff libxslt.1.dylib (16.12) /usr/lib/libxslt.1.dylib
0x7fff6f58d000 - 0x7fff6f59fff3 libz.1.dylib (76.0.1) /usr/lib/libz.1.dylib
0x7fff6fe4e000 - 0x7fff6fe53ff3 libcache.dylib (83) /usr/lib/system/libcache.dylib
0x7fff6fe54000 - 0x7fff6fe5ffff libcommonCrypto.dylib (60165.120.1) /usr/lib/system/libcommonCrypto.dylib
0x7fff6fe60000 - 0x7fff6fe67fff libcompiler_rt.dylib (101.2) /usr/lib/system/libcompiler_rt.dylib
0x7fff6fe68000 - 0x7fff6fe71ff7 libcopyfile.dylib (166.40.1) /usr/lib/system/libcopyfile.dylib
0x7fff6fe72000 - 0x7fff6ff04fdb libcorecrypto.dylib (866.140.2) /usr/lib/system/libcorecrypto.dylib
0x7fff70011000 - 0x7fff70051ff0 libdispatch.dylib (1173.100.2) /usr/lib/system/libdispatch.dylib
0x7fff70052000 - 0x7fff70088fff libdyld.dylib (750.7) /usr/lib/system/libdyld.dylib
0x7fff70089000 - 0x7fff70089ffb libkeymgr.dylib (30) /usr/lib/system/libkeymgr.dylib
0x7fff7008a000 - 0x7fff70096ff3 libkxld.dylib (6153.141.66) /usr/lib/system/libkxld.dylib
0x7fff70097000 - 0x7fff70097ff7 liblaunch.dylib (1738.140.3) /usr/lib/system/liblaunch.dylib
0x7fff70098000 - 0x7fff7009dff7 libmacho.dylib (959.0.1) /usr/lib/system/libmacho.dylib
0x7fff7009e000 - 0x7fff700a0ff3 libquarantine.dylib (110.40.6) /usr/lib/system/libquarantine.dylib
0x7fff700a1000 - 0x7fff700a2ff7 libremovefile.dylib (48) /usr/lib/system/libremovefile.dylib
0x7fff700a3000 - 0x7fff700baff3 libsystem_asl.dylib (377.60.4) /usr/lib/system/libsystem_asl.dylib
0x7fff700bb000 - 0x7fff700bbff7 libsystem_blocks.dylib (74) /usr/lib/system/libsystem_blocks.dylib
0x7fff700bc000 - 0x7fff70143fff libsystem_c.dylib (1353.100.4) /usr/lib/system/libsystem_c.dylib
0x7fff70144000 - 0x7fff70147ffb libsystem_configuration.dylib (1061.141.2) /usr/lib/system/libsystem_configuration.dylib
0x7fff70148000 - 0x7fff7014bfff libsystem_coreservices.dylib (114.1) /usr/lib/system/libsystem_coreservices.dylib
0x7fff7014c000 - 0x7fff70154fff libsystem_darwin.dylib (1353.100.4) /usr/lib/system/libsystem_darwin.dylib
0x7fff70155000 - 0x7fff7015cfff libsystem_dnssd.dylib (1096.100.3) /usr/lib/system/libsystem_dnssd.dylib
0x7fff7015d000 - 0x7fff7015effb libsystem_featureflags.dylib (17) /usr/lib/system/libsystem_featureflags.dylib
0x7fff7015f000 - 0x7fff701acff7 libsystem_info.dylib (538.1) /usr/lib/system/libsystem_info.dylib
0x7fff701ad000 - 0x7fff701d9ff7 libsystem_kernel.dylib (6153.141.66) /usr/lib/system/libsystem_kernel.dylib
0x7fff701da000 - 0x7fff70221fff libsystem_m.dylib (3178) /usr/lib/system/libsystem_m.dylib
0x7fff70222000 - 0x7fff70249fff libsystem_malloc.dylib (283.100.6) /usr/lib/system/libsystem_malloc.dylib
0x7fff7024a000 - 0x7fff70257ffb libsystem_networkextension.dylib (1095.140.2) /usr/lib/system/libsystem_networkextension.dylib
0x7fff70258000 - 0x7fff70261ff7 libsystem_notify.dylib (241.100.2) /usr/lib/system/libsystem_notify.dylib
0x7fff70262000 - 0x7fff7026afef libsystem_platform.dylib (220.100.1) /usr/lib/system/libsystem_platform.dylib
0x7fff7026b000 - 0x7fff70275fff libsystem_pthread.dylib (416.100.3) /usr/lib/system/libsystem_pthread.dylib
0x7fff70276000 - 0x7fff7027aff3 libsystem_sandbox.dylib (1217.141.9) /usr/lib/system/libsystem_sandbox.dylib
0x7fff7027b000 - 0x7fff7027dfff libsystem_secinit.dylib (62.100.2) /usr/lib/system/libsystem_secinit.dylib
0x7fff7027e000 - 0x7fff70285ffb libsystem_symptoms.dylib (1238.120.2) /usr/lib/system/libsystem_symptoms.dylib
0x7fff70286000 - 0x7fff7029cff2 libsystem_trace.dylib (1147.120.1) /usr/lib/system/libsystem_trace.dylib
0x7fff7029e000 - 0x7fff702a3ff7 libunwind.dylib (35.4) /usr/lib/system/libunwind.dylib
0x7fff702a4000 - 0x7fff702d9ffe libxpc.dylib (1738.140.3) /usr/lib/system/libxpc.dylib
External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 38
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: 1134406
thread_create: 0
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=1.0G resident=0K(0%) swapped_out_or_unallocated=1.0G(100%)
Writable regions: Total=4.6G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=4.6G(100%)
VIRTUAL REGION
REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 384K 3
Activity Tracing 256K 1
CG backing stores 1760K 2
CG image 1816K 26
CoreAnimation 6988K 96
CoreGraphics 8K 1
CoreImage 24K 2
CoreServices 276K 2
CoreUI image data 3332K 29
Foundation 24K 2
Kernel Alloc Once 8K 1
MALLOC 2.4G 281
MALLOC guard page 48K 9
MALLOC_MEDIUM (reserved) 1.2G 13 reserved VM address space (unallocated)
MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)
Mach message 16K 2
OpenGL GLSL 384K 4
STACK GUARD 176K 44
Stack 180.8M 45
Stack Guard 56.0M 1
VM_ALLOCATE 316.8M 158
VM_ALLOCATE (reserved) 160.0M 2 reserved VM address space (unallocated)
__DATA 73.7M 596
__DATA_CONST 176K 9
__FONT_DATA 4K 1
__GLSLBUILTINS 5176K 1
__LINKEDIT 418.6M 173
__OBJC_RO 32.3M 1
__OBJC_RW 1908K 2
__TEXT 623.3M 567
__UNICODE 564K 1
mapped file 116.5M 50
shared memory 2848K 23
=========== ======= =======
TOTAL 5.9G 2149
TOTAL, minus reserved VM space 4.2G 2149
Log:
UCSF ChimeraX version: 1.5 (2022-11-24)
© 2016-2022 Regents of the University of California. All rights reserved.
How to cite UCSF ChimeraX
OpenGL version: 4.1 ATI-3.10.23
OpenGL renderer: AMD Radeon Pro 580X OpenGL Engine
OpenGL vendor: ATI Technologies Inc.
Python: 3.9.11
Locale: UTF-8
Qt version: PyQt6 6.3.1, Qt 6.3.1
Qt runtime version: 6.3.2
Qt platform: cocoa
Hardware:
Hardware Overview:
Model Name: iMac
Model Identifier: iMac19,1
Processor Name: 8-Core Intel Core i9
Processor Speed: 3.6 GHz
Number of Processors: 1
Total Number of Cores: 8
L2 Cache (per Core): 256 KB
L3 Cache: 16 MB
Hyper-Threading Technology: Enabled
Memory: 64 GB
Boot ROM Version: 1731.140.1.0.0
SMC Version (system): 2.46f13
Software:
System Software Overview:
System Version: macOS 10.15.7 (19H2026)
Kernel Version: Darwin 19.6.0
Time since boot: 30 days 1:52
Graphics/Displays:
Radeon Pro 580X:
Chipset Model: Radeon Pro 580X
Type: GPU
Bus: PCIe
PCIe Lane Width: x16
VRAM (Total): 8 GB
Vendor: AMD (0x1002)
Device ID: 0x67df
Revision ID: 0x00c0
ROM Revision: 113-D0008A-042
VBIOS Version: 113-D0008A1X-009
EFI Driver Version: 01.B1.042
Metal: Supported, feature set macOS GPUFamily2 v1
Displays:
iMac:
Display Type: Built-In Retina LCD
Resolution: 5120 x 2880 Retina
Framebuffer Depth: 30-Bit Color (ARGB2101010)
Main Display: Yes
Mirror: Off
Online: Yes
Automatically Adjust Brightness: No
Connection Type: Internal
Installed Packages:
alabaster: 0.7.12
appdirs: 1.4.4
appnope: 0.1.3
asttokens: 2.1.0
Babel: 2.11.0
backcall: 0.2.0
blockdiag: 3.0.0
build: 0.8.0
certifi: 2021.10.8
cftime: 1.6.2
charset-normalizer: 2.1.1
ChimeraX-AddCharge: 1.4
ChimeraX-AddH: 2.2.1
ChimeraX-AlignmentAlgorithms: 2.0
ChimeraX-AlignmentHdrs: 3.2.1
ChimeraX-AlignmentMatrices: 2.0
ChimeraX-Alignments: 2.6
ChimeraX-AlphaFold: 1.0
ChimeraX-AltlocExplorer: 1.0.3
ChimeraX-AmberInfo: 1.0
ChimeraX-Arrays: 1.0
ChimeraX-Atomic: 1.41.5
ChimeraX-AtomicLibrary: 8.0.3
ChimeraX-AtomSearch: 2.0.1
ChimeraX-AxesPlanes: 2.3
ChimeraX-BasicActions: 1.1.2
ChimeraX-BILD: 1.0
ChimeraX-BlastProtein: 2.1.2
ChimeraX-BondRot: 2.0.1
ChimeraX-BugReporter: 1.0.1
ChimeraX-BuildStructure: 2.7.1
ChimeraX-Bumps: 1.0
ChimeraX-BundleBuilder: 1.2
ChimeraX-ButtonPanel: 1.0.1
ChimeraX-CageBuilder: 1.0.1
ChimeraX-CellPack: 1.0
ChimeraX-Centroids: 1.3.1
ChimeraX-ChangeChains: 1.0.2
ChimeraX-CheckWaters: 1.3
ChimeraX-ChemGroup: 2.0
ChimeraX-Clashes: 2.2.4
ChimeraX-ColorActions: 1.0.3
ChimeraX-ColorGlobe: 1.0
ChimeraX-ColorKey: 1.5.2
ChimeraX-CommandLine: 1.2.4
ChimeraX-ConnectStructure: 2.0.1
ChimeraX-Contacts: 1.0.1
ChimeraX-Core: 1.5
ChimeraX-CoreFormats: 1.1
ChimeraX-coulombic: 1.3.2
ChimeraX-Crosslinks: 1.0
ChimeraX-Crystal: 1.0
ChimeraX-CrystalContacts: 1.0.1
ChimeraX-DataFormats: 1.2.2
ChimeraX-Dicom: 1.1
ChimeraX-DistMonitor: 1.3
ChimeraX-DockPrep: 1.0
ChimeraX-Dssp: 2.0
ChimeraX-EMDB-SFF: 1.0
ChimeraX-ExperimentalCommands: 1.0
ChimeraX-FileHistory: 1.0.1
ChimeraX-FunctionKey: 1.0.1
ChimeraX-Geometry: 1.2
ChimeraX-gltf: 1.0
ChimeraX-Graphics: 1.1
ChimeraX-Hbonds: 2.4
ChimeraX-Help: 1.2.1
ChimeraX-HKCage: 1.3
ChimeraX-IHM: 1.1
ChimeraX-ImageFormats: 1.2
ChimeraX-IMOD: 1.0
ChimeraX-IO: 1.0.1
ChimeraX-ItemsInspection: 1.0.1
ChimeraX-Label: 1.1.7
ChimeraX-ListInfo: 1.1.1
ChimeraX-Log: 1.1.5
ChimeraX-LookingGlass: 1.1
ChimeraX-Maestro: 1.8.2
ChimeraX-Map: 1.1.2
ChimeraX-MapData: 2.0
ChimeraX-MapEraser: 1.0.1
ChimeraX-MapFilter: 2.0
ChimeraX-MapFit: 2.0
ChimeraX-MapSeries: 2.1.1
ChimeraX-Markers: 1.0.1
ChimeraX-Mask: 1.0.1
ChimeraX-MatchMaker: 2.0.9
ChimeraX-MDcrds: 2.6
ChimeraX-MedicalToolbar: 1.0.2
ChimeraX-Meeting: 1.0.1
ChimeraX-MLP: 1.1
ChimeraX-mmCIF: 2.8
ChimeraX-MMTF: 2.2
ChimeraX-Modeller: 1.5.6
ChimeraX-ModelPanel: 1.3.6
ChimeraX-ModelSeries: 1.0.1
ChimeraX-Mol2: 2.0
ChimeraX-Mole: 1.0
ChimeraX-Morph: 1.0.1
ChimeraX-MouseModes: 1.1.1
ChimeraX-Movie: 1.0
ChimeraX-Neuron: 1.0
ChimeraX-Nucleotides: 2.0.3
ChimeraX-OpenCommand: 1.9.1
ChimeraX-PDB: 2.6.8
ChimeraX-PDBBio: 1.0
ChimeraX-PDBLibrary: 1.0.2
ChimeraX-PDBMatrices: 1.0
ChimeraX-PickBlobs: 1.0.1
ChimeraX-Positions: 1.0
ChimeraX-PresetMgr: 1.1
ChimeraX-PubChem: 2.1
ChimeraX-ReadPbonds: 1.0.1
ChimeraX-Registration: 1.1.1
ChimeraX-RemoteControl: 1.0
ChimeraX-RenumberResidues: 1.1
ChimeraX-ResidueFit: 1.0.1
ChimeraX-RestServer: 1.1
ChimeraX-RNALayout: 1.0
ChimeraX-RotamerLibMgr: 2.0.1
ChimeraX-RotamerLibsDunbrack: 2.0
ChimeraX-RotamerLibsDynameomics: 2.0
ChimeraX-RotamerLibsRichardson: 2.0
ChimeraX-SaveCommand: 1.5.1
ChimeraX-SchemeMgr: 1.0
ChimeraX-SDF: 2.0
ChimeraX-Segger: 1.0
ChimeraX-Segment: 1.0
ChimeraX-SelInspector: 1.0
ChimeraX-SeqView: 2.7.2
ChimeraX-Shape: 1.0.1
ChimeraX-Shell: 1.0.1
ChimeraX-Shortcuts: 1.1.1
ChimeraX-ShowSequences: 1.0.1
ChimeraX-SideView: 1.0.1
ChimeraX-Smiles: 2.1
ChimeraX-SmoothLines: 1.0
ChimeraX-SpaceNavigator: 1.0
ChimeraX-StdCommands: 1.10
ChimeraX-STL: 1.0
ChimeraX-Storm: 1.0
ChimeraX-StructMeasure: 1.1
ChimeraX-Struts: 1.0.1
ChimeraX-Surface: 1.0
ChimeraX-SwapAA: 2.0.1
ChimeraX-SwapRes: 2.1.3
ChimeraX-TapeMeasure: 1.0
ChimeraX-Test: 1.0
ChimeraX-Toolbar: 1.1.2
ChimeraX-ToolshedUtils: 1.2.1
ChimeraX-Tug: 1.0.1
ChimeraX-UI: 1.24.3
ChimeraX-uniprot: 2.2.1
ChimeraX-UnitCell: 1.0.1
ChimeraX-ViewDockX: 1.1.4
ChimeraX-VIPERdb: 1.0
ChimeraX-Vive: 1.1
ChimeraX-VolumeMenu: 1.0.1
ChimeraX-VTK: 1.0
ChimeraX-WavefrontOBJ: 1.0
ChimeraX-WebCam: 1.0.1
ChimeraX-WebServices: 1.1.0
ChimeraX-Zone: 1.0.1
colorama: 0.4.5
cxservices: 1.2
cycler: 0.11.0
Cython: 0.29.32
debugpy: 1.6.4
decorator: 5.1.1
docutils: 0.19
entrypoints: 0.4
executing: 1.2.0
filelock: 3.7.1
fonttools: 4.38.0
funcparserlib: 1.0.1
grako: 3.16.5
h5py: 3.7.0
html2text: 2020.1.16
idna: 3.4
ihm: 0.33
imagecodecs: 2022.7.31
imagesize: 1.4.1
importlib-metadata: 5.1.0
ipykernel: 6.15.3
ipython: 8.4.0
ipython-genutils: 0.2.0
jedi: 0.18.1
Jinja2: 3.1.2
jupyter-client: 7.3.4
jupyter-core: 5.1.0
kiwisolver: 1.4.4
line-profiler: 3.5.1
lxml: 4.9.1
lz4: 4.0.2
MarkupSafe: 2.1.1
matplotlib: 3.5.2
matplotlib-inline: 0.1.6
msgpack: 1.0.4
nest-asyncio: 1.5.6
netCDF4: 1.6.0
networkx: 2.8.5
numexpr: 2.8.4
numpy: 1.23.1
openvr: 1.23.701
packaging: 21.3
ParmEd: 3.4.3
parso: 0.8.3
pep517: 0.13.0
pexpect: 4.8.0
pickleshare: 0.7.5
Pillow: 9.2.0
pip: 22.2.2
pkginfo: 1.8.3
platformdirs: 2.5.4
prompt-toolkit: 3.0.33
psutil: 5.9.1
ptyprocess: 0.7.0
pure-eval: 0.2.2
pycollada: 0.7.2
pydicom: 2.3.0
Pygments: 2.12.0
PyOpenGL: 3.1.5
PyOpenGL-accelerate: 3.1.5
pyparsing: 3.0.9
PyQt6-commercial: 6.3.1
PyQt6-Qt6: 6.3.2
PyQt6-sip: 13.4.0
PyQt6-WebEngine-commercial: 6.3.1
PyQt6-WebEngine-Qt6: 6.3.2
python-dateutil: 2.8.2
pytz: 2022.6
pyzmq: 24.0.1
qtconsole: 5.3.1
QtPy: 2.3.0
RandomWords: 0.4.0
requests: 2.28.1
scipy: 1.9.0
setuptools: 65.1.1
setuptools-scm: 7.0.5
sfftk-rw: 0.7.2
six: 1.16.0
snowballstemmer: 2.2.0
sortedcontainers: 2.4.0
Sphinx: 5.1.1
sphinx-autodoc-typehints: 1.19.1
sphinxcontrib-applehelp: 1.0.2
sphinxcontrib-blockdiag: 3.0.0
sphinxcontrib-devhelp: 1.0.2
sphinxcontrib-htmlhelp: 2.0.0
sphinxcontrib-jsmath: 1.0.1
sphinxcontrib-qthelp: 1.0.3
sphinxcontrib-serializinghtml: 1.1.5
stack-data: 0.6.2
tables: 3.7.0
tifffile: 2022.7.31
tinyarray: 1.2.4
tomli: 2.0.1
tornado: 6.2
traitlets: 5.3.0
typing-extensions: 4.4.0
urllib3: 1.26.13
wcwidth: 0.2.5
webcolors: 1.12
wheel: 0.37.1
wheel-filename: 1.4.1
zipp: 3.11.0
Change History (4)
comment:1 by , 3 years ago
| Cc: | added |
|---|---|
| Component: | Unassigned → Core |
| Description: | modified (diff) |
| Owner: | set to |
| Platform: | → all |
| Project: | → ChimeraX |
| Status: | new → accepted |
| Summary: | ChimeraX bug report submission → Crash processing timer event |
comment:2 by , 3 years ago
| Resolution: | → can't reproduce |
|---|---|
| Status: | accepted → closed |
comment:3 by , 3 years ago
ChimeraX 1.4 crashed, that version number comes from the Mac crash report.
But then they started ChimeraX 1.5 and the ChimeraX crash report dialog appeared and they reported from 1.5.
Note:
See TracTickets
for help on using tickets.
This is kind of weird:
ChimeraX Version: 1.5 (2022-11-24 00:03:27 UTC)
Path: /Applications/ChimeraX-1.4.app/Contents/MacOS/ChimeraX
Version: 1.4.0 (1.4.0.0)