Opened 7 years ago

Closed 7 years ago

#1160 closed defect (fixed)

Issue with morphing

Reported by: coleman.martin@… Owned by: Eric Pettersen
Priority: normal Milestone:
Component: Structure Comparison Version:
Keywords: Cc: Tom Goddard
Blocked By: Blocking:
Notify when closed: Platform: all
Project: ChimeraX

Description

Hello,

I am encountering an issue when trying to make a morph conformation of a matched molecule. The command used was morph #1,2 it starts to interpolate then i get the error below. Originally, I thought this error could be due to molecule 1 and 2 having a different number of chains, so I tried to morph #1.1,2.1 but then I got REQUIRE 2 STRUCTURES. Then I tried to morph #1,2 again with molecules that have the same number of chains yet get the same error.  This happens and the program becomes unresponsive to inputs. Molecules won't rotate, command line lags and the log isn't able to be copied.

TypeError: Cannot instantiate Python class corresponding to C++ class atomstruct::GraphicsChanges

File "C:\Program Files\ChimeraX\bin\lib\site-packages\chimerax\core\atomic\molobject.py", line 2281, in
args = (ctypes.c_void_p,), ret = ctypes.py_object)(ctypes.c_void_p(int(ptr)))

See log for complete Python traceback.

Thank you for your help,
Cole

Change History (5)

comment:1 by Eric Pettersen, 7 years ago

Cc: Eric Pettersen added
Component: Unassigned → Structure Comparison
Owner: set to Tom Goddard
Platform: → all
Project: → ChimeraX
Status: new → assigned

comment:2 by Tom Goddard, 7 years ago

Morphs are working for me. Could you attach two PDB files that produce this error? What operating system are you using? And are you using the current ChimeraX daily build?

in reply to:  3 ; comment:3 by coleman.martin@…, 7 years ago

I am using 4CMP and 4ZT0 that I have split. I am using version 0.6 (2018-04-06) on Windows 10, not a daily build.


open 4CMP fromDatabase pdb; open 4ZT0 fromDatabase pdb; split #1; split #2; close # 1.2; close #2.3; close #2.4


here is a copy of the log before trying morph #1,2:


UCSF ChimeraX version: 0.6 (2018-04-06)
OpenGL version: 3.3.0 NVIDIA 391.01
OpenGL renderer: GeForce GTX 950M/PCIe/SSE2
OpenGL vendor: NVIDIA Corporation
How to cite UCSF ChimeraX
open 4CMP fromDatabase pdb
Summary of feedback from opening 4CMP fetched from pdb
notes Used PDBx fixed column width tables to speed up reading mmCIF file
Used PDBx keywords to speed up reading mmCIF file
Chain information for 4cmp #1
Chain Description
A B crispr-associated endonuclease CAS9/CSN1
4cmp mmCIF Assemblies
1 author_and_software_defined_assembly
2 author_and_software_defined_assembly

4cmp citation:
Jinek, M., Jiang, F., Taylor, D.W., Sternberg, S.H., Kaya, E., Ma, E., Anders, C., Hauer, M., Zhou, K., Lin, S., Kaplan, M., Iavarone, A.T., Charpentier, E., Nogales, E., Doudna, J.A. (2014). Structures of Cas9 Endonucleases Reveal RNA-Mediated Conformational Activation. Science, 343, 47997

Opened mmCIF data containing 38285 atoms and 38375 bonds
open 4ZT0 fromDatabase pdb
Summary of feedback from opening 4ZT0 fetched from pdb
notes Used PDBx fixed column width tables to speed up reading mmCIF file
Used PDBx keywords to speed up reading mmCIF file
Chain information for 4zt0 #2
Chain Description
A C CRISPR-associated endonuclease Cas9
B D single-guide RNA
4zt0 mmCIF Assemblies
1 author_and_software_defined_assembly
2 author_and_software_defined_assembly

4zt0 citation:
Jiang, F., Zhou, K., Ma, L., Gressel, S., Doudna, J.A. (2015). A Cas9-guide RNA complex preorganized for target DNA recognition. Science, 348, 1477-1481

Opened mmCIF data containing 23790 atoms and 24530 bonds
split #1
Chain information for 4cmp A #1.1
Chain Description
A No description available
Chain information for 4cmp B #1.2
Chain Description
B No description available
Split 4cmp (#1) into 2 models
split #2
Chain information for 4zt0 A #2.1
Chain Description
A No description available
Chain information for 4zt0 B #2.2
Chain Description
B No description available
Chain information for 4zt0 C #2.3
Chain Description
C No description available
Chain information for 4zt0 D #2.4
Chain Description
D No description available
Split 4zt0 (#2) into 4 models
close # 1.2
close #2.3
close #2.4
morph #1.1,2.1
Require at least 2 structures for morph


Thanks,

Cole

________________________________
From: ChimeraX <ChimeraX-bugs-admin@cgl.ucsf.edu>
Sent: Tuesday, June 5, 2018 6:38:11 PM
Cc: Martin, Coleman; goddard@cgl.ucsf.edu; pett@cgl.ucsf.edu
Subject: Re: [ChimeraX] #1160: Issue with morphing

#1160: Issue with morphing
-------------------------------------------+----------------------
          Reporter:  coleman.martin@…      |      Owner:  goddard
              Type:  defect                |     Status:  assigned
          Priority:  normal                |  Milestone:
         Component:  Structure Comparison  |    Version:
        Resolution:                        |   Keywords:
        Blocked By:                        |   Blocking:
Notify when closed:                        |   Platform:  all
           Project:  ChimeraX              |
-------------------------------------------+----------------------

Comment (by goddard):

 Morphs are working for me.  Could you attach two PDB files that produce
 this error?  What operating system are you using?  And are you using the
 current ChimeraX daily build?

--
Ticket URL: <https://plato.cgl.ucsf.edu/trac/ChimeraX/ticket/1160#comment:2>
ChimeraX <http://www.rbvi.ucsf.edu/chimerax/>
ChimeraX Issue Tracker

comment:4 by Tom Goddard, 7 years ago

Cc: Tom Goddard added; Eric Pettersen removed
Owner: changed from Tom Goddard to Eric Pettersen

Running the following commands

open 4CMP
open 4ZT0
split #1
split #2
close # 1.2
close #2.3
close #2.4
morph #1,​2

crashes ChimeraX in my current development build with the following traceback to the shell, indicating crash in StructureData c_ptr_to_py_inst.

$ cx
GVA info: Successfully connected to the Intel plugin, offline Gen7
Fatal Python error: Segmentation fault

Thread 0x0000700009013000 (most recent call first):

File "/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/threading.py", line 299 in wait
File "/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/threading.py", line 551 in wait
File "/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/threading.py", line 1180 in run
File "/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/threading.py", line 916 in _bootstrap_inner
File "/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/threading.py", line 884 in _bootstrap

Current thread 0x00007fffaa4ca380 (most recent call first):

File "/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/chimerax/core/atomic/molobject.py", line 2136 in <lambda>
File "/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/chimerax/core/atomic/molobject.py", line 72 in _atomic_structure
File "/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/chimerax/core/atomic/molobject.py", line 1773 in changes
File "/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/chimerax/core/atomic/changes.py", line 25 in check_for_changes
File "/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/chimerax/core/updateloop.py", line 47 in draw_new_frame
File "/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/chimerax/ui/graphics.py", line 119 in _redraw_timer_callback
File "/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/chimerax/ui/gui.py", line 224 in event_loop
File "/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/ChimeraX_main.py", line 701 in init
File "/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/ChimeraX_main.py", line 793 in <module>
File "/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/runpy.py", line 85 in _run_code
File "/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/runpy.py", line 193 in _run_module_as_main

Segmentation fault: 11

Crash dump follows:

Process: ChimeraX [56301]
Path: /Users/USER/*/ChimeraX.app/Contents/MacOS/ChimeraX
Identifier: edu.ucsf.cgl.ChimeraX
Version: 0.7.0 (0.7.0.0)
Code Type: X86-64 (Native)
Parent Process: bash [54100]
Responsible: ChimeraX [56301]
User ID: 501

Date/Time: 2018-06-06 16:01:47.570 -0700
OS Version: Mac OS X 10.13.4 (17E202)
Report Version: 12
Anonymous UUID: ADCA02F2-9A59-6574-CF8F-380125498A20

Time Awake Since Boot: 700000 seconds

System Integrity Protection: enabled

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

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: EXC_I386_GPFLT
Exception Note: EXC_CORPSE_NOTIFY

Thread 0 Crashed:: CrBrowserMain Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff72318b6e pthread_kill + 10
1 libsystem_pthread.dylib 0x00007fff724e3080 pthread_kill + 333
2 libsystem_c.dylib 0x00007fff722266fe raise + 26
3 libsystem_platform.dylib 0x00007fff724d6f5a _sigtramp + 26
4 ??? 000000000000000000 0 + 0
5 libmolc.dylib 0x0000000110c06884 structure_py_inst + 20
6 _ctypes.cpython-36m-darwin.so 0x000000010feadf5f ffi_call_unix64 + 79
7 _ctypes.cpython-36m-darwin.so 0x000000010feae7ea ffi_call + 890
8 _ctypes.cpython-36m-darwin.so 0x000000010fea994e _ctypes_callproc + 878
9 _ctypes.cpython-36m-darwin.so 0x000000010fea3181 PyCFuncPtr_call + 1217
10 org.python.python 0x000000010e8b4492 _PyObject_FastCallDict + 386
11 org.python.python 0x000000010e990024 call_function + 436
12 org.python.python 0x000000010e98cbbc _PyEval_EvalFrameDefault + 22716
13 org.python.python 0x000000010e9912dd fast_function + 525
14 org.python.python 0x000000010e99002b call_function + 443
15 org.python.python 0x000000010e98cbbc _PyEval_EvalFrameDefault + 22716
16 org.python.python 0x000000010e9912dd fast_function + 525
17 org.python.python 0x000000010e99002b call_function + 443
18 org.python.python 0x000000010e98cbbc _PyEval_EvalFrameDefault + 22716
19 org.python.python 0x000000010e990bab _PyEval_EvalCodeWithName + 2715
20 org.python.python 0x000000010e9872b7 PyEval_EvalCodeEx + 55
21 org.python.python 0x000000010e8df63f function_call + 367
22 org.python.python 0x000000010e8b41c5 PyObject_Call + 101
23 org.python.python 0x000000010e8cfe50 property_descr_get + 160
24 org.python.python 0x000000010e90526b _PyObject_GenericGetAttrWithDict + 171
25 org.python.python 0x000000010e98b52b _PyEval_EvalFrameDefault + 16939
26 org.python.python 0x000000010e9912dd fast_function + 525
27 org.python.python 0x000000010e99002b call_function + 443
28 org.python.python 0x000000010e98cbbc _PyEval_EvalFrameDefault + 22716
29 org.python.python 0x000000010e9912dd fast_function + 525
30 org.python.python 0x000000010e99002b call_function + 443
31 org.python.python 0x000000010e98cbbc _PyEval_EvalFrameDefault + 22716
32 org.python.python 0x000000010e9916d3 _PyFunction_FastCallDict + 835
33 org.python.python 0x000000010e8b43cf _PyObject_FastCallDict + 191
34 org.python.python 0x000000010e8b45ac _PyObject_Call_Prepend + 156
35 org.python.python 0x000000010e8b41c5 PyObject_Call + 101
36 QtCore.so 0x00000001126db828 PyQtSlot::call(_object*, _object*) const + 40
37 QtCore.so 0x00000001126db727 PyQtSlot::invoke(void, _object*, void*, bool) const + 391
38 QtCore.so 0x00000001126dc268 PyQtSlotProxy::unislot(void
) + 88
39 QtCore.so 0x00000001126dc1da PyQtSlotProxy::qt_metacall(QMetaObject::Call, int, void) + 58
40 QtCore 0x0000000112243316 QMetaObject::activate(QObject*, int, int, void
) + 2230
41 QtCore 0x000000011224af82 QTimer::timerEvent(QTimerEvent*) + 98
42 QtCore.so 0x00000001125dba68 sipQTimer::timerEvent(QTimerEvent*) + 120
43 QtCore 0x000000011223b5d6 QObject::event(QEvent*) + 102
44 QtCore.so 0x00000001125db8db sipQTimer::event(QEvent*) + 187
45 QtWidgets 0x000000011158fe42 QApplicationPrivate::notify_helper(QObject*, QEvent*) + 306
46 QtWidgets 0x000000011159115f QApplication::notify(QObject*, QEvent*) + 383
47 QtWidgets.so 0x0000000111161f8a sipQApplication::notify(QObject*, QEvent*) + 234
48 QtCore 0x00000001122129bf QCoreApplication::notifyInternal2(QObject*, QEvent*) + 159
49 QtCore 0x0000000112268a5a QTimerInfoList::activateTimers() + 890
50 libqcocoa.dylib 0x000000011b8d7862 0x11b8b1000 + 157794
51 com.apple.CoreFoundation 0x00007fff49e32d81
CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 17
52 com.apple.CoreFoundation 0x00007fff49eea65c
CFRunLoopDoSource0 + 108
53 com.apple.CoreFoundation 0x00007fff49e15d8c CFRunLoopDoSources0 + 300
54 com.apple.CoreFoundation 0x00007fff49e151ad
CFRunLoopRun + 1293
55 com.apple.CoreFoundation 0x00007fff49e14a07 CFRunLoopRunSpecific + 487
56 com.apple.HIToolbox 0x00007fff490f2d96 RunCurrentEventLoopInMode + 286
57 com.apple.HIToolbox 0x00007fff490f2b06 ReceiveNextEventCommon + 613
58 com.apple.HIToolbox 0x00007fff490f2884 _BlockUntilNextEventMatchingListInModeWithFilter + 64
59 com.apple.AppKit 0x00007fff473a5a73 _DPSNextEvent + 2085
60 com.apple.AppKit 0x00007fff47b3be34 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 3044
61 com.apple.AppKit 0x00007fff4739a885 -[NSApplication run] + 764
62 libqcocoa.dylib 0x000000011b8d853d 0x11b8b1000 + 161085
63 QtCore 0x000000011220e682 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 418
64 QtCore 0x00000001122130b2 QCoreApplication::exec() + 402
65 QtWidgets.so 0x000000011124fdc2 meth_QApplication_exec_(_object*, _object*) + 82
66 org.python.python 0x000000010e901a36 _PyCFunction_FastCallDict + 166
67 org.python.python 0x000000010e990050 call_function + 480
68 org.python.python 0x000000010e98cbbc _PyEval_EvalFrameDefault + 22716
69 org.python.python 0x000000010e9912dd fast_function + 525
70 org.python.python 0x000000010e99002b call_function + 443
71 org.python.python 0x000000010e98cbbc _PyEval_EvalFrameDefault + 22716
72 org.python.python 0x000000010e990bab _PyEval_EvalCodeWithName + 2715
73 org.python.python 0x000000010e991263 fast_function + 403
74 org.python.python 0x000000010e99002b call_function + 443
75 org.python.python 0x000000010e98cbbc _PyEval_EvalFrameDefault + 22716
76 org.python.python 0x000000010e990bab _PyEval_EvalCodeWithName + 2715
77 org.python.python 0x000000010e987270 PyEval_EvalCode + 48
78 org.python.python 0x000000010e984a27 builtin_exec + 567
79 org.python.python 0x000000010e901a36 _PyCFunction_FastCallDict + 166
80 org.python.python 0x000000010e990050 call_function + 480
81 org.python.python 0x000000010e98cbbc _PyEval_EvalFrameDefault + 22716
82 org.python.python 0x000000010e990bab _PyEval_EvalCodeWithName + 2715
83 org.python.python 0x000000010e991263 fast_function + 403
84 org.python.python 0x000000010e99002b call_function + 443
85 org.python.python 0x000000010e98cbbc _PyEval_EvalFrameDefault + 22716
86 org.python.python 0x000000010e990bab _PyEval_EvalCodeWithName + 2715
87 org.python.python 0x000000010e9872b7 PyEval_EvalCodeEx + 55
88 org.python.python 0x000000010e8df63f function_call + 367
89 org.python.python 0x000000010e8b41c5 PyObject_Call + 101
90 org.python.python 0x000000010e9daab3 RunModule + 147
91 org.python.python 0x000000010e9da2aa Py_Main + 2442
92 edu.ucsf.cgl.ChimeraX 0x000000010e8a3e16 main + 278
93 libdyld.dylib 0x00007fff721c8015 start + 1

Thread 1:
0 libsystem_kernel.dylib 0x00007fff72319292 workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff724e020e _pthread_wqthread + 1552
2 libsystem_pthread.dylib 0x00007fff724dfbe9 start_wqthread + 13

Thread 2:
0 libsystem_kernel.dylib 0x00007fff72318a1e psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff724e1589 _pthread_cond_wait + 732
2 com.apple.GeForceMTLDriver 0x00007fff454a3cc2 0x7fff45343000 + 1445058
3 libsystem_pthread.dylib 0x00007fff724e0661 _pthread_body + 340
4 libsystem_pthread.dylib 0x00007fff724e050d _pthread_start + 377
5 libsystem_pthread.dylib 0x00007fff724dfbf9 thread_start + 13

Thread 3:: OGL Profiler
0 libsystem_kernel.dylib 0x00007fff7230f20a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff7230e724 mach_msg + 60
2 com.apple.opengl 0x00007fff542f5063 glcDebugListener + 303
3 libsystem_pthread.dylib 0x00007fff724e0661 _pthread_body + 340
4 libsystem_pthread.dylib 0x00007fff724e050d _pthread_start + 377
5 libsystem_pthread.dylib 0x00007fff724dfbf9 thread_start + 13

Thread 4:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x00007fff7230f20a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff7230e724 mach_msg + 60
2 com.apple.CoreFoundation 0x00007fff49e16045 CFRunLoopServiceMachPort + 341
3 com.apple.CoreFoundation 0x00007fff49e15397
CFRunLoopRun + 1783
4 com.apple.CoreFoundation 0x00007fff49e14a07 CFRunLoopRunSpecific + 487
5 com.apple.AppKit 0x00007fff474e2fc4 _NSEventThread + 184
6 libsystem_pthread.dylib 0x00007fff724e0661 _pthread_body + 340
7 libsystem_pthread.dylib 0x00007fff724e050d _pthread_start + 377
8 libsystem_pthread.dylib 0x00007fff724dfbf9 thread_start + 13

Thread 5:: NetworkConfigWatcher
0 libsystem_kernel.dylib 0x00007fff7231a0a2 poll + 10
1 QtCore 0x0000000112265a80 qt_safe_poll(pollfd*, unsigned int, timespec const*) + 544
2 QtCore 0x00000001122670f9 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 857
3 QtCore 0x000000011220e682 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 418
4 QtWebEngineCore 0x0000000112e8371a 0x112e62000 + 136986
5 QtWebEngineCore 0x0000000113a7e3be 0x112e62000 + 12698558
6 QtWebEngineCore 0x0000000113aa27e1 0x112e62000 + 12847073
7 QtWebEngineCore 0x0000000113ad661b 0x112e62000 + 13059611
8 QtWebEngineCore 0x0000000113acf917 0x112e62000 + 13031703
9 libsystem_pthread.dylib 0x00007fff724e0661 _pthread_body + 340
10 libsystem_pthread.dylib 0x00007fff724e050d _pthread_start + 377
11 libsystem_pthread.dylib 0x00007fff724dfbf9 thread_start + 13

Thread 6:: DnsConfigService
0 libsystem_kernel.dylib 0x00007fff72319bf2 kevent + 10
1 QtWebEngineCore 0x0000000113f8f6d9 0x112e62000 + 18011865
2 QtWebEngineCore 0x0000000113f8c9cd 0x112e62000 + 18000333
3 QtWebEngineCore 0x0000000113a80c4f 0x112e62000 + 12708943
4 QtWebEngineCore 0x0000000113a7e3be 0x112e62000 + 12698558
5 QtWebEngineCore 0x0000000113aa27e1 0x112e62000 + 12847073
6 QtWebEngineCore 0x0000000113ad661b 0x112e62000 + 13059611
7 QtWebEngineCore 0x0000000113acf917 0x112e62000 + 13031703
8 libsystem_pthread.dylib 0x00007fff724e0661 _pthread_body + 340
9 libsystem_pthread.dylib 0x00007fff724e050d _pthread_start + 377
10 libsystem_pthread.dylib 0x00007fff724dfbf9 thread_start + 13

Thread 7:: WorkerPool/80643
0 libsystem_kernel.dylib 0x00007fff72318a1e psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff724e15c2 _pthread_cond_wait + 789
2 QtWebEngineCore 0x0000000113aba56b 0x112e62000 + 12944747
3 QtWebEngineCore 0x0000000113ad8999 0x112e62000 + 13068697
4 QtWebEngineCore 0x0000000113ad8f07 0x112e62000 + 13070087
5 QtWebEngineCore 0x0000000113acf917 0x112e62000 + 13031703
6 libsystem_pthread.dylib 0x00007fff724e0661 _pthread_body + 340
7 libsystem_pthread.dylib 0x00007fff724e050d _pthread_start + 377
8 libsystem_pthread.dylib 0x00007fff724dfbf9 thread_start + 13

Thread 8:: WorkerPool/47619
0 libsystem_kernel.dylib 0x00007fff72318a1e psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff724e15c2 _pthread_cond_wait + 789
2 QtWebEngineCore 0x0000000113aba56b 0x112e62000 + 12944747
3 QtWebEngineCore 0x0000000113ad8999 0x112e62000 + 13068697
4 QtWebEngineCore 0x0000000113ad8f07 0x112e62000 + 13070087
5 QtWebEngineCore 0x0000000113acf917 0x112e62000 + 13031703
6 libsystem_pthread.dylib 0x00007fff724e0661 _pthread_body + 340
7 libsystem_pthread.dylib 0x00007fff724e050d _pthread_start + 377
8 libsystem_pthread.dylib 0x00007fff724dfbf9 thread_start + 13

Thread 9:: Chrome_DBThread
0 libsystem_kernel.dylib 0x00007fff7230f20a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff7230e724 mach_msg + 60
2 com.apple.CoreFoundation 0x00007fff49e16045 CFRunLoopServiceMachPort + 341
3 com.apple.CoreFoundation 0x00007fff49e15397
CFRunLoopRun + 1783
4 com.apple.CoreFoundation 0x00007fff49e14a07 CFRunLoopRunSpecific + 487
5 QtWebEngineCore 0x0000000113a81bbf 0x112e62000 + 12712895
6 QtWebEngineCore 0x0000000113a81554 0x112e62000 + 12711252
7 QtWebEngineCore 0x0000000113a7e3be 0x112e62000 + 12698558
8 QtWebEngineCore 0x0000000113aa27e1 0x112e62000 + 12847073
9 QtWebEngineCore 0x000000011314f418 0x112e62000 + 3068952
10 QtWebEngineCore 0x000000011314f7df 0x112e62000 + 3069919
11 QtWebEngineCore 0x0000000113ad661b 0x112e62000 + 13059611
12 QtWebEngineCore 0x0000000113acf917 0x112e62000 + 13031703
13 libsystem_pthread.dylib 0x00007fff724e0661 _pthread_body + 340
14 libsystem_pthread.dylib 0x00007fff724e050d _pthread_start + 377
15 libsystem_pthread.dylib 0x00007fff724dfbf9 thread_start + 13

Thread 10:: Chrome_FileThread
0 libsystem_kernel.dylib 0x00007fff72319bf2 kevent + 10
1 QtWebEngineCore 0x0000000113f8f6d9 0x112e62000 + 18011865
2 QtWebEngineCore 0x0000000113f8c9cd 0x112e62000 + 18000333
3 QtWebEngineCore 0x0000000113a80c4f 0x112e62000 + 12708943
4 QtWebEngineCore 0x0000000113a7e3be 0x112e62000 + 12698558
5 QtWebEngineCore 0x0000000113aa27e1 0x112e62000 + 12847073
6 QtWebEngineCore 0x000000011314f498 0x112e62000 + 3069080
7 QtWebEngineCore 0x000000011314f7ef 0x112e62000 + 3069935
8 QtWebEngineCore 0x0000000113ad661b 0x112e62000 + 13059611
9 QtWebEngineCore 0x0000000113acf917 0x112e62000 + 13031703
10 libsystem_pthread.dylib 0x00007fff724e0661 _pthread_body + 340
11 libsystem_pthread.dylib 0x00007fff724e050d _pthread_start + 377
12 libsystem_pthread.dylib 0x00007fff724dfbf9 thread_start + 13

Thread 11:: Chrome_FileUserBlockingThread
0 libsystem_kernel.dylib 0x00007fff7230f20a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff7230e724 mach_msg + 60
2 com.apple.CoreFoundation 0x00007fff49e16045 CFRunLoopServiceMachPort + 341
3 com.apple.CoreFoundation 0x00007fff49e15397
CFRunLoopRun + 1783
4 com.apple.CoreFoundation 0x00007fff49e14a07 CFRunLoopRunSpecific + 487
5 QtWebEngineCore 0x0000000113a81bbf 0x112e62000 + 12712895
6 QtWebEngineCore 0x0000000113a81554 0x112e62000 + 12711252
7 QtWebEngineCore 0x0000000113a7e3be 0x112e62000 + 12698558
8 QtWebEngineCore 0x0000000113aa27e1 0x112e62000 + 12847073
9 QtWebEngineCore 0x000000011314f518 0x112e62000 + 3069208
10 QtWebEngineCore 0x000000011314f7ff 0x112e62000 + 3069951
11 QtWebEngineCore 0x0000000113ad661b 0x112e62000 + 13059611
12 QtWebEngineCore 0x0000000113acf917 0x112e62000 + 13031703
13 libsystem_pthread.dylib 0x00007fff724e0661 _pthread_body + 340
14 libsystem_pthread.dylib 0x00007fff724e050d _pthread_start + 377
15 libsystem_pthread.dylib 0x00007fff724dfbf9 thread_start + 13

Thread 12:: Chrome_ProcessLauncherThread
0 libsystem_kernel.dylib 0x00007fff7230f20a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff7230e724 mach_msg + 60
2 com.apple.CoreFoundation 0x00007fff49e16045 CFRunLoopServiceMachPort + 341
3 com.apple.CoreFoundation 0x00007fff49e15397
CFRunLoopRun + 1783
4 com.apple.CoreFoundation 0x00007fff49e14a07 CFRunLoopRunSpecific + 487
5 QtWebEngineCore 0x0000000113a81bbf 0x112e62000 + 12712895
6 QtWebEngineCore 0x0000000113a81554 0x112e62000 + 12711252
7 QtWebEngineCore 0x0000000113a7e3be 0x112e62000 + 12698558
8 QtWebEngineCore 0x0000000113aa27e1 0x112e62000 + 12847073
9 QtWebEngineCore 0x000000011314f598 0x112e62000 + 3069336
10 QtWebEngineCore 0x000000011314f80c 0x112e62000 + 3069964
11 QtWebEngineCore 0x0000000113ad661b 0x112e62000 + 13059611
12 QtWebEngineCore 0x0000000113acf917 0x112e62000 + 13031703
13 libsystem_pthread.dylib 0x00007fff724e0661 _pthread_body + 340
14 libsystem_pthread.dylib 0x00007fff724e050d _pthread_start + 377
15 libsystem_pthread.dylib 0x00007fff724dfbf9 thread_start + 13

Thread 13:: Chrome_CacheThread
0 libsystem_kernel.dylib 0x00007fff7230f20a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff7230e724 mach_msg + 60
2 com.apple.CoreFoundation 0x00007fff49e16045 CFRunLoopServiceMachPort + 341
3 com.apple.CoreFoundation 0x00007fff49e15397
CFRunLoopRun + 1783
4 com.apple.CoreFoundation 0x00007fff49e14a07 CFRunLoopRunSpecific + 487
5 QtWebEngineCore 0x0000000113a81bbf 0x112e62000 + 12712895
6 QtWebEngineCore 0x0000000113a81554 0x112e62000 + 12711252
7 QtWebEngineCore 0x0000000113a7e3be 0x112e62000 + 12698558
8 QtWebEngineCore 0x0000000113aa27e1 0x112e62000 + 12847073
9 QtWebEngineCore 0x000000011314f618 0x112e62000 + 3069464
10 QtWebEngineCore 0x000000011314f819 0x112e62000 + 3069977
11 QtWebEngineCore 0x0000000113ad661b 0x112e62000 + 13059611
12 QtWebEngineCore 0x0000000113acf917 0x112e62000 + 13031703
13 libsystem_pthread.dylib 0x00007fff724e0661 _pthread_body + 340
14 libsystem_pthread.dylib 0x00007fff724e050d _pthread_start + 377
15 libsystem_pthread.dylib 0x00007fff724dfbf9 thread_start + 13

Thread 14:: Chrome_IOThread
0 libsystem_kernel.dylib 0x00007fff72319bf2 kevent + 10
1 QtWebEngineCore 0x0000000113f8f6d9 0x112e62000 + 18011865
2 QtWebEngineCore 0x0000000113f8c9cd 0x112e62000 + 18000333
3 QtWebEngineCore 0x0000000113a80c36 0x112e62000 + 12708918
4 QtWebEngineCore 0x0000000113a7e3be 0x112e62000 + 12698558
5 QtWebEngineCore 0x0000000113aa27e1 0x112e62000 + 12847073
6 QtWebEngineCore 0x000000011314f698 0x112e62000 + 3069592
7 QtWebEngineCore 0x000000011314f826 0x112e62000 + 3069990
8 QtWebEngineCore 0x0000000113ad661b 0x112e62000 + 13059611
9 QtWebEngineCore 0x0000000113acf917 0x112e62000 + 13031703
10 libsystem_pthread.dylib 0x00007fff724e0661 _pthread_body + 340
11 libsystem_pthread.dylib 0x00007fff724e050d _pthread_start + 377
12 libsystem_pthread.dylib 0x00007fff724dfbf9 thread_start + 13

Thread 15:: BrowserBlockingWorker1/52995
0 libsystem_kernel.dylib 0x00007fff72318a1e psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff724e1589 _pthread_cond_wait + 732
2 QtWebEngineCore 0x0000000113ad0ecf 0x112e62000 + 13037263
3 QtWebEngineCore 0x0000000113ad0596 0x112e62000 + 13034902
4 QtWebEngineCore 0x0000000113ad443d 0x112e62000 + 13050941
5 QtWebEngineCore 0x0000000113acf917 0x112e62000 + 13031703
6 libsystem_pthread.dylib 0x00007fff724e0661 _pthread_body + 340
7 libsystem_pthread.dylib 0x00007fff724e050d _pthread_start + 377
8 libsystem_pthread.dylib 0x00007fff724dfbf9 thread_start + 13

Thread 16:: IndexedDB
0 libsystem_kernel.dylib 0x00007fff7230f20a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff7230e724 mach_msg + 60
2 com.apple.CoreFoundation 0x00007fff49e16045 CFRunLoopServiceMachPort + 341
3 com.apple.CoreFoundation 0x00007fff49e15397
CFRunLoopRun + 1783
4 com.apple.CoreFoundation 0x00007fff49e14a07 CFRunLoopRunSpecific + 487
5 QtWebEngineCore 0x0000000113a81bbf 0x112e62000 + 12712895
6 QtWebEngineCore 0x0000000113a81554 0x112e62000 + 12711252
7 QtWebEngineCore 0x0000000113a7e3be 0x112e62000 + 12698558
8 QtWebEngineCore 0x0000000113aa27e1 0x112e62000 + 12847073
9 QtWebEngineCore 0x0000000113ad661b 0x112e62000 + 13059611
10 QtWebEngineCore 0x0000000113acf917 0x112e62000 + 13031703
11 libsystem_pthread.dylib 0x00007fff724e0661 _pthread_body + 340
12 libsystem_pthread.dylib 0x00007fff724e050d _pthread_start + 377
13 libsystem_pthread.dylib 0x00007fff724dfbf9 thread_start + 13

Thread 17:: CompositorTileWorker1/73987
0 libsystem_kernel.dylib 0x00007fff72318a1e psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff724e1589 _pthread_cond_wait + 732
2 QtWebEngineCore 0x000000011466ff78 0x112e62000 + 25223032
3 QtWebEngineCore 0x0000000113ad443d 0x112e62000 + 13050941
4 QtWebEngineCore 0x0000000113acf917 0x112e62000 + 13031703
5 libsystem_pthread.dylib 0x00007fff724e0661 _pthread_body + 340
6 libsystem_pthread.dylib 0x00007fff724e050d _pthread_start + 377
7 libsystem_pthread.dylib 0x00007fff724dfbf9 thread_start + 13

Thread 18:: AudioThread
0 libsystem_kernel.dylib 0x00007fff7230f20a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff7230e724 mach_msg + 60
2 com.apple.CoreFoundation 0x00007fff49e16045 CFRunLoopServiceMachPort + 341
3 com.apple.CoreFoundation 0x00007fff49e15397
CFRunLoopRun + 1783
4 com.apple.CoreFoundation 0x00007fff49e14a07 CFRunLoopRunSpecific + 487
5 QtWebEngineCore 0x0000000113a81bbf 0x112e62000 + 12712895
6 QtWebEngineCore 0x0000000113a81554 0x112e62000 + 12711252
7 QtWebEngineCore 0x0000000113a7e3be 0x112e62000 + 12698558
8 QtWebEngineCore 0x0000000113aa27e1 0x112e62000 + 12847073
9 QtWebEngineCore 0x0000000113ad661b 0x112e62000 + 13059611
10 QtWebEngineCore 0x0000000113acf917 0x112e62000 + 13031703
11 libsystem_pthread.dylib 0x00007fff724e0661 _pthread_body + 340
12 libsystem_pthread.dylib 0x00007fff724e050d _pthread_start + 377
13 libsystem_pthread.dylib 0x00007fff724dfbf9 thread_start + 13

Thread 19:: Chrome_InProcGpuThread Dispatch queue: com.apple.root.default-qos
0 ??? 0x00000001314806ac 0 + 5121771180
1 libGLImage.dylib 0x00007fff5379c92e glgProcessPixelsWithProcessor_block_invoke + 110
2 libdispatch.dylib 0x00007fff72199221 _dispatch_client_callout2 + 8
3 libdispatch.dylib 0x00007fff7219cd71 _dispatch_apply_serial + 111
4 libdispatch.dylib 0x00007fff7218ee08 _dispatch_client_callout + 8
5 libdispatch.dylib 0x00007fff721a5019 _dispatch_sync_function_invoke + 54
6 libdispatch.dylib 0x00007fff72199070 dispatch_apply_f + 947
7 libGLImage.dylib 0x00007fff5379ba01 glgProcessPixelsWithProcessor + 1457
8 com.apple.GeForceGLDriver 0x00007fff445fab76 0x7fff44349000 + 2825078
9 com.apple.GeForceGLDriver 0x00007fff445fb2a0 0x7fff44349000 + 2826912
10 com.apple.GeForceGLDriver 0x00007fff44603f12 0x7fff44349000 + 2862866
11 com.apple.GeForceGLDriver 0x00007fff44603c1c 0x7fff44349000 + 2862108
12 com.apple.GeForceGLDriver 0x00007fff4462ca2c 0x7fff44349000 + 3029548
13 com.apple.GeForceGLDriver 0x00007fff4462ed88 0x7fff44349000 + 3038600
14 com.apple.GeForceGLDriver 0x00007fff446759bb 0x7fff44349000 + 3328443
15 com.apple.GeForceGLDriver 0x00007fff44657101 gldModifyTexSubImage + 333
16 GLEngine 0x00007fff5431d7d0 glTexSubImage2D_Exec + 1567
17 libGL.dylib 0x00007fff5378b74f glTexSubImage2D + 59
18 QtWebEngineCore 0x000000011483fe69 0x112e62000 + 27123305
19 QtWebEngineCore 0x0000000114827b75 0x112e62000 + 27024245
20 QtWebEngineCore 0x000000011479c232 0x112e62000 + 26452530
21 QtWebEngineCore 0x0000000114800fbb 0x112e62000 + 26865595
22 QtWebEngineCore 0x0000000114800b99 0x112e62000 + 26864537
23 QtWebEngineCore 0x0000000114796910 0x112e62000 + 26429712
24 QtWebEngineCore 0x0000000114798446 0x112e62000 + 26436678
25 QtWebEngineCore 0x0000000114766cb3 0x112e62000 + 26234035
26 QtWebEngineCore 0x000000011478987a 0x112e62000 + 26376314
27 QtWebEngineCore 0x0000000114743bb5 0x112e62000 + 26090421
28 QtWebEngineCore 0x0000000114744879 0x112e62000 + 26093689
29 QtWebEngineCore 0x00000001148d6a9a 0x112e62000 + 27740826
30 QtWebEngineCore 0x00000001148d68e0 0x112e62000 + 27740384
31 QtWebEngineCore 0x00000001148d543b 0x112e62000 + 27735099
32 QtWebEngineCore 0x00000001145b32cf 0x112e62000 + 24449743
33 QtWebEngineCore 0x00000001148cee73 0x112e62000 + 27709043
34 QtWebEngineCore 0x00000001148cee05 0x112e62000 + 27708933
35 QtWebEngineCore 0x0000000113a56011 0x112e62000 + 12533777
36 QtWebEngineCore 0x0000000113a7e656 0x112e62000 + 12699222
37 QtWebEngineCore 0x0000000113a7e91c 0x112e62000 + 12699932
38 QtWebEngineCore 0x0000000113a7ecd3 0x112e62000 + 12700883
39 QtWebEngineCore 0x0000000113a816ed 0x112e62000 + 12711661
40 QtWebEngineCore 0x0000000113a725aa 0x112e62000 + 12649898
41 QtWebEngineCore 0x0000000113a81104 0x112e62000 + 12710148
42 com.apple.CoreFoundation 0x00007fff49e32d81
CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 17
43 com.apple.CoreFoundation 0x00007fff49eea65c
CFRunLoopDoSource0 + 108
44 com.apple.CoreFoundation 0x00007fff49e15d30 CFRunLoopDoSources0 + 208
45 com.apple.CoreFoundation 0x00007fff49e151ad
CFRunLoopRun + 1293
46 com.apple.CoreFoundation 0x00007fff49e14a07 CFRunLoopRunSpecific + 487
47 QtWebEngineCore 0x0000000113a81bbf 0x112e62000 + 12712895
48 QtWebEngineCore 0x0000000113a81554 0x112e62000 + 12711252
49 QtWebEngineCore 0x0000000113a7e3be 0x112e62000 + 12698558
50 QtWebEngineCore 0x0000000113aa27e1 0x112e62000 + 12847073
51 QtWebEngineCore 0x0000000113ad661b 0x112e62000 + 13059611
52 QtWebEngineCore 0x0000000113acf917 0x112e62000 + 13031703
53 libsystem_pthread.dylib 0x00007fff724e0661 _pthread_body + 340
54 libsystem_pthread.dylib 0x00007fff724e050d _pthread_start + 377
55 libsystem_pthread.dylib 0x00007fff724dfbf9 thread_start + 13

Thread 20:: Chrome_ChildIOThread
0 libsystem_kernel.dylib 0x00007fff72319bf2 kevent + 10
1 QtWebEngineCore 0x0000000113f8f6d9 0x112e62000 + 18011865
2 QtWebEngineCore 0x0000000113f8c9cd 0x112e62000 + 18000333
3 QtWebEngineCore 0x0000000113a80c4f 0x112e62000 + 12708943
4 QtWebEngineCore 0x0000000113a7e3be 0x112e62000 + 12698558
5 QtWebEngineCore 0x0000000113aa27e1 0x112e62000 + 12847073
6 QtWebEngineCore 0x0000000113ad661b 0x112e62000 + 13059611
7 QtWebEngineCore 0x0000000113acf917 0x112e62000 + 13031703
8 libsystem_pthread.dylib 0x00007fff724e0661 _pthread_body + 340
9 libsystem_pthread.dylib 0x00007fff724e050d _pthread_start + 377
10 libsystem_pthread.dylib 0x00007fff724dfbf9 thread_start + 13

Thread 21:: NetworkConfigWatcher
0 libsystem_kernel.dylib 0x00007fff7231a0a2 poll + 10
1 QtCore 0x0000000112265a80 qt_safe_poll(pollfd*, unsigned int, timespec const*) + 544
2 QtCore 0x00000001122670f9 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 857
3 QtCore 0x000000011220e682 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 418
4 QtWebEngineCore 0x0000000112e8371a 0x112e62000 + 136986
5 QtWebEngineCore 0x0000000113a7e3be 0x112e62000 + 12698558
6 QtWebEngineCore 0x0000000113aa27e1 0x112e62000 + 12847073
7 QtWebEngineCore 0x0000000113ad661b 0x112e62000 + 13059611
8 QtWebEngineCore 0x0000000113acf917 0x112e62000 + 13031703
9 libsystem_pthread.dylib 0x00007fff724e0661 _pthread_body + 340
10 libsystem_pthread.dylib 0x00007fff724e050d _pthread_start + 377
11 libsystem_pthread.dylib 0x00007fff724dfbf9 thread_start + 13

Thread 22:: NetworkConfigWatcher
0 libsystem_kernel.dylib 0x00007fff7231a0a2 poll + 10
1 QtCore 0x0000000112265a80 qt_safe_poll(pollfd*, unsigned int, timespec const*) + 544
2 QtCore 0x00000001122670f9 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 857
3 QtCore 0x000000011220e682 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 418
4 QtWebEngineCore 0x0000000112e8371a 0x112e62000 + 136986
5 QtWebEngineCore 0x0000000113a7e3be 0x112e62000 + 12698558
6 QtWebEngineCore 0x0000000113aa27e1 0x112e62000 + 12847073
7 QtWebEngineCore 0x0000000113ad661b 0x112e62000 + 13059611
8 QtWebEngineCore 0x0000000113acf917 0x112e62000 + 13031703
9 libsystem_pthread.dylib 0x00007fff724e0661 _pthread_body + 340
10 libsystem_pthread.dylib 0x00007fff724e050d _pthread_start + 377
11 libsystem_pthread.dylib 0x00007fff724dfbf9 thread_start + 13

Thread 23:
0 libsystem_kernel.dylib 0x00007fff72319292 workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff724e020e _pthread_wqthread + 1552
2 libsystem_pthread.dylib 0x00007fff724dfbe9 start_wqthread + 13

Thread 24:
0 libsystem_kernel.dylib 0x00007fff72319292 workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff724e020e _pthread_wqthread + 1552
2 libsystem_pthread.dylib 0x00007fff724dfbe9 start_wqthread + 13

Thread 25:
0 libsystem_kernel.dylib 0x00007fff72319292 workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff724e020e _pthread_wqthread + 1552
2 libsystem_pthread.dylib 0x00007fff724dfbe9 start_wqthread + 13

Thread 26:
0 libsystem_kernel.dylib 0x00007fff72319292 workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff724e020e _pthread_wqthread + 1552
2 libsystem_pthread.dylib 0x00007fff724dfbe9 start_wqthread + 13

Thread 27:
0 libsystem_kernel.dylib 0x00007fff72319292 workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff724e020e _pthread_wqthread + 1552
2 libsystem_pthread.dylib 0x00007fff724dfbe9 start_wqthread + 13

Thread 28:
0 libsystem_kernel.dylib 0x00007fff72319292 workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff724e020e _pthread_wqthread + 1552
2 libsystem_pthread.dylib 0x00007fff724dfbe9 start_wqthread + 13

Thread 29:
0 libsystem_kernel.dylib 0x00007fff72318a1e psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff724e1589 _pthread_cond_wait + 732
2 org.python.python 0x000000010e9d6c2e PyThread_acquire_lock_timed + 542
3 org.python.python 0x000000010e9dd76f acquire_timed + 111
4 org.python.python 0x000000010e9dd50c lock_PyThread_acquire_lock + 44
5 org.python.python 0x000000010e901b6b _PyCFunction_FastCallDict + 475
6 org.python.python 0x000000010e990050 call_function + 480
7 org.python.python 0x000000010e98cbbc _PyEval_EvalFrameDefault + 22716
8 org.python.python 0x000000010e990bab _PyEval_EvalCodeWithName + 2715
9 org.python.python 0x000000010e991263 fast_function + 403
10 org.python.python 0x000000010e99002b call_function + 443
11 org.python.python 0x000000010e98cbbc _PyEval_EvalFrameDefault + 22716
12 org.python.python 0x000000010e990bab _PyEval_EvalCodeWithName + 2715
13 org.python.python 0x000000010e991263 fast_function + 403
14 org.python.python 0x000000010e99002b call_function + 443
15 org.python.python 0x000000010e98cbbc _PyEval_EvalFrameDefault + 22716
16 org.python.python 0x000000010e9912dd fast_function + 525
17 org.python.python 0x000000010e99002b call_function + 443
18 org.python.python 0x000000010e98cbbc _PyEval_EvalFrameDefault + 22716
19 org.python.python 0x000000010e9912dd fast_function + 525
20 org.python.python 0x000000010e99002b call_function + 443
21 org.python.python 0x000000010e98cbbc _PyEval_EvalFrameDefault + 22716
22 org.python.python 0x000000010e9916d3 _PyFunction_FastCallDict + 835
23 org.python.python 0x000000010e8b43cf _PyObject_FastCallDict + 191
24 org.python.python 0x000000010e8b45ac _PyObject_Call_Prepend + 156
25 org.python.python 0x000000010e8b41c5 PyObject_Call + 101
26 org.python.python 0x000000010e9ddfe6 t_bootstrap + 70
27 libsystem_pthread.dylib 0x00007fff724e0661 _pthread_body + 340
28 libsystem_pthread.dylib 0x00007fff724e050d _pthread_start + 377
29 libsystem_pthread.dylib 0x00007fff724dfbf9 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):

rax: 0x0000000000000000 rbx: 0x00007fffaa4ca380 rcx: 0x000000010ecb8a48 rdx: 0x0000000000000000
rdi: 0x0000000000000307 rsi: 0x000000000000000b rbp: 0x000000010ecb8a80 rsp: 0x000000010ecb8a48

r8: 0x000000010ecb8f48 r9: 0x00007fc3d4acc690 r10: 0x00007fffaa4ca3c8 r11: 0x0000000000000287

r12: 0x0000000000000307 r13: 0x00007fc3de2f9d90 r14: 0x000000000000000b r15: 0x000000000000002d
rip: 0x00007fff72318b6e rfl: 0x0000000000000286 cr2: 0x0000000104b03000


Logical CPU: 0
Error Code: 0x02000148
Trap Number: 133

Binary Images:

0x10e8a3000 - 0x10e8a3ff3 +edu.ucsf.cgl.ChimeraX (0.7.0 - 0.7.0.0) <A0931C61-70CE-30E0-BEB5-0E08FADDA609> /Users/USER/*/ChimeraX.app/Contents/MacOS/ChimeraX
0x10e8a6000 - 0x10ea79fff +org.python.python (3.6.4, [c] 2001-2017 Python Software Foundation. - 3.6.4) <05DCE1CB-DB9A-3216-932C-3DEC0D24E0E9> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/Python
0x10ee7f000 - 0x10ee80fff +_heapq.cpython-36m-darwin.so (0) <2070AE20-F76C-3D3E-8BFF-A4C3BBABEA0B> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_heapq.cpython-36m-darwin.so
0x10efcd000 - 0x10efd1ff7 +_struct.cpython-36m-darwin.so (0) <1CF756D9-3E4E-31C1-9144-CF577321A87C> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_struct.cpython-36m-darwin.so
0x10f0db000 - 0x10f0e7ff3 +_ssl.cpython-36m-darwin.so (0) <B98326A9-0A4E-3CC2-A5C7-41F96B1ECC79> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_ssl.cpython-36m-darwin.so
0x10f0f7000 - 0x10f13cff7 +libssl.1.0.0.dylib (0) <405ACB09-E770-3C07-A223-D20BC9E7220F> /Users/USER/*/libssl.1.0.0.dylib
0x10f157000 - 0x10f280ff7 +libcrypto.1.0.0.dylib (0) <62E36CA9-36A9-31D4-A7EE-8D03A83CC3EA> /Users/USER/*/libcrypto.1.0.0.dylib
0x10f2f3000 - 0x10f2fcffb +_socket.cpython-36m-darwin.so (0) <3518FCE8-E921-3369-8D16-F22F771D7D62> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_socket.cpython-36m-darwin.so
0x10f308000 - 0x10f30efff +math.cpython-36m-darwin.so (0) <D8BC7C1A-D61D-3A9E-B3CD-5F3D2A9E6A1B> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/math.cpython-36m-darwin.so
0x10f315000 - 0x10f317ff7 +select.cpython-36m-darwin.so (0) <121B3B0E-229F-3EE1-BB73-0D33535BBA25> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/select.cpython-36m-darwin.so
0x10f35d000 - 0x10f360ff3 +binascii.cpython-36m-darwin.so (0) <7F59A456-06D2-3E73-A172-42CBFCB78DDF> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/binascii.cpython-36m-darwin.so
0x10f364000 - 0x10f379ff3 +libz.1.dylib (0) <C996043B-DDB2-3043-9701-8BEFBD7A0ABF> /Users/USER/*/libz.1.dylib
0x10f3bd000 - 0x10f3c0ff7 +zlib.cpython-36m-darwin.so (0) <EA2E3BCD-AA40-3F17-B30B-54E5362B53CE> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/zlib.cpython-36m-darwin.so
0x10f3c6000 - 0x10f3c7ffb +_bz2.cpython-36m-darwin.so (0) <829DBEC3-41CC-3C2F-8023-C146D4806CE7> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_bz2.cpython-36m-darwin.so
0x10f3cb000 - 0x10f3cefff +_lzma.cpython-36m-darwin.so (0) <BAF0F584-8A7B-38AF-9243-F85A0D82DE52> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_lzma.cpython-36m-darwin.so
0x10f3d4000 - 0x10f3f0ff3 +liblzma.5.dylib (0) <B757A805-DB26-3DD6-B5FE-291DB6FD3D18> /usr/local/opt/xz/lib/liblzma.5.dylib
0x10f3f6000 - 0x10f3f6ff7 +grp.cpython-36m-darwin.so (0) <C9532FCF-6956-33CF-BBD1-0558E69DC16E> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/grp.cpython-36m-darwin.so
0x10f439000 - 0x10f439fff +_bisect.cpython-36m-darwin.so (0) <8E17EDC7-D46B-3064-BACD-2329E2DFC608> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_bisect.cpython-36m-darwin.so
0x10f43c000 - 0x10f43efff +_hashlib.cpython-36m-darwin.so (0) <971BC43A-95CC-3B26-B31A-A6349C0AC70C> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_hashlib.cpython-36m-darwin.so
0x10f443000 - 0x10f448ff3 +_blake2.cpython-36m-darwin.so (0) <E40625C5-DF5D-39C1-A106-5B003B1FE9E2> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_blake2.cpython-36m-darwin.so
0x10f44d000 - 0x10f45dfff +_sha3.cpython-36m-darwin.so (0) <34DE916B-F936-399E-B11E-84155A87659D> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_sha3.cpython-36m-darwin.so
0x10f4e3000 - 0x10f4e4ffb +_random.cpython-36m-darwin.so (0) <9BB64371-D2AD-335E-82EA-CA94D0E8823B> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_random.cpython-36m-darwin.so
0x10f4e8000 - 0x10f4f5ff3 +_datetime.cpython-36m-darwin.so (0) <FB4EF6CE-08C7-3E2C-9C3B-1FAC282D90A6> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_datetime.cpython-36m-darwin.so
0x10f500000 - 0x10f500ff3 +_scproxy.cpython-36m-darwin.so (0) <00F67404-F212-3994-B015-4F3D97BE091E> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_scproxy.cpython-36m-darwin.so
0x10f505000 - 0x10f506ffb +_posixsubprocess.cpython-36m-darwin.so (0) <68BB9775-E62C-3BEC-A7AE-7B5EA8F53CC0> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_posixsubprocess.cpython-36m-darwin.so
0x10f50a000 - 0x10f5549df dyld (551.3) <AFAB4EFA-7020-34B1-BBEF-0F26C6D3CA36> /usr/lib/dyld
0x10f638000 - 0x10f672fff +_decimal.cpython-36m-darwin.so (0) <2731CBC0-9578-35E4-A5FD-D4E0041803B9> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_decimal.cpython-36m-darwin.so
0x10f6d1000 - 0x10f6feff3 +pyexpat.cpython-36m-darwin.so (0) <B315A2C2-D9BC-3E3F-8F85-D767CCC3F69B> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/pyexpat.cpython-36m-darwin.so
0x10f862000 - 0x10f874ff7 +_pickle.cpython-36m-darwin.so (0) <0870CF65-343B-3DA7-A6D5-5465A0B5C624> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_pickle.cpython-36m-darwin.so
0x10f8c0000 - 0x10f8c3fff +_csv.cpython-36m-darwin.so (0) <2BEF4B2C-A6E2-3990-8C55-72B1CC4A1CD1> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_csv.cpython-36m-darwin.so
0x10f8c9000 - 0x10f8cffff +_json.cpython-36m-darwin.so (0) <A9FA63F5-1B06-3CF5-800F-04EAB59B4F50> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_json.cpython-36m-darwin.so
0x10f914000 - 0x10f915ffb +_appdirs.so (0) <12995B06-C8B5-38C6-9F4F-94D0488CE86C> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/chimerax/core/_appdirs.so
0x10f918000 - 0x10f919ffb +libappdirs.dylib (0) <E5B359B6-448D-31A9-BB44-959475142203> /Users/USER/*/libappdirs.dylib
0x10fa8f000 - 0x10fc29ff7 +multiarray.cpython-36m-darwin.so (???) <84DB93D2-4742-3AA8-BC21-5C94ACDA6052> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/numpy/core/multiarray.cpython-36m-darwin.so
0x10fcfa000 - 0x10fde2fff +umath.cpython-36m-darwin.so (???) <666DF65C-4145-357A-A8D1-9AC332A1F859> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/numpy/core/umath.cpython-36m-darwin.so
0x10fea0000 - 0x10feb1ff7 +_ctypes.cpython-36m-darwin.so (0) <BF9E0AC8-ED66-3F88-900B-6226414DBFCF> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_ctypes.cpython-36m-darwin.so
0x110083000 - 0x110084ff7 +lapack_lite.cpython-36m-darwin.so (???) <F1292CC6-6704-3DE1-A410-EA15FD3DE6C0> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/numpy/linalg/lapack_lite.cpython-36m-darwin.so
0x110088000 - 0x1100a0fff +_umath_linalg.cpython-36m-darwin.so (???) <0306B718-75CE-3156-B6E2-9205BCED2606> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/numpy/linalg/_umath_linalg.cpython-36m-darwin.so
0x11012e000 - 0x110137ff7 +fftpack_lite.cpython-36m-darwin.so (???) <BB76DFB6-42D5-3254-9CA9-76271C983859> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/numpy/fft/fftpack_lite.cpython-36m-darwin.so
0x11017b000 - 0x110235ff7 +mtrand.cpython-36m-darwin.so (???) <73A657E1-83A6-37F1-A257-DD90D72A6CDB> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/numpy/random/mtrand.cpython-36m-darwin.so
0x11042e000 - 0x110431ff7 +errorchecker.cpython-36m-darwin.so (0) <3E626E67-05F8-3B65-BA5F-61AC52C3D388> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/PyOpenGL_accelerate-3.1.0-py3.6-macosx-10.13-x86_64.egg/OpenGL_accelerate/errorchecker.cpython-36m-darwin.so
0x110437000 - 0x110449ffb +arraydatatype.cpython-36m-darwin.so (0) <FB8FD5E5-5220-3BA8-9953-01E070F2CFF9> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/PyOpenGL_accelerate-3.1.0-py3.6-macosx-10.13-x86_64.egg/OpenGL_accelerate/arraydatatype.cpython-36m-darwin.so
0x11045d000 - 0x11046dffb +wrapper.cpython-36m-darwin.so (0) <F8BD116F-51AF-35E3-BF66-5C45AF521B03> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/PyOpenGL_accelerate-3.1.0-py3.6-macosx-10.13-x86_64.egg/OpenGL_accelerate/wrapper.cpython-36m-darwin.so
0x110481000 - 0x110485ff3 +formathandler.cpython-36m-darwin.so (0) <3E95ABFB-7636-35E3-8921-E42FFB9937DC> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/PyOpenGL_accelerate-3.1.0-py3.6-macosx-10.13-x86_64.egg/OpenGL_accelerate/formathandler.cpython-36m-darwin.so
0x1104ce000 - 0x1104d0ffb +latebind.cpython-36m-darwin.so (0) <071CAD85-7201-304C-849F-8A7F5FCCA7A6> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/PyOpenGL_accelerate-3.1.0-py3.6-macosx-10.13-x86_64.egg/OpenGL_accelerate/latebind.cpython-36m-darwin.so
0x1109d6000 - 0x1109e3ff3 +vbo.cpython-36m-darwin.so (0) <86A42EE3-4B75-3439-B25F-AC649571CC3A> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/PyOpenGL_accelerate-3.1.0-py3.6-macosx-10.13-x86_64.egg/OpenGL_accelerate/vbo.cpython-36m-darwin.so
0x110a34000 - 0x110a49ff3 +_geometry.so (0) <5C3ED45F-BE2C-3DF6-A856-4491E74A58CC> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/chimerax/core/geometry/_geometry.so
0x110a51000 - 0x110b18ffb +libarrays.dylib (0) <9DEB4EFC-5C5E-3C6C-9B59-98409A47FACA> /Users/USER/*/libarrays.dylib
0x110be6000 - 0x110c1afff +libmolc.dylib (0) <FB959D28-566C-3CA8-A1C3-A7D7DD15BC43> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/chimerax/core/atomic/libmolc.dylib
0x110c38000 - 0x110d36fff +libatomstruct.dylib (0) <7E7E9F21-682A-3E6B-88A1-511C524FB7BE> /Users/USER/*/libatomstruct.dylib
0x110d75000 - 0x110d7bff7 +libelement.dylib (0) <F66FD14A-9587-3B1A-9F95-F8D4B849A7EA> /Users/USER/*/libelement.dylib
0x110d83000 - 0x110d84ffb +libpyinstance.dylib (0) <EBD9F14E-F56E-3A3E-9209-39DA70746C46> /Users/USER/*/libpyinstance.dylib
0x110d87000 - 0x110d8bffb +liblogger.dylib (0) <E4330A94-420E-31F6-A39A-13023B89C9BF> /Users/USER/*/liblogger.dylib
0x110d91000 - 0x110dc6ff7 +cymol.so (0) <56A2EFE7-2D42-389C-9F55-DBF58D3678F5> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/chimerax/core/atomic/cymol.so
0x110ded000 - 0x110e04fff +tinyarray.cpython-36m-darwin.so (0) <AEA43F58-1B4B-3080-9FAD-47BCD39AFCCF> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/tinyarray.cpython-36m-darwin.so
0x110f5d000 - 0x110f5dffb +_opcode.cpython-36m-darwin.so (0) <E7EFCCD8-34B5-3C5F-9181-3A308C2A2E92> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_opcode.cpython-36m-darwin.so
0x111020000 - 0x1112a2ffb +QtWidgets.so (0) <7AF99902-87CE-3D80-A30F-CEE847C4655B> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/PyQt5/QtWidgets.so
0x11157e000 - 0x1119ceff7 +QtWidgets (0) <D3338638-5C15-3AC3-9135-DE67E6B2FA51> /Users/USER/*/ChimeraX.app/Contents/lib/python3.6/site-packages/PyQt5/Qt/lib/QtWidgets.framework/Versions/5/QtWidgets
0x111b2b000 - 0x111f32fe7 +QtGui (0) <2FB62669-9C14-33AF-8EED-604AEA53FEFE> /Users/USER/*/ChimeraX.app/Contents/lib/python3.6/site-packages/PyQt5/Qt/lib/QtGui.framework/Versions/5/QtGui
0x112027000 - 0x1124f2fff +QtCore (0) <2DB94EFE-D46E-3DA1-9920-B3749AD4CC70> /Users/USER/*/ChimeraX.app/Contents/lib/python3.6/site-packages/PyQt5/Qt/lib/QtCore.framework/Versions/5/QtCore
0x1125a2000 - 0x1125b5ff3 +sip.so (0) <F1C110BB-B7CD-3752-9F5C-B0E34D0F3AA3> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/sip.so
0x1125c0000 - 0x112701fff +QtCore.so (0) <CC6EBF62-C560-310B-8F6A-91DDB255DBED> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/PyQt5/QtCore.so
0x1128e2000 - 0x112a38fff +QtGui.so (0) <E4D6432A-C3B5-3FF0-A240-6737F9D42572> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/PyQt5/QtGui.so
0x112d05000 - 0x112d7bff7 +_map.cpython-36m-darwin.so (0) <58BAF21C-147A-39AB-AAFC-F9EDA8FC7C57> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/chimerax/map/_map.cpython-36m-darwin.so
0x112de0000 - 0x112dfcff7 +QtWebEngineWidgets.so (0) <95A0358A-1CB4-3E4E-B4A1-E76BCD150FD7> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/PyQt5/QtWebEngineWidgets.so
0x112e21000 - 0x112e40fff +QtWebEngineWidgets (0) <028ACB8C-CBFF-39C6-AD09-54F07FBAF4FB> /Users/USER/*/ChimeraX.app/Contents/lib/python3.6/site-packages/PyQt5/Qt/lib/QtWebEngineWidgets.framework/Versions/5/QtWebEngineWidgets
0x112e62000 - 0x117e5bfcf +QtWebEngineCore (0) <09867D3B-5953-3A0B-A4EC-ED4296686B9D> /Users/USER/*/ChimeraX.app/Contents/lib/python3.6/site-packages/PyQt5/Qt/lib/QtWebEngineCore.framework/Versions/5/QtWebEngineCore
0x1183b5000 - 0x118659ffb +QtQuick (0) <56B86A1D-438A-3697-851B-62BD27D52DD5> /Users/USER/*/ChimeraX.app/Contents/lib/python3.6/site-packages/PyQt5/Qt/lib/QtQuick.framework/Versions/5/QtQuick
0x118750000 - 0x118a1dff3 +QtQml (0) <049B59C1-A6C5-3F7B-9F44-30FA1F3A5469> /Users/USER/*/ChimeraX.app/Contents/lib/python3.6/site-packages/PyQt5/Qt/lib/QtQml.framework/Versions/5/QtQml
0x118ac6000 - 0x118bc8fff +QtNetwork (0) <0AAAADD3-C6F5-3375-9BCB-E720A8304B15> /Users/USER/*/ChimeraX.app/Contents/lib/python3.6/site-packages/PyQt5/Qt/lib/QtNetwork.framework/Versions/5/QtNetwork
0x118c0d000 - 0x118c21ffb +QtWebChannel (0) <B2CB5746-2C97-36DA-AEF7-FCFD3BA74CAD> /Users/USER/*/ChimeraX.app/Contents/lib/python3.6/site-packages/PyQt5/Qt/lib/QtWebChannel.framework/Versions/5/QtWebChannel
0x118c2c000 - 0x118c6aff3 +QtPositioning (0) <0F60251C-4AEF-3646-857A-ECF82748FCE5> /Users/USER/*/ChimeraX.app/Contents/lib/python3.6/site-packages/PyQt5/Qt/lib/QtPositioning.framework/Versions/5/QtPositioning
0x118c7f000 - 0x118caaff3 +QtPrintSupport (0) <0461FE51-EF5F-38FF-9B42-16AD041289B6> /Users/USER/*/ChimeraX.app/Contents/lib/python3.6/site-packages/PyQt5/Qt/lib/QtPrintSupport.framework/Versions/5/QtPrintSupport
0x118ccc000 - 0x118cd7ffb +QtQuickWidgets (0) <916C0C0B-BE69-3D9F-B878-368C78AEC4C9> /Users/USER/*/ChimeraX.app/Contents/lib/python3.6/site-packages/PyQt5/Qt/lib/QtQuickWidgets.framework/Versions/5/QtQuickWidgets
0x118d2a000 - 0x118d86ffb +QtNetwork.so (0) <04171D87-2222-3130-9F63-7802CD233FC6> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/PyQt5/QtNetwork.so
0x119e40000 - 0x119e49ff3 +QtWebEngineCore.so (0) <3DA278C1-2059-30C6-93BB-D1376C58DC87> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/PyQt5/QtWebEngineCore.so
0x119e54000 - 0x119e59ffb +QtWebChannel.so (0) <F38419EE-7CDB-340D-86FE-B9243B0F4E97> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/PyQt5/QtWebChannel.so
0x119e5f000 - 0x119e7effb +QtPrintSupport.so (0) <0205C293-E363-3601-9660-8CDC12E77BF7> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/PyQt5/QtPrintSupport.so
0x11b8b1000 - 0x11ba00ff7 +libqcocoa.dylib (0) <56EC9D5B-6AC7-3F1A-A1E6-401E98C41109> /Users/USER/*/ChimeraX.app/Contents/lib/python3.6/site-packages/PyQt5/Qt/plugins/platforms/libqcocoa.dylib
0x11c045000 - 0x11c04bfff +libqgif.dylib (0) <592C425B-F400-32B3-9A8E-CA7E73476B98> /Users/USER/*/ChimeraX.app/Contents/lib/python3.6/site-packages/PyQt5/Qt/plugins/imageformats/libqgif.dylib
0x11c04f000 - 0x11c056ffb +libqicns.dylib (0) <B3CDE1D4-1D57-3E33-9996-50CC2B369D6C> /Users/USER/*/ChimeraX.app/Contents/lib/python3.6/site-packages/PyQt5/Qt/plugins/imageformats/libqicns.dylib
0x11c05b000 - 0x11c060fff +libqico.dylib (0) <A35BA851-8A35-36D5-948C-6CE7E424ABA3> /Users/USER/*/ChimeraX.app/Contents/lib/python3.6/site-packages/PyQt5/Qt/plugins/imageformats/libqico.dylib
0x11c065000 - 0x11c069ff3 +libqmacjp2.dylib (0) <3BFC174A-C737-3F34-AEE0-A9E8066BDF4C> /Users/USER/*/ChimeraX.app/Contents/lib/python3.6/site-packages/PyQt5/Qt/plugins/imageformats/libqmacjp2.dylib
0x11c06d000 - 0x11c071ff7 +libqsvg.dylib (0) <9F98FE39-3C65-3169-8C7F-B59A8A7EC464> /Users/USER/*/ChimeraX.app/Contents/lib/python3.6/site-packages/PyQt5/Qt/plugins/imageformats/libqsvg.dylib
0x11c075000 - 0x11c079ff7 +libqtga.dylib (0) <8E62A8E9-68E4-3BB9-9CD0-ADB357EB5D8F> /Users/USER/*/ChimeraX.app/Contents/lib/python3.6/site-packages/PyQt5/Qt/plugins/imageformats/libqtga.dylib
0x11c07d000 - 0x11c081ff3 +libqwbmp.dylib (0) <4E210774-DEC3-3770-906B-45BA1B2F4CDD> /Users/USER/*/ChimeraX.app/Contents/lib/python3.6/site-packages/PyQt5/Qt/plugins/imageformats/libqwbmp.dylib
0x11d3ec000 - 0x11d427ff7 +libqjpeg.dylib (0) <28666802-656A-3A17-A52C-F4279D08242D> /Users/USER/*/ChimeraX.app/Contents/lib/python3.6/site-packages/PyQt5/Qt/plugins/imageformats/libqjpeg.dylib
0x11d42d000 - 0x11d461ffb +QtSvg (0) <1416D7CA-82FB-3949-B8C6-DD6C23FB2A93> /Users/USER/*/ChimeraX.app/Contents/lib/python3.6/site-packages/PyQt5/Qt/lib/QtSvg.framework/Versions/5/QtSvg
0x11d47d000 - 0x11d4deff7 +libqtiff.dylib (0) <945379E1-6DC5-3567-B178-2353BBFA5D91> /Users/USER/*/ChimeraX.app/Contents/lib/python3.6/site-packages/PyQt5/Qt/plugins/imageformats/libqtiff.dylib
0x11d4e6000 - 0x11d571ffb +libqwebp.dylib (0) <82C568EE-0ECB-3703-A8FE-C0A52718DF4B> /Users/USER/*/ChimeraX.app/Contents/lib/python3.6/site-packages/PyQt5/Qt/plugins/imageformats/libqwebp.dylib
0x11d964000 - 0x11d968fff +_graphics.so (0) <9CD0B483-B93D-3F8D-A3E3-0DD3D9DA727C> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/chimerax/core/graphics/_graphics.so
0x126794000 - 0x126795ff3 +fcntl.cpython-36m-darwin.so (0) <0847BC78-4D80-3CB1-9C60-9A8C0A5DEBF0> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/fcntl.cpython-36m-darwin.so
0x126899000 - 0x1268bafff +_surface.cpython-36m-darwin.so (0) <45F2B8CE-CA7A-3CCD-A9B6-992558746AA8> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/chimerax/surface/_surface.cpython-36m-darwin.so
0x127c27000 - 0x127c2cffb +array.cpython-36m-darwin.so (0) <6000FA5F-B901-3888-822B-D85532086CFA> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/array.cpython-36m-darwin.so
0x127c36000 - 0x127c39fff AppleIntelIVBVA (10.32.48) <6C44398C-268B-34EF-9653-7FFE58C38EE3> /System/Library/Extensions/AppleIntelIVBVA.bundle/Contents/MacOS/AppleIntelIVBVA
0x127e69000 - 0x127ebfff7 +_imaging.cpython-36m-darwin.so (???) <B9B81534-1A07-3F30-9602-D5BC7AE650E9> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/PIL/_imaging.cpython-36m-darwin.so
0x127ee4000 - 0x127effff7 +libz.1.2.11.dylib (0) <3CD04626-BC8B-35C9-A3D3-37ADA56DD70E> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/PIL/.dylibs/libz.1.2.11.dylib
0x128175000 - 0x1281c6ff3 +libjpeg.9.dylib (0) <087B963A-4956-3B4A-AD64-4815CC3B8016> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/PIL/.dylibs/libjpeg.9.dylib
0x1281ce000 - 0x128211fff +libopenjp2.2.1.0.dylib (0) <B5E0CE9E-E4D6-32CD-A6DA-F727D4C470A8> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/PIL/.dylibs/libopenjp2.2.1.0.dylib
0x128290000 - 0x12831cff3 +libtiff.5.dylib (0) <F8D3214B-93E3-3FC6-9B6B-FF5D64F27920> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/PIL/.dylibs/libtiff.5.dylib
0x12832e000 - 0x12835bff3 +liblzma.5.dylib (0) <5C453B29-CAD6-37FB-8E2D-260AD62A0016> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/PIL/.dylibs/liblzma.5.dylib
0x12854d000 - 0x12854dfff +libalign_algs.dylib (0) <2229BF3F-E54B-354E-8EA9-743BFF558ECD> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/chimerax/seqalign/align_algs/libalign_algs.dylib
0x1288d3000 - 0x128a26fff com.apple.AppleIntelHD4000GraphicsVADriver (10.32.48 - 10.3.2) <3C563ECC-2373-3F5A-AB41-0EDE2400CBB8> /System/Library/Extensions/AppleIntelHD4000GraphicsVADriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsVADriver
0x128ae1000 - 0x128b81fff com.apple.GeForceVADriver (10.30.25 - 10.3.0) <34A333AC-4433-36D3-B729-0CE0BD1B7AF7> /System/Library/Extensions/GeForceVADriver.bundle/Contents/MacOS/GeForceVADriver
0x129334000 - 0x129336fff +_morph.cpython-36m-darwin.so (0) <8895CC76-6E50-3F2E-89EB-5C9C6AA667AA> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/chimerax/morph/_morph.cpython-36m-darwin.so
0x130b89000 - 0x130b90ff3 +numpy_formathandler.cpython-36m-darwin.so (0) <B51B4301-8D02-3CDB-8D25-C1E555F9FCAC> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/PyOpenGL_accelerate-3.1.0-py3.6-macosx-10.13-x86_64.egg/OpenGL_accelerate/numpy_formathandler.cpython-36m-darwin.so
0x132138000 - 0x132139ff7 +nones_formathandler.cpython-36m-darwin.so (0) <4EA7501E-F5EB-3CF0-A066-D4F5F513CEE6> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/PyOpenGL_accelerate-3.1.0-py3.6-macosx-10.13-x86_64.egg/OpenGL_accelerate/nones_formathandler.cpython-36m-darwin.so
0x1321be000 - 0x1321c0fff +libwrappy3.dylib (0) <D351CE85-D794-373C-BBDF-39C2BA48474B> /Users/USER/*/libwrappy3.dylib
0x132279000 - 0x1322d0fff +_mmcif.so (0) <027C1065-AAA3-3BCB-BC67-B2E2984954C1> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/chimerax/core/atomic/_mmcif.so
0x13239f000 - 0x1323a2ff7 +_sw.cpython-36m-darwin.so (0) <9D4FFE3F-2CD3-3363-A2FE-69A90447C9C5> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/chimerax/seqalign/align_algs/_sw.cpython-36m-darwin.so
0x133973000 - 0x13397aff7 +_nw.cpython-36m-darwin.so (0) <120C0D62-7326-3C06-9134-9388DDE47441> /Users/USER/*/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/chimerax/seqalign/align_algs/_nw.cpython-36m-darwin.so

0x7fff420b6000 - 0x7fff42404fff com.apple.RawCamera.bundle (8.03.0 - 1017.3.4) <FC6A4AFD-2F60-3006-9C42-577F62F9B2A4> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff44349000 - 0x7fff44c87ff7 com.apple.GeForceGLDriver (10.30.25 - 10.3.0) <CAB4A022-7EF9-33F2-B579-09CF8BE586EF> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
0x7fff44c88000 - 0x7fff45342ff7 libclh.dylib (10.30.25) <6E31D5DB-7C10-3300-AA39-85343B358C06> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
0x7fff45343000 - 0x7fff454e5ff7 com.apple.GeForceMTLDriver (10.30.25 - 10.3.0) <1C84917A-3E3C-3A66-9531-0BE51DAFA62D> /System/Library/Extensions/GeForceMTLDriver.bundle/Contents/MacOS/GeForceMTLDriver
0x7fff45cd3000 - 0x7fff45cd7ffb com.apple.agl (3.3.1 - AGL-3.3.1) <9452E8D8-F1F4-32B1-ACEB-7B2415A4F9D3> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x7fff45cd8000 - 0x7fff45eb7fff com.apple.avfoundation (2.0 - 1535.42) <A4E74521-3C02-329A-BCB7-C2C4308DECD4> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fff45eb8000 - 0x7fff45f71fff com.apple.audio.AVFAudio (1.0 - ???) <ECE63BA3-4344-3522-904B-71F89677AC7D> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
0x7fff46077000 - 0x7fff46077fff com.apple.Accelerate (1.11 - Accelerate 1.11) <2EF00EFE-06E8-3082-85C3-2988B422A19D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff46078000 - 0x7fff4608fff7 libCGInterfaces.dylib (417.2) <E3732720-0B2C-3FA6-9D05-5C71990102CE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff46090000 - 0x7fff467deffb com.apple.vImage (8.1 - ???) <56C275C1-459F-37CD-BF29-2E6D81C29E53> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff467df000 - 0x7fff4697fff3 libBLAS.dylib (1211.50.2) <93259222-2D94-333D-A1EB-09C6FC4A64B4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff46980000 - 0x7fff469bafef libBNNS.dylib (38.1) <0AAE0109-71D5-3B26-8401-3E62DDF97624> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fff469bb000 - 0x7fff46d94ff7 libLAPACK.dylib (1211.50.2) <70781D0B-AEAD-33EB-9900-10DC30F37D61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff46d95000 - 0x7fff46dabff7 libLinearAlgebra.dylib (1211.50.2) <FB5A35EA-D636-3D69-AB53-B67E1EB8134C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff46dac000 - 0x7fff46db1ff3 libQuadrature.dylib (3) <3D6BF66A-55B2-3692-BAC7-DEB0C676ED29> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fff46db2000 - 0x7fff46e32fff libSparse.dylib (79.50.2) <0DC25CDD-F8C1-3D6E-B472-8B060708424F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
0x7fff46e33000 - 0x7fff46e45ff7 libSparseBLAS.dylib (1211.50.2) <994A7D7E-FA3B-3943-A59C-8150B9AF86BE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff46e46000 - 0x7fff46fb9fe7 libvDSP.dylib (622.50.5) <4BF310F4-31A3-3DA5-80E4-7F8014AD380B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff46fba000 - 0x7fff47070fef libvMisc.dylib (622.50.5) <88143A88-4FDE-35A1-85FE-54FF0C2A9E43> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff47071000 - 0x7fff47071fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <880DEF40-389A-3F56-ACA1-B62A5BC57E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff47364000 - 0x7fff481c2fff com.apple.AppKit (6.9 - 1561.40.112) <C839B0C1-F7EE-3056-985C-63CF1A030EC4> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff48214000 - 0x7fff48214fff com.apple.ApplicationServices (48 - 50) <8DA47D38-B07B-3AE2-B343-4579864430C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff48215000 - 0x7fff4827bfff com.apple.ApplicationServices.ATS (377 - 445.3) <000C4E9F-E0D9-371D-B304-83BA37460724> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff48314000 - 0x7fff48436fff libFontParser.dylib (222.1.4) <FF68FAF6-70BB-3E39-A263-E17B6F5E00D0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff48437000 - 0x7fff48481ff7 libFontRegistry.dylib (221.3) <C84F7112-4764-3F4B-9FBA-4A022CF6346B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff48526000 - 0x7fff48559ff7 libTrueTypeScaler.dylib (222.1.4) <4734ECD6-6F41-3A16-AE35-265BDC1572C5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fff485c3000 - 0x7fff485c7ff3 com.apple.ColorSyncLegacy (4.13.0 - 1) <A5FB2694-1559-34A8-A3D3-2029F68A63CA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
0x7fff48667000 - 0x7fff486b9ffb com.apple.HIServices (1.22 - 624) <828E189A-62F9-3961-8A89-22F508870CC5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff486ba000 - 0x7fff486c8fff com.apple.LangAnalysis (1.7.0 - 1.7.0) <B65FF7E6-E9B5-34D8-8CA7-63D415A8A9A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff486c9000 - 0x7fff48715fff com.apple.print.framework.PrintCore (13.4 - 503.2) <B90C67C1-0292-3CEC-885D-F1882CD104BE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff48716000 - 0x7fff48750fff com.apple.QD (3.12 - 404.2) <38B20AFF-9D54-3B52-A6DC-C0D71380AA5F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff48751000 - 0x7fff4875dfff com.apple.speech.synthesis.framework (7.5.1 - 7.5.1) <84ADDF38-36F1-3D3B-B28D-8865FA10FCD7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff4875e000 - 0x7fff489ebff7 com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <87D81714-F167-39F5-B5E7-A7A432EDAB5B> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff489ed000 - 0x7fff489edfff com.apple.audio.units.AudioUnit (1.14 - 1.14) <513C9A4B-4F6D-3A21-921F-2CA101B97830> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff48d0f000 - 0x7fff490a9ff7 com.apple.CFNetwork (897.15 - 897.15) <0C03AF39-3527-3E0D-8413-8E1B2A962F0D> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff490be000 - 0x7fff490befff com.apple.Carbon (158 - 158) <F8B370D9-2103-3276-821D-ACC756167F86> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff490bf000 - 0x7fff490c2ffb com.apple.CommonPanels (1.2.6 - 98) <2391761C-5CAA-3F68-86B7-50B37927B104> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff490c3000 - 0x7fff493c8fff com.apple.HIToolbox (2.1.1 - 911.10) <BF7F9C0E-C732-3FB2-9BBC-362888BDA57B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff493c9000 - 0x7fff493ccffb com.apple.help (1.3.8 - 66) <DEBADFA8-C189-3195-B0D6-A1F2DE95882A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff493cd000 - 0x7fff493d2fff com.apple.ImageCapture (9.0 - 9.0) <23B4916F-3B43-3DFF-B956-FC390EECA284> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff493d3000 - 0x7fff49468ffb com.apple.ink.framework (10.9 - 221) <5206C8B0-22DA-36C9-998E-846EDB626D5B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff49469000 - 0x7fff49483ff7 com.apple.openscripting (1.7 - 174) <1B2A1F9E-5534-3D61-83CA-9199B39E8708> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff494a4000 - 0x7fff494a5fff com.apple.print.framework.Print (12 - 267) <3682ABFB-2561-3419-847D-02C247F4800D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff494a6000 - 0x7fff494a8ff7 com.apple.securityhi (9.0 - 55006) <C1406B8D-7D05-3959-808F-9C82189CF57F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff494a9000 - 0x7fff494affff com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <2ED8643D-B0C3-3F17-82A2-BBF13E6CBABC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff495d0000 - 0x7fff495d0fff com.apple.Cocoa (6.11 - 22) <4CF8E31C-B5C7-367B-B73D-1A8AC8E41B7F> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff495de000 - 0x7fff49697fff com.apple.ColorSync (4.13.0 - 3325) <D283C285-447D-3258-A7E4-59532123B8FF> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff49824000 - 0x7fff498b7ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <6E3F958D-79BB-3658-99AD-59F16BF756F1> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff4991e000 - 0x7fff49947ffb com.apple.CoreBluetooth (1.0 - 1) <E1335074-9D07-370E-8440-61C4874BAC56> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff49948000 - 0x7fff49cacff3 com.apple.CoreData (120 - 851) <8D605466-8676-3D45-9A4B-8980971551C3> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff49cad000 - 0x7fff49d92ff7 com.apple.CoreDisplay (1.0 - 97.16) <FCFB2A8C-7A5E-314B-AA12-04D33656A0E6> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fff49d93000 - 0x7fff4a22dff7 com.apple.CoreFoundation (6.9 - 1452.23) <358C547D-E227-3228-8218-62327F4605C8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff4a22f000 - 0x7fff4a85dff7 com.apple.CoreGraphics (2.0 - 1161.10) <3B808DE4-D373-3E19-A3FD-99B4EB21AD01> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff4a85f000 - 0x7fff4ab4efff com.apple.CoreImage (13.0.0 - 579.4.11) <702F8035-26FE-3C78-8587-4C9563E03CC4> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff4abbb000 - 0x7fff4ac00fff com.apple.audio.midi.CoreMIDI (1.10 - 88) <BC3E756C-A066-325C-9383-A78A4A66C7BF> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
0x7fff4addd000 - 0x7fff4aec6ff7 com.apple.CoreMedia (1.0 - 2275.61.1) <C440188D-BC13-3E1C-A322-5F1FF70BDB34> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff4aec7000 - 0x7fff4af15fff com.apple.CoreMediaIO (812.0 - 4994) <2FDA2056-D26F-343D-AB91-488CF809FE63> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff4af16000 - 0x7fff4af16fff com.apple.CoreServices (822.31 - 822.31) <615919A2-AE11-3F27-9A37-FB0CFF8D36B6> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff4af17000 - 0x7fff4af8bffb com.apple.AE (735.1 - 735.1) <08EBA184-20F7-3725-AEA6-C314448161C6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff4af8c000 - 0x7fff4b263fff com.apple.CoreServices.CarbonCore (1178.4 - 1178.4) <0D5E19BF-18CB-3FA4-8A5F-F6C787C5EE08> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff4b264000 - 0x7fff4b298fff com.apple.DictionaryServices (1.2 - 284.2) <6505B075-41C3-3C62-A4C3-85CE3F6825CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff4b299000 - 0x7fff4b2a1ffb com.apple.CoreServices.FSEvents (1239.50.1 - 1239.50.1) <3637CEC7-DF0E-320E-9634-44A442925C65> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff4b2a2000 - 0x7fff4b45fff7 com.apple.LaunchServices (822.31 - 822.31) <BDFAB0FF-C2C6-375B-9E84-E43E267E2F82> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff4b460000 - 0x7fff4b510ff7 com.apple.Metadata (10.7.0 - 1191.4.13) <B5C22E70-C265-3C9F-865F-B138994A418D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff4b511000 - 0x7fff4b571fff com.apple.CoreServices.OSServices (822.31 - 822.31) <690E3C93-8799-39FF-8663-190A49B002E3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff4b572000 - 0x7fff4b5e0fff com.apple.SearchKit (1.4.0 - 1.4.0) <3662545A-B1CF-3079-BDCD-C83855CEFEEE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff4b5e1000 - 0x7fff4b605ffb com.apple.coreservices.SharedFileList (71.21 - 71.21) <7DB79D78-9925-33F8-96BA-35AB7AEB326A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff4b8a6000 - 0x7fff4b9f6fff com.apple.CoreText (352.0 - 578.18) <B8454115-2A4B-3585-A7A1-B47A638F2EEB> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff4b9f7000 - 0x7fff4ba31fff com.apple.CoreVideo (1.8 - 0.0) <86CCC036-51BB-3DD1-9601-D93798BCCD0F> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff4ba32000 - 0x7fff4babdff3 com.apple.framework.CoreWLAN (13.0 - 1350.1) <E862CC02-69D2-3503-887B-B6E8223081E7> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff4bd38000 - 0x7fff4bd3dfff com.apple.DiskArbitration (2.7 - 2.7) <A6450227-DD23-3100-ADBF-DB1C21E979F7> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff4befe000 - 0x7fff4c2c4fff com.apple.Foundation (6.9 - 1452.23) <E64540AD-1755-3C16-8537-552A00E92541> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff4c334000 - 0x7fff4c364fff com.apple.GSS (4.0 - 2.0) <41087278-74AE-3FA5-8C0E-9C78EB696299> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff4c365000 - 0x7fff4c37dff3 com.apple.GameController (1.0 - 1) <CE96F310-B3E5-3EAE-B1BC-334F8C224FA7> /System/Library/Frameworks/GameController.framework/Versions/A/GameController
0x7fff4c476000 - 0x7fff4c57affb com.apple.Bluetooth (6.0.5 - 6.0.5f3) <85F1B5A6-03C5-3D5A-90B8-5FC86349E330> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff4c5da000 - 0x7fff4c675ff7 com.apple.framework.IOKit (2.0.2 - 1445.50.26) <A63CAC8D-BF57-34FD-9A88-2F74546F2000> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff4c677000 - 0x7fff4c67effb com.apple.IOSurface (211.12 - 211.12) <392CA7DE-B365-364E-AF4A-33EC2CC48E6F> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff4c67f000 - 0x7fff4c6d4ff3 com.apple.ImageCaptureCore (7.0 - 7.0) <0DAB3D7E-8C3F-35DE-96DF-C370AD35EB65> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fff4c6d5000 - 0x7fff4c852fff com.apple.ImageIO.framework (3.3.0 - 1739.1) <4D2F4CA2-3987-3A15-9149-952E461C6D11> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff4c853000 - 0x7fff4c857ffb libGIF.dylib (1739.1) <6C6F294B-22AD-3FFE-B45E-3B08D30F2FD3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff4c858000 - 0x7fff4c93ffff libJP2.dylib (1739.1) <7E584907-C856-3205-B1D2-E2E5B1D93BBE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff4c940000 - 0x7fff4c963fff libJPEG.dylib (1739.1) <5DD38B10-4FDA-3BF8-AD6D-CF08AE2808D0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff4cc40000 - 0x7fff4cc66ff3 libPng.dylib (1739.1) <6D7994E2-B847-333A-9F03-C80E11AC9BB0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff4cc67000 - 0x7fff4cc69ff3 libRadiance.dylib (1739.1) <3320516C-A74A-323C-9BE9-C01D2E6A23EB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff4cc6a000 - 0x7fff4ccb7ff3 libTIFF.dylib (1739.1) <F08B297E-6366-3DB6-A3B4-2B158D796EC9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff4ce73000 - 0x7fff4db3bfff com.apple.JavaScriptCore (13605 - 13605.1.33.1.4) <38CD7602-E3E1-3C57-B3E6-EF459AE25641> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff4db53000 - 0x7fff4db6cff7 com.apple.Kerberos (3.0 - 1) <F86DCCDF-93C1-38B3-82C2-477C12E8EE6D> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff4de2a000 - 0x7fff4de31fff com.apple.MediaAccessibility (1.0 - 114) <9F72AACD-BAEB-3646-BD0F-12C47591C20D> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff4dedd000 - 0x7fff4e544ff7 com.apple.MediaToolbox (1.0 - 2275.61.1) <E92B8487-AE1C-3EA9-A80B-99B43AD75FC0> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff4e546000 - 0x7fff4e5c7ff7 com.apple.Metal (125.25 - 125.25) <B2ECA050-4C13-3EAD-A1C8-AC21EFF122F1> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff4e5e4000 - 0x7fff4e5fffff com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <0B4455FE-5C97-345C-B416-325EC6D88A2A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
0x7fff4e600000 - 0x7fff4e66ffef com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <87F14199-C445-34C2-90F8-57C29212483E> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
0x7fff4e670000 - 0x7fff4e694fff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <BD50FD9C-CE92-34AF-8663-968BF89202A0> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
0x7fff4e695000 - 0x7fff4e77cff7 com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <FBDDCAE6-EC6E-361F-B924-B3EBDEAC2D2F> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
0x7fff4e77d000 - 0x7fff4e77dff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <20ECB52B-B5C2-39EA-88E3-DFEC0C3CC9FF> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fff4f77c000 - 0x7fff4f788ffb com.apple.NetFS (6.0 - 4.0) <471DD96F-FA2E-3FE9-9746-2519A6780D1A> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff52571000 - 0x7fff52579fef libcldcpuengine.dylib (2.8.7) <EF9A91AC-029C-300A-99E7-4952C15DA09F> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff5257a000 - 0x7fff525c8fff com.apple.opencl (2.8.15 - 2.8.15) <83ED39D0-1D39-3593-BA25-70A8A911DE71> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff525c9000 - 0x7fff525e5ffb com.apple.CFOpenDirectory (10.13 - 207.50.1) <C2715A7A-2E5C-3A21-ADB4-726F707A1294> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff525e6000 - 0x7fff525f1fff com.apple.OpenDirectory (10.13 - 207.50.1) <220FB6F2-4892-3A66-8838-C134CF657D3A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff53770000 - 0x7fff53772fff libCVMSPluginSupport.dylib (16.5.10) <BF5D065A-A38B-3446-9418-799F598072EF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff53773000 - 0x7fff53778ffb libCoreFSCache.dylib (162.6.1) <879B2738-2E8A-3596-AFF8-9C3FB1B6828B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff53779000 - 0x7fff5377dfff libCoreVMClient.dylib (162.6.1) <64ED0A84-225F-39BC-BE0D-C896ACF5B50A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff5377e000 - 0x7fff53787ff7 libGFXShared.dylib (16.5.10) <6024B1FE-ACD7-3314-B390-85972CB9B778> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff53788000 - 0x7fff53793fff libGL.dylib (16.5.10) <AB8B6C73-8496-3784-83F6-27737ED03B09> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff53794000 - 0x7fff537cffe7 libGLImage.dylib (16.5.10) <5B41D074-3132-3587-91B6-E441BA8C9F13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff537d0000 - 0x7fff5393cfff libGLProgrammability.dylib (16.5.10) <3839266D-CA93-3B35-A6D0-CC851AE72367> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fff5393d000 - 0x7fff5397bffb libGLU.dylib (16.5.10) <F6844912-1B86-34DF-9FB5-A428CC7B5B18> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff542f3000 - 0x7fff54302fff com.apple.opengl (16.5.10 - 16.5.10) <BC4EEFE3-A09B-3998-B723-1415B995B0EE> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff54303000 - 0x7fff5449aff7 GLEngine (16.5.10) <FCC01BF5-735B-3275-910F-21803D3C57D8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
0x7fff5449b000 - 0x7fff544c3ffb GLRendererFloat (16.5.10) <7186EEF3-7B8F-376E-BD2E-C48BCD4067F9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x7fff5467c000 - 0x7fff547c8ff7 com.apple.QTKit (7.7.3 - 3014.8) <3F98E9C1-E9F0-33E8-902C-61194FC68883> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fff547c9000 - 0x7fff54a2eff7 com.apple.imageKit (3.0 - 1043) <49A20EDB-F529-3E3F-BCF9-2624722F8A7B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fff54a2f000 - 0x7fff54b1effb com.apple.PDFKit (1.0 - 677.67) <6BD11C23-1AEA-3078-8D0C-A7152BCF9031> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fff54b1f000 - 0x7fff55031ff7 com.apple.QuartzComposer (5.1 - 364) <1369D6DA-8842-3878-B546-1D09828331F5> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fff55032000 - 0x7fff55055fff com.apple.quartzfilters (1.10.0 - 1.10.0) <C95CB89D-148D-341B-BC50-82D8C32BF767> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fff55056000 - 0x7fff5514fff7 com.apple.QuickLookUIFramework (5.0 - 743.13) <09B296B3-4242-3224-9F44-5DFB4AB894CC> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fff55150000 - 0x7fff55150fff com.apple.quartzframework (1.5 - 21) <DCEB0FCC-2C32-3D02-8752-7B6FA009AB85> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fff55151000 - 0x7fff5539cff7 com.apple.QuartzCore (1.11 - 584.40) <ABC7F8FA-5F5A-31F4-868B-FDC4175BAFAC> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff5539d000 - 0x7fff553f4ff7 com.apple.QuickLookFramework (5.0 - 743.13) <4FA54690-032B-3DE2-B088-6774034DEDB9> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fff555b9000 - 0x7fff555d0ff7 com.apple.SafariServices.framework (13605 - 13605.1.33.1.4) <3DBCD702-E1FB-320F-B7B7-674D6167CF33> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
0x7fff55bd0000 - 0x7fff55ef8fff com.apple.security (7.0 - 58286.51.6) <7212D257-5324-3DBA-8C26-504D6B8F632A> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff55ef9000 - 0x7fff55f85ff7 com.apple.securityfoundation (6.0 - 55185.50.5) <087D601E-7813-3F9E-97EE-BC7081F520BD> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff55fb7000 - 0x7fff55fbbffb com.apple.xpc.ServiceManagement (1.0 - 1) <5BFDB3ED-73A7-3035-A5BC-ADA6E4F74BFD> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff56360000 - 0x7fff563d0ff3 com.apple.SystemConfiguration (1.17 - 1.17) <8532B8E9-7E30-35A3-BC4A-DDE8E0614FDA> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff56585000 - 0x7fff56900fff com.apple.VideoToolbox (1.0 - 2275.61.1) <B8E60F20-DEB7-38CA-B294-FD1DB3F233EC> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff592c1000 - 0x7fff59354ff7 com.apple.APFS (1.0 - 1) <D1CE52E0-45C0-30C4-B440-E2CF2F74CEE5> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
0x7fff59f6f000 - 0x7fff59f97fff com.apple.framework.Apple80211 (13.0 - 1361.7) <16627876-8CF5-3502-A1D6-35FCBDD5E79A> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff59f99000 - 0x7fff59fa8fef com.apple.AppleFSCompression (96.30.2 - 1.0) <ABFF224B-22D6-35F6-A072-9548FD388EB7> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff59fa9000 - 0x7fff5a091fff com.apple.AppleGVAFramework (11.5.24 - 11.5.24) <D2412FDD-A8D8-3DDD-AB16-EF7338289B46> /System/Library/PrivateFrameworks/AppleGVA.framework/Versions/A/AppleGVA
0x7fff5a0ea000 - 0x7fff5a132ff3 com.apple.AppleJPEG (1.0 - 1) <8DD410CB-76A1-3F22-9A9F-0491FA0CEB4A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff5a16d000 - 0x7fff5a195fff com.apple.applesauce (1.0 - ???) <CCA8B094-1BCE-3AE3-A0A7-D544C818DE36> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
0x7fff5a25e000 - 0x7fff5a261ff3 com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <0E33401D-7B9C-378A-8EE8-0E3D40B63C8D> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff5a262000 - 0x7fff5a2b2ff7 com.apple.AppleVAFramework (5.0.41 - 5.0.41) <8169ABC4-56F0-301E-B913-A762F7E40DBF> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff5a9b5000 - 0x7fff5a9bcff7 com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <51A41CA3-DB1D-3380-993E-99C54AEE518E> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
0x7fff5a9bd000 - 0x7fff5aa44ff7 com.apple.backup.framework (1.9.5 - 1.9.5) <BC020BDD-7C93-37E5-A762-4FDCBD2056A8> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff5aa4d000 - 0x7fff5aa53ff3 com.apple.BezelServicesFW (305 - 305) <FEED193D-3363-3C8A-9815-4A6128E640E3> /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices
0x7fff5b822000 - 0x7fff5b871ff3 com.apple.ChunkingLibrary (189 - 189) <C021A0EB-82E7-3A1E-A772-96B0E7E038D9> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff5c3fa000 - 0x7fff5c403ff3 com.apple.CommonAuth (4.0 - 2.0) <4D237B25-27E5-3577-948B-073659F6D3C0> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff5c73f000 - 0x7fff5cb47fff com.apple.CoreAUC (259.0.0 - 259.0.0) <1E0FB2C7-109E-3924-8E7F-8C6ACD78AF26> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff5cb48000 - 0x7fff5cb78ff7 com.apple.CoreAVCHD (5.9.0 - 5900.4.1) <E9FF9574-122A-3966-AA2B-546E512ACD06> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fff5cc0e000 - 0x7fff5cc50ff3 com.apple.corebrightness (1.0 - 1) <F40FFDF3-5DF4-308A-8F46-C7A9BED5D8BB> /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness
0x7fff5cf06000 - 0x7fff5cf16ff7 com.apple.CoreEmoji (1.0 - 69.3) <A4357F5C-0C38-3A61-B456-D7321EB2CEE5> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fff5d7d1000 - 0x7fff5d7e7ff7 com.apple.CoreMediaAuthoring (2.2 - 956) <FBA28A76-97E2-3023-A3F6-D03280AE2889> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fff5db1c000 - 0x7fff5dbc1fff com.apple.CorePDF (4.0 - 414) <D64D17C3-9AD0-3A29-89DE-36BEF0156381> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fff5ddf4000 - 0x7fff5de25ff3 com.apple.CoreServicesInternal (309.1 - 309.1) <EB09CAFC-AE9B-3257-BE45-5471D9F64AAD> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff5e161000 - 0x7fff5e1f2fff com.apple.CoreSymbolication (9.3 - 64026) <BAF3CE6E-8140-3159-BF1B-B953816459A0> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff5e275000 - 0x7fff5e3a9fff com.apple.coreui (2.1 - 494.1) <19624CAA-74DE-3DD3-9585-E64BE866EBFF> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff5e3aa000 - 0x7fff5e4daff7 com.apple.CoreUtils (5.5 - 550.44) <DFC364C3-0812-31B5-9C79-C81C2DFDDB8B> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fff5e52f000 - 0x7fff5e593fff com.apple.framework.CoreWiFi (13.0 - 1350.1) <6EC5DEB3-6E2F-3DC2-BE59-1FD05175FB0C> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff5e594000 - 0x7fff5e5a4ff7 com.apple.CrashReporterSupport (10.13 - 1) <42451386-F745-38B9-896F-49996B26D066> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff5e622000 - 0x7fff5e631ff7 com.apple.framework.DFRFoundation (1.0 - 191.7) <3B8ED6F7-5DFF-34C3-BA90-DDB85679684C> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0x7fff5e634000 - 0x7fff5e638ffb com.apple.DSExternalDisplay (3.1 - 380) <8D03D346-887A-3CE7-9483-4AD7804D1FBB> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x7fff5e6ba000 - 0x7fff5e730fff com.apple.datadetectorscore (7.0 - 590.3) <83E85A62-44A8-33F8-AD79-AC4C807184C4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff5e77e000 - 0x7fff5e7beff7 com.apple.DebugSymbols (181.0 - 181.0) <299A0238-ED78-3676-B131-274D972824AA> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff5e7bf000 - 0x7fff5e8eefff com.apple.desktopservices (1.12.4 - 1.12.4) <47C3FBF3-5E75-3821-B003-2A4DC3657D8D> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff5ebb9000 - 0x7fff5ebbdff7 com.apple.DisplayServicesFW (3.1 - 380) <79C5F9B5-D95F-3B86-BF98-C103B862EFE3> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fff5f705000 - 0x7fff5fb33fff com.apple.vision.FaceCore (3.3.2 - 3.3.2) <B574FE33-4A41-3611-9738-388EBAF03E37> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff6178f000 - 0x7fff6178ffff libmetal_timestamp.dylib (802.4.5) <BCA42032-C91F-3463-BA1E-1433262ACA0A> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3802/Libraries/libmetal_timestamp.dylib
0x7fff62def000 - 0x7fff62dfaff7 libGPUSupportMercury.dylib (16.5.10) <CEAE2714-7D6F-3B26-9F1E-501E79C979A2> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
0x7fff62dfb000 - 0x7fff62e00ff7 com.apple.GPUWrangler (3.18.48 - 3.18.48) <D2BA4CFA-ED0A-3FEC-B5FF-2D6C0557334E> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
0x7fff631b4000 - 0x7fff631d9ff3 com.apple.GenerationalStorage (2.0 - 285.3) <13B96400-FF70-376B-B20E-FB7D61064800> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff63b76000 - 0x7fff63b85fff com.apple.GraphVisualizer (1.0 - 5) <B993B8A2-5700-3DFC-9EB7-4CCEE8F959F1> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
0x7fff63c08000 - 0x7fff63c7cfff com.apple.Heimdal (4.0 - 2.0) <18607D75-DB78-3CC7-947E-AC769195164C> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff64578000 - 0x7fff6457fff7 com.apple.IOAccelerator (378.18.1 - 378.18.1) <E47DDE66-1B2B-310F-A060-638CA5D86F9C> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff64583000 - 0x7fff6459bfff com.apple.IOPresentment (1.0 - 35.1) <214AD582-466F-3844-A0A4-DE0742A8B899> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x7fff64966000 - 0x7fff6498cffb com.apple.IconServices (97.6 - 97.6) <A56D826D-20D2-34BE-AACC-A80CFCB4E915> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff64a98000 - 0x7fff64a9bff3 com.apple.InternationalSupport (1.0 - 1) <5AB382FD-BF81-36A1-9565-61F1FD398ECA> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
0x7fff64b09000 - 0x7fff64b19ffb com.apple.IntlPreferences (2.0 - 227.5.2) <436BBE9B-595B-37EB-8B54-B332B6AE3E57> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
0x7fff64c24000 - 0x7fff64d19ff7 com.apple.LanguageModeling (1.0 - 159.5.3) <7F0AC200-E3DD-39FB-8A95-00DD70B66A9F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff64d1a000 - 0x7fff64d5cfff com.apple.Lexicon-framework (1.0 - 33.5) <DC94CF9E-1EB4-3C0E-B298-CA1190885276> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
0x7fff64d60000 - 0x7fff64d67ff7 com.apple.LinguisticData (1.0 - 238.3) <49A54649-1021-3DBD-99B8-1B2EDFFA5378> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
0x7fff65566000 - 0x7fff65569fff com.apple.Mangrove (1.0 - 1) <27D6DF76-B5F8-3443-8826-D25B284331BF> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fff65a46000 - 0x7fff65aafff7 com.apple.gpusw.MetalTools (1.0 - 1) <B5F66CF4-BE75-3A0B-A6A0-2F22C7C259D9> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
0x7fff65ab8000 - 0x7fff65acfff7 com.apple.MobileAssets (1.0 - 437.50.37) <675063CD-8335-32C2-AAAF-46CA5C265800> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
0x7fff65c2b000 - 0x7fff65c44ff7 com.apple.MobileKeyBag (2.0 - 1.0) <88876B8D-A68A-3461-84F3-A1A8D5F3D497> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
0x7fff65cd0000 - 0x7fff65cfaffb com.apple.MultitouchSupport.framework (1404.4 - 1404.4) <45374A2A-C0BC-3A70-8183-37295205CDFA> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff65f61000 - 0x7fff65f6cfff com.apple.NetAuth (6.2 - 6.2) <B3795F63-C14A-33E1-9EE6-02A2E7661321> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff677fe000 - 0x7fff6780effb com.apple.PerformanceAnalysis (1.194 - 194) <D0211AD1-72B3-3493-92C9-B4F40ED581D5> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff695cc000 - 0x7fff695eafff com.apple.ProtocolBuffer (1 - 260) <40704740-4A53-3010-A49B-08D1D69D1D5E> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff69757000 - 0x7fff6976dff7 com.apple.QuickLookThumbnailing (1.0 - 1) <8F0092E4-6494-349D-B4C9-494DF293D716> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
0x7fff697b3000 - 0x7fff697bffff com.apple.xpc.RemoteServiceDiscovery (1.0 - 1205.50.76) <C735038A-BC7E-3DE3-B350-6449404FC259> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery
0x7fff697c0000 - 0x7fff697e3ffb com.apple.RemoteViewServices (2.0 - 125) <592323D1-CB44-35F1-9921-4C2AB8D920A0> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff697e4000 - 0x7fff697f8ff7 com.apple.xpc.RemoteXPC (1.0 - 1205.50.76) <6E67A656-542A-34BD-B598-56B8D5A70814> /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC
0x7fff6b100000 - 0x7fff6b212fff com.apple.Sharing (1019.46 - 1019.46) <1266C41E-3CA9-3EFC-8413-A37D52EA9FB2> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff6b23d000 - 0x7fff6b23eff7 com.apple.performance.SignpostNotification (1.2.4 - 2.4) <9957B2C0-4D48-3337-8A4D-5E457CC7B542> /System/Library/PrivateFrameworks/SignpostNotification.framework/Versions/A/SignpostNotification
0x7fff6bf86000 - 0x7fff6c222fff com.apple.SkyLight (1.600.0 - 312.50) <0CF4C608-8748-32BF-9586-A1601945F82C> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7fff6c9e8000 - 0x7fff6c9f5ff7 com.apple.SpeechRecognitionCore (4.0.13 - 4.0.13) <8B5418A4-CDC5-3200-AEF0-F109E0DF9019> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff6cea0000 - 0x7fff6cec7fff com.apple.StreamingZip (1.0 - 1) <3DE92A6D-565E-3477-82B1-660987317BD8> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
0x7fff6d599000 - 0x7fff6d622fc7 com.apple.Symbolication (9.3 - 64033) <FAA17252-6378-34A4-BBBB-22DF54EC1626> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff6db92000 - 0x7fff6db9aff7 com.apple.TCC (1.0 - 1) <E1EB7272-FE6F-39AB-83CA-B2B5F2A88D9B> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff6dda7000 - 0x7fff6de64ff7 com.apple.TextureIO (3.7 - 3.7) <F8BAC954-405D-3CC3-AB7B-048C866EF980> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x7fff6df0a000 - 0x7fff6df0bfff com.apple.TrustEvaluationAgent (2.0 - 31) <39F533B2-211E-3635-AF47-23F27749FF4A> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff6df11000 - 0x7fff6e0c0fff com.apple.UIFoundation (1.0 - 547.3) <ACC12DF5-E528-33F3-A358-4E1BEA68239C> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff6ed95000 - 0x7fff6ee64ff7 com.apple.ViewBridge (343.2 - 343.2) <5519FCED-1F88-3BE6-9BE1-69992086B01B> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
0x7fff6f7c9000 - 0x7fff6f7cbffb com.apple.loginsupport (1.0 - 1) <D1232C1B-80EA-3DF8-9466-013695D0846E> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff6f7cc000 - 0x7fff6f7e1fff com.apple.login (3.0 - 3.0) <79189BF9-70D4-3839-9E2F-B3990B673A3E> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
0x7fff6f932000 - 0x7fff6f965ff7 libclosured.dylib (551.3) <DC3DA678-9C40-339C-A9C6-32AB74FCC682> /usr/lib/closure/libclosured.dylib
0x7fff6fa1f000 - 0x7fff6fa58ff7 libCRFSuite.dylib (41) <FE5EDB68-2593-3C2E-BBAF-1C52D206F296> /usr/lib/libCRFSuite.dylib
0x7fff6fa59000 - 0x7fff6fa64fff libChineseTokenizer.dylib (28) <53633C9B-A3A8-36F7-A53C-432D802F4BB8> /usr/lib/libChineseTokenizer.dylib
0x7fff6faf6000 - 0x7fff6faf7ff3 libDiagnosticMessagesClient.dylib (104) <9712E980-76EE-3A89-AEA6-DF4BAF5C0574> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff6fb2e000 - 0x7fff6fcf8ff3 libFosl_dynamic.dylib (17.8) <C58ED77A-4986-31C2-994C-34DDFB8106F0> /usr/lib/libFosl_dynamic.dylib
0x7fff6fd18000 - 0x7fff6fd1ffff libMatch.1.dylib (31) <74AB4815-11D1-3930-A559-BD6550CE5865> /usr/lib/libMatch.1.dylib
0x7fff6fd30000 - 0x7fff6fd30fff libOpenScriptingUtil.dylib (174) <610F0242-7CE5-3C86-951B-B646562694AF> /usr/lib/libOpenScriptingUtil.dylib
0x7fff6fe67000 - 0x7fff6fe6bffb libScreenReader.dylib (562.18.4) <E239923D-54C9-3BBF-852F-87C09DEF4091> /usr/lib/libScreenReader.dylib
0x7fff6fe6c000 - 0x7fff6fe6dffb libSystem.B.dylib (1252.50.4) <F64430FD-30A6-328D-A476-0AED41D371C6> /usr/lib/libSystem.B.dylib
0x7fff6ff00000 - 0x7fff6ff00fff libapple_crypto.dylib (109.50.14) <48BA2E76-BF2F-3522-A54E-D7FB7EAF7A57> /usr/lib/libapple_crypto.dylib
0x7fff6ff01000 - 0x7fff6ff17ff7 libapple_nghttp2.dylib (1.24) <01402BC4-4822-3676-9C80-50D83F816424> /usr/lib/libapple_nghttp2.dylib
0x7fff6ff18000 - 0x7fff6ff42ff3 libarchive.2.dylib (54) <8FC28DD8-E315-3C3E-95FE-D1D2CBE49888> /usr/lib/libarchive.2.dylib
0x7fff6ff43000 - 0x7fff70046fe7 libate.dylib (1.13.1) <DABEA1B1-806C-34C9-8AFF-DEB6AB2829E3> /usr/lib/libate.dylib
0x7fff7004a000 - 0x7fff7004aff3 libauto.dylib (187) <A05C7900-F8C7-3E75-8D3F-909B40C19717> /usr/lib/libauto.dylib
0x7fff7004b000 - 0x7fff70103ff3 libboringssl.dylib (109.50.14) <E6813F87-B5E4-3F7F-A725-E6A7F2BD02EC> /usr/lib/libboringssl.dylib
0x7fff70104000 - 0x7fff70114ff3 libbsm.0.dylib (39) <6BC96A72-AFBE-34FD-91B1-748A530D8AE6> /usr/lib/libbsm.0.dylib
0x7fff70115000 - 0x7fff70122ffb libbz2.1.0.dylib (38) <0A5086BB-4724-3C14-979D-5AD4F26B5B45> /usr/lib/libbz2.1.0.dylib
0x7fff70123000 - 0x7fff70179fff libc++.1.dylib (400.9) <7D3DACCC-3804-393C-ABC1-1A580FD00CB6> /usr/lib/libc++.1.dylib
0x7fff7017a000 - 0x7fff7019eff7 libc++abi.dylib (400.8.2) <EF5E37D7-11D9-3530-BE45-B986612D13E2> /usr/lib/libc++abi.dylib
0x7fff701a0000 - 0x7fff701b0fff libcmph.dylib (6) <A5509EE8-7E00-3224-8814-015B077A3CF5> /usr/lib/libcmph.dylib
0x7fff701b1000 - 0x7fff701c7ffb libcompression.dylib (47.50.1) <12DB91E4-E4EE-3AE9-A000-BCACE7749DB6> /usr/lib/libcompression.dylib
0x7fff70472000 - 0x7fff7048aff7 libcoretls.dylib (155.50.1) <D350052E-DC4D-3185-ADBA-BA48EDCEE955> /usr/lib/libcoretls.dylib
0x7fff7048b000 - 0x7fff7048cff3 libcoretls_cfhelpers.dylib (155.50.1) <B297F5D8-F2FE-3566-A752-E9D998B9C039> /usr/lib/libcoretls_cfhelpers.dylib
0x7fff70625000 - 0x7fff707b6fff libcrypto.35.dylib (22.50.2) <97828BFD-4675-35DF-BE2E-C6D1555BB71D> /usr/lib/libcrypto.35.dylib
0x7fff7095d000 - 0x7fff709b3ff3 libcups.2.dylib (462.2) <64864CBE-03A3-34C7-9DBB-C93601F183FD> /usr/lib/libcups.2.dylib
0x7fff70af3000 - 0x7fff70af3fff libenergytrace.dylib (16) <A92AB8B8-B986-3CE6-980D-D55090FEF387> /usr/lib/libenergytrace.dylib
0x7fff70af4000 - 0x7fff70b0dffb libexpat.1.dylib (16.1.1) <5E1796FA-4041-3187-B5C2-8E6B03D1D72A> /usr/lib/libexpat.1.dylib
0x7fff70b2a000 - 0x7fff70b2fff3 libheimdal-asn1.dylib (520.50.6) <E358445A-B84E-31B5-BCCD-7E1397519D96> /usr/lib/libheimdal-asn1.dylib
0x7fff70b5b000 - 0x7fff70c4cff7 libiconv.2.dylib (51.50.1) <2FEC9707-3FAF-3828-A50D-8605086D060F> /usr/lib/libiconv.2.dylib
0x7fff70c4d000 - 0x7fff70e74ffb libicucore.A.dylib (59173.0.1) <CECAD5E5-3EFD-3AAC-AD9B-E355B2DD5E9C> /usr/lib/libicucore.A.dylib
0x7fff70ec1000 - 0x7fff70ec2fff liblangid.dylib (128) <39C39393-0D05-301D-93B2-F224FC4949AA> /usr/lib/liblangid.dylib
0x7fff70ec3000 - 0x7fff70edcffb liblzma.5.dylib (10) <3D419A50-961F-37D2-8A01-3DC7AB7B8D18> /usr/lib/liblzma.5.dylib
0x7fff70edd000 - 0x7fff70ef3ff7 libmarisa.dylib (9) <D6D2D55D-1D2E-3442-B152-B18803C0ABB4> /usr/lib/libmarisa.dylib
0x7fff70fa4000 - 0x7fff711ccff7 libmecabra.dylib (779.7.6) <F462F170-E872-3D09-B219-973D5E99C09F> /usr/lib/libmecabra.dylib
0x7fff713a4000 - 0x7fff7151efff libnetwork.dylib (1229.51.2) <D64FE2A1-CBFD-3817-A701-9A0DDBD70DCF> /usr/lib/libnetwork.dylib
0x7fff7159d000 - 0x7fff7198e3b7 libobjc.A.dylib (723) <BEEA51E2-1C4D-3672-87F6-F267B4AC6221> /usr/lib/libobjc.A.dylib
0x7fff719a1000 - 0x7fff719a5fff libpam.2.dylib (22) <7B4D2CE2-1438-387A-9802-5CEEFBF26F86> /usr/lib/libpam.2.dylib
0x7fff719a8000 - 0x7fff719dcfff libpcap.A.dylib (79.20.1) <FA13918B-A247-3181-B256-9B852C7BA316> /usr/lib/libpcap.A.dylib
0x7fff71a5b000 - 0x7fff71a77ffb libresolv.9.dylib (65) <E8F3415B-4472-3202-8901-41FD87981DB2> /usr/lib/libresolv.9.dylib
0x7fff71a79000 - 0x7fff71ab2ff3 libsandbox.1.dylib (765.50.51) <75B20FAF-0AED-3F18-9399-1BC75A916415> /usr/lib/libsandbox.1.dylib
0x7fff71ac6000 - 0x7fff71ac7ff3 libspindump.dylib (252) <D8E27057-E3CC-3D7F-A010-4A87830F6A83> /usr/lib/libspindump.dylib
0x7fff71ac8000 - 0x7fff71c55ff7 libsqlite3.dylib (274.8.1) <B70A2908-E0F7-364E-952A-1D2D19787B89> /usr/lib/libsqlite3.dylib
0x7fff71e29000 - 0x7fff71e89ff3 libusrtcp.dylib (1229.51.2) <3D8806D9-4BA9-35EE-BC44-F58BC2A0962D> /usr/lib/libusrtcp.dylib
0x7fff71e8a000 - 0x7fff71e8dffb libutil.dylib (51.20.1) <216D18E5-0BAF-3EAF-A38E-F6AC37CBABD9> /usr/lib/libutil.dylib
0x7fff71e8e000 - 0x7fff71e9bfff libxar.1.dylib (400) <0316128D-3B47-3052-995D-97B4FE5491DC> /usr/lib/libxar.1.dylib
0x7fff71e9f000 - 0x7fff71f86fff libxml2.2.dylib (31.10) <503721DB-0D8D-379E-B743-18CE59304155> /usr/lib/libxml2.2.dylib
0x7fff71f87000 - 0x7fff71faffff libxslt.1.dylib (15.12) <4A5E011D-8B29-3135-A52B-9A9070ABD752> /usr/lib/libxslt.1.dylib
0x7fff71fb0000 - 0x7fff71fc2ffb libz.1.dylib (70) <48C67CFC-940D-3857-8DAD-857774605352> /usr/lib/libz.1.dylib
0x7fff7205e000 - 0x7fff72062ff7 libcache.dylib (80) <092479CB-1008-3A83-BECF-E115F24D13C1> /usr/lib/system/libcache.dylib
0x7fff72063000 - 0x7fff7206dff3 libcommonCrypto.dylib (60118.50.1) <029F5985-9B6E-3DCB-9B96-FD007678C6A7> /usr/lib/system/libcommonCrypto.dylib
0x7fff7206e000 - 0x7fff72075fff libcompiler_rt.dylib (62) <968B8E3F-3681-3230-9D78-BB8732024F6E> /usr/lib/system/libcompiler_rt.dylib
0x7fff72076000 - 0x7fff7207fffb libcopyfile.dylib (146.50.5) <3885083D-50D8-3EEC-B481-B2E605180D7F> /usr/lib/system/libcopyfile.dylib
0x7fff72080000 - 0x7fff72105fff libcorecrypto.dylib (562.50.17) <67007279-24E1-3F30-802D-A55CD5C27946> /usr/lib/system/libcorecrypto.dylib
0x7fff7218d000 - 0x7fff721c6ff7 libdispatch.dylib (913.50.12) <848EEE57-4235-3A61-9A52-C0097DD2AB5E> /usr/lib/system/libdispatch.dylib
0x7fff721c7000 - 0x7fff721e4ff7 libdyld.dylib (551.3) <CF59A5A5-288B-30E6-BD42-9056B4E4139A> /usr/lib/system/libdyld.dylib
0x7fff721e5000 - 0x7fff721e5ffb libkeymgr.dylib (28) <E34E283E-90FA-3C59-B48E-1277CDB9CDCE> /usr/lib/system/libkeymgr.dylib
0x7fff721e6000 - 0x7fff721f2ff3 libkxld.dylib (4570.51.2) <A209B8A2-F5C3-35B1-A70B-1938F25B0ABE> /usr/lib/system/libkxld.dylib
0x7fff721f3000 - 0x7fff721f3ff7 liblaunch.dylib (1205.50.76) <4D52BB64-C568-3A36-8935-2480427EE2A2> /usr/lib/system/liblaunch.dylib
0x7fff721f4000 - 0x7fff721f8ffb libmacho.dylib (906) <1902A611-081A-3452-B11E-EBD1B166E831> /usr/lib/system/libmacho.dylib
0x7fff721f9000 - 0x7fff721fbff3 libquarantine.dylib (86) <26C0BA22-8F93-3A07-9A4E-C8D53D2CE42E> /usr/lib/system/libquarantine.dylib
0x7fff721fc000 - 0x7fff721fdff3 libremovefile.dylib (45) <711E18B2-5BBE-3211-A916-56740C27D17A> /usr/lib/system/libremovefile.dylib
0x7fff721fe000 - 0x7fff72215fff libsystem_asl.dylib (356.50.1) <3B24F2D1-B578-359D-ADB2-0ED19A364C38> /usr/lib/system/libsystem_asl.dylib
0x7fff72216000 - 0x7fff72216fff libsystem_blocks.dylib (67) <17303FDF-0D2D-3963-B05E-B4DF63052D47> /usr/lib/system/libsystem_blocks.dylib
0x7fff72217000 - 0x7fff722a0ff7 libsystem_c.dylib (1244.50.9) <1187BFE8-4576-3247-8177-481554E1F9E7> /usr/lib/system/libsystem_c.dylib
0x7fff722a1000 - 0x7fff722a4ffb libsystem_configuration.dylib (963.50.8) <DF6B5287-203E-30CB-9947-78DF446C72B8> /usr/lib/system/libsystem_configuration.dylib
0x7fff722a5000 - 0x7fff722a8ffb libsystem_coreservices.dylib (51) <486000D3-D8CB-3BE7-8EE5-8BF380DE6DF7> /usr/lib/system/libsystem_coreservices.dylib
0x7fff722a9000 - 0x7fff722aafff libsystem_darwin.dylib (1244.50.9) <09C21A4A-9EE0-388B-A9D9-DFF8F6758791> /usr/lib/system/libsystem_darwin.dylib
0x7fff722ab000 - 0x7fff722b1ff7 libsystem_dnssd.dylib (878.50.17) <9033B909-BCF7-37EB-A040-ADE8081611D6> /usr/lib/system/libsystem_dnssd.dylib
0x7fff722b2000 - 0x7fff722fbff7 libsystem_info.dylib (517.30.1) <AB634A98-B8AA-3804-8436-38261FC8EC4D> /usr/lib/system/libsystem_info.dylib
0x7fff722fc000 - 0x7fff72322ff7 libsystem_kernel.dylib (4570.51.2) <7FF1E390-2FAC-33A7-A545-60D9BB6692D4> /usr/lib/system/libsystem_kernel.dylib
0x7fff72323000 - 0x7fff7236efcb libsystem_m.dylib (3147.50.1) <FC2E58BA-E6D5-3D2A-89CA-67F212294136> /usr/lib/system/libsystem_m.dylib
0x7fff7236f000 - 0x7fff7238efff libsystem_malloc.dylib (140.50.6) <7FD43735-9DDD-300E-8C4A-F909A74BDF49> /usr/lib/system/libsystem_malloc.dylib
0x7fff7238f000 - 0x7fff724bfff3 libsystem_network.dylib (1229.51.2) <F65ED095-8ABA-3355-93F8-B9D0505932F4> /usr/lib/system/libsystem_network.dylib
0x7fff724c0000 - 0x7fff724caffb libsystem_networkextension.dylib (767.50.25) <758F1414-796D-3422-83C9-92D2915A06CE> /usr/lib/system/libsystem_networkextension.dylib
0x7fff724cb000 - 0x7fff724d4ff3 libsystem_notify.dylib (172) <08012EC0-2CD2-34BE-BF93-E7F56491299A> /usr/lib/system/libsystem_notify.dylib
0x7fff724d5000 - 0x7fff724dcff7 libsystem_platform.dylib (161.50.1) <6355EE2D-5456-3CA8-A227-B96E8F1E2AF8> /usr/lib/system/libsystem_platform.dylib
0x7fff724dd000 - 0x7fff724e8fff libsystem_pthread.dylib (301.50.1) <0E51CCBA-91F2-34E1-BF2A-FEEFD3D321E4> /usr/lib/system/libsystem_pthread.dylib
0x7fff724e9000 - 0x7fff724ecfff libsystem_sandbox.dylib (765.50.51) <B48D256E-D7DB-3D4F-BC95-34557170C7AA> /usr/lib/system/libsystem_sandbox.dylib
0x7fff724ed000 - 0x7fff724eeff3 libsystem_secinit.dylib (30) <DE8D14E8-A276-3FF8-AE13-77F7040F33C1> /usr/lib/system/libsystem_secinit.dylib
0x7fff724ef000 - 0x7fff724f6ff7 libsystem_symptoms.dylib (820.50.37) <ED7350E0-B68B-374A-9AB7-DC1F195A8327> /usr/lib/system/libsystem_symptoms.dylib
0x7fff724f7000 - 0x7fff7250afff libsystem_trace.dylib (829.50.17) <6568D68B-1D4C-38EE-90A9-54821D6403C0> /usr/lib/system/libsystem_trace.dylib
0x7fff7250c000 - 0x7fff72511ff7 libunwind.dylib (35.3) <BEF3FB49-5604-3B5F-82B5-332B80023AC3> /usr/lib/system/libunwind.dylib
0x7fff72512000 - 0x7fff7253ffff libxpc.dylib (1205.50.76) <25DB244E-217D-3CE0-A8F2-0C4255783B42> /usr/lib/system/libxpc.dylib

External Modification Summary:

Calls made by other processes targeting this process:

task_for_pid: 2
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: 225075
thread_create: 0
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=541.1M resident=0K(0%) swapped_out_or_unallocated=541.1M(100%)
Writable regions: Total=535.3M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=535.3M(100%)

VIRTUAL REGION

REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 256K 2
Activity Tracing 256K 2
CG backing stores 6872K 8
CG image 32K 4
CoreAnimation 52K 8
CoreGraphics 8K 2
CoreImage 8K 3
CoreUI image data 1352K 16
CoreUI image file 180K 3
Dispatch continuations 16.0M 2
Foundation 28K 3
Kernel Alloc Once 8K 2
MALLOC 378.6M 168
MALLOC guard page 48K 11
MALLOC_LARGE (reserved) 1504K 9 reserved VM address space (unallocated)
Memory Tag 242 12K 2
OpenGL GLSL 512K 7
STACK GUARD 116K 30
Stack 27.5M 31
Stack Guard 55.7M 2
VM_ALLOCATE 101.7M 192
DATA 47.6M 405
FONT_DATA 4K 2
GLSLBUILTINS 2588K 2
LINKEDIT 207.1M 113
TEXT 334.1M 392
UNICODE 560K 2
mapped file 71.4M 29
shared memory 700K 14
=========== ======= =======
TOTAL 1.2G 1437
TOTAL, minus reserved VM space 1.2G 1437

Model: iMac13,2, BootROM IM131.0114.B00, 4 processors, Intel Core i7, 3.4 GHz, 32 GB, SMC 2.11f16
Graphics: NVIDIA GeForce GTX 680MX, NVIDIA GeForce GTX 680MX, PCIe
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x85F7, 0x483634314755363747313630304700000000
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x85F7, 0x483634314755363747313630304700000000
Memory Module: BANK 0/DIMM1, 8 GB, DDR3, 1600 MHz, 0x85F7, 0x483634314755363747313630304700000000
Memory Module: BANK 1/DIMM1, 8 GB, DDR3, 1600 MHz, 0x85F7, 0x483634314755363747313630304700000000
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF4), Broadcom BCM43xx 1.0 (7.21.190.18.1a3)
Bluetooth: Version 6.0.5f3, 3 services, 27 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Serial ATA Device: APPLE HDD ST3000DM001, 3 TB
Serial ATA Device: APPLE SSD SM128E, 121.33 GB
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: FaceTime HD Camera (Built-in)
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: Hub
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: USB 3.0 Bus
USB Device: BUP Fast HDD
USB Device: My Passport 25E2
USB Device: Advantage2 Keyboard
USB Device: SpaceNavigator
Thunderbolt Bus: iMac, Apple Inc., 23.4

comment:5 by Eric Pettersen, 7 years ago

Resolution: → fixed
Status: assigned → closed

"position changed" was being change-tracked on an unopened model (i.e. one that shouldn't be tracking changes)

Fix is in the next daily build.

Note: See TracTickets for help on using tickets.