wiki:TracQuery

Trac Ticket Queries

In addition to reports, Trac provides support for custom ticket queries, which can be used to display tickets that meet specified criteria.

To configure and execute a custom query, switch to the View Tickets module from the navigation bar, and select the Custom Query link.

Filters

When you first go to the query page, the default filter will display tickets relevant to you:

  • If logged in then all open tickets, it will display open tickets assigned to you.
  • If not logged in but you have specified a name or email address in the preferences, then it will display all open tickets where your email (or name if email not defined) is in the CC list.
  • If not logged in and no name/email is defined in the preferences, then all open issues are displayed.

Current filters can be removed by clicking the button to the left with the minus sign on the label. New filters are added from the pulldown lists at the bottom corners of the filters box; 'And' conditions on the left, 'Or' conditions on the right. Filters with either a text box or a pulldown menu of options can be added multiple times to perform an Or on the criteria.

You can use the fields just below the filters box to group the results based on a field, or display the full description for each ticket.

After you have edited your filters, click the Update button to refresh your results.

Some shortcuts can be used to manipulate checkbox filters.

  • Clicking on a filter row label toggles all checkboxes.
  • Pressing the modifier key while clicking on a filter row label inverts the state of all checkboxes.
  • Pressing the modifier key while clicking on a checkbox selects the checkbox and deselects all other checkboxes in the filter.

The modifier key is platform and browser dependent. On Mac the modified key is Option/Alt or Command. On Linux the modifier key is Ctrl + Alt. Opera on Windows seems to use Ctrl + Alt, while Alt is effective for other Windows browsers.

Clicking on one of the query results will take you to that ticket. You can navigate through the results by clicking the Next Ticket or Previous Ticket links just below the main menu bar, or click the Back to Query link to return to the query page.

You can safely edit any of the tickets and continue to navigate through the results using the Next/Previous/Back to Query links after saving your results. When you return to the query any tickets which were edited will be displayed with italicized text. If one of the tickets was edited such that it no longer matches the query criteria , the text will also be greyed. Lastly, if a new ticket matching the query criteria has been created, it will be shown in bold.

The query results can be refreshed and cleared of these status indicators by clicking the Update button again.

Saving Queries

Trac allows you to save the query as a named query accessible from the reports module. To save a query ensure that you have Updated the view and then click the Save query button displayed beneath the results. You can also save references to queries in Wiki content, as described below.

Note: one way to easily build queries like the ones below, you can build and test the queries in the Custom report module and when ready - click Save query. This will build the query string for you. All you need to do is remove the extra line breaks.

Note: you must have the REPORT_CREATE permission in order to save queries to the list of default reports. The Save query button will only appear if you are logged in as a user that has been granted this permission. If your account does not have permission to create reports, you can still use the methods below to save a query.

You may want to save some queries so that you can come back to them later. You can do this by making a link to the query from any Wiki page.

[query:status=new|assigned|reopened&version=1.0 Active tickets against 1.0]

Which is displayed as:

Active tickets against 1.0

This uses a very simple query language to specify the criteria, see Query Language.

Alternatively, you can copy the query string of a query and paste that into the Wiki link, including the leading ? character:

[query:?status=new&status=assigned&status=reopened&group=owner Assigned tickets by owner]

Which is displayed as:

Assigned tickets by owner

Customizing the table format

You can also customize the columns displayed in the table format (format=table) by using col=<field>. You can specify multiple fields and what order they are displayed in by placing pipes (|) between the columns:

[[TicketQuery(max=3,status=closed,order=id,desc=1,format=table,col=resolution|summary|owner|reporter)]]

This is displayed as:

Results (1 - 3 of 13981)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#20487 can't reproduce Crash in QtWebEngineCore::ProfileAdapter::ProfileAdapter creating html profile Tom Goddard chimerax-bug-report@…
#20486 can't reproduce Crash in QtWebEngineCore::WebContentsAdapter::initialize Tom Goddard chimerax-bug-report@…
#20485 nonchimerax Crash in glBufferSubData Tom Goddard martakubanska@…
1 2 3 4 5 6 7 8 9 10 11

Full rows

In table format you can also have full rows by using rows=<field>:

[[TicketQuery(max=3,status=closed,order=id,desc=1,format=table,col=resolution|summary|owner|reporter,rows=description)]]

This is displayed as:

Results (1 - 3 of 13981)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#20487 can't reproduce Crash in QtWebEngineCore::ProfileAdapter::ProfileAdapter creating html profile Tom Goddard chimerax-bug-report@…
Description
The following bug report has been submitted:
Platform:        macOS-26.3.1-arm64-arm-64bit
ChimeraX Version: 1.12rc202606060206 (2026-06-06 02:06:12 UTC)
Description
Last time you used ChimeraX it crashed.
Please describe steps that led to the crash here.
Qt fatal error: Single mode supports only single profile.
Fatal Python error: Aborted

Current thread 0x00000001f9043100 (most recent call first):
  File "/Applications/ChimeraX-1.12-rc2026.06.08.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/ui/widgets/htmlview.py", line 56 in create_profile
  File "/Applications/ChimeraX-1.12-rc2026.06.08.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/ui/widgets/htmlview.py", line 374 in create_chimerax_profile
  File "/Applications/ChimeraX-1.12-rc2026.06.08.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/log/tool.py", line 220 in __init__
  File "/Applications/ChimeraX-1.12-rc2026.06.08.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/log/tool.py", line 279 in __init__
  File "/Applications/ChimeraX-1.12-rc2026.06.08.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/core/tools.py", line 216 in get_singleton
  File "/Applications/ChimeraX-1.12-rc2026.06.08.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/log/cmd.py", line 30 in get_singleton
  File "/Applications/ChimeraX-1.12-rc2026.06.08.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/log/__init__.py", line 41 in start_tool
  File "/Applications/ChimeraX-1.12-rc2026.06.08.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/core/toolshed/__init__.py", line 1400 in start_tool
  File "/Applications/ChimeraX-1.12-rc2026.06.08.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/core/toolshed/info.py", line 571 in start_tool
  File "/Applications/ChimeraX-1.12-rc2026.06.08.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/core/tools.py", line 421 in start_tools
  File "/Applications/ChimeraX-1.12-rc2026.06.08.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/ui/gui.py", line 363 in build
  File "/Applications/ChimeraX-1.12-rc2026.06.08.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/core/__main__.py", line 832 in init
  File "/Applications/ChimeraX-1.12-rc2026.06.08.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/core/__main__.py", line 1229 in 
  File "", line 88 in _run_code
  File "", line 198 in _run_module_as_main

Extension modules: chimerax.arrays._arrays, numpy.core._multiarray_umath, numpy.core._multiarray_tests, numpy.linalg._umath_linalg, numpy.fft._pocketfft_internal, numpy.random._common, numpy.random.bit_generator, numpy.random._bounded_integers, numpy.random._mt19937, numpy.random.mtrand, numpy.random._philox, numpy.random._pcg64, numpy.random._sfc64, numpy.random._generator, chimerax.geometry._geometry, PyQt6.QtCore, PyQt6.QtGui, PyQt6.QtWidgets, PyQt6.QtNetwork, PyQt6.QtPrintSupport, PyQt6.QtWebChannel, PyQt6.QtWebEngineCore, PyQt6.QtWebEngineWidgets, chimerax.atomic_lib._load_libs, tinyarray, chimerax.atomic.cymol, chimerax.atomic.cytmpl, psutil._psutil_osx, psutil._psutil_posix, chimerax.map._map, chimerax.surface._surface, chimerax.pdb_lib._load_libs, OpenGL_accelerate.errorchecker, OpenGL_accelerate.wrapper, OpenGL_accelerate.formathandler, OpenGL_accelerate.arraydatatype, OpenGL_accelerate.latebind, OpenGL_accelerate.vbo, chimerax.core._mac_util (total: 39)


{"app_name":"ChimeraX","timestamp":"2026-06-11 21:18:32.00 -0400","app_version":"1.12.0","slice_uuid":"544eb719-b770-3601-b425-1ceb237637ac","build_version":"1.12.0.0","platform":1,"bundleID":"edu.ucsf.cgl.ChimeraX","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 26.3.1 (25D2128)","roots_installed":0,"name":"ChimeraX","incident_id":"FEF22947-913D-4FEE-B4D5-19B640F5158A"}
{
  "uptime" : 160000,
  "procRole" : "Background",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "Mac16,8",
  "coalitionID" : 601,
  "osVersion" : {
    "train" : "macOS 26.3.1",
    "build" : "25D2128",
    "releaseType" : "User"
  },
  "captureTime" : "2026-06-11 21:18:31.7674 -0400",
  "codeSigningMonitor" : 2,
  "incident" : "FEF22947-913D-4FEE-B4D5-19B640F5158A",
  "pid" : 9461,
  "translated" : false,
  "cpuType" : "ARM-64",
  "procLaunch" : "2026-06-11 21:18:30.7624 -0400",
  "procStartAbsTime" : 3923608510500,
  "procExitAbsTime" : 3923632556310,
  "procName" : "ChimeraX",
  "procPath" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/MacOS\/ChimeraX",
  "bundleInfo" : {"CFBundleShortVersionString":"1.12.0","CFBundleVersion":"1.12.0.0","CFBundleIdentifier":"edu.ucsf.cgl.ChimeraX"},
  "storeInfo" : {"deviceIdentifierForVendor":"32A60B3F-7501-59DE-9DC2-0B867A8720A6","thirdParty":true},
  "parentProc" : "R",
  "parentPid" : 9131,
  "coalitionName" : "com.google.antigravity-ide",
  "crashReporterKey" : "C913535C-DA4E-94A6-3829-AEFB4F5BB1C7",
  "appleIntelligenceStatus" : {"state":"available"},
  "developerMode" : 1,
  "responsiblePid" : 56937,
  "responsibleProc" : "Electron",
  "codeSigningID" : "edu.ucsf.cgl.ChimeraX",
  "codeSigningTeamID" : "LWV8X224YF",
  "codeSigningFlags" : 570491649,
  "codeSigningValidationCategory" : 6,
  "codeSigningTrustLevel" : 4294967295,
  "codeSigningAuxiliaryInfo" : 0,
  "instructionByteStream" : {"beforePC":"fyMD1f17v6n9AwCRFOD\/l78DAJH9e8Go\/w9f1sADX9YQKYDSARAA1A==","atPC":"AwEAVH8jA9X9e7+p\/QMAkQng\/5e\/AwCR\/XvBqP8PX9bAA1\/WcAqA0g=="},
  "bootSessionUUID" : "5C0A4C71-2BF9-4BB3-8BD4-37DDD38A52A5",
  "wakeTime" : 6995,
  "sleepWakeUUID" : "19BFAFA3-8852-4855-98E3-4F82C48D2B80",
  "sip" : "enabled",
  "exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"},
  "termination" : {"flags":0,"code":6,"namespace":"SIGNAL","indicator":"Abort trap: 6","byProc":"ChimeraX","byPid":9461},
  "asi" : {"libsystem_c.dylib":["abort() called"]},
  "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
  "faultingThread" : 0,
  "threads" : [{

"threadState":{"x":[{"value":0},{"value":0},{"value":1},{"value":53641788056},{"value":99},{"value":103},{"value":10},{"value":0},{"value":4707483412370897514},{"value":4707483413327448938},{"value":14757395258967641293},{"value":4294967286},{"value":53641787986},{"value":0},{"value":51},{"value":4294967280},{"value":328},{"value":8495583168},{"value":0},{"value":6},{"value":259},{"value":8472768992					,"symbolLocation":224,"symbol":    "_main_thread"},{"value":0},{"value":1},{"value":4356146744					,"symbolLocation":0,"symbol":    "faulthandler_handlers"},{"value":53681779408},{"value":6134321592},{"value":53681779440},{"value":6134321544}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657931400},"cpsr":{"value":1073741824},"fp":{"value":53641788128},"sp":{"value":53641788096},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657693104,"matchesCrashFrame":1},"far":{"value":0}},"id":2808280,"triggered":true,"name":"CrBrowserMain","queue":"com.apple.main-thread","frames":[


{"imageOffset":38320,"symbol":    "__pthread_kill"					,"symbolLocation":8,"imageIndex":105},
{"imageOffset":26760,"symbol":    "pthread_kill"					,"symbolLocation":296,"imageIndex":106},
{"imageOffset":269616,"symbol":    "raise"					,"symbolLocation":32,"imageIndex":107},
{"imageOffset":2447420,"symbol":    "faulthandler_fatal_error"					,"symbolLocation":392,"imageIndex":1},
{"imageOffset":14180,"symbol":    "_sigtramp"					,"symbolLocation":56,"imageIndex":108},
{"imageOffset":26760,"symbol":    "pthread_kill"					,"symbolLocation":296,"imageIndex":106},
{"imageOffset":497744,"symbol":    "abort"					,"symbolLocation":124,"imageIndex":107},
{"imageOffset":41928,"imageIndex":45},
{"imageOffset":138792,"imageIndex":45},
{"imageOffset":3561160,"symbol":    "QMessageLogger::fatal(char const*, ...) const"					,"symbolLocation":96,"imageIndex":45},
{"imageOffset":81821260,"imageIndex":55},
{"imageOffset":1091660,"imageIndex":55},
{"imageOffset":785488,"symbol":    "QtWebEngineCore::ProfileAdapter::ProfileAdapter(QString const&, QString const&, QString const&, QtWebEngineCore::ProfileAdapter::HttpCacheType, QtWebEngineCore::ProfileAdapter::PersistentCookiesPolicy, int, QtWebEngineCore::ProfileAdapter::PersistentPermissionsPolicy, QList const&)"					,"symbolLocation":456,"imageIndex":55},
{"imageOffset":276424,"symbol":    "QWebEngineProfile::QWebEngineProfile(QObject*)"					,"symbolLocation":152,"imageIndex":55},
{"imageOffset":74328,"symbol":    "init_type_QWebEngineProfile(_sipSimpleWrapper*, _object*, _object*, _object**, _object**, _object**)"					,"symbolLocation":140,"imageIndex":69},
{"imageOffset":17164,"symbol":    "sipSimpleWrapper_init"					,"symbolLocation":472,"imageIndex":46},
{"imageOffset":1127728,"symbol":    "type_call"					,"symbolLocation":136,"imageIndex":1},
{"imageOffset":586556,"symbol":    "_PyObject_MakeTpCall"					,"symbolLocation":128,"imageIndex":1},
{"imageOffset":1798332,"symbol":    "_PyEval_EvalFrameDefault"					,"symbolLocation":54032,"imageIndex":1},
{"imageOffset":1820600,"symbol":    "_PyEval_Vector"					,"symbolLocation":156,"imageIndex":1},
{"imageOffset":587356,"symbol":    "_PyObject_FastCallDictTstate"					,"symbolLocation":96,"imageIndex":1},
{"imageOffset":1166256,"symbol":    "slot_tp_init"					,"symbolLocation":180,"imageIndex":1},
{"imageOffset":1127728,"symbol":    "type_call"					,"symbolLocation":136,"imageIndex":1},
{"imageOffset":586556,"symbol":    "_PyObject_MakeTpCall"					,"symbolLocation":128,"imageIndex":1},
{"imageOffset":1798332,"symbol":    "_PyEval_EvalFrameDefault"					,"symbolLocation":54032,"imageIndex":1},
{"imageOffset":1820600,"symbol":    "_PyEval_Vector"					,"symbolLocation":156,"imageIndex":1},
{"imageOffset":587356,"symbol":    "_PyObject_FastCallDictTstate"					,"symbolLocation":96,"imageIndex":1},
{"imageOffset":1166256,"symbol":    "slot_tp_init"					,"symbolLocation":180,"imageIndex":1},
{"imageOffset":1127728,"symbol":    "type_call"					,"symbolLocation":136,"imageIndex":1},
{"imageOffset":591352,"symbol":    "_PyObject_Call"					,"symbolLocation":124,"imageIndex":1},
{"imageOffset":1808656,"symbol":    "_PyEval_EvalFrameDefault"					,"symbolLocation":64356,"imageIndex":1},
{"imageOffset":1739512,"symbol":    "PyEval_EvalCode"					,"symbolLocation":276,"imageIndex":1},
{"imageOffset":1717120,"symbol":    "builtin_exec"					,"symbolLocation":428,"imageIndex":1},
{"imageOffset":1000848,"symbol":    "cfunction_vectorcall_FASTCALL_KEYWORDS"					,"symbolLocation":80,"imageIndex":1},
{"imageOffset":1797396,"symbol":    "_PyEval_EvalFrameDefault"					,"symbolLocation":53096,"imageIndex":1},
{"imageOffset":1820600,"symbol":    "_PyEval_Vector"					,"symbolLocation":156,"imageIndex":1},
{"imageOffset":2419316,"symbol":    "pymain_run_module"					,"symbolLocation":256,"imageIndex":1},
{"imageOffset":2417940,"symbol":    "Py_RunMain"					,"symbolLocation":1784,"imageIndex":1},
{"imageOffset":2422468,"symbol":    "pymain_main"					,"symbolLocation":52,"imageIndex":1},
{"imageOffset":2422404,"symbol":    "Py_Main"					,"symbolLocation":36,"imageIndex":1},
{"imageOffset":5032,"symbol":    "main"					,"symbolLocation":128,"imageIndex":0},
{"imageOffset":36180,"symbol":    "start"					,"symbolLocation":7184,"imageIndex":109}]},{"id":2808289,"frames":[


{"imageOffset":17656,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":105},
{"imageOffset":28892,"symbol":    "_pthread_cond_wait"					,"symbolLocation":984,"imageIndex":106},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":106},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":106}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6134902472},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8495583096},{"value":0},{"value":4553252880					,"symbolLocation":16,"symbol":    "thread_status"},{"value":4553252944					,"symbolLocation":80,"symbol":    "thread_status"},{"value":6134903008},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4553166848					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657933532},"cpsr":{"value":1610612736},"fp":{"value":6134902592},"sp":{"value":6134902448},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657672440},"far":{"value":0}}},{"id":2808290,"frames":[


{"imageOffset":17656,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":105},
{"imageOffset":28892,"symbol":    "_pthread_cond_wait"					,"symbolLocation":984,"imageIndex":106},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":106},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":106}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6135475912},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8495583096},{"value":0},{"value":4553253008					,"symbolLocation":144,"symbol":    "thread_status"},{"value":4553253072					,"symbolLocation":208,"symbol":    "thread_status"},{"value":6135476448},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4553166848					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657933532},"cpsr":{"value":1610612736},"fp":{"value":6135476032},"sp":{"value":6135475888},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657672440},"far":{"value":0}}},{"id":2808291,"frames":[


{"imageOffset":17656,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":105},
{"imageOffset":28892,"symbol":    "_pthread_cond_wait"					,"symbolLocation":984,"imageIndex":106},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":106},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":106}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6136049352},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8495583096},{"value":0},{"value":4553253136					,"symbolLocation":272,"symbol":    "thread_status"},{"value":4553253200					,"symbolLocation":336,"symbol":    "thread_status"},{"value":6136049888},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4553166848					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657933532},"cpsr":{"value":1610612736},"fp":{"value":6136049472},"sp":{"value":6136049328},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657672440},"far":{"value":0}}},{"id":2808292,"frames":[


{"imageOffset":17656,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":105},
{"imageOffset":28892,"symbol":    "_pthread_cond_wait"					,"symbolLocation":984,"imageIndex":106},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":106},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":106}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6136622792},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8495583096},{"value":0},{"value":4553253264					,"symbolLocation":400,"symbol":    "thread_status"},{"value":4553253328					,"symbolLocation":464,"symbol":    "thread_status"},{"value":6136623328},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4553166848					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657933532},"cpsr":{"value":1610612736},"fp":{"value":6136622912},"sp":{"value":6136622768},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657672440},"far":{"value":0}}},{"id":2808293,"frames":[


{"imageOffset":17656,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":105},
{"imageOffset":28892,"symbol":    "_pthread_cond_wait"					,"symbolLocation":984,"imageIndex":106},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":106},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":106}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6137196232},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8495583096},{"value":0},{"value":4553253392					,"symbolLocation":528,"symbol":    "thread_status"},{"value":4553253456					,"symbolLocation":592,"symbol":    "thread_status"},{"value":6137196768},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4553166848					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657933532},"cpsr":{"value":1610612736},"fp":{"value":6137196352},"sp":{"value":6137196208},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657672440},"far":{"value":0}}},{"id":2808294,"frames":[


{"imageOffset":17656,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":105},
{"imageOffset":28892,"symbol":    "_pthread_cond_wait"					,"symbolLocation":984,"imageIndex":106},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":106},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":106}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6137769672},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8495583096},{"value":0},{"value":4553253520					,"symbolLocation":656,"symbol":    "thread_status"},{"value":4553253584					,"symbolLocation":720,"symbol":    "thread_status"},{"value":6137770208},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4553166848					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657933532},"cpsr":{"value":1610612736},"fp":{"value":6137769792},"sp":{"value":6137769648},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657672440},"far":{"value":0}}},{"id":2808295,"frames":[


{"imageOffset":17656,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":105},
{"imageOffset":28892,"symbol":    "_pthread_cond_wait"					,"symbolLocation":984,"imageIndex":106},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":106},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":106}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6138343112},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8495583096},{"value":0},{"value":4553253648					,"symbolLocation":784,"symbol":    "thread_status"},{"value":4553253712					,"symbolLocation":848,"symbol":    "thread_status"},{"value":6138343648},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4553166848					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657933532},"cpsr":{"value":1610612736},"fp":{"value":6138343232},"sp":{"value":6138343088},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657672440},"far":{"value":0}}},{"id":2808296,"frames":[


{"imageOffset":17656,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":105},
{"imageOffset":28892,"symbol":    "_pthread_cond_wait"					,"symbolLocation":984,"imageIndex":106},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":106},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":106}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6138916552},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8495583096},{"value":0},{"value":4553253776					,"symbolLocation":912,"symbol":    "thread_status"},{"value":4553253840					,"symbolLocation":976,"symbol":    "thread_status"},{"value":6138917088},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4553166848					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657933532},"cpsr":{"value":1610612736},"fp":{"value":6138916672},"sp":{"value":6138916528},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657672440},"far":{"value":0}}},{"id":2808297,"frames":[


{"imageOffset":17656,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":105},
{"imageOffset":28892,"symbol":    "_pthread_cond_wait"					,"symbolLocation":984,"imageIndex":106},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":106},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":106}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6139489992},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8495583096},{"value":0},{"value":4553253904					,"symbolLocation":1040,"symbol":    "thread_status"},{"value":4553253968					,"symbolLocation":1104,"symbol":    "thread_status"},{"value":6139490528},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4553166848					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657933532},"cpsr":{"value":1610612736},"fp":{"value":6139490112},"sp":{"value":6139489968},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657672440},"far":{"value":0}}},{"id":2808298,"frames":[


{"imageOffset":17656,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":105},
{"imageOffset":28892,"symbol":    "_pthread_cond_wait"					,"symbolLocation":984,"imageIndex":106},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":106},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":106}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6140063432},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8495583096},{"value":0},{"value":4553254032					,"symbolLocation":1168,"symbol":    "thread_status"},{"value":4553254096					,"symbolLocation":1232,"symbol":    "thread_status"},{"value":6140063968},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4553166848					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657933532},"cpsr":{"value":1610612736},"fp":{"value":6140063552},"sp":{"value":6140063408},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657672440},"far":{"value":0}}},{"id":2808299,"frames":[


{"imageOffset":17656,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":105},
{"imageOffset":28892,"symbol":    "_pthread_cond_wait"					,"symbolLocation":984,"imageIndex":106},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":106},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":106}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6140636872},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8495583096},{"value":0},{"value":4553254160					,"symbolLocation":1296,"symbol":    "thread_status"},{"value":4553254224					,"symbolLocation":1360,"symbol":    "thread_status"},{"value":6140637408},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4553166848					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657933532},"cpsr":{"value":1610612736},"fp":{"value":6140636992},"sp":{"value":6140636848},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657672440},"far":{"value":0}}},{"id":2808300,"frames":[


{"imageOffset":17656,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":105},
{"imageOffset":28892,"symbol":    "_pthread_cond_wait"					,"symbolLocation":984,"imageIndex":106},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":106},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":106}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6141210312},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8495583096},{"value":0},{"value":4553254288					,"symbolLocation":1424,"symbol":    "thread_status"},{"value":4553254352					,"symbolLocation":1488,"symbol":    "thread_status"},{"value":6141210848},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4553166848					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657933532},"cpsr":{"value":1610612736},"fp":{"value":6141210432},"sp":{"value":6141210288},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657672440},"far":{"value":0}}},{"id":2808301,"frames":[


{"imageOffset":17656,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":105},
{"imageOffset":28892,"symbol":    "_pthread_cond_wait"					,"symbolLocation":984,"imageIndex":106},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":106},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":106}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6141783752},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8495583096},{"value":0},{"value":4553254416					,"symbolLocation":1552,"symbol":    "thread_status"},{"value":4553254480					,"symbolLocation":1616,"symbol":    "thread_status"},{"value":6141784288},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4553166848					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657933532},"cpsr":{"value":1610612736},"fp":{"value":6141783872},"sp":{"value":6141783728},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657672440},"far":{"value":0}}},{"id":2808302,"frames":[

],

"threadState":{"x":[{"value":6142357504},{"value":9987},{"value":6141820928},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6142357504},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657911700},"far":{"value":0}}},{"id":2808303,

"threadState":{"x":[{"value":0},{"value":17297326606},{"value":0},{"value":123139},{"value":0},{"value":91323889614848},{"value":16384},{"value":0},{"value":0},{"value":17179869184},{"value":16384},{"value":0},{"value":0},{"value":0},{"value":21263},{"value":1},{"value":18446744073709551569},{"value":8495584984},{"value":0},{"value":0},{"value":16384},{"value":91323889614848},{"value":0},{"value":123139},{"value":6142911552},{"value":0},{"value":17297326606},{"value":18446744073709550527},{"value":117457422}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657732648},"cpsr":{"value":0},"fp":{"value":6142911216},"sp":{"value":6142911136},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657657908},"far":{"value":0}},"queue":"com.apple.MTLCompilerConnectionQueue","frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":105},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":105},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":105},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":105},
{"imageOffset":119148,"symbol":    "_dispatch_mach_send_and_wait_for_reply"					,"symbolLocation":548,"imageIndex":111},
{"imageOffset":120076,"symbol":    "dispatch_mach_send_with_result_and_wait_for_reply"					,"symbolLocation":60,"imageIndex":111},
{"imageOffset":49492,"symbol":    "xpc_connection_send_message_with_reply_sync"					,"symbolLocation":284,"imageIndex":112},
{"imageOffset":198712,"symbol":    "MTLXPCCompilerConnection::checkConnectionAlive()"					,"symbolLocation":188,"imageIndex":113},
{"imageOffset":1859372,"symbol":    "invocation function for block in MTLSchedulerRequest::generateXPCBlock(qos_class_t, int)"					,"symbolLocation":1012,"imageIndex":113},
{"imageOffset":113364,"symbol":    "_dispatch_client_callout"					,"symbolLocation":16,"imageIndex":111},
{"imageOffset":27700,"symbol":    "_dispatch_block_invoke_direct"					,"symbolLocation":284,"imageIndex":111},
{"imageOffset":1619564,"symbol":    "invocation function for block in MTLCompilerScheduler::createBlockWithData(std::__1::shared_ptr)"					,"symbolLocation":48,"imageIndex":113},
{"imageOffset":70864,"symbol":    "_dispatch_block_async_invoke2"					,"symbolLocation":148,"imageIndex":111},
{"imageOffset":113364,"symbol":    "_dispatch_client_callout"					,"symbolLocation":16,"imageIndex":111},
{"imageOffset":42216,"symbol":    "_dispatch_lane_serial_drain"					,"symbolLocation":740,"imageIndex":111},
{"imageOffset":45048,"symbol":    "_dispatch_lane_invoke"					,"symbolLocation":440,"imageIndex":111},
{"imageOffset":87156,"symbol":    "_dispatch_root_queue_drain_deferred_wlh"					,"symbolLocation":292,"imageIndex":111},
{"imageOffset":85356,"symbol":    "_dispatch_workloop_worker_thread"					,"symbolLocation":692,"imageIndex":111},
{"imageOffset":11852,"symbol":    "_pthread_wqthread"					,"symbolLocation":292,"imageIndex":106},
{"imageOffset":7068,"symbol":    "start_wqthread"					,"symbolLocation":8,"imageIndex":106}]},{"id":2808306,

"threadState":{"x":[{"value":0},{"value":17297326606},{"value":0},{"value":121347},{"value":0},{"value":105566001168384},{"value":16384},{"value":0},{"value":0},{"value":17179869184},{"value":16384},{"value":0},{"value":0},{"value":0},{"value":24579},{"value":1},{"value":18446744073709551569},{"value":8495584984},{"value":0},{"value":0},{"value":16384},{"value":105566001168384},{"value":0},{"value":121347},{"value":6143484992},{"value":0},{"value":17297326606},{"value":18446744073709550527},{"value":117457422}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657732648},"cpsr":{"value":0},"fp":{"value":6143484656},"sp":{"value":6143484576},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657657908},"far":{"value":0}},"queue":"com.apple.MTLCompilerConnectionQueue","frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":105},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":105},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":105},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":105},
{"imageOffset":119148,"symbol":    "_dispatch_mach_send_and_wait_for_reply"					,"symbolLocation":548,"imageIndex":111},
{"imageOffset":120076,"symbol":    "dispatch_mach_send_with_result_and_wait_for_reply"					,"symbolLocation":60,"imageIndex":111},
{"imageOffset":49492,"symbol":    "xpc_connection_send_message_with_reply_sync"					,"symbolLocation":284,"imageIndex":112},
{"imageOffset":198712,"symbol":    "MTLXPCCompilerConnection::checkConnectionAlive()"					,"symbolLocation":188,"imageIndex":113},
{"imageOffset":1859372,"symbol":    "invocation function for block in MTLSchedulerRequest::generateXPCBlock(qos_class_t, int)"					,"symbolLocation":1012,"imageIndex":113},
{"imageOffset":113364,"symbol":    "_dispatch_client_callout"					,"symbolLocation":16,"imageIndex":111},
{"imageOffset":27700,"symbol":    "_dispatch_block_invoke_direct"					,"symbolLocation":284,"imageIndex":111},
{"imageOffset":1619564,"symbol":    "invocation function for block in MTLCompilerScheduler::createBlockWithData(std::__1::shared_ptr)"					,"symbolLocation":48,"imageIndex":113},
{"imageOffset":70864,"symbol":    "_dispatch_block_async_invoke2"					,"symbolLocation":148,"imageIndex":111},
{"imageOffset":113364,"symbol":    "_dispatch_client_callout"					,"symbolLocation":16,"imageIndex":111},
{"imageOffset":42216,"symbol":    "_dispatch_lane_serial_drain"					,"symbolLocation":740,"imageIndex":111},
{"imageOffset":45048,"symbol":    "_dispatch_lane_invoke"					,"symbolLocation":440,"imageIndex":111},
{"imageOffset":87156,"symbol":    "_dispatch_root_queue_drain_deferred_wlh"					,"symbolLocation":292,"imageIndex":111},
{"imageOffset":85356,"symbol":    "_dispatch_workloop_worker_thread"					,"symbolLocation":692,"imageIndex":111},
{"imageOffset":11852,"symbol":    "_pthread_wqthread"					,"symbolLocation":292,"imageIndex":106},
{"imageOffset":7068,"symbol":    "start_wqthread"					,"symbolLocation":8,"imageIndex":106}]},{"id":2808307,"frames":[

],

"threadState":{"x":[{"value":6144077824},{"value":24835},{"value":6143541248},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6144077824},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657911700},"far":{"value":0}}},{"id":2808308,"name":"com.apple.NSEventThread",

"threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":117660629073920},{"value":0},{"value":117660629073920},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":27395},{"value":53625421824},{"value":18446744073709551569},{"value":1006754296},{"value":0},{"value":4294967295},{"value":2},{"value":117660629073920},{"value":0},{"value":117660629073920},{"value":6144647304},{"value":8589934592},{"value":21592279046},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657732648},"cpsr":{"value":0},"fp":{"value":6144647152},"sp":{"value":6144647072},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657657908},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":105},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":105},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":105},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":105},
{"imageOffset":392112,"symbol":    "__CFRunLoopServiceMachPort"					,"symbolLocation":160,"imageIndex":114},
{"imageOffset":386312,"symbol":    "__CFRunLoopRun"					,"symbolLocation":1188,"imageIndex":114},
{"imageOffset":1150780,"symbol":    "_CFRunLoopRunSpecificWithOptions"					,"symbolLocation":532,"imageIndex":114},
{"imageOffset":719412,"symbol":    "_NSEventThread"					,"symbolLocation":184,"imageIndex":115},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":106},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":106}]},{"id":2808310,"name":"ThreadPoolServiceThread",

"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":53640945536},{"value":4},{"value":0},{"value":0},{"value":5978583924},{"value":0},{"value":0},{"value":48},{"value":56},{"value":5978580477},{"value":5978580477},{"value":0},{"value":0},{"value":369},{"value":6153072640},{"value":0},{"value":53654680304},{"value":53654701184},{"value":0},{"value":12297829382473034411},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5870312612},"cpsr":{"value":1610612736},"fp":{"value":6153072000},"sp":{"value":6153071920},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657706884},"far":{"value":0}},"frames":[


{"imageOffset":52100,"symbol":    "kevent64"					,"symbolLocation":8,"imageIndex":105},
{"imageOffset":84335780,"imageIndex":55},
{"imageOffset":84335344,"imageIndex":55},
{"imageOffset":83899364,"imageIndex":55},
{"imageOffset":83592152,"imageIndex":55},
{"imageOffset":84063784,"imageIndex":55},
{"imageOffset":83956196,"imageIndex":55},
{"imageOffset":84064184,"imageIndex":55},
{"imageOffset":84175948,"imageIndex":55},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":106},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":106}]},{"id":2808311,"name":"ThreadPoolForegroundWorker",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":272691768590336},{"value":0},{"value":272691768590336},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":63491},{"value":0},{"value":18446744073709551569},{"value":4949787189},{"value":0},{"value":0},{"value":32},{"value":272691768590336},{"value":0},{"value":272691768590336},{"value":6161493216},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657732648},"cpsr":{"value":0},"fp":{"value":6161492560},"sp":{"value":6161492480},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657657908},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":105},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":105},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":105},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":105},
{"imageOffset":84291672,"imageIndex":55},
{"imageOffset":83741660,"imageIndex":55},
{"imageOffset":84006264,"imageIndex":55},
{"imageOffset":84008924,"imageIndex":55},
{"imageOffset":84008092,"imageIndex":55},
{"imageOffset":84007820,"imageIndex":55},
{"imageOffset":84175948,"imageIndex":55},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":106},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":106}]},{"id":2808312,"name":"ThreadPoolBackgroundWorker",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":271592256962560},{"value":0},{"value":271592256962560},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":63235},{"value":0},{"value":18446744073709551569},{"value":53633986560},{"value":0},{"value":0},{"value":32},{"value":271592256962560},{"value":0},{"value":271592256962560},{"value":6169914592},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657732648},"cpsr":{"value":0},"fp":{"value":6169913936},"sp":{"value":6169913856},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657657908},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":105},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":105},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":105},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":105},
{"imageOffset":84291672,"imageIndex":55},
{"imageOffset":83741660,"imageIndex":55},
{"imageOffset":84006264,"imageIndex":55},
{"imageOffset":84008924,"imageIndex":55},
{"imageOffset":84007960,"imageIndex":55},
{"imageOffset":84007868,"imageIndex":55},
{"imageOffset":84175948,"imageIndex":55},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":106},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":106}]},{"id":2808313,"name":"ThreadPoolForegroundWorker",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":202323024412672},{"value":0},{"value":202323024412672},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":47107},{"value":0},{"value":18446744073709551569},{"value":38021796419},{"value":0},{"value":0},{"value":32},{"value":202323024412672},{"value":0},{"value":202323024412672},{"value":6178335968},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657732648},"cpsr":{"value":0},"fp":{"value":6178335312},"sp":{"value":6178335232},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657657908},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":105},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":105},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":105},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":105},
{"imageOffset":84291672,"imageIndex":55},
{"imageOffset":83741660,"imageIndex":55},
{"imageOffset":84006264,"imageIndex":55},
{"imageOffset":84008924,"imageIndex":55},
{"imageOffset":84008092,"imageIndex":55},
{"imageOffset":84007820,"imageIndex":55},
{"imageOffset":84175948,"imageIndex":55},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":106},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":106}]},{"id":2808314,"name":"Chrome_IOThread",

"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":53654977008},{"value":1},{"value":0},{"value":0},{"value":5978583924},{"value":0},{"value":0},{"value":1},{"value":56},{"value":5978580477},{"value":5978580477},{"value":0},{"value":0},{"value":369},{"value":6186758144},{"value":0},{"value":53654679664},{"value":53654701568},{"value":0},{"value":12297829382473034411},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5870312612},"cpsr":{"value":1610612736},"fp":{"value":6186757488},"sp":{"value":6186757408},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657706884},"far":{"value":0}},"frames":[


{"imageOffset":52100,"symbol":    "kevent64"					,"symbolLocation":8,"imageIndex":105},
{"imageOffset":84335780,"imageIndex":55},
{"imageOffset":84335344,"imageIndex":55},
{"imageOffset":83899364,"imageIndex":55},
{"imageOffset":83592152,"imageIndex":55},
{"imageOffset":84063784,"imageIndex":55},
{"imageOffset":53605052,"imageIndex":55},
{"imageOffset":84064184,"imageIndex":55},
{"imageOffset":84175948,"imageIndex":55},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":106},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":106}]},{"id":2808315,"name":"MemoryInfra",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":212218629062656},{"value":0},{"value":212218629062656},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":49411},{"value":0},{"value":18446744073709551569},{"value":6195179520},{"value":0},{"value":0},{"value":32},{"value":212218629062656},{"value":0},{"value":212218629062656},{"value":6195178480},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657732648},"cpsr":{"value":0},"fp":{"value":6195177824},"sp":{"value":6195177744},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657657908},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":105},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":105},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":105},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":105},
{"imageOffset":84291672,"imageIndex":55},
{"imageOffset":83741660,"imageIndex":55},
{"imageOffset":83741516,"imageIndex":55},
{"imageOffset":83356920,"imageIndex":55},
{"imageOffset":83899364,"imageIndex":55},
{"imageOffset":83592152,"imageIndex":55},
{"imageOffset":84063784,"imageIndex":55},
{"imageOffset":84064184,"imageIndex":55},
{"imageOffset":84175948,"imageIndex":55},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":106},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":106}]},{"id":2808316,"name":"NetworkConfigWatcher",

"threadState":{"x":[{"value":268451845},{"value":17179869442},{"value":0},{"value":217716187201536},{"value":0},{"value":217716187201536},{"value":32},{"value":1000},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":50691},{"value":0},{"value":18446744073709551569},{"value":6203600896},{"value":0},{"value":1000},{"value":32},{"value":217716187201536},{"value":0},{"value":217716187201536},{"value":6203599872},{"value":0},{"value":17179870466},{"value":18446744073709550527},{"value":1282}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657732648},"cpsr":{"value":0},"fp":{"value":6203599216},"sp":{"value":6203599136},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657657908},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":105},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":105},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":105},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":105},
{"imageOffset":84291672,"imageIndex":55},
{"imageOffset":83741660,"imageIndex":55},
{"imageOffset":83357188,"imageIndex":55},
{"imageOffset":83899364,"imageIndex":55},
{"imageOffset":83592152,"imageIndex":55},
{"imageOffset":84063784,"imageIndex":55},
{"imageOffset":84064184,"imageIndex":55},
{"imageOffset":84175948,"imageIndex":55},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":106},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":106}]},{"id":2808317,"name":"ThreadPoolForegroundWorker",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":219915210457088},{"value":0},{"value":219915210457088},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":51203},{"value":0},{"value":18446744073709551569},{"value":25873611430},{"value":0},{"value":0},{"value":32},{"value":219915210457088},{"value":0},{"value":219915210457088},{"value":6212021472},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657732648},"cpsr":{"value":0},"fp":{"value":6212020816},"sp":{"value":6212020736},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657657908},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":105},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":105},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":105},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":105},
{"imageOffset":84291672,"imageIndex":55},
{"imageOffset":83741660,"imageIndex":55},
{"imageOffset":84006264,"imageIndex":55},
{"imageOffset":84008924,"imageIndex":55},
{"imageOffset":84008092,"imageIndex":55},
{"imageOffset":84007820,"imageIndex":55},
{"imageOffset":84175948,"imageIndex":55},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":106},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":106}]},{"id":2808318,"name":"ThreadPoolForegroundWorker",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":255099582545920},{"value":0},{"value":255099582545920},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":59395},{"value":0},{"value":18446744073709551569},{"value":53627789312},{"value":0},{"value":0},{"value":32},{"value":255099582545920},{"value":0},{"value":255099582545920},{"value":6220442848},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657732648},"cpsr":{"value":0},"fp":{"value":6220442192},"sp":{"value":6220442112},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657657908},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":105},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":105},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":105},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":105},
{"imageOffset":84291672,"imageIndex":55},
{"imageOffset":83741660,"imageIndex":55},
{"imageOffset":84006264,"imageIndex":55},
{"imageOffset":84008924,"imageIndex":55},
{"imageOffset":84008092,"imageIndex":55},
{"imageOffset":84007820,"imageIndex":55},
{"imageOffset":84175948,"imageIndex":55},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":106},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":106}]},{"id":2808319,"name":"Chrome_InProcGpuThread",

"threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":226512280223744},{"value":2122997760},{"value":226512280223744},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":52739},{"value":0},{"value":18446744073709551569},{"value":8495584984},{"value":0},{"value":4294967295},{"value":2},{"value":226512280223744},{"value":2122997760},{"value":226512280223744},{"value":6228860456},{"value":8589934592},{"value":21592279046},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657732648},"cpsr":{"value":0},"fp":{"value":6228860304},"sp":{"value":6228860224},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657657908},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":105},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":105},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":105},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":105},
{"imageOffset":392112,"symbol":    "__CFRunLoopServiceMachPort"					,"symbolLocation":160,"imageIndex":114},
{"imageOffset":386312,"symbol":    "__CFRunLoopRun"					,"symbolLocation":1188,"imageIndex":114},
{"imageOffset":1150780,"symbol":    "_CFRunLoopRunSpecificWithOptions"					,"symbolLocation":532,"imageIndex":114},
{"imageOffset":10861840,"symbol":    "-[NSRunLoop(NSRunLoop) runMode:beforeDate:]"					,"symbolLocation":212,"imageIndex":116},
{"imageOffset":84561764,"imageIndex":55},
{"imageOffset":84556424,"imageIndex":55},
{"imageOffset":83899364,"imageIndex":55},
{"imageOffset":83592152,"imageIndex":55},
{"imageOffset":84063784,"imageIndex":55},
{"imageOffset":84064184,"imageIndex":55},
{"imageOffset":84175948,"imageIndex":55},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":106},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":106}]},{"id":2808320,"name":"Chrome_ChildIOThread",

"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":53666769648},{"value":1},{"value":0},{"value":0},{"value":5978583924},{"value":0},{"value":0},{"value":1},{"value":56},{"value":5978580477},{"value":5978580477},{"value":0},{"value":0},{"value":369},{"value":6237286400},{"value":0},{"value":53678606448},{"value":53654702336},{"value":0},{"value":12297829382473034411},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5870312612},"cpsr":{"value":1610612736},"fp":{"value":6237285712},"sp":{"value":6237285632},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657706884},"far":{"value":0}},"frames":[


{"imageOffset":52100,"symbol":    "kevent64"					,"symbolLocation":8,"imageIndex":105},
{"imageOffset":84335780,"imageIndex":55},
{"imageOffset":84335344,"imageIndex":55},
{"imageOffset":83899364,"imageIndex":55},
{"imageOffset":83592152,"imageIndex":55},
{"imageOffset":84063784,"imageIndex":55},
{"imageOffset":130465432,"imageIndex":55},
{"imageOffset":84064184,"imageIndex":55},
{"imageOffset":84175948,"imageIndex":55},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":106},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":106}]},{"id":2808321,"name":"CompositorTileWorker1",

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":161},{"value":0},{"value":0},{"value":6245707336},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8495583096},{"value":0},{"value":53623993496},{"value":53623993624},{"value":6245708000},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657933532},"cpsr":{"value":1610612736},"fp":{"value":6245707456},"sp":{"value":6245707312},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657672440},"far":{"value":0}},"frames":[


{"imageOffset":17656,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":105},
{"imageOffset":28892,"symbol":    "_pthread_cond_wait"					,"symbolLocation":984,"imageIndex":106},
{"imageOffset":84172932,"imageIndex":55},
{"imageOffset":120601064,"imageIndex":55},
{"imageOffset":84175948,"imageIndex":55},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":106},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":106}]},{"id":2808322,"name":"AudioThread",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":240857470992384},{"value":0},{"value":240857470992384},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":56079},{"value":0},{"value":18446744073709551569},{"value":6254129152},{"value":0},{"value":0},{"value":32},{"value":240857470992384},{"value":0},{"value":240857470992384},{"value":6254128112},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657732648},"cpsr":{"value":0},"fp":{"value":6254127456},"sp":{"value":6254127376},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657657908},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":105},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":105},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":105},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":105},
{"imageOffset":84291672,"imageIndex":55},
{"imageOffset":83741660,"imageIndex":55},
{"imageOffset":83741516,"imageIndex":55},
{"imageOffset":83356920,"imageIndex":55},
{"imageOffset":83899364,"imageIndex":55},
{"imageOffset":83592152,"imageIndex":55},
{"imageOffset":84063784,"imageIndex":55},
{"imageOffset":84064184,"imageIndex":55},
{"imageOffset":84175948,"imageIndex":55},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":106},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":106}]},{"id":2808323,"name":"NetworkConfigWatcher",

"threadState":{"x":[{"value":268451845},{"value":17179869442},{"value":0},{"value":283686884868096},{"value":0},{"value":283686884868096},{"value":32},{"value":1000},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":66051},{"value":0},{"value":18446744073709551569},{"value":6262550528},{"value":0},{"value":1000},{"value":32},{"value":283686884868096},{"value":0},{"value":283686884868096},{"value":6262549504},{"value":0},{"value":17179870466},{"value":18446744073709550527},{"value":1282}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657732648},"cpsr":{"value":0},"fp":{"value":6262548848},"sp":{"value":6262548768},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657657908},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":105},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":105},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":105},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":105},
{"imageOffset":84291672,"imageIndex":55},
{"imageOffset":83741660,"imageIndex":55},
{"imageOffset":83357188,"imageIndex":55},
{"imageOffset":83899364,"imageIndex":55},
{"imageOffset":83592152,"imageIndex":55},
{"imageOffset":84063784,"imageIndex":55},
{"imageOffset":84064184,"imageIndex":55},
{"imageOffset":84175948,"imageIndex":55},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":106},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":106}]},{"id":2808324,"name":"VizCompositorThread",

"threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":290283954634752},{"value":0},{"value":290283954634752},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":67587},{"value":0},{"value":18446744073709551569},{"value":8495584984},{"value":0},{"value":4294967295},{"value":2},{"value":290283954634752},{"value":0},{"value":290283954634752},{"value":6270967336},{"value":8589934592},{"value":21592279046},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657732648},"cpsr":{"value":0},"fp":{"value":6270967184},"sp":{"value":6270967104},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657657908},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":105},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":105},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":105},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":105},
{"imageOffset":392112,"symbol":    "__CFRunLoopServiceMachPort"					,"symbolLocation":160,"imageIndex":114},
{"imageOffset":386312,"symbol":    "__CFRunLoopRun"					,"symbolLocation":1188,"imageIndex":114},
{"imageOffset":1150780,"symbol":    "_CFRunLoopRunSpecificWithOptions"					,"symbolLocation":532,"imageIndex":114},
{"imageOffset":10861840,"symbol":    "-[NSRunLoop(NSRunLoop) runMode:beforeDate:]"					,"symbolLocation":212,"imageIndex":116},
{"imageOffset":84561764,"imageIndex":55},
{"imageOffset":84556424,"imageIndex":55},
{"imageOffset":83899364,"imageIndex":55},
{"imageOffset":83592152,"imageIndex":55},
{"imageOffset":84063784,"imageIndex":55},
{"imageOffset":84064184,"imageIndex":55},
{"imageOffset":84175948,"imageIndex":55},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":106},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":106}]},{"id":2808325,"name":"NetworkService",

"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":53628167264},{"value":2},{"value":0},{"value":0},{"value":5978583924},{"value":0},{"value":0},{"value":2},{"value":56},{"value":5978580477},{"value":5978580477},{"value":0},{"value":0},{"value":369},{"value":6279393280},{"value":0},{"value":53678608368},{"value":53654706944},{"value":0},{"value":12297829382473034411},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5870312612},"cpsr":{"value":1610612736},"fp":{"value":6279392672},"sp":{"value":6279392592},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657706884},"far":{"value":0}},"frames":[


{"imageOffset":52100,"symbol":    "kevent64"					,"symbolLocation":8,"imageIndex":105},
{"imageOffset":84335780,"imageIndex":55},
{"imageOffset":84335344,"imageIndex":55},
{"imageOffset":83899364,"imageIndex":55},
{"imageOffset":83592152,"imageIndex":55},
{"imageOffset":84063784,"imageIndex":55},
{"imageOffset":84064184,"imageIndex":55},
{"imageOffset":84175948,"imageIndex":55},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":106},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":106}]},{"id":2808326,"name":"NetworkNotificationThreadMac",

"threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":361752210440192},{"value":0},{"value":361752210440192},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":84227},{"value":0},{"value":18446744073709551569},{"value":8495584984},{"value":0},{"value":4294967295},{"value":2},{"value":361752210440192},{"value":0},{"value":361752210440192},{"value":6287810088},{"value":8589934592},{"value":21592279046},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657732648},"cpsr":{"value":0},"fp":{"value":6287809936},"sp":{"value":6287809856},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657657908},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":105},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":105},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":105},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":105},
{"imageOffset":392112,"symbol":    "__CFRunLoopServiceMachPort"					,"symbolLocation":160,"imageIndex":114},
{"imageOffset":386312,"symbol":    "__CFRunLoopRun"					,"symbolLocation":1188,"imageIndex":114},
{"imageOffset":1150780,"symbol":    "_CFRunLoopRunSpecificWithOptions"					,"symbolLocation":532,"imageIndex":114},
{"imageOffset":10861840,"symbol":    "-[NSRunLoop(NSRunLoop) runMode:beforeDate:]"					,"symbolLocation":212,"imageIndex":116},
{"imageOffset":84561764,"imageIndex":55},
{"imageOffset":84556424,"imageIndex":55},
{"imageOffset":83899364,"imageIndex":55},
{"imageOffset":83592152,"imageIndex":55},
{"imageOffset":84063784,"imageIndex":55},
{"imageOffset":84064184,"imageIndex":55},
{"imageOffset":84175948,"imageIndex":55},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":106},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":106}]},{"id":2808327,"name":"NetworkConfigWatcher",

"threadState":{"x":[{"value":268451845},{"value":17179869442},{"value":0},{"value":303478094168064},{"value":0},{"value":303478094168064},{"value":32},{"value":1000},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":70659},{"value":0},{"value":18446744073709551569},{"value":6296236032},{"value":0},{"value":1000},{"value":32},{"value":303478094168064},{"value":0},{"value":303478094168064},{"value":6296235008},{"value":0},{"value":17179870466},{"value":18446744073709550527},{"value":1282}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657732648},"cpsr":{"value":0},"fp":{"value":6296234352},"sp":{"value":6296234272},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657657908},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":105},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":105},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":105},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":105},
{"imageOffset":84291672,"imageIndex":55},
{"imageOffset":83741660,"imageIndex":55},
{"imageOffset":83357188,"imageIndex":55},
{"imageOffset":83899364,"imageIndex":55},
{"imageOffset":83592152,"imageIndex":55},
{"imageOffset":84063784,"imageIndex":55},
{"imageOffset":84064184,"imageIndex":55},
{"imageOffset":84175948,"imageIndex":55},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":106},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":106}]},{"id":2808328,"name":"Chrome_InProcRendererThread",

"threadState":{"x":[{"value":268451845},{"value":17179869442},{"value":0},{"value":347458559279104},{"value":0},{"value":347458559279104},{"value":32},{"value":1886},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":80899},{"value":0},{"value":18446744073709551569},{"value":6304657408},{"value":0},{"value":1886},{"value":32},{"value":347458559279104},{"value":0},{"value":347458559279104},{"value":6304656384},{"value":0},{"value":17179870466},{"value":18446744073709550527},{"value":1282}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657732648},"cpsr":{"value":0},"fp":{"value":6304655728},"sp":{"value":6304655648},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657657908},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":105},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":105},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":105},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":105},
{"imageOffset":84291672,"imageIndex":55},
{"imageOffset":83741660,"imageIndex":55},
{"imageOffset":83357188,"imageIndex":55},
{"imageOffset":83899364,"imageIndex":55},
{"imageOffset":83592152,"imageIndex":55},
{"imageOffset":84063784,"imageIndex":55},
{"imageOffset":84064184,"imageIndex":55},
{"imageOffset":84175948,"imageIndex":55},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":106},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":106}]},{"id":2808329,"name":"Chrome_ChildIOThread",

"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":53666810784},{"value":1},{"value":0},{"value":0},{"value":5978583924},{"value":0},{"value":0},{"value":1},{"value":56},{"value":5978580477},{"value":5978580477},{"value":0},{"value":0},{"value":369},{"value":6313078784},{"value":0},{"value":53678616688},{"value":53654713088},{"value":0},{"value":12297829382473034411},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5870312612},"cpsr":{"value":1610612736},"fp":{"value":6313078096},"sp":{"value":6313078016},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657706884},"far":{"value":0}},"frames":[


{"imageOffset":52100,"symbol":    "kevent64"					,"symbolLocation":8,"imageIndex":105},
{"imageOffset":84335780,"imageIndex":55},
{"imageOffset":84335344,"imageIndex":55},
{"imageOffset":83899364,"imageIndex":55},
{"imageOffset":83592152,"imageIndex":55},
{"imageOffset":84063784,"imageIndex":55},
{"imageOffset":130465432,"imageIndex":55},
{"imageOffset":84064184,"imageIndex":55},
{"imageOffset":84175948,"imageIndex":55},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":106},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":106}]},{"id":2808330,"name":"GpuMemoryThread",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":316672233701376},{"value":0},{"value":316672233701376},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":73731},{"value":0},{"value":18446744073709551569},{"value":6321500160},{"value":0},{"value":0},{"value":32},{"value":316672233701376},{"value":0},{"value":316672233701376},{"value":6321499120},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657732648},"cpsr":{"value":0},"fp":{"value":6321498464},"sp":{"value":6321498384},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657657908},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":105},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":105},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":105},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":105},
{"imageOffset":84291672,"imageIndex":55},
{"imageOffset":83741660,"imageIndex":55},
{"imageOffset":83741516,"imageIndex":55},
{"imageOffset":83356920,"imageIndex":55},
{"imageOffset":83899364,"imageIndex":55},
{"imageOffset":83592152,"imageIndex":55},
{"imageOffset":84063784,"imageIndex":55},
{"imageOffset":84064184,"imageIndex":55},
{"imageOffset":84175948,"imageIndex":55},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":106},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":106}]},{"id":2808331,"name":"Compositor",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":324368815095808},{"value":0},{"value":324368815095808},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":75523},{"value":0},{"value":18446744073709551569},{"value":6397046784},{"value":0},{"value":0},{"value":32},{"value":324368815095808},{"value":0},{"value":324368815095808},{"value":6397045760},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657732648},"cpsr":{"value":0},"fp":{"value":6397045104},"sp":{"value":6397045024},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657657908},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":105},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":105},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":105},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":105},
{"imageOffset":84291672,"imageIndex":55},
{"imageOffset":83741660,"imageIndex":55},
{"imageOffset":83741516,"imageIndex":55},
{"imageOffset":83356920,"imageIndex":55},
{"imageOffset":83899364,"imageIndex":55},
{"imageOffset":83592152,"imageIndex":55},
{"imageOffset":71189100,"imageIndex":55},
{"imageOffset":84175948,"imageIndex":55},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":106},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":106}]},{"id":2808332,"name":"ThreadPoolSingleThreadSharedForegroundBlocking0",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":323269303468032},{"value":0},{"value":323269303468032},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":75267},{"value":0},{"value":18446744073709551569},{"value":402654208},{"value":0},{"value":0},{"value":32},{"value":323269303468032},{"value":0},{"value":323269303468032},{"value":6405467360},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657732648},"cpsr":{"value":0},"fp":{"value":6405466704},"sp":{"value":6405466624},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657657908},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":105},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":105},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":105},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":105},
{"imageOffset":84291672,"imageIndex":55},
{"imageOffset":83741660,"imageIndex":55},
{"imageOffset":84006264,"imageIndex":55},
{"imageOffset":84008924,"imageIndex":55},
{"imageOffset":84008136,"imageIndex":55},
{"imageOffset":84007892,"imageIndex":55},
{"imageOffset":84175948,"imageIndex":55},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":106},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":106}]},{"id":2808336,"frames":[

],

"threadState":{"x":[{"value":6406041600},{"value":119555},{"value":6405505024},{"value":0},{"value":409602},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6406041600},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657911700},"far":{"value":0}}},{"id":2808337,"frames":[

],

"threadState":{"x":[{"value":6406615040},{"value":96515},{"value":6406078464},{"value":0},{"value":409602},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6406615040},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657911700},"far":{"value":0}}}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4332535808,
    "CFBundleShortVersionString" : "1.12.0",
    "CFBundleIdentifier" : "edu.ucsf.cgl.ChimeraX",
    "size" : 16384,
    "uuid" : "544eb719-b770-3601-b425-1ceb237637ac",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/MacOS\/ChimeraX",
    "name" : "ChimeraX",
    "CFBundleVersion" : "1.12.0.0"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4351836160,
    "CFBundleShortVersionString" : "3.11.9, (c) 2001-2023 Python Software Foundation.",
    "CFBundleIdentifier" : "org.python.python",
    "size" : 3981312,
    "uuid" : "5662657e-7928-39be-8954-d582f8f34d51",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/Python",
    "name" : "Python",
    "CFBundleVersion" : "3.11.9"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4334878720,
    "size" : 49152,
    "uuid" : "29c3ec8a-19d4-363b-a6d9-9c2abec94f03",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/math.cpython-311-darwin.so",
    "name" : "math.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4345233408,
    "size" : 81920,
    "uuid" : "4dbedf5d-0596-39ea-b10e-f25d3a6c8cfb",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_datetime.cpython-311-darwin.so",
    "name" : "_datetime.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4337008640,
    "size" : 16384,
    "uuid" : "4b805031-de4f-3814-b939-e5cb2842c3e6",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_typing.cpython-311-darwin.so",
    "name" : "_typing.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4345118720,
    "size" : 32768,
    "uuid" : "78e93840-6aa2-3e12-88b1-3d140c86db21",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/zlib.cpython-311-darwin.so",
    "name" : "zlib.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4347510784,
    "size" : 16384,
    "uuid" : "76d59f87-05bd-3453-988f-6a1d92e48d0b",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_bz2.cpython-311-darwin.so",
    "name" : "_bz2.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4348182528,
    "size" : 196608,
    "uuid" : "aa0512bd-866a-3f89-a0b1-370c93044c89",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_lzma.cpython-311-darwin.so",
    "name" : "_lzma.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4347592704,
    "size" : 16384,
    "uuid" : "1701fe90-bec8-3df9-af49-24e174fdc9fc",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_bisect.cpython-311-darwin.so",
    "name" : "_bisect.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4347674624,
    "size" : 16384,
    "uuid" : "66c350e7-dd50-30e7-9149-bd34d073a97b",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_random.cpython-311-darwin.so",
    "name" : "_random.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4347756544,
    "size" : 16384,
    "uuid" : "2eddec17-84f0-384f-badb-24bd02d808c9",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_sha512.cpython-311-darwin.so",
    "name" : "_sha512.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4347838464,
    "size" : 32768,
    "uuid" : "b942d9ac-2a05-30f3-90ef-07a312233107",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/binascii.cpython-311-darwin.so",
    "name" : "binascii.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4347936768,
    "size" : 32768,
    "uuid" : "2a9c55d5-61e3-3c08-afe7-a90f29fb3885",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_struct.cpython-311-darwin.so",
    "name" : "_struct.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4348051456,
    "size" : 16384,
    "uuid" : "4d6fbc3b-cd0b-392c-9f1c-9ff89288e939",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/fcntl.cpython-311-darwin.so",
    "name" : "fcntl.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4348477440,
    "size" : 16384,
    "uuid" : "3a00fdd3-8009-389a-b150-0f692c95822f",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_posixsubprocess.cpython-311-darwin.so",
    "name" : "_posixsubprocess.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4348559360,
    "size" : 32768,
    "uuid" : "4c0501e5-d7a1-34d7-aa7c-75dfe924b268",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/select.cpython-311-darwin.so",
    "name" : "select.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4345020416,
    "size" : 16384,
    "uuid" : "1243f750-0ee0-32a2-8e81-bd2e8cb2550a",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/arrays\/_arrays.cpython-311-darwin.so",
    "name" : "_arrays.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4426350592,
    "size" : 540672,
    "uuid" : "38cdb593-a83c-3e2a-ada9-78f3ee4b593c",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/arrays\/lib\/libarrays.dylib",
    "name" : "libarrays.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4435820544,
    "size" : 2670592,
    "uuid" : "744b099b-9156-3efd-95ee-949f9bec068e",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/core\/_multiarray_umath.cpython-311-darwin.so",
    "name" : "_multiarray_umath.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4531830784,
    "size" : 21299200,
    "uuid" : "9854a721-2573-3169-81ec-19ea40ce8077",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/.dylibs\/libopenblas64_.0.dylib",
    "name" : "libopenblas64_.0.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4427038720,
    "size" : 3522560,
    "uuid" : "dd0e012a-b6de-31b1-a28e-260c7b51e595",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/.dylibs\/libgfortran.5.dylib",
    "name" : "libgfortran.5.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4430757888,
    "size" : 311296,
    "uuid" : "6d39d54b-d80e-3218-a095-b81ad0b3be90",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/.dylibs\/libquadmath.0.dylib",
    "name" : "libquadmath.0.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4351049728,
    "size" : 65536,
    "uuid" : "d9875303-8f38-33d9-a0d3-ab0adff3b915",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/.dylibs\/libgcc_s.1.1.dylib",
    "name" : "libgcc_s.1.1.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4350754816,
    "size" : 98304,
    "uuid" : "a262ab27-9e1b-3b52-9b2f-1c173bcac7f9",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_pickle.cpython-311-darwin.so",
    "name" : "_pickle.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4344889344,
    "size" : 16384,
    "uuid" : "dd2e6975-e10c-3bf3-9bb5-95cfb3c5d91e",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_contextvars.cpython-311-darwin.so",
    "name" : "_contextvars.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4351508480,
    "size" : 65536,
    "uuid" : "340d4f4e-8cd4-3e24-9215-eb9235031bd3",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/core\/_multiarray_tests.cpython-311-darwin.so",
    "name" : "_multiarray_tests.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4351197184,
    "size" : 81920,
    "uuid" : "1288fa0d-7e49-3d72-a33f-338b00fa673f",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_ctypes.cpython-311-darwin.so",
    "name" : "_ctypes.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4351655936,
    "size" : 98304,
    "uuid" : "09f94631-f551-3559-ba88-aff49917d8fe",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/linalg\/_umath_linalg.cpython-311-darwin.so",
    "name" : "_umath_linalg.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4434558976,
    "size" : 65536,
    "uuid" : "7b5335ce-92a1-3ae2-bde0-0e5d5641b2c9",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/fft\/_pocketfft_internal.cpython-311-darwin.so",
    "name" : "_pocketfft_internal.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4434690048,
    "size" : 622592,
    "uuid" : "05ddaab9-9d7f-3317-a3c4-5e9936fe3ceb",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/mtrand.cpython-311-darwin.so",
    "name" : "mtrand.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4434280448,
    "size" : 147456,
    "uuid" : "377e255e-f9a4-3173-8265-a899000c5d0f",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/bit_generator.cpython-311-darwin.so",
    "name" : "bit_generator.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4435427328,
    "size" : 196608,
    "uuid" : "8590d52a-d755-3ffd-8f68-f9cb638359fc",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_common.cpython-311-darwin.so",
    "name" : "_common.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4350935040,
    "size" : 32768,
    "uuid" : "473ca62c-10c9-3a36-9a61-5ab9a1b7d0ba",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_hashlib.cpython-311-darwin.so",
    "name" : "_hashlib.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4514152448,
    "size" : 2473984,
    "uuid" : "b85d21fc-4c7a-37e4-ad24-9b0d20177f55",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/libcrypto.3.dylib",
    "name" : "libcrypto.3.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4351393792,
    "size" : 32768,
    "uuid" : "6781c716-85bc-3dcc-b059-b59077dd4059",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_blake2.cpython-311-darwin.so",
    "name" : "_blake2.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4508155904,
    "size" : 311296,
    "uuid" : "0033ea49-a161-3564-b09e-6a6c3b902698",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_bounded_integers.cpython-311-darwin.so",
    "name" : "_bounded_integers.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4507615232,
    "size" : 65536,
    "uuid" : "7dab4595-a351-3061-861b-c426baee85b3",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_mt19937.cpython-311-darwin.so",
    "name" : "_mt19937.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4507762688,
    "size" : 65536,
    "uuid" : "d3035eea-ed0e-398a-afbe-f9a8016701db",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_philox.cpython-311-darwin.so",
    "name" : "_philox.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4507303936,
    "size" : 81920,
    "uuid" : "35fb9307-f991-3159-86db-21f6c67b9198",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_pcg64.cpython-311-darwin.so",
    "name" : "_pcg64.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4435705856,
    "size" : 49152,
    "uuid" : "17a4344b-3221-36c4-9019-53cc1223e124",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_sfc64.cpython-311-darwin.so",
    "name" : "_sfc64.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4510318592,
    "size" : 737280,
    "uuid" : "49451e8a-e3c8-3429-83d8-249e81e378cd",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_generator.cpython-311-darwin.so",
    "name" : "_generator.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4507467776,
    "size" : 16384,
    "uuid" : "e1984258-3aba-3351-9b97-6cc398e29690",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_opcode.cpython-311-darwin.so",
    "name" : "_opcode.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4507893760,
    "size" : 114688,
    "uuid" : "a3d66983-a608-3297-b2f3-cac61ad531b1",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/geometry\/_geometry.cpython-311-darwin.so",
    "name" : "_geometry.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4509794304,
    "size" : 32768,
    "uuid" : "d8396ecd-b388-3762-afa8-2befbe9b0f1e",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_json.cpython-311-darwin.so",
    "name" : "_json.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4527095808,
    "size" : 1900544,
    "uuid" : "ec3c35cc-39fe-3295-bae0-4656804236b6",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtCore.abi3.so",
    "name" : "QtCore.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4518821888,
    "size" : 4997120,
    "uuid" : "e466a732-59fd-3389-a648-6755c7a11779",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtCore.framework\/Versions\/A\/QtCore",
    "name" : "QtCore"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4513644544,
    "size" : 81920,
    "uuid" : "b862c442-bbb5-36a7-a739-ce267baddfb1",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/sip.cpython-311-darwin.so",
    "name" : "sip.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4957831168,
    "size" : 3129344,
    "uuid" : "66b0f07a-d12c-3d6f-869d-9f9e10ca932f",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtWidgets.abi3.so",
    "name" : "QtWidgets.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5130354688,
    "size" : 4636672,
    "uuid" : "8b9e7348-1a3a-3c83-b96e-dee2c157d019",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtWidgets.framework\/Versions\/A\/QtWidgets",
    "name" : "QtWidgets"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5117657088,
    "size" : 7094272,
    "uuid" : "53b05af4-58bf-3c19-970e-d4d7ea26e175",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtGui.framework\/Versions\/A\/QtGui",
    "name" : "QtGui"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4964335616,
    "size" : 557056,
    "uuid" : "4b88f97c-cb47-32e5-9d60-db9403f74fbe",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtDBus.framework\/Versions\/A\/QtDBus",
    "name" : "QtDBus"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5126111232,
    "size" : 1622016,
    "uuid" : "7edb6695-d165-31a3-97c5-caa97ba1ac02",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtGui.abi3.so",
    "name" : "QtGui.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4513841152,
    "size" : 81920,
    "uuid" : "c55978be-8b1a-3b50-ad86-5cb8bd4f53f3",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtWebEngineWidgets.abi3.so",
    "name" : "QtWebEngineWidgets.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4513267712,
    "size" : 98304,
    "uuid" : "4351f3fa-7a0e-3649-983c-0ed4ab7e8772",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtWebEngineWidgets.framework\/Versions\/A\/QtWebEngineWidgets",
    "name" : "QtWebEngineWidgets"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4531257344,
    "size" : 278528,
    "uuid" : "b3bd9f53-6bae-3fcc-bf32-01833d254b17",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtPrintSupport.framework\/Versions\/A\/QtPrintSupport",
    "name" : "QtPrintSupport"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5785976832,
    "size" : 196116480,
    "uuid" : "995a5864-6374-3cc3-858d-727e887360c4",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtWebEngineCore.framework\/Versions\/A\/QtWebEngineCore",
    "name" : "QtWebEngineCore"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5149966336,
    "size" : 4407296,
    "uuid" : "bf879ca0-d014-39d6-b7f6-a26000eb9bba",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtQuick.framework\/Versions\/A\/QtQuick",
    "name" : "QtQuick"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4965040128,
    "size" : 425984,
    "uuid" : "3add0700-8733-3c7e-b203-af1dc88da330",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtOpenGL.framework\/Versions\/A\/QtOpenGL",
    "name" : "QtOpenGL"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4965679104,
    "size" : 98304,
    "uuid" : "c960974b-06bf-3493-ba37-58c181a98ba2",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtQmlMeta.framework\/Versions\/A\/QtQmlMeta",
    "name" : "QtQmlMeta"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5139464192,
    "size" : 704512,
    "uuid" : "9bf3908e-bd3e-38f9-b853-67643b758c01",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtQmlModels.framework\/Versions\/A\/QtQmlModels",
    "name" : "QtQmlModels"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4510154752,
    "size" : 49152,
    "uuid" : "6e6da0c0-c299-358e-8c22-24dfb21865ed",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtQmlWorkerScript.framework\/Versions\/A\/QtQmlWorkerScript",
    "name" : "QtQmlWorkerScript"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5137498112,
    "size" : 180224,
    "uuid" : "257e25a5-ca66-3764-9efc-852023532211",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtWebChannel.framework\/Versions\/A\/QtWebChannel",
    "name" : "QtWebChannel"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5140414464,
    "size" : 3932160,
    "uuid" : "2c285a8f-9c08-3ead-b712-e0695febad69",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtQml.framework\/Versions\/A\/QtQml",
    "name" : "QtQml"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5155946496,
    "size" : 1277952,
    "uuid" : "d7b6fdc3-d644-328c-ad41-d3f2701e0394",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtNetwork.framework\/Versions\/A\/QtNetwork",
    "name" : "QtNetwork"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5129601024,
    "size" : 425984,
    "uuid" : "6c4bcf98-d9a3-3ccd-9a18-285f40aed120",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtPositioning.framework\/Versions\/A\/QtPositioning",
    "name" : "QtPositioning"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5138153472,
    "size" : 81920,
    "uuid" : "bf76367b-7d6a-3b0f-86bf-5d6e715f5f0d",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtQuickWidgets.framework\/Versions\/A\/QtQuickWidgets",
    "name" : "QtQuickWidgets"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5147787264,
    "size" : 573440,
    "uuid" : "7c6e8877-5d41-3c91-b218-5815379aa2d1",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtNetwork.abi3.so",
    "name" : "QtNetwork.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5137776640,
    "size" : 163840,
    "uuid" : "2c37e568-4bf1-3ad9-ba7f-f6338576e432",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtPrintSupport.abi3.so",
    "name" : "QtPrintSupport.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4509679616,
    "size" : 32768,
    "uuid" : "3568d025-715d-384f-97c4-3f89df18a5fd",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtWebChannel.abi3.so",
    "name" : "QtWebChannel.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5146755072,
    "size" : 294912,
    "uuid" : "104a4674-4e41-3123-b060-7cb8b9e211da",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtWebEngineCore.abi3.so",
    "name" : "QtWebEngineCore.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5145198592,
    "size" : 704512,
    "uuid" : "631d7b2a-437a-38f3-8105-b58ab69238a9",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/platforms\/libqcocoa.dylib",
    "name" : "libqcocoa.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4531748864,
    "size" : 49152,
    "uuid" : "f26af954-d1f7-31aa-9981-1bad216149d9",
    "path" : "\/usr\/lib\/libobjc-trampolines.dylib",
    "name" : "libobjc-trampolines.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5149638656,
    "size" : 147456,
    "uuid" : "ad97ba5a-ee5d-3dae-92c9-95531e31f059",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/styles\/libqmacstyle.dylib",
    "name" : "libqmacstyle.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5147705344,
    "size" : 16384,
    "uuid" : "35d693c5-c61b-308a-974c-b88655915dcd",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_heapq.cpython-311-darwin.so",
    "name" : "_heapq.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5147541504,
    "size" : 65536,
    "uuid" : "3454571c-408b-34e5-9bae-96f393e4fb85",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_socket.cpython-311-darwin.so",
    "name" : "_socket.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5149360128,
    "size" : 49152,
    "uuid" : "9c6afc97-732b-3225-b6e4-d3cd90218697",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/array.cpython-311-darwin.so",
    "name" : "array.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5149097984,
    "size" : 114688,
    "uuid" : "99cf2bb1-f289-37d8-8b78-138157aa59f7",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_ssl.cpython-311-darwin.so",
    "name" : "_ssl.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5221236736,
    "size" : 409600,
    "uuid" : "ae09de6b-222a-3004-b8cd-719ba8f2af8f",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/libssl.3.dylib",
    "name" : "libssl.3.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5149491200,
    "size" : 49152,
    "uuid" : "0ab9ddb4-499f-3422-b288-c7314c99c753",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_asyncio.cpython-311-darwin.so",
    "name" : "_asyncio.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5221089280,
    "size" : 16384,
    "uuid" : "6a405cdb-3042-3f24-8b5c-3f66d22acfa2",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic_lib\/_load_libs.cpython-311-darwin.so",
    "name" : "_load_libs.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5228396544,
    "size" : 1130496,
    "uuid" : "8226c5d4-981c-34c5-a6ab-b9c55d950da7",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic_lib\/lib\/libatomstruct.dylib",
    "name" : "libatomstruct.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5220958208,
    "size" : 32768,
    "uuid" : "396f0e12-39be-3c2d-9a07-86f828e410ef",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic_lib\/lib\/libelement.dylib",
    "name" : "libelement.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5225168896,
    "size" : 16384,
    "uuid" : "5f2f726b-dfdf-3529-a40a-1df8d81fb2eb",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic_lib\/lib\/libpyinstance.dylib",
    "name" : "libpyinstance.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5226086400,
    "size" : 180224,
    "uuid" : "8c36eb0d-b78c-3544-b47f-49dc6c400e21",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic\/libmolc.dylib",
    "name" : "libmolc.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5225250816,
    "size" : 360448,
    "uuid" : "7a3a6d45-7f67-38ef-9aa9-2a733f3eb5ec",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic\/cymol.cpython-311-darwin.so",
    "name" : "cymol.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5225873408,
    "size" : 81920,
    "uuid" : "7fd8e01c-f19d-3c31-8834-1c3a76909578",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/tinyarray.cpython-311-darwin.so",
    "name" : "tinyarray.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5227855872,
    "size" : 65536,
    "uuid" : "0fe02d5f-772d-3233-84d7-2cb635a80542",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic\/cytmpl.cpython-311-darwin.so",
    "name" : "cytmpl.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5225021440,
    "size" : 32768,
    "uuid" : "1246c3db-77f6-3a6f-9f74-e5458e9e5f0b",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/psutil\/_psutil_osx.abi3.so",
    "name" : "_psutil_osx.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5227708416,
    "size" : 16384,
    "uuid" : "d7f09611-5052-3c81-9703-da75c50a95b1",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/psutil\/_psutil_posix.abi3.so",
    "name" : "_psutil_posix.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5228019712,
    "size" : 16384,
    "uuid" : "800c3744-a004-3c84-932a-da77907f37a6",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_scproxy.cpython-311-darwin.so",
    "name" : "_scproxy.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5235589120,
    "size" : 409600,
    "uuid" : "3a5c59db-5497-3b2e-8246-0b93719b0745",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/map\/_map.cpython-311-darwin.so",
    "name" : "_map.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5228101632,
    "size" : 131072,
    "uuid" : "168ebd78-5144-31b8-bd4f-3cea5626a577",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/surface\/_surface.cpython-311-darwin.so",
    "name" : "_surface.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5235277824,
    "size" : 16384,
    "uuid" : "f943b191-4270-3a3e-91f2-3ee1823de737",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/pdb_lib\/_load_libs.cpython-311-darwin.so",
    "name" : "_load_libs.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5227544576,
    "size" : 32768,
    "uuid" : "a7a98942-2269-3628-b961-a27c739dfab1",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/pdb_lib\/lib\/libpdbconnect.dylib",
    "name" : "libpdbconnect.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5235359744,
    "size" : 49152,
    "uuid" : "5c70a77e-200c-3726-a6de-0399edcc9847",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/errorchecker.cpython-311-darwin.so",
    "name" : "errorchecker.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5240307712,
    "size" : 196608,
    "uuid" : "95c975a4-91e3-31fe-a715-be83480573f8",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/arraydatatype.cpython-311-darwin.so",
    "name" : "arraydatatype.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5239586816,
    "size" : 229376,
    "uuid" : "9e09bd88-c13a-3c38-9fb5-b69d0d5b5966",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/wrapper.cpython-311-darwin.so",
    "name" : "wrapper.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5240619008,
    "size" : 65536,
    "uuid" : "676cef9a-5a26-3d2a-88b9-e231f4df3205",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/formathandler.cpython-311-darwin.so",
    "name" : "formathandler.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5237227520,
    "size" : 49152,
    "uuid" : "1816c909-6f9e-3120-9611-404226815162",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/latebind.cpython-311-darwin.so",
    "name" : "latebind.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5239963648,
    "size" : 114688,
    "uuid" : "9024befe-21ad-36d1-91fc-082e1515bec2",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/vbo.cpython-311-darwin.so",
    "name" : "vbo.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 5269291008,
    "CFBundleShortVersionString" : "345.20.4",
    "CFBundleIdentifier" : "com.apple.AGXMetalG16X",
    "size" : 8617984,
    "uuid" : "f3801a6f-cfb2-3ee3-a8a0-320185aa69b6",
    "path" : "\/System\/Library\/Extensions\/AGXMetalG16X.bundle\/Contents\/MacOS\/AGXMetalG16X",
    "name" : "AGXMetalG16X",
    "CFBundleVersion" : "345.20.4"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5265719296,
    "size" : 163840,
    "uuid" : "6c696eae-d97e-30fa-9d5e-4d3a6cba4cdc",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/pyexpat.cpython-311-darwin.so",
    "name" : "pyexpat.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5300879360,
    "size" : 1114112,
    "uuid" : "8294cace-7433-3592-87d9-468d949e3e9c",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/unicodedata.cpython-311-darwin.so",
    "name" : "unicodedata.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5267554304,
    "size" : 16384,
    "uuid" : "8affc913-0e6f-306e-9dda-99ef5b8253aa",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/core\/_mac_util.cpython-311-darwin.so",
    "name" : "_mac_util.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 5297078272,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.AppleMetalOpenGLRenderer",
    "size" : 409600,
    "uuid" : "66a35ba7-f2f4-3a44-9a0c-8440564e9578",
    "path" : "\/System\/Library\/Extensions\/AppleMetalOpenGLRenderer.bundle\/Contents\/MacOS\/AppleMetalOpenGLRenderer",
    "name" : "AppleMetalOpenGLRenderer",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6657654784,
    "size" : 246944,
    "uuid" : "78ec33a6-6330-3836-8900-eb90836936e8",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6657904640,
    "size" : 51916,
    "uuid" : "0596a7b6-bce2-3f06-a2e8-3eaab5371ed8",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6656405504,
    "size" : 532552,
    "uuid" : "eb569350-0696-3397-838e-0344948107c0",
    "path" : "\/usr\/lib\/system\/libsystem_c.dylib",
    "name" : "libsystem_c.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6657957888,
    "size" : 33968,
    "uuid" : "62c9cd37-272d-3d2d-9a1c-6f4ef24f7ec7",
    "path" : "\/usr\/lib\/system\/libsystem_platform.dylib",
    "name" : "libsystem_platform.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6653923328,
    "size" : 653076,
    "uuid" : "044cd67e-3a0a-3ca4-8bb3-a9687d5328fe",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "size" : 0,
    "source" : "A",
    "base" : 0,
    "uuid" : "00000000-0000-0000-0000-000000000000"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6656102400,
    "size" : 290400,
    "uuid" : "4c58ab31-f363-3e75-a8f8-302105812dbf",
    "path" : "\/usr\/lib\/system\/libdispatch.dylib",
    "name" : "libdispatch.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6654595072,
    "size" : 348288,
    "uuid" : "3b264f68-2825-3790-8796-4b49581d6425",
    "path" : "\/usr\/lib\/system\/libxpc.dylib",
    "name" : "libxpc.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6863106048,
    "CFBundleShortVersionString" : "371.5",
    "CFBundleIdentifier" : "com.apple.Metal",
    "size" : 3029920,
    "uuid" : "295341ee-1e42-3550-bd7e-d6b108112bcd",
    "path" : "\/System\/Library\/Frameworks\/Metal.framework\/Versions\/A\/Metal",
    "name" : "Metal",
    "CFBundleVersion" : "371.5"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6658191360,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 5542592,
    "uuid" : "646518bb-a6e8-3da7-ab32-9d97bcbdc25d",
    "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "4302"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6729859072,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.AppKit",
    "size" : 24299264,
    "uuid" : "bf94fd49-283d-3c62-8cf0-0a49c21b6129",
    "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
    "name" : "AppKit",
    "CFBundleVersion" : "2685.40.108"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6683697152,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.Foundation",
    "size" : 16399392,
    "uuid" : "187e7913-b154-30a7-8070-852767aac3cf",
    "path" : "\/System\/Library\/Frameworks\/Foundation.framework\/Versions\/C\/Foundation",
    "name" : "Foundation",
    "CFBundleVersion" : "4302"
  }
],
  "sharedCache" : {
  "base" : 6652837888,
  "size" : 5820792832,
  "uuid" : "674db25a-34b2-3c56-8bd4-7d78005b2f2e"
},
  "legacyInfo" : {
  "threadTriggered" : {
    "name" : "CrBrowserMain",
    "queue" : "com.apple.main-thread"
  }
},
  "logWritingSignature" : "b1310abfb0fee1e746829c18d531c0a7e3ba4c08",
  "roots_installed" : 0,
  "bug_type" : "309",
  "trmStatus" : 1,
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "5f72dc58705eff005a46b3a9",
      "factorPackIds" : [

      ],
      "deploymentId" : 240000015
    },
    {
      "rolloutId" : "6297d96be2c9387df974efa4",
      "factorPackIds" : [

      ],
      "deploymentId" : 240000032
    }
  ],
  "experiments" : [

  ]
}
}

System Profile:
Network Service: Wi-Fi, AirPort, en0
Boot Volume File System Type: apfs
Memory Module: LPDDR5, Micron
Thunderbolt Bus: MacBook Pro, Apple Inc.
Thunderbolt Bus: MacBook Pro, Apple Inc.
Thunderbolt Bus: MacBook Pro, Apple Inc.
Display: Color LCD, 3024 x 1964 Retina, Main, MirrorOff, Online
Display: BenQ RL2455, 1920 x 1080 (1080p FHD - Full High Definition), MirrorOff, Online
Model: Mac16,8, BootROM 13822.81.10, proc 14:10:4:0 processors, 24 GB, SMC 
Graphics: Apple M4 Pro, Apple M4 Pro, Built-In
AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x4388), wl0: Dec  6 2025 00:30:14 version 23.41.8.0.41.51.201 FWID 01-990604ea
IO80211_driverkit-1540.16 "IO80211_driverkit-1540.16" Jan 27 2026 21:02:00
AirPort: 
Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports


Log:
UCSF ChimeraX version: 1.12rc202606060206 (2026-06-06)  
© 2016-2026 Regents of the University of California. All rights reserved.  
How to cite UCSF ChimeraX  




OpenGL version: 4.1 Metal - 90.5
OpenGL renderer: Apple M4 Pro
OpenGL vendor: Apple

Python: 3.11.9
Locale: en_CA.UTF-8
Qt version: PyQt6 6.10.2, Qt 6.10.0
Qt runtime version: 6.10.2
Qt platform: cocoa
Hardware:

    Hardware Overview:

      Model Name: MacBook Pro
      Model Identifier: Mac16,8
      Model Number: Z1FE000MGLL/A
      Chip: Apple M4 Pro
      Total Number of Cores: 14 (10 Performance and 4 Efficiency)
      Memory: 24 GB
      System Firmware Version: 13822.81.10
      OS Loader Version: 13822.81.10

Software:

    System Software Overview:

      System Version: macOS 26.3.1 (25D2128)
      Kernel Version: Darwin 25.3.0
      Time since boot: 2 days, 20 hours, 34 minutes

Graphics/Displays:

    Apple M4 Pro:

      Chipset Model: Apple M4 Pro
      Type: GPU
      Bus: Built-In
      Total Number of Cores: 20
      Vendor: Apple (0x106b)
      Metal Support: Metal 4
      Displays:
        Color LCD:
          Display Type: Built-in Liquid Retina XDR Display
          Resolution: 3024 x 1964 Retina
          Main Display: Yes
          Mirror: Off
          Online: Yes
          Automatically Adjust Brightness: Yes
          Connection Type: Internal
        BenQ RL2455:
          Resolution: 1920 x 1080 (1080p FHD - Full High Definition)
          UI Looks like: 1920 x 1080 @ 60.00Hz
          Mirror: Off
          Online: Yes
          Rotation: Supported


Installed Packages:
    accessible-pygments: 0.0.5
    aiohappyeyeballs: 2.6.2
    aiohttp: 3.13.4
    aiosignal: 1.4.0
    alabaster: 1.0.0
    annotated-types: 0.7.0
    anyio: 4.13.0
    appdirs: 1.4.4
    appnope: 0.1.4
    asttokens: 3.0.1
    attrs: 26.1.0
    babel: 2.18.0
    beautifulsoup4: 4.13.5
    blockdiag: 3.0.0
    blosc2: 4.4.2
    bs4: 0.0.2
    build: 1.3.0
    certifi: 2025.7.14
    cftime: 1.6.5
    charset-normalizer: 3.4.7
    ChimeraX-AddCharge: 1.5.20
    ChimeraX-AddH: 2.2.8
    ChimeraX-AlignmentAlgorithms: 2.0.2
    ChimeraX-AlignmentHdrs: 3.6.2
    ChimeraX-AlignmentMatrices: 2.1
    ChimeraX-Alignments: 3.2
    ChimeraX-AlphaFold: 1.0.1
    ChimeraX-AltlocExplorer: 1.2
    ChimeraX-AmberInfo: 1.0
    ChimeraX-Animations: 1.0
    ChimeraX-Aniso: 1.3.2
    ChimeraX-Arrays: 1.1
    ChimeraX-Atomic: 1.67.1
    ChimeraX-AtomicLibrary: 14.4
    ChimeraX-AtomSearch: 2.0.1
    ChimeraX-AxesPlanes: 2.4
    ChimeraX-BasicActions: 1.1.3
    ChimeraX-BILD: 1.0
    ChimeraX-BlastProtein: 3.0.0
    ChimeraX-Boltz: 1.1
    ChimeraX-BondRot: 2.0.4
    ChimeraX-BugReporter: 1.0.2
    ChimeraX-BuildStructure: 2.13.1
    ChimeraX-Bumps: 1.0
    ChimeraX-BundleBuilder: 1.6.0
    ChimeraX-ButtonPanel: 1.0.1
    ChimeraX-CageBuilder: 1.0.1
    ChimeraX-CellPack: 1.0
    ChimeraX-Centroids: 1.4.1
    ChimeraX-ChangeChains: 1.1
    ChimeraX-CheckWaters: 1.5
    ChimeraX-ChemGroup: 2.0.2
    ChimeraX-Clashes: 2.4
    ChimeraX-Cluster: 1.0
    ChimeraX-ColorActions: 1.0.5
    ChimeraX-ColorGlobe: 1.0
    ChimeraX-ColorKey: 1.5.8
    ChimeraX-CommandLine: 1.3.1
    ChimeraX-ConnectStructure: 2.0.1
    ChimeraX-Contacts: 1.0.1
    ChimeraX-Core: 1.12rc202606060206
    ChimeraX-CoreFormats: 1.2
    ChimeraX-coulombic: 1.4.5
    ChimeraX-Crosslinks: 1.0
    ChimeraX-Crystal: 1.0
    ChimeraX-CrystalContacts: 1.0.1
    ChimeraX-DataFormats: 1.2.4
    ChimeraX-Dicom: 1.2.7
    ChimeraX-DistMonitor: 1.4.2
    ChimeraX-DockPrep: 1.2.2
    ChimeraX-Dssp: 2.0
    ChimeraX-EMDB-SFF: 1.0
    ChimeraX-ESMFold: 1.0
    ChimeraX-FileHistory: 1.0.1
    ChimeraX-FunctionKey: 1.0.1
    ChimeraX-Geometry: 1.3
    ChimeraX-gltf: 1.0
    ChimeraX-Graphics: 1.4.1
    ChimeraX-Hbonds: 2.5.3
    ChimeraX-Help: 1.3
    ChimeraX-HKCage: 1.3
    ChimeraX-IHM: 1.1
    ChimeraX-ImageFormats: 1.2
    ChimeraX-IMOD: 1.0
    ChimeraX-IO: 1.0.4
    ChimeraX-ItemsInspection: 1.0.1
    ChimeraX-IUPAC: 1.0
    ChimeraX-KVFinder: 1.8.2
    ChimeraX-Label: 1.5
    ChimeraX-LightingGUI: 1.0
    ChimeraX-ListInfo: 1.3.1
    ChimeraX-Log: 1.2.2
    ChimeraX-LookingGlass: 1.1
    ChimeraX-Maestro: 1.9.3
    ChimeraX-Map: 1.3
    ChimeraX-MapData: 2.0
    ChimeraX-MapEraser: 1.0.1
    ChimeraX-MapFilter: 2.0.1
    ChimeraX-MapFit: 2.0
    ChimeraX-MapSeries: 2.1.1
    ChimeraX-Markers: 1.0.1
    ChimeraX-Mask: 1.0.2
    ChimeraX-MatchAlign: 1.2
    ChimeraX-MatchMaker: 2.4.1
    ChimeraX-MCopy: 1.0
    ChimeraX-MCPServer: 0.2.0
    ChimeraX-MDcrds: 2.19
    ChimeraX-MedicalToolbar: 1.1
    ChimeraX-Meeting: 1.0.1
    ChimeraX-Minimize: 1.3.9
    ChimeraX-MLP: 1.1.1
    ChimeraX-mmCIF: 2.16
    ChimeraX-MMTF: 2.2
    ChimeraX-ModelArchive: 1.0
    ChimeraX-Modeller: 1.5.23
    ChimeraX-ModelPanel: 1.6.1
    ChimeraX-ModelSeries: 1.0.1
    ChimeraX-Mol2: 2.0.3
    ChimeraX-Mole: 1.0
    ChimeraX-Morph: 1.0.2
    ChimeraX-MouseModes: 1.2
    ChimeraX-Movie: 1.0.1
    ChimeraX-MutationScores: 1.0
    ChimeraX-Neuron: 1.0
    ChimeraX-Nifti: 1.2
    ChimeraX-NMRSTAR: 1.0.2
    ChimeraX-NRRD: 1.2
    ChimeraX-Nucleotides: 2.0.3
    ChimeraX-OpenCommand: 1.15.4
    ChimeraX-OpenFold: 1.0
    ChimeraX-OrthoPick: 1.0.1
    ChimeraX-PDB: 2.7.13
    ChimeraX-PDBBio: 1.0.1
    ChimeraX-PDBLibrary: 1.0.5
    ChimeraX-PDBMatrices: 1.0
    ChimeraX-PickBlobs: 1.0.1
    ChimeraX-Positions: 1.0
    ChimeraX-PresetMgr: 1.1.4
    ChimeraX-ProfileGrids: 1.6
    ChimeraX-PubChem: 2.2
    ChimeraX-ReadPbonds: 1.0.1
    ChimeraX-Registration: 1.1.2
    ChimeraX-RemoteControl: 1.0
    ChimeraX-RenderByAttr: 1.8.2
    ChimeraX-RenumberResidues: 1.1
    ChimeraX-ResidueFit: 1.0.1
    ChimeraX-RestServer: 1.3.3
    ChimeraX-RNALayout: 1.0
    ChimeraX-RotamerLibMgr: 4.0
    ChimeraX-RotamerLibsDunbrack: 2.0
    ChimeraX-RotamerLibsDynameomics: 2.0
    ChimeraX-RotamerLibsRichardson: 2.0
    ChimeraX-SaveCommand: 1.5.2
    ChimeraX-Scenes: 0.3.1
    ChimeraX-SchemeMgr: 1.0
    ChimeraX-SDF: 2.0.3
    ChimeraX-Segger: 1.0
    ChimeraX-Segment: 1.0.1
    ChimeraX-Segmentations: 3.5.12
    ChimeraX-SelInspector: 1.0
    ChimeraX-SeqView: 2.18
    ChimeraX-Shape: 1.1
    ChimeraX-Shell: 1.0.1
    ChimeraX-Shortcuts: 1.2.1
    ChimeraX-ShowSequences: 1.0.3
    ChimeraX-SideView: 1.0.1
    ChimeraX-SimilarStructures: 1.0.1
    ChimeraX-Smiles: 2.1.2
    ChimeraX-SmoothLines: 1.0
    ChimeraX-SNFG: 1.0
    ChimeraX-SpaceNavigator: 1.0
    ChimeraX-StdCommands: 1.19.3
    ChimeraX-STL: 1.0.1
    ChimeraX-Storm: 1.0
    ChimeraX-StructMeasure: 1.2.1
    ChimeraX-Struts: 1.0.1
    ChimeraX-Surface: 1.0.1
    ChimeraX-SwapAA: 2.0.1
    ChimeraX-SwapRes: 2.5.3
    ChimeraX-TapeMeasure: 1.0
    ChimeraX-TaskManager: 1.0
    ChimeraX-Test: 1.0
    ChimeraX-Toolbar: 1.2.4
    ChimeraX-ToolshedUtils: 1.2.4
    ChimeraX-Topography: 1.0
    ChimeraX-ToQuest: 1.0
    ChimeraX-Tug: 1.0.1
    ChimeraX-UI: 1.50.8
    ChimeraX-Umap: 1.0
    ChimeraX-uniprot: 2.3.2
    ChimeraX-UnitCell: 1.0.1
    ChimeraX-ViewDock: 1.6.2
    ChimeraX-VIPERdb: 1.0
    ChimeraX-Vive: 1.1
    ChimeraX-VolumeMenu: 1.0.1
    ChimeraX-vrml: 1.0
    ChimeraX-VTK: 1.0
    ChimeraX-WavefrontOBJ: 1.0
    ChimeraX-WebCam: 1.0.2
    ChimeraX-WebServices: 1.1.5
    ChimeraX-Zone: 1.0.1
    click: 8.4.1
    colorama: 0.4.6
    comm: 0.2.3
    contourpy: 1.3.3
    coverage: 7.14.1
    cxservices: 1.2.3
    cycler: 0.12.1
    Cython: 3.2.4
    debugpy: 1.8.21
    decorator: 5.3.1
    docutils: 0.21.2
    executing: 2.2.1
    filelock: 3.19.1
    fonttools: 4.63.0
    frozenlist: 1.8.0
    funcparserlib: 2.0.0a0
    glfw: 2.10.0
    grako: 3.16.5
    h11: 0.16.0
    h5py: 3.16.0
    html2text: 2025.4.15
    httpcore: 1.0.9
    httpx: 0.28.1
    httpx-sse: 0.4.3
    idna: 3.18
    ihm: 2.2
    imagecodecs: 2024.6.1
    imagesize: 2.0.0
    iniconfig: 2.3.0
    ipykernel: 7.1.0
    ipython: 9.9.0
    ipython_pygments_lexers: 1.1.1
    jedi: 0.19.2
    Jinja2: 3.1.6
    jsonschema: 4.26.0
    jsonschema-specifications: 2025.9.1
    jupyter_client: 8.8.0
    jupyter_core: 5.9.1
    kiwisolver: 1.5.0
    line_profiler: 5.0.0
    lxml: 6.0.2
    lz4: 4.3.2
    Markdown: 3.8.2
    MarkupSafe: 3.0.3
    matplotlib: 3.10.7
    matplotlib-inline: 0.2.2
    mcp: 1.18.0
    msgpack: 1.1.1
    multidict: 6.7.1
    narwhals: 2.22.1
    ndindex: 1.10.1
    nest-asyncio: 1.6.0
    netCDF4: 1.6.5
    networkx: 3.3
    nibabel: 5.2.0
    nptyping: 2.5.0
    numexpr: 2.14.1
    numpy: 1.26.4
    OpenMM: 8.4.0
    openvr: 1.26.701
    packaging: 25.0
    ParmEd: 4.2.2
    parso: 0.8.7
    pep517: 0.13.1
    pexpect: 4.9.0
    pickleshare: 0.7.5
    pillow: 11.3.0
    pip: 25.2
    pkginfo: 1.12.1.2
    platformdirs: 4.10.0
    plotly: 6.8.0
    pluggy: 1.6.0
    prompt_toolkit: 3.0.52
    propcache: 0.5.2
    psutil: 7.0.0
    ptyprocess: 0.7.0
    pure_eval: 0.2.3
    py-cpuinfo: 9.0.0
    pybind11: 3.0.1
    pycollada: 0.8
    pydantic: 2.13.4
    pydantic-settings: 2.14.1
    pydantic_core: 2.46.4
    pydata-sphinx-theme: 0.18.0
    pydicom: 2.4.4
    Pygments: 2.18.0
    pynmrstar: 3.5.1
    pynrrd: 1.0.0
    PyOpenGL: 3.1.10
    PyOpenGL-accelerate: 3.1.10
    pyopenxr: 1.1.4501
    pyparsing: 3.3.2
    pyproject_hooks: 1.2.0
    PyQt6-commercial: 6.10.2
    PyQt6-Qt6: 6.10.2
    PyQt6-WebEngine-commercial: 6.10.0
    PyQt6-WebEngine-Qt6: 6.10.2
    PyQt6_sip: 13.10.3
    pytest: 9.0.3
    pytest-cov: 7.1.0
    python-dateutil: 2.9.0.post0
    python-dotenv: 1.2.2
    python-multipart: 0.0.32
    pyzmq: 27.1.0
    qtconsole: 5.7.0
    QtPy: 2.4.3
    qtshim: 1.2.2
    RandomWords: 0.4.0
    referencing: 0.37.0
    requests: 2.32.5
    roman-numerals: 4.1.0
    rpds-py: 2026.5.1
    scipy: 1.14.0
    setuptools: 80.9.0
    sfftk-rw: 0.8.1
    six: 1.17.0
    snowballstemmer: 3.1.1
    sortedcontainers: 2.4.0
    soupsieve: 2.8.4
    Sphinx: 9.0.4
    sphinx-autodoc-typehints: 3.6.1
    sphinxcontrib-applehelp: 2.0.0
    sphinxcontrib-blockdiag: 3.0.0
    sphinxcontrib-devhelp: 2.0.0
    sphinxcontrib-htmlhelp: 2.1.0
    sphinxcontrib-jsmath: 1.0.1
    sphinxcontrib-qthelp: 2.0.0
    sphinxcontrib-serializinghtml: 2.0.0
    sse-starlette: 3.4.4
    stack-data: 0.6.3
    starlette: 1.2.1
    superqt: 0.7.6
    tables: 3.10.2
    tcia_utils: 3.2.1
    threadpoolctl: 3.6.0
    tifffile: 2025.3.13
    tinyarray: 1.2.5
    tornado: 6.5.6
    tqdm: 4.68.1
    traitlets: 5.14.3
    typing-inspection: 0.4.2
    typing_extensions: 4.15.0
    Unidecode: 1.4.0
    urllib3: 2.7.0
    uvicorn: 0.49.0
    wcwidth: 0.8.1
    webcolors: 24.11.1
    wheel: 0.45.1
    wheel-filename: 1.4.2
    yarl: 1.24.2
#20486 can't reproduce Crash in QtWebEngineCore::WebContentsAdapter::initialize Tom Goddard chimerax-bug-report@…
Description
The following bug report has been submitted:
Platform:        macOS-26.3.1-arm64-arm-64bit
ChimeraX Version: 1.12rc202606060206 (2026-06-06 02:06:12 UTC)
Description
Last time you used ChimeraX it crashed.
Please describe steps that led to the crash here.
{"app_name":"ChimeraX","timestamp":"2026-06-11 20:32:15.00 -0400","app_version":"1.12.0","slice_uuid":"544eb719-b770-3601-b425-1ceb237637ac","build_version":"1.12.0.0","platform":1,"bundleID":"edu.ucsf.cgl.ChimeraX","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 26.3.1 (25D2128)","roots_installed":0,"name":"ChimeraX","incident_id":"301F2D84-8769-4F6F-B613-69C39733A1F0"}
{
  "uptime" : 160000,
  "procRole" : "Background",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "Mac16,8",
  "coalitionID" : 601,
  "osVersion" : {
    "train" : "macOS 26.3.1",
    "build" : "25D2128",
    "releaseType" : "User"
  },
  "captureTime" : "2026-06-11 20:32:04.5344 -0400",
  "codeSigningMonitor" : 2,
  "incident" : "301F2D84-8769-4F6F-B613-69C39733A1F0",
  "pid" : 7202,
  "translated" : false,
  "cpuType" : "ARM-64",
  "procLaunch" : "2026-06-11 20:32:02.2328 -0400",
  "procStartAbsTime" : 3856684258997,
  "procExitAbsTime" : 3856739343946,
  "procName" : "ChimeraX",
  "procPath" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/MacOS\/ChimeraX",
  "bundleInfo" : {"CFBundleShortVersionString":"1.12.0","CFBundleVersion":"1.12.0.0","CFBundleIdentifier":"edu.ucsf.cgl.ChimeraX"},
  "storeInfo" : {"deviceIdentifierForVendor":"32A60B3F-7501-59DE-9DC2-0B867A8720A6","thirdParty":true},
  "parentProc" : "Exited process",
  "parentPid" : 7201,
  "coalitionName" : "com.google.antigravity-ide",
  "crashReporterKey" : "C913535C-DA4E-94A6-3829-AEFB4F5BB1C7",
  "appleIntelligenceStatus" : {"state":"available"},
  "developerMode" : 1,
  "responsiblePid" : 56937,
  "responsibleProc" : "Electron",
  "codeSigningID" : "edu.ucsf.cgl.ChimeraX",
  "codeSigningTeamID" : "LWV8X224YF",
  "codeSigningFlags" : 570491649,
  "codeSigningValidationCategory" : 6,
  "codeSigningTrustLevel" : 4294967295,
  "codeSigningAuxiliaryInfo" : 0,
  "instructionByteStream" : {"beforePC":"IAAg1AAAINQAAEDUIAAg1AAAINQAAEDUIAAg1AAAINQAAEDUIAAg1A==","atPC":"AAAg1AAAQNQgACDUAAAg1AAAQNQgACDUAAAg1AAAQNQgACDUAAAg1A=="},
  "bootSessionUUID" : "5C0A4C71-2BF9-4BB3-8BD4-37DDD38A52A5",
  "wakeTime" : 4208,
  "sleepWakeUUID" : "19BFAFA3-8852-4855-98E3-4F82C48D2B80",
  "sip" : "enabled",
  "exception" : {"codes":"0x0000000000000001, 0x000000015dfcb884","rawCodes":[1,5871810692],"type":"EXC_BREAKPOINT","signal":"SIGTRAP"},
  "termination" : {"flags":0,"code":5,"namespace":"SIGNAL","indicator":"Trace\/BPT trap: 5","byProc":"exc handler","byPid":7202},
  "os_fault" : {"process":"ChimeraX"},
  "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
  "faultingThread" : 37,
  "threads" : [{

"threadState":{"x":[{"value":34700602192},{"value":0},{"value":0},{"value":34700602208},{"value":34700602240},{"value":32},{"value":0},{"value":5697863640},{"value":34700599296},{"value":18446744073709551615},{"value":0},{"value":34728034304},{"value":17592186046463},{"value":4203520},{"value":4192256},{"value":155},{"value":6657970256					,"symbolLocation":0,"symbol":    "__bzero"},{"value":6656003020					,"symbolLocation":0,"symbol":    "xzm_malloc_zone_try_free_default"},{"value":0},{"value":6159711280},{"value":34681577088},{"value":2896},{"value":6159711600},{"value":6159711592},{"value":34652931504},{"value":5883603570},{"value":34645243664},{"value":5900461072					,"symbolLocation":3822400,"symbol":    "vtable for content::NativeScreenCapturePickerMac"},{"value":34728035880}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5744578200},"cpsr":{"value":1610612736},"fp":{"value":6159711264},"sp":{"value":6159711168},"esr":{"value":2181038087,"description":"(Instruction Abort) Translation fault"},"pc":{"value":5731300388},"far":{"value":5731300388}},"id":2689460,"name":"CrBrowserMain","queue":"com.apple.main-thread","frames":[


{"imageOffset":37598244,"imageIndex":56},
{"imageOffset":50876056,"imageIndex":56},
{"imageOffset":50875744,"imageIndex":56},
{"imageOffset":50874684,"imageIndex":56},
{"imageOffset":50871852,"imageIndex":56},
{"imageOffset":57903876,"imageIndex":56},
{"imageOffset":59529596,"imageIndex":56},
{"imageOffset":61366044,"imageIndex":56},
{"imageOffset":1005248,"symbol":    "QtWebEngineCore::WebContentsAdapter::initialize(content::SiteInstance*)"					,"symbolLocation":664,"imageIndex":56},
{"imageOffset":1013080,"symbol":    "QtWebEngineCore::WebContentsAdapter::setContent(QByteArray const&, QString const&, QUrl const&)"					,"symbolLocation":100,"imageIndex":56},
{"imageOffset":241120,"symbol":    "QWebEnginePage::setHtml(QString const&, QUrl const&)"					,"symbolLocation":96,"imageIndex":56},
{"imageOffset":69480,"symbol":    "meth_QWebEngineView_setHtml(_object*, _object*, _object*)"					,"symbolLocation":176,"imageIndex":53},
{"imageOffset":998260,"symbol":    "cfunction_call"					,"symbolLocation":60,"imageIndex":1},
{"imageOffset":586556,"symbol":    "_PyObject_MakeTpCall"					,"symbolLocation":128,"imageIndex":1},
{"imageOffset":1798332,"symbol":    "_PyEval_EvalFrameDefault"					,"symbolLocation":54032,"imageIndex":1},
{"imageOffset":1820600,"symbol":    "_PyEval_Vector"					,"symbolLocation":156,"imageIndex":1},
{"imageOffset":587468,"symbol":    "_PyObject_FastCallDictTstate"					,"symbolLocation":208,"imageIndex":1},
{"imageOffset":1166256,"symbol":    "slot_tp_init"					,"symbolLocation":180,"imageIndex":1},
{"imageOffset":1127728,"symbol":    "type_call"					,"symbolLocation":136,"imageIndex":1},
{"imageOffset":586556,"symbol":    "_PyObject_MakeTpCall"					,"symbolLocation":128,"imageIndex":1},
{"imageOffset":1798332,"symbol":    "_PyEval_EvalFrameDefault"					,"symbolLocation":54032,"imageIndex":1},
{"imageOffset":1820600,"symbol":    "_PyEval_Vector"					,"symbolLocation":156,"imageIndex":1},
{"imageOffset":587356,"symbol":    "_PyObject_FastCallDictTstate"					,"symbolLocation":96,"imageIndex":1},
{"imageOffset":1166256,"symbol":    "slot_tp_init"					,"symbolLocation":180,"imageIndex":1},
{"imageOffset":1127728,"symbol":    "type_call"					,"symbolLocation":136,"imageIndex":1},
{"imageOffset":586556,"symbol":    "_PyObject_MakeTpCall"					,"symbolLocation":128,"imageIndex":1},
{"imageOffset":1798332,"symbol":    "_PyEval_EvalFrameDefault"					,"symbolLocation":54032,"imageIndex":1},
{"imageOffset":1739512,"symbol":    "PyEval_EvalCode"					,"symbolLocation":276,"imageIndex":1},
{"imageOffset":1717120,"symbol":    "builtin_exec"					,"symbolLocation":428,"imageIndex":1},
{"imageOffset":1000848,"symbol":    "cfunction_vectorcall_FASTCALL_KEYWORDS"					,"symbolLocation":80,"imageIndex":1},
{"imageOffset":1797396,"symbol":    "_PyEval_EvalFrameDefault"					,"symbolLocation":53096,"imageIndex":1},
{"imageOffset":1820600,"symbol":    "_PyEval_Vector"					,"symbolLocation":156,"imageIndex":1},
{"imageOffset":2419316,"symbol":    "pymain_run_module"					,"symbolLocation":256,"imageIndex":1},
{"imageOffset":2417940,"symbol":    "Py_RunMain"					,"symbolLocation":1784,"imageIndex":1},
{"imageOffset":2422468,"symbol":    "pymain_main"					,"symbolLocation":52,"imageIndex":1},
{"imageOffset":2422404,"symbol":    "Py_Main"					,"symbolLocation":36,"imageIndex":1},
{"imageOffset":5032,"symbol":    "main"					,"symbolLocation":128,"imageIndex":0},
{"imageOffset":36180,"symbol":    "start"					,"symbolLocation":7184,"imageIndex":103}]},{"id":2689480,"frames":[


{"imageOffset":17656,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":28892,"symbol":    "_pthread_cond_wait"					,"symbolLocation":984,"imageIndex":108},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":20},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}],

"threadState":{"x":[{"value":260},{"value":0},{"value":256},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6160281288},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8495583096},{"value":0},{"value":4530855952					,"symbolLocation":16,"symbol":    "thread_status"},{"value":4530856016					,"symbolLocation":80,"symbol":    "thread_status"},{"value":6160281824},{"value":0},{"value":0},{"value":256},{"value":257},{"value":512},{"value":4530769920					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657933532},"cpsr":{"value":1610612736},"fp":{"value":6160281408},"sp":{"value":6160281264},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657672440},"far":{"value":0}}},{"id":2689481,"frames":[


{"imageOffset":17656,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":28892,"symbol":    "_pthread_cond_wait"					,"symbolLocation":984,"imageIndex":108},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":20},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}],

"threadState":{"x":[{"value":260},{"value":0},{"value":256},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6160854728},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8495583096},{"value":0},{"value":4530856080					,"symbolLocation":144,"symbol":    "thread_status"},{"value":4530856144					,"symbolLocation":208,"symbol":    "thread_status"},{"value":6160855264},{"value":0},{"value":0},{"value":256},{"value":257},{"value":512},{"value":4530769920					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657933532},"cpsr":{"value":1610612736},"fp":{"value":6160854848},"sp":{"value":6160854704},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657672440},"far":{"value":0}}},{"id":2689482,"frames":[


{"imageOffset":17656,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":28892,"symbol":    "_pthread_cond_wait"					,"symbolLocation":984,"imageIndex":108},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":20},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6161428168},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8495583096},{"value":0},{"value":4530856208					,"symbolLocation":272,"symbol":    "thread_status"},{"value":4530856272					,"symbolLocation":336,"symbol":    "thread_status"},{"value":6161428704},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4530769920					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657933532},"cpsr":{"value":1610612736},"fp":{"value":6161428288},"sp":{"value":6161428144},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657672440},"far":{"value":0}}},{"id":2689483,"frames":[


{"imageOffset":17656,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":28892,"symbol":    "_pthread_cond_wait"					,"symbolLocation":984,"imageIndex":108},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":20},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6162001608},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8495583096},{"value":0},{"value":4530856336					,"symbolLocation":400,"symbol":    "thread_status"},{"value":4530856400					,"symbolLocation":464,"symbol":    "thread_status"},{"value":6162002144},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4530769920					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657933532},"cpsr":{"value":1610612736},"fp":{"value":6162001728},"sp":{"value":6162001584},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657672440},"far":{"value":0}}},{"id":2689484,"frames":[


{"imageOffset":17656,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":28892,"symbol":    "_pthread_cond_wait"					,"symbolLocation":984,"imageIndex":108},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":20},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6162575048},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8495583096},{"value":0},{"value":4530856464					,"symbolLocation":528,"symbol":    "thread_status"},{"value":4530856528					,"symbolLocation":592,"symbol":    "thread_status"},{"value":6162575584},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4530769920					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657933532},"cpsr":{"value":1610612736},"fp":{"value":6162575168},"sp":{"value":6162575024},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657672440},"far":{"value":0}}},{"id":2689485,"frames":[


{"imageOffset":17656,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":28892,"symbol":    "_pthread_cond_wait"					,"symbolLocation":984,"imageIndex":108},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":20},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6163148488},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8495583096},{"value":0},{"value":4530856592					,"symbolLocation":656,"symbol":    "thread_status"},{"value":4530856656					,"symbolLocation":720,"symbol":    "thread_status"},{"value":6163149024},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4530769920					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657933532},"cpsr":{"value":1610612736},"fp":{"value":6163148608},"sp":{"value":6163148464},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657672440},"far":{"value":0}}},{"id":2689486,"frames":[


{"imageOffset":17656,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":28892,"symbol":    "_pthread_cond_wait"					,"symbolLocation":984,"imageIndex":108},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":20},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6163721928},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8495583096},{"value":0},{"value":4530856720					,"symbolLocation":784,"symbol":    "thread_status"},{"value":4530856784					,"symbolLocation":848,"symbol":    "thread_status"},{"value":6163722464},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4530769920					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657933532},"cpsr":{"value":1610612736},"fp":{"value":6163722048},"sp":{"value":6163721904},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657672440},"far":{"value":0}}},{"id":2689487,"frames":[


{"imageOffset":17656,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":28892,"symbol":    "_pthread_cond_wait"					,"symbolLocation":984,"imageIndex":108},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":20},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6164295368},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8495583096},{"value":0},{"value":4530856848					,"symbolLocation":912,"symbol":    "thread_status"},{"value":4530856912					,"symbolLocation":976,"symbol":    "thread_status"},{"value":6164295904},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4530769920					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657933532},"cpsr":{"value":1610612736},"fp":{"value":6164295488},"sp":{"value":6164295344},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657672440},"far":{"value":0}}},{"id":2689488,"frames":[


{"imageOffset":17656,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":28892,"symbol":    "_pthread_cond_wait"					,"symbolLocation":984,"imageIndex":108},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":20},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6164868808},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8495583096},{"value":0},{"value":4530856976					,"symbolLocation":1040,"symbol":    "thread_status"},{"value":4530857040					,"symbolLocation":1104,"symbol":    "thread_status"},{"value":6164869344},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4530769920					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657933532},"cpsr":{"value":1610612736},"fp":{"value":6164868928},"sp":{"value":6164868784},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657672440},"far":{"value":0}}},{"id":2689489,"frames":[


{"imageOffset":17656,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":28892,"symbol":    "_pthread_cond_wait"					,"symbolLocation":984,"imageIndex":108},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":20},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6165442248},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8495583096},{"value":0},{"value":4530857104					,"symbolLocation":1168,"symbol":    "thread_status"},{"value":4530857168					,"symbolLocation":1232,"symbol":    "thread_status"},{"value":6165442784},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4530769920					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657933532},"cpsr":{"value":1610612736},"fp":{"value":6165442368},"sp":{"value":6165442224},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657672440},"far":{"value":0}}},{"id":2689490,"frames":[


{"imageOffset":17656,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":28892,"symbol":    "_pthread_cond_wait"					,"symbolLocation":984,"imageIndex":108},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":20},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6166015688},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8495583096},{"value":0},{"value":4530857232					,"symbolLocation":1296,"symbol":    "thread_status"},{"value":4530857296					,"symbolLocation":1360,"symbol":    "thread_status"},{"value":6166016224},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4530769920					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657933532},"cpsr":{"value":1610612736},"fp":{"value":6166015808},"sp":{"value":6166015664},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657672440},"far":{"value":0}}},{"id":2689491,"frames":[


{"imageOffset":17656,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":28892,"symbol":    "_pthread_cond_wait"					,"symbolLocation":984,"imageIndex":108},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":20},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6166589128},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8495583096},{"value":0},{"value":4530857360					,"symbolLocation":1424,"symbol":    "thread_status"},{"value":4530857424					,"symbolLocation":1488,"symbol":    "thread_status"},{"value":6166589664},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4530769920					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657933532},"cpsr":{"value":1610612736},"fp":{"value":6166589248},"sp":{"value":6166589104},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657672440},"far":{"value":0}}},{"id":2689492,"frames":[


{"imageOffset":17656,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":28892,"symbol":    "_pthread_cond_wait"					,"symbolLocation":984,"imageIndex":108},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":20},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6167162568},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8495583096},{"value":0},{"value":4530857488					,"symbolLocation":1552,"symbol":    "thread_status"},{"value":4530857552					,"symbolLocation":1616,"symbol":    "thread_status"},{"value":6167163104},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4530769920					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657933532},"cpsr":{"value":1610612736},"fp":{"value":6167162688},"sp":{"value":6167162544},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657672440},"far":{"value":0}}},{"id":2689510,"frames":[

],

"threadState":{"x":[{"value":6167736320},{"value":10243},{"value":6167199744},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6167736320},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657911700},"far":{"value":0}}},{"id":2689511,"frames":[

],

"threadState":{"x":[{"value":6168309760},{"value":11011},{"value":6167773184},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6168309760},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657911700},"far":{"value":0}}},{"id":2689512,"frames":[

],

"threadState":{"x":[{"value":6168883200},{"value":29447},{"value":6168346624},{"value":0},{"value":409603},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6168883200},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657911700},"far":{"value":0}}},{"id":2689533,"frames":[

],

"threadState":{"x":[{"value":6169456640},{"value":24067},{"value":6168920064},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6169456640},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657911700},"far":{"value":0}}},{"id":2689534,"frames":[

],

"threadState":{"x":[{"value":6170030080},{"value":0},{"value":6169493504},{"value":0},{"value":278532},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6170030080},"esr":{"value":0},"pc":{"value":6657911700},"far":{"value":0}}},{"id":2689541,"name":"com.apple.NSEventThread",

"threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":115461605818368},{"value":0},{"value":115461605818368},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":26883},{"value":34667429888},{"value":18446744073709551569},{"value":1526911488},{"value":0},{"value":4294967295},{"value":2},{"value":115461605818368},{"value":0},{"value":115461605818368},{"value":6170599560},{"value":8589934592},{"value":21592279046},{"value":18446744073709550527},{"value":4412409862					,"symbolLocation":3049,"symbol":    "__pyx_k_vonmises_mu_kappa_size_None_Dra"}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657732648},"cpsr":{"value":0},"fp":{"value":6170599408},"sp":{"value":6170599328},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657657908},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":107},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":107},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":107},
{"imageOffset":392112,"symbol":    "__CFRunLoopServiceMachPort"					,"symbolLocation":160,"imageIndex":109},
{"imageOffset":386312,"symbol":    "__CFRunLoopRun"					,"symbolLocation":1188,"imageIndex":109},
{"imageOffset":1150780,"symbol":    "_CFRunLoopRunSpecificWithOptions"					,"symbolLocation":532,"imageIndex":109},
{"imageOffset":719412,"symbol":    "_NSEventThread"					,"symbolLocation":184,"imageIndex":110},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}]},{"id":2689564,"name":"ThreadPoolServiceThread",

"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":34659650368},{"value":4},{"value":0},{"value":0},{"value":5886309236},{"value":0},{"value":0},{"value":48},{"value":56},{"value":5886305789},{"value":5886305789},{"value":0},{"value":0},{"value":369},{"value":6179024896},{"value":0},{"value":34693053040},{"value":34661048576},{"value":0},{"value":12297829382473034411},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5778037924},"cpsr":{"value":1610612736},"fp":{"value":6179024256},"sp":{"value":6179024176},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657706884},"far":{"value":0}},"frames":[


{"imageOffset":52100,"symbol":    "kevent64"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":84335780,"imageIndex":56},
{"imageOffset":84335344,"imageIndex":56},
{"imageOffset":83899364,"imageIndex":56},
{"imageOffset":83592152,"imageIndex":56},
{"imageOffset":84063784,"imageIndex":56},
{"imageOffset":83956196,"imageIndex":56},
{"imageOffset":84064184,"imageIndex":56},
{"imageOffset":84175948,"imageIndex":56},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}]},{"id":2689565,"name":"ThreadPoolForegroundWorker",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":199024489529344},{"value":0},{"value":199024489529344},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":46339},{"value":0},{"value":18446744073709551569},{"value":20368096256},{"value":0},{"value":0},{"value":32},{"value":199024489529344},{"value":0},{"value":199024489529344},{"value":6187445472},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657732648},"cpsr":{"value":0},"fp":{"value":6187444816},"sp":{"value":6187444736},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657657908},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":107},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":107},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":107},
{"imageOffset":84291672,"imageIndex":56},
{"imageOffset":83741660,"imageIndex":56},
{"imageOffset":84006264,"imageIndex":56},
{"imageOffset":84008924,"imageIndex":56},
{"imageOffset":84008092,"imageIndex":56},
{"imageOffset":84007820,"imageIndex":56},
{"imageOffset":84175948,"imageIndex":56},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}]},{"id":2689566,"name":"ThreadPoolBackgroundWorker",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":271592256962560},{"value":0},{"value":271592256962560},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":63235},{"value":0},{"value":18446744073709551569},{"value":34674085888},{"value":0},{"value":0},{"value":32},{"value":271592256962560},{"value":0},{"value":271592256962560},{"value":6195866848},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657732648},"cpsr":{"value":0},"fp":{"value":6195866192},"sp":{"value":6195866112},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657657908},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":107},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":107},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":107},
{"imageOffset":84291672,"imageIndex":56},
{"imageOffset":83741660,"imageIndex":56},
{"imageOffset":84006264,"imageIndex":56},
{"imageOffset":84008924,"imageIndex":56},
{"imageOffset":84007960,"imageIndex":56},
{"imageOffset":84007868,"imageIndex":56},
{"imageOffset":84175948,"imageIndex":56},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}]},{"id":2689568,"name":"ThreadPoolForegroundWorker",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":201223512784896},{"value":0},{"value":201223512784896},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":46851},{"value":0},{"value":18446744073709551569},{"value":20334541824},{"value":0},{"value":0},{"value":32},{"value":201223512784896},{"value":0},{"value":201223512784896},{"value":6204288224},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657732648},"cpsr":{"value":0},"fp":{"value":6204287568},"sp":{"value":6204287488},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657657908},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":107},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":107},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":107},
{"imageOffset":84291672,"imageIndex":56},
{"imageOffset":83741660,"imageIndex":56},
{"imageOffset":84006264,"imageIndex":56},
{"imageOffset":84008924,"imageIndex":56},
{"imageOffset":84008092,"imageIndex":56},
{"imageOffset":84007820,"imageIndex":56},
{"imageOffset":84175948,"imageIndex":56},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}]},{"id":2689570,"name":"Chrome_IOThread",

"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":34666392688},{"value":1},{"value":0},{"value":0},{"value":5886309236},{"value":0},{"value":0},{"value":1},{"value":56},{"value":5886305789},{"value":5886305789},{"value":0},{"value":0},{"value":369},{"value":6212710400},{"value":0},{"value":34693043440},{"value":34661050496},{"value":0},{"value":12297829382473034411},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5778037924},"cpsr":{"value":1610612736},"fp":{"value":6212709744},"sp":{"value":6212709664},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657706884},"far":{"value":0}},"frames":[


{"imageOffset":52100,"symbol":    "kevent64"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":84335780,"imageIndex":56},
{"imageOffset":84335344,"imageIndex":56},
{"imageOffset":83899364,"imageIndex":56},
{"imageOffset":83592152,"imageIndex":56},
{"imageOffset":84063784,"imageIndex":56},
{"imageOffset":53605052,"imageIndex":56},
{"imageOffset":84064184,"imageIndex":56},
{"imageOffset":84175948,"imageIndex":56},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}]},{"id":2689571,"name":"MemoryInfra",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":258398117429248},{"value":0},{"value":258398117429248},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":60163},{"value":0},{"value":18446744073709551569},{"value":6221131776},{"value":0},{"value":0},{"value":32},{"value":258398117429248},{"value":0},{"value":258398117429248},{"value":6221130736},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657732648},"cpsr":{"value":0},"fp":{"value":6221130080},"sp":{"value":6221130000},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657657908},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":107},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":107},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":107},
{"imageOffset":84291672,"imageIndex":56},
{"imageOffset":83741660,"imageIndex":56},
{"imageOffset":83741516,"imageIndex":56},
{"imageOffset":83356920,"imageIndex":56},
{"imageOffset":83899364,"imageIndex":56},
{"imageOffset":83592152,"imageIndex":56},
{"imageOffset":84063784,"imageIndex":56},
{"imageOffset":84064184,"imageIndex":56},
{"imageOffset":84175948,"imageIndex":56},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}]},{"id":2689574,"name":"NetworkConfigWatcher",

"threadState":{"x":[{"value":268451845},{"value":17179869442},{"value":0},{"value":255099582545920},{"value":0},{"value":255099582545920},{"value":32},{"value":1000},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":59395},{"value":0},{"value":18446744073709551569},{"value":6229553152},{"value":0},{"value":1000},{"value":32},{"value":255099582545920},{"value":0},{"value":255099582545920},{"value":6229552128},{"value":0},{"value":17179870466},{"value":18446744073709550527},{"value":1282}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657732648},"cpsr":{"value":0},"fp":{"value":6229551472},"sp":{"value":6229551392},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657657908},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":107},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":107},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":107},
{"imageOffset":84291672,"imageIndex":56},
{"imageOffset":83741660,"imageIndex":56},
{"imageOffset":83357188,"imageIndex":56},
{"imageOffset":83899364,"imageIndex":56},
{"imageOffset":83592152,"imageIndex":56},
{"imageOffset":84063784,"imageIndex":56},
{"imageOffset":84064184,"imageIndex":56},
{"imageOffset":84175948,"imageIndex":56},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}]},{"id":2689576,"name":"ThreadPoolForegroundWorker",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":252900559290368},{"value":0},{"value":252900559290368},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":58883},{"value":0},{"value":18446744073709551569},{"value":18446744072367376383},{"value":0},{"value":0},{"value":32},{"value":252900559290368},{"value":0},{"value":252900559290368},{"value":6237973728},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657732648},"cpsr":{"value":0},"fp":{"value":6237973072},"sp":{"value":6237972992},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657657908},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":107},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":107},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":107},
{"imageOffset":84291672,"imageIndex":56},
{"imageOffset":83741660,"imageIndex":56},
{"imageOffset":84006264,"imageIndex":56},
{"imageOffset":84008924,"imageIndex":56},
{"imageOffset":84008092,"imageIndex":56},
{"imageOffset":84007820,"imageIndex":56},
{"imageOffset":84175948,"imageIndex":56},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}]},{"id":2689584,"name":"Chrome_InProcGpuThread",

"threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":245203977895936},{"value":367315968},{"value":245203977895936},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":57091},{"value":0},{"value":18446744073709551569},{"value":8495584984},{"value":0},{"value":4294967295},{"value":2},{"value":245203977895936},{"value":367315968},{"value":245203977895936},{"value":6246391336},{"value":8589934592},{"value":21592279046},{"value":18446744073709550527},{"value":4412409862					,"symbolLocation":3049,"symbol":    "__pyx_k_vonmises_mu_kappa_size_None_Dra"}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657732648},"cpsr":{"value":0},"fp":{"value":6246391184},"sp":{"value":6246391104},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657657908},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":107},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":107},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":107},
{"imageOffset":392112,"symbol":    "__CFRunLoopServiceMachPort"					,"symbolLocation":160,"imageIndex":109},
{"imageOffset":386312,"symbol":    "__CFRunLoopRun"					,"symbolLocation":1188,"imageIndex":109},
{"imageOffset":1150780,"symbol":    "_CFRunLoopRunSpecificWithOptions"					,"symbolLocation":532,"imageIndex":109},
{"imageOffset":10861840,"symbol":    "-[NSRunLoop(NSRunLoop) runMode:beforeDate:]"					,"symbolLocation":212,"imageIndex":111},
{"imageOffset":84561764,"imageIndex":56},
{"imageOffset":84556424,"imageIndex":56},
{"imageOffset":83899364,"imageIndex":56},
{"imageOffset":83592152,"imageIndex":56},
{"imageOffset":84063784,"imageIndex":56},
{"imageOffset":84064184,"imageIndex":56},
{"imageOffset":84175948,"imageIndex":56},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}]},{"id":2689585,"name":"Chrome_ChildIOThread",

"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":34666393792},{"value":1},{"value":0},{"value":0},{"value":5886309236},{"value":0},{"value":0},{"value":1},{"value":56},{"value":5886305789},{"value":5886305789},{"value":0},{"value":0},{"value":369},{"value":6254817280},{"value":0},{"value":34693048560},{"value":34661052800},{"value":0},{"value":12297829382473034411},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5778037924},"cpsr":{"value":1610612736},"fp":{"value":6254816592},"sp":{"value":6254816512},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657706884},"far":{"value":0}},"frames":[


{"imageOffset":52100,"symbol":    "kevent64"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":84335780,"imageIndex":56},
{"imageOffset":84335344,"imageIndex":56},
{"imageOffset":83899364,"imageIndex":56},
{"imageOffset":83592152,"imageIndex":56},
{"imageOffset":84063784,"imageIndex":56},
{"imageOffset":130465432,"imageIndex":56},
{"imageOffset":84064184,"imageIndex":56},
{"imageOffset":84175948,"imageIndex":56},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}]},{"id":2689586,"name":"CompositorTileWorker1",

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":161},{"value":0},{"value":0},{"value":6263238216},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8495583096},{"value":0},{"value":34725086744},{"value":34725086872},{"value":6263238880},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657933532},"cpsr":{"value":1610612736},"fp":{"value":6263238336},"sp":{"value":6263238192},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657672440},"far":{"value":0}},"frames":[


{"imageOffset":17656,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":28892,"symbol":    "_pthread_cond_wait"					,"symbolLocation":984,"imageIndex":108},
{"imageOffset":84172932,"imageIndex":56},
{"imageOffset":120601064,"imageIndex":56},
{"imageOffset":84175948,"imageIndex":56},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}]},{"id":2689589,"name":"VizCompositorThread",

"threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":283686884868096},{"value":0},{"value":283686884868096},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":66051},{"value":0},{"value":18446744073709551569},{"value":8495584984},{"value":0},{"value":4294967295},{"value":2},{"value":283686884868096},{"value":0},{"value":283686884868096},{"value":6271655464},{"value":8589934592},{"value":21592279046},{"value":18446744073709550527},{"value":4412409862					,"symbolLocation":3049,"symbol":    "__pyx_k_vonmises_mu_kappa_size_None_Dra"}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657732648},"cpsr":{"value":0},"fp":{"value":6271655312},"sp":{"value":6271655232},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657657908},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":107},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":107},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":107},
{"imageOffset":392112,"symbol":    "__CFRunLoopServiceMachPort"					,"symbolLocation":160,"imageIndex":109},
{"imageOffset":386312,"symbol":    "__CFRunLoopRun"					,"symbolLocation":1188,"imageIndex":109},
{"imageOffset":1150780,"symbol":    "_CFRunLoopRunSpecificWithOptions"					,"symbolLocation":532,"imageIndex":109},
{"imageOffset":10861840,"symbol":    "-[NSRunLoop(NSRunLoop) runMode:beforeDate:]"					,"symbolLocation":212,"imageIndex":111},
{"imageOffset":84561764,"imageIndex":56},
{"imageOffset":84556424,"imageIndex":56},
{"imageOffset":83899364,"imageIndex":56},
{"imageOffset":83592152,"imageIndex":56},
{"imageOffset":84063784,"imageIndex":56},
{"imageOffset":84064184,"imageIndex":56},
{"imageOffset":84175948,"imageIndex":56},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}]},{"id":2689590,"name":"NetworkConfigWatcher",

"threadState":{"x":[{"value":268451845},{"value":17179869442},{"value":0},{"value":371647815090176},{"value":0},{"value":371647815090176},{"value":32},{"value":1000},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":86531},{"value":0},{"value":18446744073709551569},{"value":6280081408},{"value":0},{"value":1000},{"value":32},{"value":371647815090176},{"value":0},{"value":371647815090176},{"value":6280080384},{"value":0},{"value":17179870466},{"value":18446744073709550527},{"value":1282}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657732648},"cpsr":{"value":0},"fp":{"value":6280079728},"sp":{"value":6280079648},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657657908},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":107},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":107},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":107},
{"imageOffset":84291672,"imageIndex":56},
{"imageOffset":83741660,"imageIndex":56},
{"imageOffset":83357188,"imageIndex":56},
{"imageOffset":83899364,"imageIndex":56},
{"imageOffset":83592152,"imageIndex":56},
{"imageOffset":84063784,"imageIndex":56},
{"imageOffset":84064184,"imageIndex":56},
{"imageOffset":84175948,"imageIndex":56},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}]},{"id":2689597,"name":"ThreadPoolForegroundWorker",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":370548303462400},{"value":0},{"value":370548303462400},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":86275},{"value":0},{"value":18446744073709551569},{"value":34652139520},{"value":0},{"value":0},{"value":32},{"value":370548303462400},{"value":0},{"value":370548303462400},{"value":6288501984},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657732648},"cpsr":{"value":0},"fp":{"value":6288501328},"sp":{"value":6288501248},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657657908},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":107},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":107},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":107},
{"imageOffset":84291672,"imageIndex":56},
{"imageOffset":83741660,"imageIndex":56},
{"imageOffset":84006264,"imageIndex":56},
{"imageOffset":84008924,"imageIndex":56},
{"imageOffset":84008092,"imageIndex":56},
{"imageOffset":84007820,"imageIndex":56},
{"imageOffset":84175948,"imageIndex":56},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}]},{"id":2689598,"name":"NetworkService",

"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":34652213232},{"value":1},{"value":0},{"value":0},{"value":5886309236},{"value":0},{"value":0},{"value":1308},{"value":160697221000},{"value":5886305789},{"value":5886305789},{"value":0},{"value":0},{"value":369},{"value":6296924160},{"value":0},{"value":34693049200},{"value":34653135488},{"value":0},{"value":12297829382473034411},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5778037924},"cpsr":{"value":1610612736},"fp":{"value":6296923552},"sp":{"value":6296923472},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657706884},"far":{"value":0}},"frames":[


{"imageOffset":52100,"symbol":    "kevent64"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":84335780,"imageIndex":56},
{"imageOffset":84335344,"imageIndex":56},
{"imageOffset":83899364,"imageIndex":56},
{"imageOffset":83592152,"imageIndex":56},
{"imageOffset":84063784,"imageIndex":56},
{"imageOffset":84064184,"imageIndex":56},
{"imageOffset":84175948,"imageIndex":56},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}]},{"id":2689599,"name":"NetworkNotificationThreadMac",

"threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":294682001145856},{"value":0},{"value":294682001145856},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":68611},{"value":0},{"value":18446744073709551569},{"value":8495584984},{"value":0},{"value":4294967295},{"value":2},{"value":294682001145856},{"value":0},{"value":294682001145856},{"value":6305340968},{"value":8589934592},{"value":21592279046},{"value":18446744073709550527},{"value":4412409862					,"symbolLocation":3049,"symbol":    "__pyx_k_vonmises_mu_kappa_size_None_Dra"}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657732648},"cpsr":{"value":0},"fp":{"value":6305340816},"sp":{"value":6305340736},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657657908},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":107},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":107},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":107},
{"imageOffset":392112,"symbol":    "__CFRunLoopServiceMachPort"					,"symbolLocation":160,"imageIndex":109},
{"imageOffset":386312,"symbol":    "__CFRunLoopRun"					,"symbolLocation":1188,"imageIndex":109},
{"imageOffset":1150780,"symbol":    "_CFRunLoopRunSpecificWithOptions"					,"symbolLocation":532,"imageIndex":109},
{"imageOffset":10861840,"symbol":    "-[NSRunLoop(NSRunLoop) runMode:beforeDate:]"					,"symbolLocation":212,"imageIndex":111},
{"imageOffset":84561764,"imageIndex":56},
{"imageOffset":84556424,"imageIndex":56},
{"imageOffset":83899364,"imageIndex":56},
{"imageOffset":83592152,"imageIndex":56},
{"imageOffset":84063784,"imageIndex":56},
{"imageOffset":84064184,"imageIndex":56},
{"imageOffset":84175948,"imageIndex":56},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}]},{"id":2689600,"name":"NetworkConfigWatcher",

"threadState":{"x":[{"value":268451845},{"value":17179869442},{"value":0},{"value":357354163929088},{"value":0},{"value":357354163929088},{"value":32},{"value":1000},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":83203},{"value":0},{"value":18446744073709551569},{"value":6313766912},{"value":0},{"value":1000},{"value":32},{"value":357354163929088},{"value":0},{"value":357354163929088},{"value":6313765888},{"value":0},{"value":17179870466},{"value":18446744073709550527},{"value":1282}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6657732648},"cpsr":{"value":0},"fp":{"value":6313765232},"sp":{"value":6313765152},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6657657908},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":107},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":107},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":107},
{"imageOffset":84291672,"imageIndex":56},
{"imageOffset":83741660,"imageIndex":56},
{"imageOffset":83357188,"imageIndex":56},
{"imageOffset":83899364,"imageIndex":56},
{"imageOffset":83592152,"imageIndex":56},
{"imageOffset":84063784,"imageIndex":56},
{"imageOffset":84064184,"imageIndex":56},
{"imageOffset":84175948,"imageIndex":56},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}]},{"triggered":true,"id":2689601,"name":"ThreadPoolSingleThreadForegroundBlocking0",

"threadState":{"x":[{"value":6322183528},{"value":34653250944},{"value":6},{"value":6657960432},{"value":20300595520},{"value":32},{"value":18446744072631617535},{"value":18446726482597246976},{"value":5916069008},{"value":0},{"value":0},{"value":2},{"value":0},{"value":0},{"value":172032},{"value":55},{"value":6657910988					,"symbolLocation":0,"symbol":    "pthread_mutex_unlock"},{"value":8495592744},{"value":0},{"value":197},{"value":6322185320},{"value":6322184752},{"value":5916069024},{"value":5915123712					,"symbolLocation":187752,"symbol":    "QtWebEngineCore::FindTextHelper::m_findRequestIdCounter"},{"value":198},{"value":0},{"value":198},{"value":5886333185},{"value":67}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5776897704},"cpsr":{"value":1610612736},"fp":{"value":6322184704},"sp":{"value":6322183584},"esr":{"value":4060086272,"description":"(Breakpoint) brk 0"},"pc":{"value":5871810692,"matchesCrashFrame":1},"far":{"value":0}},"frames":[


{"imageOffset":178108548,"imageIndex":56},
{"imageOffset":83195560,"imageIndex":56},
{"imageOffset":83194064,"imageIndex":56},
{"imageOffset":84284876,"imageIndex":56},
{"imageOffset":84284900,"imageIndex":56},
{"imageOffset":84296964,"imageIndex":56},
{"imageOffset":84294620,"imageIndex":56},
{"imageOffset":84342740,"imageIndex":56},
{"imageOffset":62086608,"imageIndex":56},
{"imageOffset":53993356,"imageIndex":56},
{"imageOffset":83753956,"imageIndex":56},
{"imageOffset":83974896,"imageIndex":56},
{"imageOffset":83975496,"imageIndex":56},
{"imageOffset":83973056,"imageIndex":56},
{"imageOffset":83971876,"imageIndex":56},
{"imageOffset":84009452,"imageIndex":56},
{"imageOffset":84008180,"imageIndex":56},
{"imageOffset":84007880,"imageIndex":56},
{"imageOffset":84175948,"imageIndex":56},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}]}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4307156992,
    "CFBundleShortVersionString" : "1.12.0",
    "CFBundleIdentifier" : "edu.ucsf.cgl.ChimeraX",
    "size" : 16384,
    "uuid" : "544eb719-b770-3601-b425-1ceb237637ac",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/MacOS\/ChimeraX",
    "name" : "ChimeraX",
    "CFBundleVersion" : "1.12.0.0"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4324507648,
    "CFBundleShortVersionString" : "3.11.9, (c) 2001-2023 Python Software Foundation.",
    "CFBundleIdentifier" : "org.python.python",
    "size" : 3981312,
    "uuid" : "5662657e-7928-39be-8954-d582f8f34d51",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/Python",
    "name" : "Python",
    "CFBundleVersion" : "3.11.9"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4311728128,
    "size" : 49152,
    "uuid" : "29c3ec8a-19d4-363b-a6d9-9c2abec94f03",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/math.cpython-311-darwin.so",
    "name" : "math.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4321280000,
    "size" : 81920,
    "uuid" : "4dbedf5d-0596-39ea-b10e-f25d3a6c8cfb",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_datetime.cpython-311-darwin.so",
    "name" : "_datetime.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4309581824,
    "size" : 16384,
    "uuid" : "4b805031-de4f-3814-b939-e5cb2842c3e6",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_typing.cpython-311-darwin.so",
    "name" : "_typing.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4309417984,
    "size" : 32768,
    "uuid" : "78e93840-6aa2-3e12-88b1-3d140c86db21",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/zlib.cpython-311-darwin.so",
    "name" : "zlib.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4309663744,
    "size" : 16384,
    "uuid" : "76d59f87-05bd-3453-988f-6a1d92e48d0b",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_bz2.cpython-311-darwin.so",
    "name" : "_bz2.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4324147200,
    "size" : 196608,
    "uuid" : "aa0512bd-866a-3f89-a0b1-370c93044c89",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_lzma.cpython-311-darwin.so",
    "name" : "_lzma.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4311859200,
    "size" : 16384,
    "uuid" : "1701fe90-bec8-3df9-af49-24e174fdc9fc",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_bisect.cpython-311-darwin.so",
    "name" : "_bisect.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4323721216,
    "size" : 16384,
    "uuid" : "66c350e7-dd50-30e7-9149-bd34d073a97b",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_random.cpython-311-darwin.so",
    "name" : "_random.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4323557376,
    "size" : 16384,
    "uuid" : "2eddec17-84f0-384f-badb-24bd02d808c9",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_sha512.cpython-311-darwin.so",
    "name" : "_sha512.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4323999744,
    "size" : 32768,
    "uuid" : "b942d9ac-2a05-30f3-90ef-07a312233107",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/binascii.cpython-311-darwin.so",
    "name" : "binascii.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4323803136,
    "size" : 32768,
    "uuid" : "2a9c55d5-61e3-3c08-afe7-a90f29fb3885",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_struct.cpython-311-darwin.so",
    "name" : "_struct.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4323639296,
    "size" : 16384,
    "uuid" : "4d6fbc3b-cd0b-392c-9f1c-9ff89288e939",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/fcntl.cpython-311-darwin.so",
    "name" : "fcntl.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4323917824,
    "size" : 16384,
    "uuid" : "3a00fdd3-8009-389a-b150-0f692c95822f",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_posixsubprocess.cpython-311-darwin.so",
    "name" : "_posixsubprocess.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4399218688,
    "size" : 32768,
    "uuid" : "4c0501e5-d7a1-34d7-aa7c-75dfe924b268",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/select.cpython-311-darwin.so",
    "name" : "select.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4402757632,
    "size" : 1114112,
    "uuid" : "8294cace-7433-3592-87d9-468d949e3e9c",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/unicodedata.cpython-311-darwin.so",
    "name" : "unicodedata.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4400365568,
    "size" : 16384,
    "uuid" : "1243f750-0ee0-32a2-8e81-bd2e8cb2550a",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/arrays\/_arrays.cpython-311-darwin.so",
    "name" : "_arrays.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4403953664,
    "size" : 540672,
    "uuid" : "38cdb593-a83c-3e2a-ada9-78f3ee4b593c",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/arrays\/lib\/libarrays.dylib",
    "name" : "libarrays.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4413423616,
    "size" : 2670592,
    "uuid" : "744b099b-9156-3efd-95ee-949f9bec068e",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/core\/_multiarray_umath.cpython-311-darwin.so",
    "name" : "_multiarray_umath.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4509433856,
    "size" : 21299200,
    "uuid" : "9854a721-2573-3169-81ec-19ea40ce8077",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/.dylibs\/libopenblas64_.0.dylib",
    "name" : "libopenblas64_.0.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4404641792,
    "size" : 3522560,
    "uuid" : "dd0e012a-b6de-31b1-a28e-260c7b51e595",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/.dylibs\/libgfortran.5.dylib",
    "name" : "libgfortran.5.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4409114624,
    "size" : 311296,
    "uuid" : "6d39d54b-d80e-3218-a095-b81ad0b3be90",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/.dylibs\/libquadmath.0.dylib",
    "name" : "libquadmath.0.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4399022080,
    "size" : 65536,
    "uuid" : "d9875303-8f38-33d9-a0d3-ab0adff3b915",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/.dylibs\/libgcc_s.1.1.dylib",
    "name" : "libgcc_s.1.1.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4402544640,
    "size" : 98304,
    "uuid" : "a262ab27-9e1b-3b52-9b2f-1c173bcac7f9",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_pickle.cpython-311-darwin.so",
    "name" : "_pickle.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4408524800,
    "size" : 16384,
    "uuid" : "dd2e6975-e10c-3bf3-9bb5-95cfb3c5d91e",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_contextvars.cpython-311-darwin.so",
    "name" : "_contextvars.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4408360960,
    "size" : 65536,
    "uuid" : "340d4f4e-8cd4-3e24-9215-eb9235031bd3",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/core\/_multiarray_tests.cpython-311-darwin.so",
    "name" : "_multiarray_tests.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4410540032,
    "size" : 81920,
    "uuid" : "1288fa0d-7e49-3d72-a33f-338b00fa673f",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_ctypes.cpython-311-darwin.so",
    "name" : "_ctypes.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4410736640,
    "size" : 98304,
    "uuid" : "09f94631-f551-3559-ba88-aff49917d8fe",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/linalg\/_umath_linalg.cpython-311-darwin.so",
    "name" : "_umath_linalg.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4408885248,
    "size" : 65536,
    "uuid" : "7b5335ce-92a1-3ae2-bde0-0e5d5641b2c9",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/fft\/_pocketfft_internal.cpython-311-darwin.so",
    "name" : "_pocketfft_internal.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4411965440,
    "size" : 622592,
    "uuid" : "05ddaab9-9d7f-3317-a3c4-5e9936fe3ceb",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/mtrand.cpython-311-darwin.so",
    "name" : "mtrand.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4408606720,
    "size" : 147456,
    "uuid" : "377e255e-f9a4-3173-8265-a899000c5d0f",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/bit_generator.cpython-311-darwin.so",
    "name" : "bit_generator.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4483858432,
    "size" : 196608,
    "uuid" : "8590d52a-d755-3ffd-8f68-f9cb638359fc",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_common.cpython-311-darwin.so",
    "name" : "_common.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4412932096,
    "size" : 32768,
    "uuid" : "473ca62c-10c9-3a36-9a61-5ab9a1b7d0ba",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_hashlib.cpython-311-darwin.so",
    "name" : "_hashlib.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4493082624,
    "size" : 2473984,
    "uuid" : "b85d21fc-4c7a-37e4-ad24-9b0d20177f55",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/libcrypto.3.dylib",
    "name" : "libcrypto.3.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4409016320,
    "size" : 32768,
    "uuid" : "6781c716-85bc-3dcc-b059-b59077dd4059",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_blake2.cpython-311-darwin.so",
    "name" : "_blake2.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4486037504,
    "size" : 311296,
    "uuid" : "0033ea49-a161-3564-b09e-6a6c3b902698",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_bounded_integers.cpython-311-darwin.so",
    "name" : "_bounded_integers.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4412702720,
    "size" : 65536,
    "uuid" : "7dab4595-a351-3061-861b-c426baee85b3",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_mt19937.cpython-311-darwin.so",
    "name" : "_mt19937.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4485185536,
    "size" : 65536,
    "uuid" : "d3035eea-ed0e-398a-afbe-f9a8016701db",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_philox.cpython-311-darwin.so",
    "name" : "_philox.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4485316608,
    "size" : 81920,
    "uuid" : "35fb9307-f991-3159-86db-21f6c67b9198",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_pcg64.cpython-311-darwin.so",
    "name" : "_pcg64.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4413276160,
    "size" : 49152,
    "uuid" : "17a4344b-3221-36c4-9019-53cc1223e124",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_sfc64.cpython-311-darwin.so",
    "name" : "_sfc64.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4488200192,
    "size" : 737280,
    "uuid" : "49451e8a-e3c8-3429-83d8-249e81e378cd",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_generator.cpython-311-darwin.so",
    "name" : "_generator.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4412850176,
    "size" : 16384,
    "uuid" : "e1984258-3aba-3351-9b97-6cc398e29690",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_opcode.cpython-311-darwin.so",
    "name" : "_opcode.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4413046784,
    "size" : 114688,
    "uuid" : "a3d66983-a608-3297-b2f3-cac61ad531b1",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/geometry\/_geometry.cpython-311-darwin.so",
    "name" : "_geometry.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4485677056,
    "size" : 32768,
    "uuid" : "d8396ecd-b388-3762-afa8-2befbe9b0f1e",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_json.cpython-311-darwin.so",
    "name" : "_json.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4935434240,
    "size" : 1900544,
    "uuid" : "ec3c35cc-39fe-3295-bae0-4656804236b6",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtCore.abi3.so",
    "name" : "QtCore.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4497752064,
    "size" : 4997120,
    "uuid" : "e466a732-59fd-3389-a648-6755c7a11779",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtCore.framework\/Versions\/A\/QtCore",
    "name" : "QtCore"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4487856128,
    "size" : 81920,
    "uuid" : "b862c442-bbb5-36a7-a739-ce267baddfb1",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/sip.cpython-311-darwin.so",
    "name" : "sip.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5105238016,
    "size" : 3129344,
    "uuid" : "66b0f07a-d12c-3d6f-869d-9f9e10ca932f",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtWidgets.abi3.so",
    "name" : "QtWidgets.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5111742464,
    "size" : 4636672,
    "uuid" : "8b9e7348-1a3a-3c83-b96e-dee2c157d019",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtWidgets.framework\/Versions\/A\/QtWidgets",
    "name" : "QtWidgets"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5092491264,
    "size" : 7094272,
    "uuid" : "53b05af4-58bf-3c19-970e-d4d7ea26e175",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtGui.framework\/Versions\/A\/QtGui",
    "name" : "QtGui"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4505124864,
    "size" : 557056,
    "uuid" : "4b88f97c-cb47-32e5-9d60-db9403f74fbe",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtDBus.framework\/Versions\/A\/QtDBus",
    "name" : "QtDBus"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4505829376,
    "size" : 1622016,
    "uuid" : "7edb6695-d165-31a3-97c5-caa97ba1ac02",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtGui.abi3.so",
    "name" : "QtGui.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4492197888,
    "size" : 81920,
    "uuid" : "c55978be-8b1a-3b50-ad86-5cb8bd4f53f3",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtWebEngineWidgets.abi3.so",
    "name" : "QtWebEngineWidgets.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4487479296,
    "size" : 98304,
    "uuid" : "4351f3fa-7a0e-3649-983c-0ed4ab7e8772",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtWebEngineWidgets.framework\/Versions\/A\/QtWebEngineWidgets",
    "name" : "QtWebEngineWidgets"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5102993408,
    "size" : 278528,
    "uuid" : "b3bd9f53-6bae-3fcc-bf32-01833d254b17",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtPrintSupport.framework\/Versions\/A\/QtPrintSupport",
    "name" : "QtPrintSupport"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5693702144,
    "size" : 196116480,
    "uuid" : "995a5864-6374-3cc3-858d-727e887360c4",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtWebEngineCore.framework\/Versions\/A\/QtWebEngineCore",
    "name" : "QtWebEngineCore"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5130305536,
    "size" : 4407296,
    "uuid" : "bf879ca0-d014-39d6-b7f6-a26000eb9bba",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtQuick.framework\/Versions\/A\/QtQuick",
    "name" : "QtQuick"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5101993984,
    "size" : 425984,
    "uuid" : "3add0700-8733-3c7e-b203-af1dc88da330",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtOpenGL.framework\/Versions\/A\/QtOpenGL",
    "name" : "QtOpenGL"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4492378112,
    "size" : 98304,
    "uuid" : "c960974b-06bf-3493-ba37-58c181a98ba2",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtQmlMeta.framework\/Versions\/A\/QtQmlMeta",
    "name" : "QtQmlMeta"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5103484928,
    "size" : 704512,
    "uuid" : "9bf3908e-bd3e-38f9-b853-67643b758c01",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtQmlModels.framework\/Versions\/A\/QtQmlModels",
    "name" : "QtQmlModels"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4487708672,
    "size" : 49152,
    "uuid" : "6e6da0c0-c299-358e-8c22-24dfb21865ed",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtQmlWorkerScript.framework\/Versions\/A\/QtQmlWorkerScript",
    "name" : "QtQmlWorkerScript"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4492722176,
    "size" : 180224,
    "uuid" : "257e25a5-ca66-3764-9efc-852023532211",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtWebChannel.framework\/Versions\/A\/QtWebChannel",
    "name" : "QtWebChannel"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5136285696,
    "size" : 3932160,
    "uuid" : "2c285a8f-9c08-3ead-b712-e0695febad69",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtQml.framework\/Versions\/A\/QtQml",
    "name" : "QtQml"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5121294336,
    "size" : 1277952,
    "uuid" : "d7b6fdc3-d644-328c-ad41-d3f2701e0394",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtNetwork.framework\/Versions\/A\/QtNetwork",
    "name" : "QtNetwork"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5104435200,
    "size" : 425984,
    "uuid" : "6c4bcf98-d9a3-3ccd-9a18-285f40aed120",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtPositioning.framework\/Versions\/A\/QtPositioning",
    "name" : "QtPositioning"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4940644352,
    "size" : 81920,
    "uuid" : "bf76367b-7d6a-3b0f-86bf-5d6e715f5f0d",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtQuickWidgets.framework\/Versions\/A\/QtQuickWidgets",
    "name" : "QtQuickWidgets"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5122998272,
    "size" : 573440,
    "uuid" : "7c6e8877-5d41-3c91-b218-5815379aa2d1",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtNetwork.abi3.so",
    "name" : "QtNetwork.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4504715264,
    "size" : 163840,
    "uuid" : "2c37e568-4bf1-3ad9-ba7f-f6338576e432",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtPrintSupport.abi3.so",
    "name" : "QtPrintSupport.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4485562368,
    "size" : 32768,
    "uuid" : "3568d025-715d-384f-97c4-3f89df18a5fd",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtWebChannel.abi3.so",
    "name" : "QtWebChannel.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5119918080,
    "size" : 294912,
    "uuid" : "104a4674-4e41-3123-b060-7cb8b9e211da",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtWebEngineCore.abi3.so",
    "name" : "QtWebEngineCore.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5118885888,
    "size" : 704512,
    "uuid" : "631d7b2a-437a-38f3-8105-b58ab69238a9",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/platforms\/libqcocoa.dylib",
    "name" : "libqcocoa.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 5102911488,
    "size" : 49152,
    "uuid" : "f26af954-d1f7-31aa-9981-1bad216149d9",
    "path" : "\/usr\/lib\/libobjc-trampolines.dylib",
    "name" : "libobjc-trampolines.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5193334784,
    "size" : 147456,
    "uuid" : "ad97ba5a-ee5d-3dae-92c9-95531e31f059",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/styles\/libqmacstyle.dylib",
    "name" : "libqmacstyle.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5192794112,
    "size" : 16384,
    "uuid" : "35d693c5-c61b-308a-974c-b88655915dcd",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_heapq.cpython-311-darwin.so",
    "name" : "_heapq.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5121130496,
    "size" : 65536,
    "uuid" : "3454571c-408b-34e5-9bae-96f393e4fb85",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_socket.cpython-311-darwin.so",
    "name" : "_socket.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5193138176,
    "size" : 49152,
    "uuid" : "9c6afc97-732b-3225-b6e4-d3cd90218697",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/array.cpython-311-darwin.so",
    "name" : "array.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5192876032,
    "size" : 114688,
    "uuid" : "99cf2bb1-f289-37d8-8b78-138157aa59f7",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_ssl.cpython-311-darwin.so",
    "name" : "_ssl.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5200166912,
    "size" : 409600,
    "uuid" : "ae09de6b-222a-3004-b8cd-719ba8f2af8f",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/libssl.3.dylib",
    "name" : "libssl.3.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5199118336,
    "size" : 49152,
    "uuid" : "0ab9ddb4-499f-3422-b288-c7314c99c753",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_asyncio.cpython-311-darwin.so",
    "name" : "_asyncio.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5198970880,
    "size" : 16384,
    "uuid" : "6a405cdb-3042-3f24-8b5c-3f66d22acfa2",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic_lib\/_load_libs.cpython-311-darwin.so",
    "name" : "_load_libs.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5208375296,
    "size" : 1130496,
    "uuid" : "8226c5d4-981c-34c5-a6ab-b9c55d950da7",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic_lib\/lib\/libatomstruct.dylib",
    "name" : "libatomstruct.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5198839808,
    "size" : 32768,
    "uuid" : "396f0e12-39be-3c2d-9a07-86f828e410ef",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic_lib\/lib\/libelement.dylib",
    "name" : "libelement.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5199413248,
    "size" : 16384,
    "uuid" : "5f2f726b-dfdf-3529-a40a-1df8d81fb2eb",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic_lib\/lib\/libpyinstance.dylib",
    "name" : "libpyinstance.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5199495168,
    "size" : 180224,
    "uuid" : "8c36eb0d-b78c-3544-b47f-49dc6c400e21",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic\/libmolc.dylib",
    "name" : "libmolc.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5207261184,
    "size" : 360448,
    "uuid" : "7a3a6d45-7f67-38ef-9aa9-2a733f3eb5ec",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic\/cymol.cpython-311-darwin.so",
    "name" : "cymol.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5199904768,
    "size" : 81920,
    "uuid" : "7fd8e01c-f19d-3c31-8834-1c3a76909578",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/tinyarray.cpython-311-darwin.so",
    "name" : "tinyarray.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5207097344,
    "size" : 65536,
    "uuid" : "0fe02d5f-772d-3233-84d7-2cb635a80542",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic\/cytmpl.cpython-311-darwin.so",
    "name" : "cytmpl.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5199265792,
    "size" : 32768,
    "uuid" : "1246c3db-77f6-3a6f-9f74-e5458e9e5f0b",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/psutil\/_psutil_osx.abi3.so",
    "name" : "_psutil_osx.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5208047616,
    "size" : 16384,
    "uuid" : "d7f09611-5052-3c81-9703-da75c50a95b1",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/psutil\/_psutil_posix.abi3.so",
    "name" : "_psutil_posix.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5208129536,
    "size" : 16384,
    "uuid" : "800c3744-a004-3c84-932a-da77907f37a6",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_scproxy.cpython-311-darwin.so",
    "name" : "_scproxy.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5215961088,
    "size" : 409600,
    "uuid" : "3a5c59db-5497-3b2e-8246-0b93719b0745",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/map\/_map.cpython-311-darwin.so",
    "name" : "_map.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5213159424,
    "size" : 131072,
    "uuid" : "168ebd78-5144-31b8-bd4f-3cea5626a577",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/surface\/_surface.cpython-311-darwin.so",
    "name" : "_surface.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5208211456,
    "size" : 16384,
    "uuid" : "f943b191-4270-3a3e-91f2-3ee1823de737",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/pdb_lib\/_load_libs.cpython-311-darwin.so",
    "name" : "_load_libs.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5207883776,
    "size" : 32768,
    "uuid" : "a7a98942-2269-3628-b961-a27c739dfab1",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/pdb_lib\/lib\/libpdbconnect.dylib",
    "name" : "libpdbconnect.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5219696640,
    "size" : 49152,
    "uuid" : "5c70a77e-200c-3726-a6de-0399edcc9847",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/errorchecker.cpython-311-darwin.so",
    "name" : "errorchecker.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5215649792,
    "size" : 196608,
    "uuid" : "95c975a4-91e3-31fe-a715-be83480573f8",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/arraydatatype.cpython-311-darwin.so",
    "name" : "arraydatatype.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5220663296,
    "size" : 229376,
    "uuid" : "9e09bd88-c13a-3c38-9fb5-b69d0d5b5966",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/wrapper.cpython-311-darwin.so",
    "name" : "wrapper.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5220155392,
    "size" : 65536,
    "uuid" : "676cef9a-5a26-3d2a-88b9-e231f4df3205",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/formathandler.cpython-311-darwin.so",
    "name" : "formathandler.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5220302848,
    "size" : 49152,
    "uuid" : "1816c909-6f9e-3120-9611-404226815162",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/latebind.cpython-311-darwin.so",
    "name" : "latebind.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5219827712,
    "size" : 114688,
    "uuid" : "9024befe-21ad-36d1-91fc-082e1515bec2",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/vbo.cpython-311-darwin.so",
    "name" : "vbo.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 5409570816,
    "CFBundleShortVersionString" : "345.20.4",
    "CFBundleIdentifier" : "com.apple.AGXMetalG16X",
    "size" : 8617984,
    "uuid" : "f3801a6f-cfb2-3ee3-a8a0-320185aa69b6",
    "path" : "\/System\/Library\/Extensions\/AGXMetalG16X.bundle\/Contents\/MacOS\/AGXMetalG16X",
    "name" : "AGXMetalG16X",
    "CFBundleVersion" : "345.20.4"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5464457216,
    "size" : 163840,
    "uuid" : "6c696eae-d97e-30fa-9d5e-4d3a6cba4cdc",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.06.08.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/pyexpat.cpython-311-darwin.so",
    "name" : "pyexpat.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6653923328,
    "size" : 653076,
    "uuid" : "044cd67e-3a0a-3ca4-8bb3-a9687d5328fe",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "size" : 0,
    "source" : "A",
    "base" : 0,
    "uuid" : "00000000-0000-0000-0000-000000000000"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6657957888,
    "size" : 33968,
    "uuid" : "62c9cd37-272d-3d2d-9a1c-6f4ef24f7ec7",
    "path" : "\/usr\/lib\/system\/libsystem_platform.dylib",
    "name" : "libsystem_platform.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6655791104,
    "size" : 310376,
    "uuid" : "102061ad-ac62-30e9-a960-0cc2e38a2d5d",
    "path" : "\/usr\/lib\/system\/libsystem_malloc.dylib",
    "name" : "libsystem_malloc.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6657654784,
    "size" : 246944,
    "uuid" : "78ec33a6-6330-3836-8900-eb90836936e8",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6657904640,
    "size" : 51916,
    "uuid" : "0596a7b6-bce2-3f06-a2e8-3eaab5371ed8",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6658191360,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 5542592,
    "uuid" : "646518bb-a6e8-3da7-ab32-9d97bcbdc25d",
    "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "4302"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6729859072,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.AppKit",
    "size" : 24299264,
    "uuid" : "bf94fd49-283d-3c62-8cf0-0a49c21b6129",
    "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
    "name" : "AppKit",
    "CFBundleVersion" : "2685.40.108"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6683697152,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.Foundation",
    "size" : 16399392,
    "uuid" : "187e7913-b154-30a7-8070-852767aac3cf",
    "path" : "\/System\/Library\/Frameworks\/Foundation.framework\/Versions\/C\/Foundation",
    "name" : "Foundation",
    "CFBundleVersion" : "4302"
  }
],
  "sharedCache" : {
  "base" : 6652837888,
  "size" : 5820792832,
  "uuid" : "674db25a-34b2-3c56-8bd4-7d78005b2f2e"
},
  "legacyInfo" : {
  "threadTriggered" : {
    "name" : "ThreadPoolSingleThreadForegroundBlocking0"
  }
},
  "logWritingSignature" : "72b6c65182bbd4795c0caf291705222e6327b521",
  "roots_installed" : 0,
  "bug_type" : "309",
  "trmStatus" : 1,
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "5f72dc58705eff005a46b3a9",
      "factorPackIds" : [

      ],
      "deploymentId" : 240000015
    },
    {
      "rolloutId" : "6297d96be2c9387df974efa4",
      "factorPackIds" : [

      ],
      "deploymentId" : 240000032
    }
  ],
  "experiments" : [

  ]
}
}
===== Log before crash start =====
UCSF ChimeraX version: 1.12rc202606060206 (2026-06-06)  
© 2016-2026 Regents of the University of California. All rights reserved.  
How to cite UCSF ChimeraX  


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

Log:
UCSF ChimeraX version: 1.12rc202606060206 (2026-06-06)  
© 2016-2026 Regents of the University of California. All rights reserved.  
How to cite UCSF ChimeraX  




OpenGL version: 4.1 Metal - 90.5
OpenGL renderer: Apple M4 Pro
OpenGL vendor: Apple

Python: 3.11.9
Locale: en_US.UTF-8
Qt version: PyQt6 6.10.2, Qt 6.10.0
Qt runtime version: 6.10.2
Qt platform: cocoa
Hardware:

    Hardware Overview:

      Model Name: MacBook Pro
      Model Identifier: Mac16,8
      Model Number: Z1FE000MGLL/A
      Chip: Apple M4 Pro
      Total Number of Cores: 14 (10 Performance and 4 Efficiency)
      Memory: 24 GB
      System Firmware Version: 13822.81.10
      OS Loader Version: 13822.81.10

Software:

    System Software Overview:

      System Version: macOS 26.3.1 (25D2128)
      Kernel Version: Darwin 25.3.0
      Time since boot: 2 days, 19 hours, 55 minutes

Graphics/Displays:

    Apple M4 Pro:

      Chipset Model: Apple M4 Pro
      Type: GPU
      Bus: Built-In
      Total Number of Cores: 20
      Vendor: Apple (0x106b)
      Metal Support: Metal 4
      Displays:
        Color LCD:
          Display Type: Built-in Liquid Retina XDR Display
          Resolution: 3024 x 1964 Retina
          Main Display: Yes
          Mirror: Off
          Online: Yes
          Automatically Adjust Brightness: Yes
          Connection Type: Internal
        BenQ RL2455:
          Resolution: 1920 x 1080 (1080p FHD - Full High Definition)
          UI Looks like: 1920 x 1080 @ 60.00Hz
          Mirror: Off
          Online: Yes
          Rotation: Supported


Installed Packages:
    accessible-pygments: 0.0.5
    aiohappyeyeballs: 2.6.2
    aiohttp: 3.13.4
    aiosignal: 1.4.0
    alabaster: 1.0.0
    annotated-types: 0.7.0
    anyio: 4.13.0
    appdirs: 1.4.4
    appnope: 0.1.4
    asttokens: 3.0.1
    attrs: 26.1.0
    babel: 2.18.0
    beautifulsoup4: 4.13.5
    blockdiag: 3.0.0
    blosc2: 4.4.2
    bs4: 0.0.2
    build: 1.3.0
    certifi: 2025.7.14
    cftime: 1.6.5
    charset-normalizer: 3.4.7
    ChimeraX-AddCharge: 1.5.20
    ChimeraX-AddH: 2.2.8
    ChimeraX-AlignmentAlgorithms: 2.0.2
    ChimeraX-AlignmentHdrs: 3.6.2
    ChimeraX-AlignmentMatrices: 2.1
    ChimeraX-Alignments: 3.2
    ChimeraX-AlphaFold: 1.0.1
    ChimeraX-AltlocExplorer: 1.2
    ChimeraX-AmberInfo: 1.0
    ChimeraX-Animations: 1.0
    ChimeraX-Aniso: 1.3.2
    ChimeraX-Arrays: 1.1
    ChimeraX-Atomic: 1.67.1
    ChimeraX-AtomicLibrary: 14.4
    ChimeraX-AtomSearch: 2.0.1
    ChimeraX-AxesPlanes: 2.4
    ChimeraX-BasicActions: 1.1.3
    ChimeraX-BILD: 1.0
    ChimeraX-BlastProtein: 3.0.0
    ChimeraX-Boltz: 1.1
    ChimeraX-BondRot: 2.0.4
    ChimeraX-BugReporter: 1.0.2
    ChimeraX-BuildStructure: 2.13.1
    ChimeraX-Bumps: 1.0
    ChimeraX-BundleBuilder: 1.6.0
    ChimeraX-ButtonPanel: 1.0.1
    ChimeraX-CageBuilder: 1.0.1
    ChimeraX-CellPack: 1.0
    ChimeraX-Centroids: 1.4.1
    ChimeraX-ChangeChains: 1.1
    ChimeraX-CheckWaters: 1.5
    ChimeraX-ChemGroup: 2.0.2
    ChimeraX-Clashes: 2.4
    ChimeraX-Cluster: 1.0
    ChimeraX-ColorActions: 1.0.5
    ChimeraX-ColorGlobe: 1.0
    ChimeraX-ColorKey: 1.5.8
    ChimeraX-CommandLine: 1.3.1
    ChimeraX-ConnectStructure: 2.0.1
    ChimeraX-Contacts: 1.0.1
    ChimeraX-Core: 1.12rc202606060206
    ChimeraX-CoreFormats: 1.2
    ChimeraX-coulombic: 1.4.5
    ChimeraX-Crosslinks: 1.0
    ChimeraX-Crystal: 1.0
    ChimeraX-CrystalContacts: 1.0.1
    ChimeraX-DataFormats: 1.2.4
    ChimeraX-Dicom: 1.2.7
    ChimeraX-DistMonitor: 1.4.2
    ChimeraX-DockPrep: 1.2.2
    ChimeraX-Dssp: 2.0
    ChimeraX-EMDB-SFF: 1.0
    ChimeraX-ESMFold: 1.0
    ChimeraX-FileHistory: 1.0.1
    ChimeraX-FunctionKey: 1.0.1
    ChimeraX-Geometry: 1.3
    ChimeraX-gltf: 1.0
    ChimeraX-Graphics: 1.4.1
    ChimeraX-Hbonds: 2.5.3
    ChimeraX-Help: 1.3
    ChimeraX-HKCage: 1.3
    ChimeraX-IHM: 1.1
    ChimeraX-ImageFormats: 1.2
    ChimeraX-IMOD: 1.0
    ChimeraX-IO: 1.0.4
    ChimeraX-ItemsInspection: 1.0.1
    ChimeraX-IUPAC: 1.0
    ChimeraX-KVFinder: 1.8.2
    ChimeraX-Label: 1.5
    ChimeraX-LightingGUI: 1.0
    ChimeraX-ListInfo: 1.3.1
    ChimeraX-Log: 1.2.2
    ChimeraX-LookingGlass: 1.1
    ChimeraX-Maestro: 1.9.3
    ChimeraX-Map: 1.3
    ChimeraX-MapData: 2.0
    ChimeraX-MapEraser: 1.0.1
    ChimeraX-MapFilter: 2.0.1
    ChimeraX-MapFit: 2.0
    ChimeraX-MapSeries: 2.1.1
    ChimeraX-Markers: 1.0.1
    ChimeraX-Mask: 1.0.2
    ChimeraX-MatchAlign: 1.2
    ChimeraX-MatchMaker: 2.4.1
    ChimeraX-MCopy: 1.0
    ChimeraX-MCPServer: 0.2.0
    ChimeraX-MDcrds: 2.19
    ChimeraX-MedicalToolbar: 1.1
    ChimeraX-Meeting: 1.0.1
    ChimeraX-Minimize: 1.3.9
    ChimeraX-MLP: 1.1.1
    ChimeraX-mmCIF: 2.16
    ChimeraX-MMTF: 2.2
    ChimeraX-ModelArchive: 1.0
    ChimeraX-Modeller: 1.5.23
    ChimeraX-ModelPanel: 1.6.1
    ChimeraX-ModelSeries: 1.0.1
    ChimeraX-Mol2: 2.0.3
    ChimeraX-Mole: 1.0
    ChimeraX-Morph: 1.0.2
    ChimeraX-MouseModes: 1.2
    ChimeraX-Movie: 1.0.1
    ChimeraX-MutationScores: 1.0
    ChimeraX-Neuron: 1.0
    ChimeraX-Nifti: 1.2
    ChimeraX-NMRSTAR: 1.0.2
    ChimeraX-NRRD: 1.2
    ChimeraX-Nucleotides: 2.0.3
    ChimeraX-OpenCommand: 1.15.4
    ChimeraX-OpenFold: 1.0
    ChimeraX-OrthoPick: 1.0.1
    ChimeraX-PDB: 2.7.13
    ChimeraX-PDBBio: 1.0.1
    ChimeraX-PDBLibrary: 1.0.5
    ChimeraX-PDBMatrices: 1.0
    ChimeraX-PickBlobs: 1.0.1
    ChimeraX-Positions: 1.0
    ChimeraX-PresetMgr: 1.1.4
    ChimeraX-ProfileGrids: 1.6
    ChimeraX-PubChem: 2.2
    ChimeraX-ReadPbonds: 1.0.1
    ChimeraX-Registration: 1.1.2
    ChimeraX-RemoteControl: 1.0
    ChimeraX-RenderByAttr: 1.8.2
    ChimeraX-RenumberResidues: 1.1
    ChimeraX-ResidueFit: 1.0.1
    ChimeraX-RestServer: 1.3.3
    ChimeraX-RNALayout: 1.0
    ChimeraX-RotamerLibMgr: 4.0
    ChimeraX-RotamerLibsDunbrack: 2.0
    ChimeraX-RotamerLibsDynameomics: 2.0
    ChimeraX-RotamerLibsRichardson: 2.0
    ChimeraX-SaveCommand: 1.5.2
    ChimeraX-Scenes: 0.3.1
    ChimeraX-SchemeMgr: 1.0
    ChimeraX-SDF: 2.0.3
    ChimeraX-Segger: 1.0
    ChimeraX-Segment: 1.0.1
    ChimeraX-Segmentations: 3.5.12
    ChimeraX-SelInspector: 1.0
    ChimeraX-SeqView: 2.18
    ChimeraX-Shape: 1.1
    ChimeraX-Shell: 1.0.1
    ChimeraX-Shortcuts: 1.2.1
    ChimeraX-ShowSequences: 1.0.3
    ChimeraX-SideView: 1.0.1
    ChimeraX-SimilarStructures: 1.0.1
    ChimeraX-Smiles: 2.1.2
    ChimeraX-SmoothLines: 1.0
    ChimeraX-SNFG: 1.0
    ChimeraX-SpaceNavigator: 1.0
    ChimeraX-StdCommands: 1.19.3
    ChimeraX-STL: 1.0.1
    ChimeraX-Storm: 1.0
    ChimeraX-StructMeasure: 1.2.1
    ChimeraX-Struts: 1.0.1
    ChimeraX-Surface: 1.0.1
    ChimeraX-SwapAA: 2.0.1
    ChimeraX-SwapRes: 2.5.3
    ChimeraX-TapeMeasure: 1.0
    ChimeraX-TaskManager: 1.0
    ChimeraX-Test: 1.0
    ChimeraX-Toolbar: 1.2.4
    ChimeraX-ToolshedUtils: 1.2.4
    ChimeraX-Topography: 1.0
    ChimeraX-ToQuest: 1.0
    ChimeraX-Tug: 1.0.1
    ChimeraX-UI: 1.50.8
    ChimeraX-Umap: 1.0
    ChimeraX-uniprot: 2.3.2
    ChimeraX-UnitCell: 1.0.1
    ChimeraX-ViewDock: 1.6.2
    ChimeraX-VIPERdb: 1.0
    ChimeraX-Vive: 1.1
    ChimeraX-VolumeMenu: 1.0.1
    ChimeraX-vrml: 1.0
    ChimeraX-VTK: 1.0
    ChimeraX-WavefrontOBJ: 1.0
    ChimeraX-WebCam: 1.0.2
    ChimeraX-WebServices: 1.1.5
    ChimeraX-Zone: 1.0.1
    click: 8.4.1
    colorama: 0.4.6
    comm: 0.2.3
    contourpy: 1.3.3
    coverage: 7.14.1
    cxservices: 1.2.3
    cycler: 0.12.1
    Cython: 3.2.4
    debugpy: 1.8.21
    decorator: 5.3.1
    docutils: 0.21.2
    executing: 2.2.1
    filelock: 3.19.1
    fonttools: 4.63.0
    frozenlist: 1.8.0
    funcparserlib: 2.0.0a0
    glfw: 2.10.0
    grako: 3.16.5
    h11: 0.16.0
    h5py: 3.16.0
    html2text: 2025.4.15
    httpcore: 1.0.9
    httpx: 0.28.1
    httpx-sse: 0.4.3
    idna: 3.18
    ihm: 2.2
    imagecodecs: 2024.6.1
    imagesize: 2.0.0
    iniconfig: 2.3.0
    ipykernel: 7.1.0
    ipython: 9.9.0
    ipython_pygments_lexers: 1.1.1
    jedi: 0.19.2
    Jinja2: 3.1.6
    jsonschema: 4.26.0
    jsonschema-specifications: 2025.9.1
    jupyter_client: 8.8.0
    jupyter_core: 5.9.1
    kiwisolver: 1.5.0
    line_profiler: 5.0.0
    lxml: 6.0.2
    lz4: 4.3.2
    Markdown: 3.8.2
    MarkupSafe: 3.0.3
    matplotlib: 3.10.7
    matplotlib-inline: 0.2.2
    mcp: 1.18.0
    msgpack: 1.1.1
    multidict: 6.7.1
    narwhals: 2.22.1
    ndindex: 1.10.1
    nest-asyncio: 1.6.0
    netCDF4: 1.6.5
    networkx: 3.3
    nibabel: 5.2.0
    nptyping: 2.5.0
    numexpr: 2.14.1
    numpy: 1.26.4
    OpenMM: 8.4.0
    openvr: 1.26.701
    packaging: 25.0
    ParmEd: 4.2.2
    parso: 0.8.7
    pep517: 0.13.1
    pexpect: 4.9.0
    pickleshare: 0.7.5
    pillow: 11.3.0
    pip: 25.2
    pkginfo: 1.12.1.2
    platformdirs: 4.10.0
    plotly: 6.8.0
    pluggy: 1.6.0
    prompt_toolkit: 3.0.52
    propcache: 0.5.2
    psutil: 7.0.0
    ptyprocess: 0.7.0
    pure_eval: 0.2.3
    py-cpuinfo: 9.0.0
    pybind11: 3.0.1
    pycollada: 0.8
    pydantic: 2.13.4
    pydantic-settings: 2.14.1
    pydantic_core: 2.46.4
    pydata-sphinx-theme: 0.18.0
    pydicom: 2.4.4
    Pygments: 2.18.0
    pynmrstar: 3.5.1
    pynrrd: 1.0.0
    PyOpenGL: 3.1.10
    PyOpenGL-accelerate: 3.1.10
    pyopenxr: 1.1.4501
    pyparsing: 3.3.2
    pyproject_hooks: 1.2.0
    PyQt6-commercial: 6.10.2
    PyQt6-Qt6: 6.10.2
    PyQt6-WebEngine-commercial: 6.10.0
    PyQt6-WebEngine-Qt6: 6.10.2
    PyQt6_sip: 13.10.3
    pytest: 9.0.3
    pytest-cov: 7.1.0
    python-dateutil: 2.9.0.post0
    python-dotenv: 1.2.2
    python-multipart: 0.0.32
    pyzmq: 27.1.0
    qtconsole: 5.7.0
    QtPy: 2.4.3
    qtshim: 1.2.2
    RandomWords: 0.4.0
    referencing: 0.37.0
    requests: 2.32.5
    roman-numerals: 4.1.0
    rpds-py: 2026.5.1
    scipy: 1.14.0
    setuptools: 80.9.0
    sfftk-rw: 0.8.1
    six: 1.17.0
    snowballstemmer: 3.1.1
    sortedcontainers: 2.4.0
    soupsieve: 2.8.4
    Sphinx: 9.0.4
    sphinx-autodoc-typehints: 3.6.1
    sphinxcontrib-applehelp: 2.0.0
    sphinxcontrib-blockdiag: 3.0.0
    sphinxcontrib-devhelp: 2.0.0
    sphinxcontrib-htmlhelp: 2.1.0
    sphinxcontrib-jsmath: 1.0.1
    sphinxcontrib-qthelp: 2.0.0
    sphinxcontrib-serializinghtml: 2.0.0
    sse-starlette: 3.4.4
    stack-data: 0.6.3
    starlette: 1.2.1
    superqt: 0.7.6
    tables: 3.10.2
    tcia_utils: 3.2.1
    threadpoolctl: 3.6.0
    tifffile: 2025.3.13
    tinyarray: 1.2.5
    tornado: 6.5.6
    tqdm: 4.68.1
    traitlets: 5.14.3
    typing-inspection: 0.4.2
    typing_extensions: 4.15.0
    Unidecode: 1.4.0
    urllib3: 2.7.0
    uvicorn: 0.49.0
    wcwidth: 0.8.1
    webcolors: 24.11.1
    wheel: 0.45.1
    wheel-filename: 1.4.2
    yarl: 1.24.2
#20485 nonchimerax Crash in glBufferSubData Tom Goddard martakubanska@…
Description
The following bug report has been submitted:
Platform:        macOS-13.7.8-x86_64-i386-64bit
ChimeraX Version: 1.10.1 (2025-07-24 20:15:27 UTC)
Description
Last time you used ChimeraX it crashed.
This is a known crash that we are unable to fix. Here is information that may help you avoid this crash. This is an Apple Intel or AMD graphics driver crash that may be related to showing a scene that is complex and uses too much graphics memory. Apple is unlikely to ever fix this since they no longer make computers with Intel or AMD graphics. The crash does not happen with Apple M1,M2,M3... graphics.
Fatal Python error: Aborted

Current thread 0x00007ff85f891a00 (most recent call first):
  File "/Applications/ChimeraX-1.10.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/OpenGL/GL/VERSION/GL_1_5.py", line 125 in glBufferSubData
  File "/Applications/ChimeraX-1.10.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/graphics/opengl.py", line 1769 in set_multishadow_view
  File "/Applications/ChimeraX-1.10.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/graphics/view.py", line 251 in _draw_scene
  File "/Applications/ChimeraX-1.10.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/graphics/view.py", line 188 in draw
  File "/Applications/ChimeraX-1.10.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/core/updateloop.py", line 84 in draw_new_frame
  File "/Applications/ChimeraX-1.10.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/core/updateloop.py", line 150 in _redraw_timer_callback
  File "/Applications/ChimeraX-1.10.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/ui/gui.py", line 368 in event_loop
  File "/Applications/ChimeraX-1.10.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/core/__main__.py", line 1057 in init
  File "/Applications/ChimeraX-1.10.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/core/__main__.py", line 1220 in 
  File "", line 88 in _run_code
  File "", line 198 in _run_module_as_main

Extension modules: chimerax.arrays._arrays, numpy.core._multiarray_umath, numpy.core._multiarray_tests, numpy.linalg._umath_linalg, numpy.fft._pocketfft_internal, numpy.random._common, numpy.random.bit_generator, numpy.random._bounded_integers, numpy.random._mt19937, numpy.random.mtrand, numpy.random._philox, numpy.random._pcg64, numpy.random._sfc64, numpy.random._generator, chimerax.geometry._geometry, PyQt6.QtCore, PyQt6.QtGui, PyQt6.QtWidgets, PyQt6.QtNetwork, PyQt6.QtPrintSupport, PyQt6.QtWebChannel, PyQt6.QtWebEngineCore, PyQt6.QtWebEngineWidgets, chimerax.atomic_lib._load_libs, tinyarray, chimerax.atomic.cymol, chimerax.atomic.cytmpl, chimerax.pdb_lib._load_libs, chimerax.map._map, chimerax.surface._surface, psutil._psutil_osx, psutil._psutil_posix, OpenGL_accelerate.errorchecker, OpenGL_accelerate.wrapper, OpenGL_accelerate.formathandler, OpenGL_accelerate.arraydatatype, OpenGL_accelerate.latebind, OpenGL_accelerate.vbo, PIL._imaging, PIL._imagingmath, chimerax.core._mac_util, OpenGL_accelerate.numpy_formathandler, OpenGL_accelerate.nones_formathandler, PyQt6.QtOpenGL, PyQt6.QtOpenGLWidgets, pyarrow.lib, pandas._libs.tslibs.ccalendar, pandas._libs.tslibs.np_datetime, pandas._libs.tslibs.dtypes, pandas._libs.tslibs.base, pandas._libs.tslibs.nattype, pandas._libs.tslibs.timezones, pandas._libs.tslibs.fields, pandas._libs.tslibs.timedeltas, pandas._libs.tslibs.tzconversion, pandas._libs.tslibs.timestamps, pandas._libs.properties, pandas._libs.tslibs.offsets, pandas._libs.tslibs.strptime, pandas._libs.tslibs.parsing, pandas._libs.tslibs.conversion, pandas._libs.tslibs.period, pandas._libs.tslibs.vectorized, pandas._libs.ops_dispatch, pandas._libs.missing, pandas._libs.hashtable, pandas._libs.algos, pandas._libs.interval, pandas._libs.lib, pyarrow._compute, pandas._libs.ops, numexpr.interpreter, pandas._libs.hashing, pandas._libs.arrays, pandas._libs.tslib, pandas._libs.sparse, pandas._libs.internals, pandas._libs.indexing, pandas._libs.index, pandas._libs.writers, pandas._libs.join, pandas._libs.window.aggregations, pandas._libs.window.indexers, pandas._libs.reshape, pandas._libs.groupby, pandas._libs.json, pandas._libs.parsers, pandas._libs.testing, chimerax.atomic._ribbons, chimerax.graphics._graphics (total: 90)


{"app_name":"ChimeraX","timestamp":"2026-06-11 23:52:26.00 +0200","app_version":"1.10.1","slice_uuid":"f855cdda-9ed8-308a-81a6-2e57ba7af811","build_version":"1.10.1.0","platform":1,"bundleID":"edu.ucsf.cgl.ChimeraX","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 13.7.8 (22H730)","roots_installed":0,"name":"ChimeraX","incident_id":"CAD5C161-88AE-4BAF-80F1-D4B3DE959C89"}
{
  "uptime" : 2400,
  "procRole" : "Foreground",
  "version" : 2,
  "userID" : 502,
  "deployVersion" : 210,
  "modelCode" : "MacBookPro16,2",
  "coalitionID" : 1202,
  "osVersion" : {
    "train" : "macOS 13.7.8",
    "build" : "22H730",
    "releaseType" : "User"
  },
  "captureTime" : "2026-06-11 23:52:24.4793 +0200",
  "incident" : "CAD5C161-88AE-4BAF-80F1-D4B3DE959C89",
  "pid" : 1283,
  "cpuType" : "X86-64",
  "roots_installed" : 0,
  "bug_type" : "309",
  "procLaunch" : "2026-06-11 23:17:39.6780 +0200",
  "procStartAbsTime" : 348277299424,
  "procExitAbsTime" : 2433088553558,
  "procName" : "ChimeraX",
  "procPath" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/MacOS\/ChimeraX",
  "bundleInfo" : {"CFBundleShortVersionString":"1.10.1","CFBundleVersion":"1.10.1.0","CFBundleIdentifier":"edu.ucsf.cgl.ChimeraX"},
  "storeInfo" : {"deviceIdentifierForVendor":"3A79D504-E499-5692-B687-A33EF89D56DA","thirdParty":true},
  "parentProc" : "launchd",
  "parentPid" : 1,
  "coalitionName" : "edu.ucsf.cgl.ChimeraX",
  "crashReporterKey" : "94FF881E-17F8-24BF-E3B0-161DB4B2EC81",
  "codeSigningID" : "edu.ucsf.cgl.ChimeraX",
  "codeSigningTeamID" : "LWV8X224YF",
  "codeSigningFlags" : 570491649,
  "codeSigningValidationCategory" : 6,
  "codeSigningTrustLevel" : 0,
  "bridgeVersion" : {"build":"22P6083","train":"9.6"},
  "sip" : "enabled",
  "exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"},
  "termination" : {"flags":0,"code":6,"namespace":"SIGNAL","indicator":"Abort trap: 6","byProc":"ChimeraX","byPid":1283},
  "asi" : {"libsystem_c.dylib":["abort() called"]},
  "asiSignatures" : ["Graphics hardware encountered an error and was reset: 0x00000002\n"],
  "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
  "faultingThread" : 0,
  "threads" : [{"triggered":true,"id":19086,"threadState":{"r13":{"value":140368658968833},"rax":{"value":0},"rflags":{"value":582},"cpu":{"value":0},"r14":{"value":6},"rsi":{"value":6},"r8":{"value":2},"cr2":{"value":0},"rdx":{"value":0},"r10":{"value":140704731437568,"symbolLocation":0,"symbol":"_main_thread"},"r9":{"value":14757395258967641293},"r15":{"value":22},"rbx":{"value":140704731437568,"symbolLocation":0,"symbol":"_main_thread"},"trap":{"value":133},"err":{"value":33554760},"r11":{"value":582},"rip":{"value":140703599939990,"matchesCrashFrame":1},"rbp":{"value":140368389895120},"rsp":{"value":140368389895080},"r12":{"value":259},"rcx":{"value":140368389895080},"flavor":"x86_THREAD_STATE","rdi":{"value":259}},"name":"CrBrowserMain","queue":"com.apple.main-thread","frames":[{"imageOffset":33174,"symbol":"__pthread_kill","symbolLocation":10,"imageIndex":195},{"imageOffset":24294,"symbol":"pthread_kill","symbolLocation":263,"imageIndex":196},{"imageOffset":271873,"symbol":"raise","symbolLocation":26,"imageIndex":197},{"imageOffset":2540852,"symbol":"faulthandler_fatal_error","symbolLocation":388,"imageIndex":1},{"imageOffset":13805,"symbol":"_sigtramp","symbolLocation":29,"imageIndex":198},{"imageOffset":0,"imageIndex":199},{"imageOffset":523077,"symbol":"abort","symbolLocation":123,"imageIndex":197},{"imageOffset":5535,"symbol":"gpusGenerateCrashLog","symbolLocation":157,"imageIndex":200},{"imageOffset":3171273,"symbol":"gpusKillClientExt","symbolLocation":9,"imageIndex":201},{"imageOffset":10984,"symbol":"gpusSubmitDataBuffers","symbolLocation":499,"imageIndex":200},{"imageOffset":96759,"symbol":"IntelCommandBuffer::getNew(GLDContextRec*)","symbolLocation":51,"imageIndex":201},{"imageOffset":96224,"symbol":"intelSubmitCommands","symbolLocation":171,"imageIndex":201},{"imageOffset":122702,"symbol":"glrWriteBufferData","symbolLocation":1423,"imageIndex":201},{"imageOffset":280952,"symbol":"glBufferSubData_Exec","symbolLocation":608,"imageIndex":202},{"imageOffset":10434,"symbol":"ffi_call_unix64","symbolLocation":82,"imageIndex":203},{"imageOffset":8724,"symbol":"ffi_call_int","symbolLocation":830,"imageIndex":203},{"imageOffset":49974,"symbol":"_ctypes_callproc","symbolLocation":678,"imageIndex":26},{"imageOffset":27115,"symbol":"PyCFuncPtr_call","symbolLocation":267,"imageIndex":26},{"imageOffset":634795,"symbol":"_PyObject_Call","symbolLocation":107,"imageIndex":1},{"imageOffset":1207882,"symbol":"slot_tp_call","symbolLocation":394,"imageIndex":1},{"imageOffset":134823,"symbol":"__Pyx_PyObject_Call","symbolLocation":167,"imageIndex":96},{"imageOffset":254426,"symbol":"__pyx_pf_17OpenGL_accelerate_7wrapper_7Wrapper_2__call__","symbolLocation":1978,"imageIndex":96},{"imageOffset":247523,"symbol":"__pyx_pw_17OpenGL_accelerate_7wrapper_7Wrapper_3__call__","symbolLocation":195,"imageIndex":96},{"imageOffset":44471,"symbol":"__Pyx_PyObject_Call","symbolLocation":167,"imageIndex":98},{"imageOffset":46016,"symbol":"__pyx_pf_17OpenGL_accelerate_8latebind_8LateBind_10__call__","symbolLocation":752,"imageIndex":98},{"imageOffset":41812,"symbol":"__pyx_pw_17OpenGL_accelerate_8latebind_8LateBind_11__call__","symbolLocation":340,"imageIndex":98},{"imageOffset":630769,"symbol":"_PyObject_MakeTpCall","symbolLocation":129,"imageIndex":1},{"imageOffset":1868407,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":61255,"imageIndex":1},{"imageOffset":1892992,"symbol":"_PyEval_Vector","symbolLocation":128,"imageIndex":1},{"imageOffset":44471,"symbol":"__Pyx_PyObject_Call","symbolLocation":167,"imageIndex":98},{"imageOffset":68379,"symbol":"__pyx_pf_17OpenGL_accelerate_8latebind_5Curry_2__call__","symbolLocation":427,"imageIndex":98},{"imageOffset":65684,"symbol":"__pyx_pw_17OpenGL_accelerate_8latebind_5Curry_3__call__","symbolLocation":340,"imageIndex":98},{"imageOffset":630769,"symbol":"_PyObject_MakeTpCall","symbolLocation":129,"imageIndex":1},{"imageOffset":1868407,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":61255,"imageIndex":1},{"imageOffset":1892992,"symbol":"_PyEval_Vector","symbolLocation":128,"imageIndex":1},{"imageOffset":648278,"symbol":"method_vectorcall","symbolLocation":454,"imageIndex":1},{"imageOffset":1334999,"symbol":"PyQtSlot::call(_object*, _object*) const","symbolLocation":39,"imageIndex":44},{"imageOffset":1334744,"symbol":"PyQtSlot::invoke(void**, _object*, void*, bool) const","symbolLocation":360,"imageIndex":44},{"imageOffset":1338309,"symbol":"PyQtSlotProxy::unislot(void**)","symbolLocation":85,"imageIndex":44},{"imageOffset":1338168,"symbol":"PyQtSlotProxy::qt_metacall(QMetaObject::Call, int, void**)","symbolLocation":56,"imageIndex":44},{"imageOffset":942047,"imageIndex":45},{"imageOffset":1028425,"symbol":"QTimer::timerEvent(QTimerEvent*)","symbolLocation":201,"imageIndex":45},{"imageOffset":159130,"symbol":"sipQTimer::timerEvent(QTimerEvent*)","symbolLocation":122,"imageIndex":44},{"imageOffset":908115,"symbol":"QObject::event(QEvent*)","symbolLocation":131,"imageIndex":45},{"imageOffset":158746,"symbol":"sipQTimer::event(QEvent*)","symbolLocation":186,"imageIndex":44},{"imageOffset":55060,"symbol":"QApplicationPrivate::notify_helper(QObject*, QEvent*)","symbolLocation":308,"imageIndex":49},{"imageOffset":59054,"symbol":"QApplication::notify(QObject*, QEvent*)","symbolLocation":494,"imageIndex":49},{"imageOffset":1276517,"symbol":"sipQApplication::notify(QObject*, QEvent*)","symbolLocation":229,"imageIndex":48},{"imageOffset":601518,"symbol":"QCoreApplication::notifyInternal2(QObject*, QEvent*)","symbolLocation":158,"imageIndex":45},{"imageOffset":2321796,"symbol":"QTimerInfoList::activateTimers()","symbolLocation":1220,"imageIndex":45},{"imageOffset":90310,"imageIndex":71},{"imageOffset":511562,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__","symbolLocation":17,"imageIndex":204},{"imageOffset":511468,"symbol":"__CFRunLoopDoSource0","symbolLocation":157,"imageIndex":204},{"imageOffset":510917,"symbol":"__CFRunLoopDoSources0","symbolLocation":217,"imageIndex":204},{"imageOffset":505935,"symbol":"__CFRunLoopRun","symbolLocation":916,"imageIndex":204},{"imageOffset":503377,"symbol":"CFRunLoopRunSpecific","symbolLocation":560,"imageIndex":204},{"imageOffset":192317,"symbol":"RunCurrentEventLoopInMode","symbolLocation":292,"imageIndex":205},{"imageOffset":191822,"symbol":"ReceiveNextEventCommon","symbolLocation":657,"imageIndex":205},{"imageOffset":191144,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":64,"imageIndex":205},{"imageOffset":256472,"symbol":"_DPSNextEvent","symbolLocation":858,"imageIndex":206},{"imageOffset":252034,"symbol":"-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":1214,"imageIndex":206},{"imageOffset":196343,"symbol":"-[NSApplication run]","symbolLocation":586,"imageIndex":206},{"imageOffset":94201,"imageIndex":71},{"imageOffset":641430,"symbol":"QEventLoop::exec(QFlags)","symbolLocation":550,"imageIndex":45},{"imageOffset":603336,"symbol":"QCoreApplication::exec()","symbolLocation":152,"imageIndex":45},{"imageOffset":2256252,"symbol":"meth_QApplication_exec(_object*, _object*)","symbolLocation":92,"imageIndex":48},{"imageOffset":1044954,"symbol":"cfunction_call","symbolLocation":90,"imageIndex":1},{"imageOffset":630769,"symbol":"_PyObject_MakeTpCall","symbolLocation":129,"imageIndex":1},{"imageOffset":1868407,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":61255,"imageIndex":1},{"imageOffset":1802218,"symbol":"PyEval_EvalCode","symbolLocation":282,"imageIndex":1},{"imageOffset":1779827,"symbol":"builtin_exec","symbolLocation":483,"imageIndex":1},{"imageOffset":1047348,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS","symbolLocation":68,"imageIndex":1},{"imageOffset":1868159,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":61007,"imageIndex":1},{"imageOffset":1892992,"symbol":"_PyEval_Vector","symbolLocation":128,"imageIndex":1},{"imageOffset":2512477,"symbol":"pymain_run_module","symbolLocation":253,"imageIndex":1},{"imageOffset":2511137,"symbol":"Py_RunMain","symbolLocation":2225,"imageIndex":1},{"imageOffset":2515163,"symbol":"pymain_main","symbolLocation":43,"imageIndex":1},{"imageOffset":2515114,"symbol":"Py_Main","symbolLocation":42,"imageIndex":1},{"imageOffset":15848,"symbol":"main","symbolLocation":120,"imageIndex":0},{"imageOffset":25624,"symbol":"start","symbolLocation":1896,"imageIndex":207}]},{"id":21311,"name":"ThreadPoolServiceThread","frames":[{"imageOffset":44466,"symbol":"kevent64","symbolLocation":10,"imageIndex":195},{"imageOffset":86688977,"imageIndex":56},{"imageOffset":86688447,"imageIndex":56},{"imageOffset":86266766,"imageIndex":56},{"imageOffset":85981997,"imageIndex":56},{"imageOffset":86433720,"imageIndex":56},{"imageOffset":86322109,"imageIndex":56},{"imageOffset":86434107,"imageIndex":56},{"imageOffset":86543486,"imageIndex":56},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":196},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":196}]},{"id":21312,"name":"ThreadPoolForegroundWorker","frames":[{"imageOffset":5458,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":195},{"imageOffset":63181,"symbol":"mach_msg2_internal","symbolLocation":78,"imageIndex":195},{"imageOffset":34180,"symbol":"mach_msg_overwrite","symbolLocation":692,"imageIndex":195},{"imageOffset":6202,"symbol":"mach_msg","symbolLocation":19,"imageIndex":195},{"imageOffset":86661361,"imageIndex":56},{"imageOffset":86121606,"imageIndex":56},{"imageOffset":86375853,"imageIndex":56},{"imageOffset":86372977,"imageIndex":56},{"imageOffset":86372397,"imageIndex":56},{"imageOffset":86372135,"imageIndex":56},{"imageOffset":86543486,"imageIndex":56},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":196},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":196}]},{"id":21313,"name":"ThreadPoolBackgroundWorker","frames":[{"imageOffset":5458,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":195},{"imageOffset":63181,"symbol":"mach_msg2_internal","symbolLocation":78,"imageIndex":195},{"imageOffset":34180,"symbol":"mach_msg_overwrite","symbolLocation":692,"imageIndex":195},{"imageOffset":6202,"symbol":"mach_msg","symbolLocation":19,"imageIndex":195},{"imageOffset":86661361,"imageIndex":56},{"imageOffset":86121606,"imageIndex":56},{"imageOffset":86375853,"imageIndex":56},{"imageOffset":86372977,"imageIndex":56},{"imageOffset":86372253,"imageIndex":56},{"imageOffset":86372177,"imageIndex":56},{"imageOffset":86543486,"imageIndex":56},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":196},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":196}]},{"id":21314,"name":"Chrome_IOThread","frames":[{"imageOffset":44466,"symbol":"kevent64","symbolLocation":10,"imageIndex":195},{"imageOffset":86688977,"imageIndex":56},{"imageOffset":86688447,"imageIndex":56},{"imageOffset":86266766,"imageIndex":56},{"imageOffset":85981997,"imageIndex":56},{"imageOffset":86433720,"imageIndex":56},{"imageOffset":55741506,"imageIndex":56},{"imageOffset":86434107,"imageIndex":56},{"imageOffset":86543486,"imageIndex":56},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":196},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":196}]},{"id":21315,"name":"NetworkConfigWatcher","frames":[{"imageOffset":5458,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":195},{"imageOffset":63181,"symbol":"mach_msg2_internal","symbolLocation":78,"imageIndex":195},{"imageOffset":34180,"symbol":"mach_msg_overwrite","symbolLocation":692,"imageIndex":195},{"imageOffset":6202,"symbol":"mach_msg","symbolLocation":19,"imageIndex":195},{"imageOffset":86661361,"imageIndex":56},{"imageOffset":86121606,"imageIndex":56},{"imageOffset":86121491,"imageIndex":56},{"imageOffset":85749451,"imageIndex":56},{"imageOffset":86266766,"imageIndex":56},{"imageOffset":85981997,"imageIndex":56},{"imageOffset":86433720,"imageIndex":56},{"imageOffset":86434107,"imageIndex":56},{"imageOffset":86543486,"imageIndex":56},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":196},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":196}]},{"id":21318,"name":"ThreadPoolForegroundWorker","frames":[{"imageOffset":5458,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":195},{"imageOffset":63181,"symbol":"mach_msg2_internal","symbolLocation":78,"imageIndex":195},{"imageOffset":34180,"symbol":"mach_msg_overwrite","symbolLocation":692,"imageIndex":195},{"imageOffset":6202,"symbol":"mach_msg","symbolLocation":19,"imageIndex":195},{"imageOffset":86661361,"imageIndex":56},{"imageOffset":86121606,"imageIndex":56},{"imageOffset":86375853,"imageIndex":56},{"imageOffset":86372977,"imageIndex":56},{"imageOffset":86372397,"imageIndex":56},{"imageOffset":86372135,"imageIndex":56},{"imageOffset":86543486,"imageIndex":56},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":196},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":196}]},{"id":21319,"name":"ThreadPoolForegroundWorker","frames":[{"imageOffset":5458,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":195},{"imageOffset":63181,"symbol":"mach_msg2_internal","symbolLocation":78,"imageIndex":195},{"imageOffset":34180,"symbol":"mach_msg_overwrite","symbolLocation":692,"imageIndex":195},{"imageOffset":6202,"symbol":"mach_msg","symbolLocation":19,"imageIndex":195},{"imageOffset":86661361,"imageIndex":56},{"imageOffset":86121606,"imageIndex":56},{"imageOffset":86375853,"imageIndex":56},{"imageOffset":86372977,"imageIndex":56},{"imageOffset":86372397,"imageIndex":56},{"imageOffset":86372135,"imageIndex":56},{"imageOffset":86543486,"imageIndex":56},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":196},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":196}]},{"id":21320,"name":"ThreadPoolForegroundWorker","frames":[{"imageOffset":5458,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":195},{"imageOffset":63181,"symbol":"mach_msg2_internal","symbolLocation":78,"imageIndex":195},{"imageOffset":34180,"symbol":"mach_msg_overwrite","symbolLocation":692,"imageIndex":195},{"imageOffset":6202,"symbol":"mach_msg","symbolLocation":19,"imageIndex":195},{"imageOffset":86661361,"imageIndex":56},{"imageOffset":86121606,"imageIndex":56},{"imageOffset":86375853,"imageIndex":56},{"imageOffset":86372977,"imageIndex":56},{"imageOffset":86372397,"imageIndex":56},{"imageOffset":86372135,"imageIndex":56},{"imageOffset":86543486,"imageIndex":56},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":196},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":196}]},{"id":21321,"name":"ThreadPoolForegroundWorker","frames":[{"imageOffset":5458,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":195},{"imageOffset":63181,"symbol":"mach_msg2_internal","symbolLocation":78,"imageIndex":195},{"imageOffset":34180,"symbol":"mach_msg_overwrite","symbolLocation":692,"imageIndex":195},{"imageOffset":6202,"symbol":"mach_msg","symbolLocation":19,"imageIndex":195},{"imageOffset":86661361,"imageIndex":56},{"imageOffset":86121606,"imageIndex":56},{"imageOffset":86375853,"imageIndex":56},{"imageOffset":86372977,"imageIndex":56},{"imageOffset":86372397,"imageIndex":56},{"imageOffset":86372135,"imageIndex":56},{"imageOffset":86543486,"imageIndex":56},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":196},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":196}]},{"id":21322,"name":"Chrome_InProcGpuThread","frames":[{"imageOffset":5458,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":195},{"imageOffset":63181,"symbol":"mach_msg2_internal","symbolLocation":78,"imageIndex":195},{"imageOffset":34180,"symbol":"mach_msg_overwrite","symbolLocation":692,"imageIndex":195},{"imageOffset":6202,"symbol":"mach_msg","symbolLocation":19,"imageIndex":195},{"imageOffset":86661361,"imageIndex":56},{"imageOffset":86121606,"imageIndex":56},{"imageOffset":85749484,"imageIndex":56},{"imageOffset":86266766,"imageIndex":56},{"imageOffset":85981997,"imageIndex":56},{"imageOffset":86433720,"imageIndex":56},{"imageOffset":86434107,"imageIndex":56},{"imageOffset":86543486,"imageIndex":56},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":196},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":196}]},{"id":21323,"name":"Chrome_ChildIOThread","frames":[{"imageOffset":44466,"symbol":"kevent64","symbolLocation":10,"imageIndex":195},{"imageOffset":86688977,"imageIndex":56},{"imageOffset":86688447,"imageIndex":56},{"imageOffset":86266766,"imageIndex":56},{"imageOffset":85981997,"imageIndex":56},{"imageOffset":86433720,"imageIndex":56},{"imageOffset":136299698,"imageIndex":56},{"imageOffset":86434107,"imageIndex":56},{"imageOffset":86543486,"imageIndex":56},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":196},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":196}]},{"id":21324,"name":"CompositorTileWorker1","frames":[{"imageOffset":16526,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":195},{"imageOffset":26456,"symbol":"_pthread_cond_wait","symbolLocation":1242,"imageIndex":196},{"imageOffset":86541385,"imageIndex":56},{"imageOffset":125563013,"imageIndex":56},{"imageOffset":86543486,"imageIndex":56},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":196},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":196}]},{"id":21325,"name":"ThreadPoolSingleThreadSharedForeground0","frames":[{"imageOffset":5458,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":195},{"imageOffset":63181,"symbol":"mach_msg2_internal","symbolLocation":78,"imageIndex":195},{"imageOffset":34180,"symbol":"mach_msg_overwrite","symbolLocation":692,"imageIndex":195},{"imageOffset":6202,"symbol":"mach_msg","symbolLocation":19,"imageIndex":195},{"imageOffset":86661361,"imageIndex":56},{"imageOffset":86121606,"imageIndex":56},{"imageOffset":86375853,"imageIndex":56},{"imageOffset":86372977,"imageIndex":56},{"imageOffset":86372445,"imageIndex":56},{"imageOffset":86372197,"imageIndex":56},{"imageOffset":86543486,"imageIndex":56},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":196},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":196}]},{"id":21326,"name":"NetworkConfigWatcher","frames":[{"imageOffset":5458,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":195},{"imageOffset":63181,"symbol":"mach_msg2_internal","symbolLocation":78,"imageIndex":195},{"imageOffset":34180,"symbol":"mach_msg_overwrite","symbolLocation":692,"imageIndex":195},{"imageOffset":6202,"symbol":"mach_msg","symbolLocation":19,"imageIndex":195},{"imageOffset":86661361,"imageIndex":56},{"imageOffset":86121606,"imageIndex":56},{"imageOffset":86121491,"imageIndex":56},{"imageOffset":85749451,"imageIndex":56},{"imageOffset":86266766,"imageIndex":56},{"imageOffset":85981997,"imageIndex":56},{"imageOffset":86433720,"imageIndex":56},{"imageOffset":86434107,"imageIndex":56},{"imageOffset":86543486,"imageIndex":56},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":196},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":196}]},{"id":21327,"name":"VizCompositorThread","frames":[{"imageOffset":5458,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":195},{"imageOffset":63181,"symbol":"mach_msg2_internal","symbolLocation":78,"imageIndex":195},{"imageOffset":34180,"symbol":"mach_msg_overwrite","symbolLocation":692,"imageIndex":195},{"imageOffset":6202,"symbol":"mach_msg","symbolLocation":19,"imageIndex":195},{"imageOffset":86661361,"imageIndex":56},{"imageOffset":86121606,"imageIndex":56},{"imageOffset":85749484,"imageIndex":56},{"imageOffset":86266766,"imageIndex":56},{"imageOffset":85981997,"imageIndex":56},{"imageOffset":86433720,"imageIndex":56},{"imageOffset":86434107,"imageIndex":56},{"imageOffset":86543486,"imageIndex":56},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":196},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":196}]},{"id":21396,"name":"NetworkService","frames":[{"imageOffset":44466,"symbol":"kevent64","symbolLocation":10,"imageIndex":195},{"imageOffset":86688977,"imageIndex":56},{"imageOffset":86688447,"imageIndex":56},{"imageOffset":86266766,"imageIndex":56},{"imageOffset":85981997,"imageIndex":56},{"imageOffset":86433720,"imageIndex":56},{"imageOffset":86434107,"imageIndex":56},{"imageOffset":86543486,"imageIndex":56},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":196},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":196}]},{"id":21397,"name":"NetworkNotificationThreadMac","frames":[{"imageOffset":5458,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":195},{"imageOffset":63181,"symbol":"mach_msg2_internal","symbolLocation":78,"imageIndex":195},{"imageOffset":34180,"symbol":"mach_msg_overwrite","symbolLocation":692,"imageIndex":195},{"imageOffset":6202,"symbol":"mach_msg","symbolLocation":19,"imageIndex":195},{"imageOffset":511887,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":145,"imageIndex":204},{"imageOffset":506384,"symbol":"__CFRunLoopRun","symbolLocation":1365,"imageIndex":204},{"imageOffset":503377,"symbol":"CFRunLoopRunSpecific","symbolLocation":560,"imageIndex":204},{"imageOffset":389299,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":216,"imageIndex":208},{"imageOffset":86922134,"imageIndex":56},{"imageOffset":86916035,"imageIndex":56},{"imageOffset":86266766,"imageIndex":56},{"imageOffset":85981997,"imageIndex":56},{"imageOffset":86433720,"imageIndex":56},{"imageOffset":86434107,"imageIndex":56},{"imageOffset":86543486,"imageIndex":56},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":196},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":196}]},{"id":21398,"name":"NetworkConfigWatcher","frames":[{"imageOffset":5458,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":195},{"imageOffset":63181,"symbol":"mach_msg2_internal","symbolLocation":78,"imageIndex":195},{"imageOffset":34180,"symbol":"mach_msg_overwrite","symbolLocation":692,"imageIndex":195},{"imageOffset":6202,"symbol":"mach_msg","symbolLocation":19,"imageIndex":195},{"imageOffset":86661361,"imageIndex":56},{"imageOffset":86121606,"imageIndex":56},{"imageOffset":86121491,"imageIndex":56},{"imageOffset":85749451,"imageIndex":56},{"imageOffset":86266766,"imageIndex":56},{"imageOffset":85981997,"imageIndex":56},{"imageOffset":86433720,"imageIndex":56},{"imageOffset":86434107,"imageIndex":56},{"imageOffset":86543486,"imageIndex":56},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":196},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":196}]},{"id":21399,"name":"ThreadPoolSingleThreadForegroundBlocking1","frames":[{"imageOffset":5458,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":195},{"imageOffset":63181,"symbol":"mach_msg2_internal","symbolLocation":78,"imageIndex":195},{"imageOffset":34180,"symbol":"mach_msg_overwrite","symbolLocation":692,"imageIndex":195},{"imageOffset":6202,"symbol":"mach_msg","symbolLocation":19,"imageIndex":195},{"imageOffset":86661361,"imageIndex":56},{"imageOffset":86121606,"imageIndex":56},{"imageOffset":86375853,"imageIndex":56},{"imageOffset":86372977,"imageIndex":56},{"imageOffset":86372493,"imageIndex":56},{"imageOffset":86372187,"imageIndex":56},{"imageOffset":86543486,"imageIndex":56},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":196},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":196}]},{"id":21587,"name":"NetworkConfigWatcher","frames":[{"imageOffset":5458,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":195},{"imageOffset":63181,"symbol":"mach_msg2_internal","symbolLocation":78,"imageIndex":195},{"imageOffset":34180,"symbol":"mach_msg_overwrite","symbolLocation":692,"imageIndex":195},{"imageOffset":6202,"symbol":"mach_msg","symbolLocation":19,"imageIndex":195},{"imageOffset":86661361,"imageIndex":56},{"imageOffset":86121606,"imageIndex":56},{"imageOffset":86121491,"imageIndex":56},{"imageOffset":85749451,"imageIndex":56},{"imageOffset":86266766,"imageIndex":56},{"imageOffset":85981997,"imageIndex":56},{"imageOffset":86433720,"imageIndex":56},{"imageOffset":86434107,"imageIndex":56},{"imageOffset":86543486,"imageIndex":56},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":196},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":196}]},{"id":21739,"name":"ThreadPoolBackgroundWorker","frames":[{"imageOffset":5458,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":195},{"imageOffset":63181,"symbol":"mach_msg2_internal","symbolLocation":78,"imageIndex":195},{"imageOffset":34180,"symbol":"mach_msg_overwrite","symbolLocation":692,"imageIndex":195},{"imageOffset":6202,"symbol":"mach_msg","symbolLocation":19,"imageIndex":195},{"imageOffset":86661361,"imageIndex":56},{"imageOffset":86121606,"imageIndex":56},{"imageOffset":86375853,"imageIndex":56},{"imageOffset":86372977,"imageIndex":56},{"imageOffset":86372253,"imageIndex":56},{"imageOffset":86372177,"imageIndex":56},{"imageOffset":86543486,"imageIndex":56},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":196},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":196}]},{"id":21741,"name":"com.apple.NSEventThread","frames":[{"imageOffset":5458,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":195},{"imageOffset":63181,"symbol":"mach_msg2_internal","symbolLocation":78,"imageIndex":195},{"imageOffset":34180,"symbol":"mach_msg_overwrite","symbolLocation":692,"imageIndex":195},{"imageOffset":6202,"symbol":"mach_msg","symbolLocation":19,"imageIndex":195},{"imageOffset":511887,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":145,"imageIndex":204},{"imageOffset":506384,"symbol":"__CFRunLoopRun","symbolLocation":1365,"imageIndex":204},{"imageOffset":503377,"symbol":"CFRunLoopRunSpecific","symbolLocation":560,"imageIndex":204},{"imageOffset":1698853,"symbol":"_NSEventThread","symbolLocation":132,"imageIndex":206},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":196},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":196}]},{"id":21813,"name":"MemoryInfra","frames":[{"imageOffset":5458,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":195},{"imageOffset":63181,"symbol":"mach_msg2_internal","symbolLocation":78,"imageIndex":195},{"imageOffset":34180,"symbol":"mach_msg_overwrite","symbolLocation":692,"imageIndex":195},{"imageOffset":6202,"symbol":"mach_msg","symbolLocation":19,"imageIndex":195},{"imageOffset":86661361,"imageIndex":56},{"imageOffset":86121606,"imageIndex":56},{"imageOffset":86121491,"imageIndex":56},{"imageOffset":85749451,"imageIndex":56},{"imageOffset":86266766,"imageIndex":56},{"imageOffset":85981997,"imageIndex":56},{"imageOffset":86433720,"imageIndex":56},{"imageOffset":86434107,"imageIndex":56},{"imageOffset":86543486,"imageIndex":56},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":196},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":196}]},{"id":21814,"name":"ThreadPoolSingleThreadSharedBackgroundBlocking2","frames":[{"imageOffset":5458,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":195},{"imageOffset":63181,"symbol":"mach_msg2_internal","symbolLocation":78,"imageIndex":195},{"imageOffset":34180,"symbol":"mach_msg_overwrite","symbolLocation":692,"imageIndex":195},{"imageOffset":6202,"symbol":"mach_msg","symbolLocation":19,"imageIndex":195},{"imageOffset":86661361,"imageIndex":56},{"imageOffset":86121606,"imageIndex":56},{"imageOffset":86375853,"imageIndex":56},{"imageOffset":86372977,"imageIndex":56},{"imageOffset":86372301,"imageIndex":56},{"imageOffset":86372217,"imageIndex":56},{"imageOffset":86543486,"imageIndex":56},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":196},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":196}]},{"id":22906,"frames":[{"imageOffset":16526,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":195},{"imageOffset":26456,"symbol":"_pthread_cond_wait","symbolLocation":1242,"imageIndex":196},{"imageOffset":109395,"symbol":"th_worker(void*)","symbolLocation":115,"imageIndex":173},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":196},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":196}]},{"id":22907,"frames":[{"imageOffset":16526,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":195},{"imageOffset":26456,"symbol":"_pthread_cond_wait","symbolLocation":1242,"imageIndex":196},{"imageOffset":109395,"symbol":"th_worker(void*)","symbolLocation":115,"imageIndex":173},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":196},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":196}]},{"id":22908,"frames":[{"imageOffset":16526,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":195},{"imageOffset":26456,"symbol":"_pthread_cond_wait","symbolLocation":1242,"imageIndex":196},{"imageOffset":109395,"symbol":"th_worker(void*)","symbolLocation":115,"imageIndex":173},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":196},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":196}]},{"id":22909,"frames":[{"imageOffset":16526,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":195},{"imageOffset":26456,"symbol":"_pthread_cond_wait","symbolLocation":1242,"imageIndex":196},{"imageOffset":109395,"symbol":"th_worker(void*)","symbolLocation":115,"imageIndex":173},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":196},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":196}]},{"id":22910,"frames":[{"imageOffset":16526,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":195},{"imageOffset":26456,"symbol":"_pthread_cond_wait","symbolLocation":1242,"imageIndex":196},{"imageOffset":109395,"symbol":"th_worker(void*)","symbolLocation":115,"imageIndex":173},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":196},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":196}]},{"id":22911,"frames":[{"imageOffset":16526,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":195},{"imageOffset":26456,"symbol":"_pthread_cond_wait","symbolLocation":1242,"imageIndex":196},{"imageOffset":109395,"symbol":"th_worker(void*)","symbolLocation":115,"imageIndex":173},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":196},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":196}]},{"id":22912,"frames":[{"imageOffset":16526,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":195},{"imageOffset":26456,"symbol":"_pthread_cond_wait","symbolLocation":1242,"imageIndex":196},{"imageOffset":109395,"symbol":"th_worker(void*)","symbolLocation":115,"imageIndex":173},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":196},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":196}]},{"id":22913,"frames":[{"imageOffset":16526,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":195},{"imageOffset":26456,"symbol":"_pthread_cond_wait","symbolLocation":1242,"imageIndex":196},{"imageOffset":109395,"symbol":"th_worker(void*)","symbolLocation":115,"imageIndex":173},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":196},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":196}]},{"id":26069,"frames":[{"imageOffset":16526,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":195},{"imageOffset":26456,"symbol":"_pthread_cond_wait","symbolLocation":1242,"imageIndex":196},{"imageOffset":3470047,"symbol":"blas_thread_server","symbolLocation":207,"imageIndex":19},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":196},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":196}]},{"id":26070,"frames":[{"imageOffset":16526,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":195},{"imageOffset":26456,"symbol":"_pthread_cond_wait","symbolLocation":1242,"imageIndex":196},{"imageOffset":3470047,"symbol":"blas_thread_server","symbolLocation":207,"imageIndex":19},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":196},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":196}]},{"id":26071,"frames":[{"imageOffset":16526,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":195},{"imageOffset":26456,"symbol":"_pthread_cond_wait","symbolLocation":1242,"imageIndex":196},{"imageOffset":3470047,"symbol":"blas_thread_server","symbolLocation":207,"imageIndex":19},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":196},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":196}]},{"id":33802,"name":"QFileInfoGatherer","frames":[{"imageOffset":16526,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":195},{"imageOffset":26456,"symbol":"_pthread_cond_wait","symbolLocation":1242,"imageIndex":196},{"imageOffset":2384011,"imageIndex":45},{"imageOffset":2383844,"symbol":"QWaitCondition::wait(QMutex*, QDeadlineTimer)","symbolLocation":84,"imageIndex":45},{"imageOffset":5265794,"symbol":"QFileInfoGatherer::run()","symbolLocation":178,"imageIndex":50},{"imageOffset":2324203,"imageIndex":45},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":196},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":196}]},{"id":39160,"name":"QFileInfoGatherer","frames":[{"imageOffset":16526,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":195},{"imageOffset":26456,"symbol":"_pthread_cond_wait","symbolLocation":1242,"imageIndex":196},{"imageOffset":2384011,"imageIndex":45},{"imageOffset":2383844,"symbol":"QWaitCondition::wait(QMutex*, QDeadlineTimer)","symbolLocation":84,"imageIndex":45},{"imageOffset":5265794,"symbol":"QFileInfoGatherer::run()","symbolLocation":178,"imageIndex":50},{"imageOffset":2324203,"imageIndex":45},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":196},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":196}]},{"id":41322,"frames":[{"imageOffset":7088,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":196}]},{"id":41652,"frames":[{"imageOffset":7088,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":196}]},{"id":41702,"frames":[{"imageOffset":7088,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":196}]}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4446343168,
    "CFBundleShortVersionString" : "1.10.1",
    "CFBundleIdentifier" : "edu.ucsf.cgl.ChimeraX",
    "size" : 16384,
    "uuid" : "f855cdda-9ed8-308a-81a6-2e57ba7af811",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/MacOS\/ChimeraX",
    "name" : "ChimeraX",
    "CFBundleVersion" : "1.10.1.0"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4460900352,
    "CFBundleShortVersionString" : "3.11.4, (c) 2001-2023 Python Software Foundation.",
    "CFBundleIdentifier" : "org.python.python",
    "size" : 4030464,
    "uuid" : "514efc82-c424-3863-84a8-e24ffd50343d",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/Python",
    "name" : "Python",
    "CFBundleVersion" : "3.11.4"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4450271232,
    "size" : 49152,
    "uuid" : "c4d4107c-7508-3d61-88f1-4f1a33945090",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/math.cpython-311-darwin.so",
    "name" : "math.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4450017280,
    "size" : 65536,
    "uuid" : "ce1cdda7-c310-3834-8656-4829f8b0fa2a",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_datetime.cpython-311-darwin.so",
    "name" : "_datetime.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4450164736,
    "size" : 16384,
    "uuid" : "52112d00-a676-3fba-b4d8-69e98fe5e2c3",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_typing.cpython-311-darwin.so",
    "name" : "_typing.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4452700160,
    "size" : 32768,
    "uuid" : "6c0e3849-f845-3996-a69e-e956c62499ff",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/zlib.cpython-311-darwin.so",
    "name" : "zlib.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4452798464,
    "size" : 16384,
    "uuid" : "4921b552-b90a-39c6-b791-14028366f5a0",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_bz2.cpython-311-darwin.so",
    "name" : "_bz2.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4453441536,
    "size" : 196608,
    "uuid" : "0fa75f51-66bf-3a60-a393-65ceea03012e",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_lzma.cpython-311-darwin.so",
    "name" : "_lzma.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4452864000,
    "size" : 16384,
    "uuid" : "cc52d89b-b174-3a9a-94ae-0c556ec7b21b",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_bisect.cpython-311-darwin.so",
    "name" : "_bisect.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4452929536,
    "size" : 16384,
    "uuid" : "de8dfc82-ec28-378b-b945-07e7671a35b1",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_random.cpython-311-darwin.so",
    "name" : "_random.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4452995072,
    "size" : 32768,
    "uuid" : "4e6494eb-704b-3e1a-9d97-751ef9b2d06a",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_sha512.cpython-311-darwin.so",
    "name" : "_sha512.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4453076992,
    "size" : 32768,
    "uuid" : "dc4ae342-b3c4-3716-a530-b1568a67f912",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/binascii.cpython-311-darwin.so",
    "name" : "binascii.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4452483072,
    "size" : 32768,
    "uuid" : "6333bf6e-f980-3714-b65f-a12997bfe10a",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_struct.cpython-311-darwin.so",
    "name" : "_struct.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4452581376,
    "size" : 16384,
    "uuid" : "1348d940-0f3a-37cb-9a27-37db7b4734d1",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/fcntl.cpython-311-darwin.so",
    "name" : "fcntl.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4453318656,
    "size" : 16384,
    "uuid" : "8d17df9f-a171-32fe-848a-1380ca2546d4",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_posixsubprocess.cpython-311-darwin.so",
    "name" : "_posixsubprocess.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4453158912,
    "size" : 32768,
    "uuid" : "ce09d1ac-f6df-3770-9dda-8f52871a152d",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/select.cpython-311-darwin.so",
    "name" : "select.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4454940672,
    "size" : 16384,
    "uuid" : "7edabea7-4186-343f-aaaf-8eda0a2ba167",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/arrays\/_arrays.cpython-311-darwin.so",
    "name" : "_arrays.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4457078784,
    "size" : 1196032,
    "uuid" : "75422db1-8912-31fe-a92b-9c0db5f6d435",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/arrays\/lib\/libarrays.dylib",
    "name" : "libarrays.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4477075456,
    "size" : 4947968,
    "uuid" : "fd4b95ff-f84a-34d3-939c-f932f374ddb9",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/core\/_multiarray_umath.cpython-311-darwin.so",
    "name" : "_multiarray_umath.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4575461376,
    "size" : 66404352,
    "uuid" : "7048d1fd-b9a9-3f6a-b752-ae8be69f6c3f",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/.dylibs\/libopenblas64_.0.dylib",
    "name" : "libopenblas64_.0.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4468305920,
    "size" : 6565888,
    "uuid" : "ae37c55e-f850-3cf7-86e4-bbd86809bc1d",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/.dylibs\/libgfortran.5.dylib",
    "name" : "libgfortran.5.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4458438656,
    "size" : 319488,
    "uuid" : "a1783d23-d187-3d92-ade7-2a80619e7485",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/.dylibs\/libquadmath.0.dylib",
    "name" : "libquadmath.0.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4454768640,
    "size" : 69632,
    "uuid" : "6d59656e-a224-3642-80b9-ca07ca06e7c1",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/.dylibs\/libgcc_s.1.1.dylib",
    "name" : "libgcc_s.1.1.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4456464384,
    "size" : 114688,
    "uuid" : "79de93b8-7f0e-3adc-8fde-969984151905",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_pickle.cpython-311-darwin.so",
    "name" : "_pickle.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4453240832,
    "size" : 16384,
    "uuid" : "6f069f98-51a6-3478-9053-9d1f2fbebd9b",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_contextvars.cpython-311-darwin.so",
    "name" : "_contextvars.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4456660992,
    "size" : 81920,
    "uuid" : "79cd772e-9106-339a-acb7-ba43552b15a7",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/core\/_multiarray_tests.cpython-311-darwin.so",
    "name" : "_multiarray_tests.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4456808448,
    "size" : 81920,
    "uuid" : "cc072b20-11ee-3eb4-b287-8393ef51db95",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_ctypes.cpython-311-darwin.so",
    "name" : "_ctypes.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4456071168,
    "size" : 163840,
    "uuid" : "95ecdafc-7133-362d-9f9c-dd26ff543a5b",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/linalg\/_umath_linalg.cpython-311-darwin.so",
    "name" : "_umath_linalg.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4456300544,
    "size" : 81920,
    "uuid" : "2c97d6ef-aec3-361d-bc4d-0dd7137ad6ed",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/fft\/_pocketfft_internal.cpython-311-darwin.so",
    "name" : "_pocketfft_internal.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4476157952,
    "size" : 655360,
    "uuid" : "f65b5844-4c12-381e-8af8-637620272103",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/mtrand.cpython-311-darwin.so",
    "name" : "mtrand.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4550377472,
    "size" : 163840,
    "uuid" : "188f02a8-df66-3e0c-8946-153af5eaba44",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/bit_generator.cpython-311-darwin.so",
    "name" : "bit_generator.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4549885952,
    "size" : 196608,
    "uuid" : "9de7ed17-62fe-3c59-a8e9-3d3074cb449e",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_common.cpython-311-darwin.so",
    "name" : "_common.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4476928000,
    "size" : 32768,
    "uuid" : "c8a36b29-9fb1-3c9e-bb16-9698b6a379d4",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_hashlib.cpython-311-darwin.so",
    "name" : "_hashlib.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4556890112,
    "size" : 2260992,
    "uuid" : "9077f550-4289-3012-8803-cca73b9d943d",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/libcrypto.1.1.dylib",
    "name" : "libcrypto.1.1.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4456988672,
    "size" : 32768,
    "uuid" : "1de3cb49-cee7-3aec-9885-69438bcbb671",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_blake2.cpython-311-darwin.so",
    "name" : "_blake2.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4552519680,
    "size" : 327680,
    "uuid" : "05826eca-98c1-3b93-b72a-5c523819d49a",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_bounded_integers.cpython-311-darwin.so",
    "name" : "_bounded_integers.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4550164480,
    "size" : 81920,
    "uuid" : "5b3a56f1-c5e3-344a-86ff-810850013d80",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_mt19937.cpython-311-darwin.so",
    "name" : "_mt19937.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4551954432,
    "size" : 65536,
    "uuid" : "b543ab2e-918d-3187-88cc-ed0733756a55",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_philox.cpython-311-darwin.so",
    "name" : "_philox.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4551671808,
    "size" : 81920,
    "uuid" : "9e7a3d28-fb10-3335-bbe0-1f2a4e6e237a",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_pcg64.cpython-311-darwin.so",
    "name" : "_pcg64.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4551819264,
    "size" : 49152,
    "uuid" : "9215cc4e-48d6-384f-aa4e-fa2ce81a8a1f",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_sfc64.cpython-311-darwin.so",
    "name" : "_sfc64.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4554731520,
    "size" : 770048,
    "uuid" : "15252f8d-5c11-35f9-8f3b-b8c1dd465de8",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_generator.cpython-311-darwin.so",
    "name" : "_generator.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4550311936,
    "size" : 16384,
    "uuid" : "4161acf6-42c3-3364-aca8-8d14917132b0",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_opcode.cpython-311-darwin.so",
    "name" : "_opcode.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4552085504,
    "size" : 147456,
    "uuid" : "2b16832f-ef8b-37df-aeee-ddee647c8fe6",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/geometry\/_geometry.cpython-311-darwin.so",
    "name" : "_geometry.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4552347648,
    "size" : 32768,
    "uuid" : "b334e8fd-e63d-3cac-89e8-071a263d4818",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_json.cpython-311-darwin.so",
    "name" : "_json.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4569833472,
    "size" : 1765376,
    "uuid" : "10ea7b36-789e-3648-bc4b-decb7572666e",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtCore.abi3.so",
    "name" : "QtCore.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4561903616,
    "size" : 5300224,
    "uuid" : "8be7fae3-096a-3bb1-a2c3-8b63cd77a2fc",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtCore.framework\/Versions\/A\/QtCore",
    "name" : "QtCore"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4554272768,
    "CFBundleShortVersionString" : "3.0",
    "CFBundleIdentifier" : "com.apple.security.csparser",
    "size" : 98304,
    "uuid" : "4409042c-1cb9-3cc8-a127-286780869567",
    "path" : "\/System\/Library\/Frameworks\/Security.framework\/Versions\/A\/PlugIns\/csparser.bundle\/Contents\/MacOS\/csparser",
    "name" : "csparser",
    "CFBundleVersion" : "60420.140.26.708.4"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4556681216,
    "size" : 86016,
    "uuid" : "2e7841c9-9b9a-3b74-851b-e1d957d930f8",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/sip.cpython-311-darwin.so",
    "name" : "sip.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4768505856,
    "size" : 2863104,
    "uuid" : "2f3c783f-90fb-3949-a3e0-84694933d869",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtWidgets.abi3.so",
    "name" : "QtWidgets.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4755812352,
    "size" : 5275648,
    "uuid" : "2aa20b10-4567-37ff-b8eb-e78ff42b3d53",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtWidgets.framework\/Versions\/A\/QtWidgets",
    "name" : "QtWidgets"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4792369152,
    "size" : 7950336,
    "uuid" : "47efb9e5-2439-377a-86a4-530c74506d41",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtGui.framework\/Versions\/A\/QtGui",
    "name" : "QtGui"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4568866816,
    "size" : 577536,
    "uuid" : "a856ef05-7ca1-3ccc-b541-efc21d8504f7",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtDBus.framework\/Versions\/A\/QtDBus",
    "name" : "QtDBus"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4711972864,
    "size" : 1540096,
    "uuid" : "7206e423-c3cb-3db8-a27e-2b2c3306b4f8",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtGui.abi3.so",
    "name" : "QtGui.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4569587712,
    "size" : 65536,
    "uuid" : "736095d9-4344-30a9-a8a2-a5382ed95ee0",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtWebEngineWidgets.abi3.so",
    "name" : "QtWebEngineWidgets.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4575232000,
    "size" : 94208,
    "uuid" : "326e8dde-1057-3950-bd21-c54ccb2e1bc0",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtWebEngineWidgets.framework\/Versions\/A\/QtWebEngineWidgets",
    "name" : "QtWebEngineWidgets"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4715352064,
    "size" : 294912,
    "uuid" : "10ce4637-17f6-3c33-8ec6-2dbb721a468c",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtPrintSupport.framework\/Versions\/A\/QtPrintSupport",
    "name" : "QtPrintSupport"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5205331968,
    "size" : 200445952,
    "uuid" : "a86c7ae2-0ab4-329f-96a5-799c662db2d5",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtWebEngineCore.framework\/Versions\/A\/QtWebEngineCore",
    "name" : "QtWebEngineCore"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4801638400,
    "size" : 4882432,
    "uuid" : "19e4586b-62dc-3e2d-96d9-c9f3c968a7f3",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtQuick.framework\/Versions\/A\/QtQuick",
    "name" : "QtQuick"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4765904896,
    "size" : 442368,
    "uuid" : "a53ae8e0-aac5-3795-b279-cf549442e1d5",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtOpenGL.framework\/Versions\/A\/QtOpenGL",
    "name" : "QtOpenGL"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4715835392,
    "size" : 90112,
    "uuid" : "3a3fca0b-07af-33e4-aabd-55e8c9159dec",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtQmlMeta.framework\/Versions\/A\/QtQmlMeta",
    "name" : "QtQmlMeta"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4764622848,
    "size" : 581632,
    "uuid" : "5187e167-9cc9-3b43-b1e6-e92d5115fbe0",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtQmlModels.framework\/Versions\/A\/QtQmlModels",
    "name" : "QtQmlModels"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4554620928,
    "size" : 45056,
    "uuid" : "f1986179-6d5e-3fc7-8fc8-b2b8da292b3f",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtQmlWorkerScript.framework\/Versions\/A\/QtQmlWorkerScript",
    "name" : "QtQmlWorkerScript"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4574801920,
    "size" : 180224,
    "uuid" : "36a521b4-31bc-32df-92b4-5738ff052052",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtWebChannel.framework\/Versions\/A\/QtWebChannel",
    "name" : "QtWebChannel"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4785213440,
    "size" : 4665344,
    "uuid" : "570981e2-bf70-3b0e-966e-86a5bac4cfc5",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtQml.framework\/Versions\/A\/QtQml",
    "name" : "QtQml"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4766547968,
    "size" : 1380352,
    "uuid" : "4e9c22df-8c41-3cd2-94d4-325ad6b2c4ef",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtNetwork.framework\/Versions\/A\/QtNetwork",
    "name" : "QtNetwork"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4775911424,
    "size" : 462848,
    "uuid" : "43af12c3-a560-39b7-8949-12770a7a7fd0",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtPositioning.framework\/Versions\/A\/QtPositioning",
    "name" : "QtPositioning"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4575059968,
    "size" : 73728,
    "uuid" : "49a0858a-b13b-34b6-ba1c-7f7e517764d6",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtQuickWidgets.framework\/Versions\/A\/QtQuickWidgets",
    "name" : "QtQuickWidgets"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4779069440,
    "size" : 532480,
    "uuid" : "90c7dca5-1c98-3856-b4ee-daecef993456",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtNetwork.abi3.so",
    "name" : "QtNetwork.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4765388800,
    "size" : 143360,
    "uuid" : "11426d23-1d97-385d-9996-483ec11cd0cf",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtPrintSupport.abi3.so",
    "name" : "QtPrintSupport.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4552429568,
    "size" : 28672,
    "uuid" : "065f60eb-c147-3a37-817a-f85a258ecb2f",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtWebChannel.abi3.so",
    "name" : "QtWebChannel.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4774715392,
    "size" : 262144,
    "uuid" : "63af93c6-513b-3016-82fd-0f015b88a82c",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtWebEngineCore.abi3.so",
    "name" : "QtWebEngineCore.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4780326912,
    "size" : 684032,
    "uuid" : "3d894e8b-dd80-33bf-9b65-0968588b98fb",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/platforms\/libqcocoa.dylib",
    "name" : "libqcocoa.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4790747136,
    "size" : 155648,
    "uuid" : "874a4502-8677-362c-bc7d-82d34c8fe184",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/styles\/libqmacstyle.dylib",
    "name" : "libqmacstyle.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4775829504,
    "size" : 16384,
    "uuid" : "1fceb320-1415-384c-914b-89deb7181eee",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_heapq.cpython-311-darwin.so",
    "name" : "_heapq.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4778844160,
    "size" : 65536,
    "uuid" : "9b2e2c2e-1abb-329d-aeb2-9921c2085377",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_socket.cpython-311-darwin.so",
    "name" : "_socket.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4784939008,
    "size" : 49152,
    "uuid" : "19fe4936-cd05-35cf-b67f-f07ddb83c195",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/array.cpython-311-darwin.so",
    "name" : "array.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4784680960,
    "size" : 98304,
    "uuid" : "65c5907a-9e69-3d89-a863-0f7df59fe19b",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_ssl.cpython-311-darwin.so",
    "name" : "_ssl.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4850339840,
    "size" : 393216,
    "uuid" : "35eaab10-69c7-3234-bb9c-f3ec617bade8",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/libssl.1.1.dylib",
    "name" : "libssl.1.1.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4785053696,
    "size" : 32768,
    "uuid" : "81f3e50f-2ba2-3c2c-8764-9a85c9f8d7ad",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_asyncio.cpython-311-darwin.so",
    "name" : "_asyncio.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4778975232,
    "size" : 16384,
    "uuid" : "d03fdd5c-d4a0-3b70-a7c2-9d6922aed625",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic_lib\/_load_libs.cpython-311-darwin.so",
    "name" : "_load_libs.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4856594432,
    "size" : 1277952,
    "uuid" : "b153e5bf-9d1b-374a-973e-c4d352a00d63",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic_lib\/lib\/libatomstruct.dylib",
    "name" : "libatomstruct.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4853043200,
    "size" : 32768,
    "uuid" : "038fc8a3-fdd9-3364-ab26-e7c9d1d9122c",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic_lib\/lib\/libelement.dylib",
    "name" : "libelement.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4792217600,
    "size" : 16384,
    "uuid" : "17752b9c-5382-3dd2-8bf3-720426caf259",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic_lib\/lib\/libpyinstance.dylib",
    "name" : "libpyinstance.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4854054912,
    "size" : 212992,
    "uuid" : "42a36eea-ce62-3d8d-86fe-d7e69fa98a70",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic\/libmolc.dylib",
    "name" : "libmolc.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4853174272,
    "size" : 442368,
    "uuid" : "25d7ad7b-e08b-3e71-b620-6a3e289aceff",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic\/cymol.cpython-311-darwin.so",
    "name" : "cymol.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4854939648,
    "size" : 114688,
    "uuid" : "9c496a9d-14de-37f1-a322-bb70f642c679",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/tinyarray.cpython-311-darwin.so",
    "name" : "tinyarray.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4853829632,
    "size" : 65536,
    "uuid" : "45703478-22ca-304c-a97b-3028e26b8dc9",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic\/cytmpl.cpython-311-darwin.so",
    "name" : "cytmpl.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4792094720,
    "size" : 16384,
    "uuid" : "47f4b9b0-e351-3f1f-af92-5267516d6fd8",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/pdb_lib\/_load_libs.cpython-311-darwin.so",
    "name" : "_load_libs.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4850221056,
    "size" : 32768,
    "uuid" : "a989a8f4-7ce2-3c0c-abf0-d81c2f45ceda",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/pdb_lib\/lib\/libpdbconnect.dylib",
    "name" : "libpdbconnect.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4863131648,
    "size" : 688128,
    "uuid" : "fbf229fb-5aac-3c44-bf7b-e79478c5085c",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/map\/_map.cpython-311-darwin.so",
    "name" : "_map.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4792299520,
    "size" : 16384,
    "uuid" : "82f64d2e-cca2-34b8-bb59-0743603ce84d",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_scproxy.cpython-311-darwin.so",
    "name" : "_scproxy.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4854497280,
    "size" : 180224,
    "uuid" : "b158b653-5e0e-3e02-b39b-cb2518be84c4",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/surface\/_surface.cpython-311-darwin.so",
    "name" : "_surface.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4854792192,
    "size" : 32768,
    "uuid" : "59f1656e-2822-3adc-8cf2-9e956022d770",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/psutil\/_psutil_osx.abi3.so",
    "name" : "_psutil_osx.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4856377344,
    "size" : 16384,
    "uuid" : "a71ebbc9-266d-3611-89f7-e2f883d97063",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/psutil\/_psutil_posix.abi3.so",
    "name" : "_psutil_posix.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4862930944,
    "size" : 98304,
    "uuid" : "ef072e79-ce27-355d-8967-b3df387f28d9",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/errorchecker.cpython-311-darwin.so",
    "name" : "errorchecker.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4869025792,
    "size" : 360448,
    "uuid" : "be5e8a6c-f61b-31b3-86ac-51a42c39a47c",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/arraydatatype.cpython-311-darwin.so",
    "name" : "arraydatatype.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4868210688,
    "size" : 425984,
    "uuid" : "90043d5b-c2f8-3685-a347-1336be9b1ca1",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/wrapper.cpython-311-darwin.so",
    "name" : "wrapper.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4862607360,
    "size" : 114688,
    "uuid" : "35cc99b2-d85b-3ebd-9cef-8644d27d21c2",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/formathandler.cpython-311-darwin.so",
    "name" : "formathandler.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4868800512,
    "size" : 98304,
    "uuid" : "00806a5f-54e9-3f59-9b9a-0ec9ae66bcee",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/latebind.cpython-311-darwin.so",
    "name" : "latebind.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4874285056,
    "size" : 212992,
    "uuid" : "25709d88-e548-32e3-864d-25185db90646",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/vbo.cpython-311-darwin.so",
    "name" : "vbo.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4928655360,
    "size" : 180224,
    "uuid" : "2eccca6e-b160-375e-979b-d1d174cf5497",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/pyexpat.cpython-311-darwin.so",
    "name" : "pyexpat.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4931145728,
    "size" : 393216,
    "uuid" : "80918017-2cac-3850-9502-ca2eb9816daf",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/_imaging.cpython-311-darwin.so",
    "name" : "_imaging.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4929982464,
    "size" : 655360,
    "uuid" : "bf043844-ff70-388d-a8fa-fbe88743c71f",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/.dylibs\/libtiff.6.dylib",
    "name" : "libtiff.6.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4933132288,
    "size" : 655360,
    "uuid" : "67c359f9-0a90-3a00-84e9-3c83201d293d",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/.dylibs\/libjpeg.62.4.0.dylib",
    "name" : "libjpeg.62.4.0.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4933869568,
    "size" : 557056,
    "uuid" : "81ed04e4-cd0c-38ae-976d-4bd722719ea2",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/.dylibs\/libopenjp2.2.5.2.dylib",
    "name" : "libopenjp2.2.5.2.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4928462848,
    "size" : 131072,
    "uuid" : "71b15951-c498-3001-b207-9201e374e7fa",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/.dylibs\/libz.1.3.1.dylib",
    "name" : "libz.1.3.1.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4928086016,
    "size" : 163840,
    "uuid" : "ef0d41f1-b8bf-3c60-862e-d6a663c05f64",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/.dylibs\/libxcb.1.1.0.dylib",
    "name" : "libxcb.1.1.0.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4930752512,
    "size" : 245760,
    "uuid" : "49c9d39d-c109-3270-9091-5d9a365e95d3",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/.dylibs\/liblzma.5.dylib",
    "name" : "liblzma.5.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4862820352,
    "size" : 16384,
    "uuid" : "438ff6df-e4a1-3819-b047-4ffcacc9110e",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/.dylibs\/libXau.6.0.0.dylib",
    "name" : "libXau.6.0.0.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4928364544,
    "size" : 32768,
    "uuid" : "1989633c-45a1-31cf-8337-3d964444f286",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/_imagingmath.cpython-311-darwin.so",
    "name" : "_imagingmath.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4931063808,
    "size" : 32768,
    "uuid" : "3764b5f2-cf68-3e8e-84d6-38883d4b376a",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqgif.dylib",
    "name" : "libqgif.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4853993472,
    "size" : 20480,
    "uuid" : "6e296edd-895f-3436-a88d-ea17e96c98f5",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqwbmp.dylib",
    "name" : "libqwbmp.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4932259840,
    "size" : 598016,
    "uuid" : "03d6a5da-0c21-36d0-9033-798578a1500d",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqwebp.dylib",
    "name" : "libqwebp.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4934508544,
    "size" : 32768,
    "uuid" : "5c465b5b-bf35-3002-8d01-696ef32352d3",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqico.dylib",
    "name" : "libqico.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4934582272,
    "size" : 28672,
    "uuid" : "d4ce370a-3891-3559-964b-fd7a6e6e5d2e",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqmacheif.dylib",
    "name" : "libqmacheif.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4935839744,
    "size" : 606208,
    "uuid" : "4a2f9441-cccd-3422-a6e0-1ca1e5b2905a",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqjpeg.dylib",
    "name" : "libqjpeg.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4936503296,
    "size" : 454656,
    "uuid" : "cc927787-4070-3b30-a9bf-902301fce5ea",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqtiff.dylib",
    "name" : "libqtiff.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4934651904,
    "size" : 24576,
    "uuid" : "96b5fab7-c50a-3737-8073-d89379e8cad2",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqsvg.dylib",
    "name" : "libqsvg.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4937027584,
    "size" : 352256,
    "uuid" : "f2eb0de4-fe4a-3ffd-b1a2-db2c3f1ae7d6",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtSvg.framework\/Versions\/A\/QtSvg",
    "name" : "QtSvg"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4934717440,
    "size" : 24576,
    "uuid" : "b229c9e3-574c-3502-b330-f2ccde2ec529",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqpdf.dylib",
    "name" : "libqpdf.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4955750400,
    "size" : 9048064,
    "uuid" : "82c830de-9ff5-3b5f-babc-dcc7c2d13db6",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtPdf.framework\/Versions\/A\/QtPdf",
    "name" : "QtPdf"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4932923392,
    "size" : 36864,
    "uuid" : "713154f0-ac5b-3045-8470-a8c8a8f9e03b",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqicns.dylib",
    "name" : "libqicns.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4933001216,
    "size" : 24576,
    "uuid" : "734a5541-afaa-3565-b018-e01326567111",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqtga.dylib",
    "name" : "libqtga.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4934959104,
    "size" : 28672,
    "uuid" : "a6ea2728-cb92-36dd-8096-0733f44d4f3a",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqmacjp2.dylib",
    "name" : "libqmacjp2.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64h",
    "base" : 4934782976,
    "size" : 65536,
    "uuid" : "36a3bfbf-d3b0-3617-bc40-e0d8a668d1fe",
    "path" : "\/usr\/lib\/libobjc-trampolines.dylib",
    "name" : "libobjc-trampolines.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4939935744,
    "size" : 1114112,
    "uuid" : "0cfdf335-42fa-36ab-845a-44fda5a4f103",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/unicodedata.cpython-311-darwin.so",
    "name" : "unicodedata.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4935282688,
    "size" : 16384,
    "uuid" : "d0cb0fe7-d2f2-3e47-a997-43be5e3c44c4",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/core\/_mac_util.cpython-311-darwin.so",
    "name" : "_mac_util.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4948992000,
    "size" : 49152,
    "uuid" : "aecfa542-e8f7-332b-96c3-148be5b6989d",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/iconengines\/libqsvgicon.dylib",
    "name" : "libqsvgicon.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5171597312,
    "size" : 131072,
    "uuid" : "ae2e2cac-1d6d-31bf-a57b-181dd0530334",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/numpy_formathandler.cpython-311-darwin.so",
    "name" : "numpy_formathandler.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5174824960,
    "size" : 81920,
    "uuid" : "59dd094a-82c7-3a8e-accd-b6b6c6550a96",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/nones_formathandler.cpython-311-darwin.so",
    "name" : "nones_formathandler.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5475749888,
    "size" : 32768,
    "uuid" : "9b9ef339-f44c-3452-b5b0-92e4c1cfabb7",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_csv.cpython-311-darwin.so",
    "name" : "_csv.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5179994112,
    "size" : 16384,
    "uuid" : "83a52d52-e452-3db7-8c1f-eee3d4bbc071",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_uuid.cpython-311-darwin.so",
    "name" : "_uuid.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5447237632,
    "size" : 716800,
    "uuid" : "b3ec55ff-150c-355f-b4eb-ef86b0cd9ffe",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtOpenGL.abi3.so",
    "name" : "QtOpenGL.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5180735488,
    "size" : 45056,
    "uuid" : "acb3f110-eb0f-3a59-8519-c99ca4cf0be7",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtOpenGLWidgets.abi3.so",
    "name" : "QtOpenGLWidgets.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5179879424,
    "size" : 36864,
    "uuid" : "60870f0d-445e-3de5-a443-5da537bacce8",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtOpenGLWidgets.framework\/Versions\/A\/QtOpenGLWidgets",
    "name" : "QtOpenGLWidgets"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5452791808,
    "size" : 3047424,
    "uuid" : "fd20e14f-9a9c-33c7-be50-1a2d71bc64df",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/lib.cpython-311-darwin.so",
    "name" : "lib.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5450661888,
    "size" : 1212416,
    "uuid" : "94cd6c46-354c-32ed-9098-324c206f6caa",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/libarrow_python.2100.dylib",
    "name" : "libarrow_python.2100.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5477322752,
    "size" : 1687552,
    "uuid" : "9a60006d-e120-392e-a102-4e4e0806964c",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/libarrow_substrait.2100.dylib",
    "name" : "libarrow_substrait.2100.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5480501248,
    "size" : 1294336,
    "uuid" : "c6313a9b-cac3-391f-821e-5b8754b8d58f",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/libarrow_dataset.2100.dylib",
    "name" : "libarrow_dataset.2100.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5484093440,
    "size" : 2637824,
    "uuid" : "7a0a1b6c-634b-3c2b-a854-a6f69090d692",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/libparquet.2100.dylib",
    "name" : "libparquet.2100.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5459337216,
    "size" : 1294336,
    "uuid" : "a26a5bd5-81c5-339a-bbc9-8d10a9995370",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/libarrow_acero.2100.dylib",
    "name" : "libarrow_acero.2100.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5571174400,
    "size" : 13336576,
    "uuid" : "e8034095-80f7-3a2c-8f3f-697a13ffdc4a",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/libarrow_compute.2100.dylib",
    "name" : "libarrow_compute.2100.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5632053248,
    "size" : 27967488,
    "uuid" : "5d02ccb0-d5c3-343c-8c8d-104ac5841cf7",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/libarrow.2100.dylib",
    "name" : "libarrow.2100.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5180854272,
    "size" : 278528,
    "uuid" : "6bf62b8d-952b-3c3e-87b6-67992b1c9e85",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_decimal.cpython-311-darwin.so",
    "name" : "_decimal.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5446930432,
    "size" : 16384,
    "uuid" : "ab3e7bb1-b4dd-35a0-a44b-f87a59b1adbb",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_queue.cpython-311-darwin.so",
    "name" : "_queue.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5180112896,
    "size" : 32768,
    "uuid" : "6caf449c-c01a-37fe-b709-65b1dba5eb02",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/pandas_parser.cpython-311-darwin.so",
    "name" : "pandas_parser.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5446995968,
    "size" : 32768,
    "uuid" : "9c44a385-189f-3411-94cf-ec0b10931d58",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/pandas_datetime.cpython-311-darwin.so",
    "name" : "pandas_datetime.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5458153472,
    "size" : 917504,
    "uuid" : "0e303fb8-874b-3fb3-bdb4-e92d168b2886",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/interval.cpython-311-darwin.so",
    "name" : "interval.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5559418880,
    "size" : 1638400,
    "uuid" : "4c1cc086-a197-366d-82cb-e6a12bebb316",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/hashtable.cpython-311-darwin.so",
    "name" : "hashtable.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5449871360,
    "size" : 147456,
    "uuid" : "8960c1cf-e855-35bb-bfc4-c7f440d302ba",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/missing.cpython-311-darwin.so",
    "name" : "missing.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5450084352,
    "size" : 131072,
    "uuid" : "a3db60db-7fd3-3d98-8d3c-0f6b832a3168",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/dtypes.cpython-311-darwin.so",
    "name" : "dtypes.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5449662464,
    "size" : 49152,
    "uuid" : "774675a4-70d6-35dd-91ef-134ae84c7459",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/ccalendar.cpython-311-darwin.so",
    "name" : "ccalendar.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5450280960,
    "size" : 98304,
    "uuid" : "6559a8e0-fa82-3eca-8fe9-aad48d173cf8",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/np_datetime.cpython-311-darwin.so",
    "name" : "np_datetime.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5462585344,
    "size" : 196608,
    "uuid" : "23e56bb4-a70c-31b3-a576-08c34caef9fd",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/conversion.cpython-311-darwin.so",
    "name" : "conversion.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5447127040,
    "size" : 32768,
    "uuid" : "fa847215-1b89-31d7-8df6-4244eda7e7e8",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/base.cpython-311-darwin.so",
    "name" : "base.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5499187200,
    "size" : 753664,
    "uuid" : "c155175c-7b9c-39b4-af6f-764242f791f6",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/offsets.cpython-311-darwin.so",
    "name" : "offsets.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5489295360,
    "size" : 458752,
    "uuid" : "9b51a63b-65b2-3055-9cc4-4ee8fcda8ef1",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/timestamps.cpython-311-darwin.so",
    "name" : "timestamps.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5462847488,
    "size" : 180224,
    "uuid" : "666e0266-dc75-3071-b49e-e5798af9e2d4",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/nattype.cpython-311-darwin.so",
    "name" : "nattype.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5500186624,
    "size" : 409600,
    "uuid" : "3b3d3487-6ea8-37aa-8623-d1fec681e071",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/timedeltas.cpython-311-darwin.so",
    "name" : "timedeltas.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5488713728,
    "size" : 180224,
    "uuid" : "69430e49-1f3c-35d5-b3b6-b94433473a9d",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/timezones.cpython-311-darwin.so",
    "name" : "timezones.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5449760768,
    "size" : 32768,
    "uuid" : "dde11aad-bcea-313b-b35d-9c96fb782de7",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_zoneinfo.cpython-311-darwin.so",
    "name" : "_zoneinfo.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5488959488,
    "size" : 229376,
    "uuid" : "60a35a49-4d07-3e8d-80b4-65fc298161b9",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/fields.cpython-311-darwin.so",
    "name" : "fields.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5489885184,
    "size" : 212992,
    "uuid" : "e754e28a-7314-383e-b938-6729358f5df3",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/tzconversion.cpython-311-darwin.so",
    "name" : "tzconversion.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5450514432,
    "size" : 49152,
    "uuid" : "ba6f708b-d978-3968-b1ae-a66e7474108d",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/properties.cpython-311-darwin.so",
    "name" : "properties.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5502926848,
    "size" : 294912,
    "uuid" : "4c98f371-b92a-38b7-82f7-13e9a94af369",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/parsing.cpython-311-darwin.so",
    "name" : "parsing.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5524533248,
    "size" : 245760,
    "uuid" : "46ab3cb8-8f48-349f-a526-0a9f18120515",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/strptime.cpython-311-darwin.so",
    "name" : "strptime.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5558947840,
    "size" : 344064,
    "uuid" : "855163e2-4eac-39df-9389-31d68256b78b",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/period.cpython-311-darwin.so",
    "name" : "period.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5510262784,
    "size" : 163840,
    "uuid" : "f4fb02c0-da09-3295-80db-858b07a9111a",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/vectorized.cpython-311-darwin.so",
    "name" : "vectorized.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5450428416,
    "size" : 32768,
    "uuid" : "3052deb7-6ff9-31e1-b02b-4a7b2ff6a616",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/ops_dispatch.cpython-311-darwin.so",
    "name" : "ops_dispatch.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5563224064,
    "size" : 1605632,
    "uuid" : "b05d5b3d-22ef-3da3-86ae-b8ed77b5d90d",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/algos.cpython-311-darwin.so",
    "name" : "algos.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5562175488,
    "size" : 622592,
    "uuid" : "400e6c65-7256-3e4b-8b15-a38b9e53bcb7",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/lib.cpython-311-darwin.so",
    "name" : "lib.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5567385600,
    "size" : 720896,
    "uuid" : "8a98a62e-8455-3ee4-b983-5b4671824726",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/_compute.cpython-311-darwin.so",
    "name" : "_compute.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5523566592,
    "size" : 163840,
    "uuid" : "a67f68f5-1fd9-354f-8333-7aa25c3e36f1",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/ops.cpython-311-darwin.so",
    "name" : "ops.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5524934656,
    "size" : 131072,
    "uuid" : "5f48a8f4-08d4-3975-b55b-0e3b4788e21f",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numexpr\/interpreter.cpython-311-darwin.so",
    "name" : "interpreter.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5461827584,
    "size" : 131072,
    "uuid" : "dd8ae814-5085-3956-8c8c-9042c5e9fbff",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/hashing.cpython-311-darwin.so",
    "name" : "hashing.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5505466368,
    "size" : 81920,
    "uuid" : "c648d461-46ef-340d-a835-c6c868261ef8",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/arrays.cpython-311-darwin.so",
    "name" : "arrays.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5561401344,
    "size" : 212992,
    "uuid" : "f65b6634-407d-3260-b991-629241793738",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/tslib.cpython-311-darwin.so",
    "name" : "tslib.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5591166976,
    "size" : 688128,
    "uuid" : "c5a8c822-d583-3499-9e04-186dd3235044",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/sparse.cpython-311-darwin.so",
    "name" : "sparse.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5561679872,
    "size" : 262144,
    "uuid" : "a38fbc58-f487-3747-8449-c187ff20b6e9",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/internals.cpython-311-darwin.so",
    "name" : "internals.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5461647360,
    "size" : 49152,
    "uuid" : "31cbe095-e66d-377b-98db-2e25319b681d",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/indexing.cpython-311-darwin.so",
    "name" : "indexing.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5593034752,
    "size" : 622592,
    "uuid" : "874266ca-63d4-3ab5-9660-ae14ede3353e",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/index.cpython-311-darwin.so",
    "name" : "index.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5558718464,
    "size" : 163840,
    "uuid" : "b58588d6-3329-36da-89fc-a733a08922b6",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/writers.cpython-311-darwin.so",
    "name" : "writers.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5595013120,
    "size" : 1015808,
    "uuid" : "88e7b2ea-23d8-3c65-b6b0-300ffc350aaa",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/join.cpython-311-darwin.so",
    "name" : "join.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5447061504,
    "size" : 16384,
    "uuid" : "3fc409e5-8a0c-3a28-b969-c510ebb14695",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/mmap.cpython-311-darwin.so",
    "name" : "mmap.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5452709888,
    "size" : 16384,
    "uuid" : "ed64b7f2-4c49-3dd2-ae71-a987d310a8d5",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/grp.cpython-311-darwin.so",
    "name" : "grp.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5590360064,
    "size" : 278528,
    "uuid" : "376f825f-80a1-3d58-a1f0-7f87319ee314",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/aggregations.cpython-311-darwin.so",
    "name" : "aggregations.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5558501376,
    "size" : 131072,
    "uuid" : "0dec1422-b61a-3a7a-ac44-9088ec263d2d",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/indexers.cpython-311-darwin.so",
    "name" : "indexers.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5590753280,
    "size" : 212992,
    "uuid" : "9e65747e-40f5-3399-b8c4-04e9f389c96e",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/reshape.cpython-311-darwin.so",
    "name" : "reshape.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5600485376,
    "size" : 2015232,
    "uuid" : "e200136a-1ee0-370c-8aae-358f5e041313",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/groupby.cpython-311-darwin.so",
    "name" : "groupby.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5466689536,
    "size" : 49152,
    "uuid" : "acdeceae-1cfa-3569-a2ec-42070f75e2da",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/json.cpython-311-darwin.so",
    "name" : "json.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5603188736,
    "size" : 376832,
    "uuid" : "90c8dcee-f320-39b6-8ba3-eaa19db40710",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/parsers.cpython-311-darwin.so",
    "name" : "parsers.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5525118976,
    "size" : 81920,
    "uuid" : "920b582d-513f-3f96-8267-b795cde4521d",
    "path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/testing.cpython-311-darwin.so",
    "name" : "testing.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5461729280,
    "size" : 32768,
    "uuid" : "00d81023-baf7-39ce-9a51-71c15de5d517",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/cmath.cpython-311-darwin.so",
    "name" : "cmath.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5504933888,
    "size" : 98304,
    "uuid" : "a5d557ba-7f5c-3abe-98e9-b9761fb91cc9",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic\/_ribbons.cpython-311-darwin.so",
    "name" : "_ribbons.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5205139456,
    "size" : 32768,
    "uuid" : "75016647-fced-3ad9-9d6c-31548e996c9a",
    "path" : "\/Applications\/ChimeraX-1.10.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/graphics\/_graphics.cpython-311-darwin.so",
    "name" : "_graphics.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703599906816,
    "size" : 237568,
    "uuid" : "63cb5121-a5d1-3741-8568-69a9d17bd10d",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703600144384,
    "size" : 49152,
    "uuid" : "51a43b06-feb4-3836-9e4f-21b69bb13726",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703598755840,
    "size" : 557048,
    "uuid" : "77738df4-82b8-3690-937e-cc1d4981a630",
    "path" : "\/usr\/lib\/system\/libsystem_c.dylib",
    "name" : "libsystem_c.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703600340992,
    "size" : 40944,
    "uuid" : "9ae2c3dc-b88b-3c82-a0bd-918275fe7661",
    "path" : "\/usr\/lib\/system\/libsystem_platform.dylib",
    "name" : "libsystem_platform.dylib"
  },
  {
    "size" : 0,
    "source" : "A",
    "base" : 0,
    "uuid" : "00000000-0000-0000-0000-000000000000"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140708164993024,
    "size" : 45048,
    "uuid" : "fa200a54-4aea-3c68-8554-153b0eafe00b",
    "path" : "\/System\/Library\/PrivateFrameworks\/GPUSupport.framework\/Versions\/A\/Libraries\/libGPUSupportMercury.dylib",
    "name" : "libGPUSupportMercury.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140712525475840,
    "CFBundleShortVersionString" : "20.7.3",
    "CFBundleIdentifier" : "com.apple.driver.AppleIntelICLGraphicsGLDriver",
    "size" : 15859712,
    "uuid" : "8d487579-a494-3761-9bda-ee8532132e2c",
    "path" : "\/System\/Library\/Extensions\/AppleIntelICLGraphicsGLDriver.bundle\/Contents\/MacOS\/AppleIntelICLGraphicsGLDriver",
    "name" : "AppleIntelICLGraphicsGLDriver",
    "CFBundleVersion" : "20.0.7"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140712635809792,
    "size" : 1581056,
    "uuid" : "3bb05a2b-9d37-33f6-a688-738dbeb615ec",
    "path" : "\/System\/Library\/Frameworks\/OpenGL.framework\/Versions\/A\/Resources\/GLEngine.bundle\/GLEngine",
    "name" : "GLEngine"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703875805184,
    "size" : 24544,
    "uuid" : "ff44db8b-22c6-3cd4-8809-5574843cbdce",
    "path" : "\/usr\/lib\/libffi.dylib",
    "name" : "libffi.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64h",
    "base" : 140703600558080,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 4837376,
    "uuid" : "7d784f30-bee3-30c1-8247-a01d90a9bd8e",
    "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "1979.104.902"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703762919424,
    "CFBundleShortVersionString" : "2.1.1",
    "CFBundleIdentifier" : "com.apple.HIToolbox",
    "size" : 3112954,
    "uuid" : "a798e4be-2bf2-35dc-9d38-1d4521cf926e",
    "path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox",
    "name" : "HIToolbox"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703651794944,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.AppKit",
    "size" : 16818168,
    "uuid" : "fdac9cda-9ae0-3815-8f4c-daac8aa734d7",
    "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
    "name" : "AppKit",
    "CFBundleVersion" : "2299.77.138"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703596625920,
    "size" : 624176,
    "uuid" : "30314c55-d8f5-398e-b837-1b1760596c7f",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703615934464,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.Foundation",
    "size" : 9998322,
    "uuid" : "f962eed3-9d18-3e45-9da2-b1e3529053e1",
    "path" : "\/System\/Library\/Frameworks\/Foundation.framework\/Versions\/C\/Foundation",
    "name" : "Foundation",
    "CFBundleVersion" : "1979.104.902"
  }
],
  "sharedCache" : {
  "base" : 140703596003328,
  "size" : 21474836480,
  "uuid" : "8eee6686-4d40-33a3-b07b-b334fd3e3ecc"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=1.3G resident=0K(0%) swapped_out_or_unallocated=1.3G(100%)\nWritable regions: Total=2.4G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=2.4G(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nAccelerate framework               256K        2 \nActivity Tracing                   256K        1 \nCG backing stores                 3120K        8 \nCG image                           676K       66 \nColorSync                          264K       30 \nCoreAnimation                     2944K      177 \nCoreGraphics                        16K        3 \nCoreMedia Capture Data            6188K        4 \nCoreServices                       624K        2 \nCoreUI image data                 5268K       68 \nFoundation                          52K        2 \nIOKit                             15.5M        2 \nKernel Alloc Once                    8K        1 \nMALLOC                           951.3M      339 \nMALLOC guard page                   48K       10 \nMALLOC_MEDIUM (reserved)         744.0M        8         reserved VM address space (unallocated)\nMALLOC_NANO (reserved)           256.0M        1         reserved VM address space (unallocated)\nMach message                        16K        2 \nOpenGL GLSL                        384K        4 \nSTACK GUARD                        160K       40 \nStack                            200.8M       41 \nStack Guard                       56.0M        1 \nVM_ALLOCATE                      308.5M      234 \n__CTF                               824        1 \n__DATA                            48.3M      860 \n__DATA_CONST                      52.2M      499 \n__DATA_DIRTY                      1868K      243 \n__FONT_DATA                        2352        1 \n__GLSLBUILTINS                    5174K        1 \n__INFO_FILTER                         8        1 \n__LINKEDIT                       228.3M      197 \n__OBJC_RO                         66.3M        1 \n__OBJC_RW                         2013K        2 \n__TEXT                             1.0G      853 \ndyld private memory                772K        4 \nmapped file                      268.4M       80 \nshared memory                     3028K       37 \n===========                     =======  ======= \nTOTAL                              4.2G     3826 \nTOTAL, minus reserved VM space     3.2G     3826 \n",
  "legacyInfo" : {
  "threadTriggered" : {
    "name" : "CrBrowserMain",
    "queue" : "com.apple.main-thread"
  }
},
  "logWritingSignature" : "ea5a64043517955ad9cfa0223a836ce74dbf8680",
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "6410af69ed1e1e7ab93ed169",
      "factorPackIds" : {

      },
      "deploymentId" : 240000011
    },
    {
      "rolloutId" : "62c73fd17cce0d1b0bcb8a02",
      "factorPackIds" : {
        "SIRI_DIALOG_ASSETS" : "651482b98d79034dd899e383"
      },
      "deploymentId" : 240000212
    }
  ],
  "experiments" : [

  ]
}
}
===== Log before crash start =====
UCSF ChimeraX version: 1.10.1 (2025-07-24)  
© 2016-2025 Regents of the University of California. All rights reserved.  
How to cite UCSF ChimeraX  

> artiax start

Using preset: ArtiaX / Artiax Default  
Preset expands to these ChimeraX commands:

    
    
    set bgColor black
    lighting depthCue false
    camera ortho

  

> open
> /Users/makubanska/figures_thesis/thesis_results/sta_core63/lists/motl_core_v63_6_8_somemissalignedremoved.em
> format motl

Opened Particle list motl_core_v63_6_8_somemissalignedremoved.em with 12088
particles.  

> ui mousemode right "delete selected particles"

> save
> /Users/makubanska/figures_thesis/thesis_results/sta_core63/lists/motl_core_v63_6_8_somemissalignedremoved_502.em
> partlist #1.2.1

> open
> /Users/makubanska/thesis_viva_presentation/ref_composite_thesis_forbackprojections_correctlyrotated.mrc

Opened ref_composite_thesis_forbackprojections_correctlyrotated.mrc as #2,
grid size 220,220,220, pixel 1, shown at level 0.945, step 1, values float32  
1832 atoms, 1832 residues, atom cross_correlation range 0.102 to 0.652  

> artiax colormap #1.2.1.3 cross_correlation palette crest minValue
> 0.10220000147819519 maxValue 0.6520000100135803 transparency 0.0

1832 atoms, 1832 residues, atom cross_correlation range 0.102 to 0.652  

> artiax colormap #1.2.1.3 cross_correlation palette crest minValue
> 0.3640095293521881 maxValue 0.6520000100135803 transparency 0.0

1832 atoms, 1832 residues, atom cross_correlation range 0.102 to 0.652  

> artiax colormap #1.2.1.3 cross_correlation palette crest minValue
> 0.3640095293521881 maxValue 0.4462925238268716 transparency 0.0

> artiax particles #1.2.1 radius 0.1

> artiax particles #1.2.1 axesSize 0.1

> artiax attach #2 toParticleList #1.2.1

Opened ref_composite_thesis_forbackprojections_correctlyrotated.mrc as
#1.2.1.1.1, grid size 220,220,220, pixel 1, shown at level 0.945, step 1,
values float32  

> volume #1.2.1.1.1 capFaces false

1832 atoms, 1832 residues, atom cross_correlation range 0.102 to 0.652  

> artiax colormap #1.2.1.3 cross_correlation palette crest minValue
> 0.33408844045230324 maxValue 0.4462925238268716 transparency 0.0

1832 atoms, 1832 residues, atom legacy_x range 0 to 0  

> artiax colormap #1.2.1.3 legacy_x palette crest minValue 0.0 maxValue 0.0
> transparency 0.0

1832 atoms, 1832 residues, atom tomo_number range 502 to 502  

> artiax colormap #1.2.1.3 tomo_number palette crest minValue 502.0 maxValue
> 502.0 transparency 0.0

1832 atoms, 1832 residues, atom psi range -86.7 to 245  

> artiax colormap #1.2.1.3 psi palette crest minValue -86.6886978149414
> maxValue 244.8070068359375 transparency 0.0

1832 atoms, 1832 residues, atom psi range -86.7 to 245  

> artiax colormap #1.2.1.3 psi palette crest minValue 55.380889892578125
> maxValue 244.8070068359375 transparency 0.0

1832 atoms, 1832 residues, atom psi range -86.7 to 245  

> artiax colormap #1.2.1.3 psi palette crest minValue 55.380889892578125
> maxValue 114.01278323218935 transparency 0.0

> ui mousemode right select

Drag select of axes, 1 of 1832 instances, 1 atoms  

> ui mousemode right "delete selected particles"

> ui mousemode right select

Drag select of axes, 1 of 1831 instances, surfaces, 1 of 1831 instances, 1
atoms  
Drag select of axes, 1 of 1831 instances, surfaces, 2 of 1831 instances, 1
atoms  

> ui mousemode right "delete selected particles"

> ui mousemode right select

Drag select of axes, 1 of 1829 instances, 1 atoms  

> ui mousemode right "delete selected particles"

> ui mousemode right select

> artiax view xy

Drag select of surfaces, 1 of 1828 instances  
Drag select of axes, 1 of 1828 instances, 1 atoms  
Drag select of axes, 1 of 1828 instances, surfaces, 3 of 1828 instances, 1
atoms  

> select add #1.2.1.2

3 atoms, 3 residues, 2 models selected  

> select clear

Drag select of axes, 1 of 1828 instances, surfaces, 3 of 1828 instances, 1
atoms  

> select #1.2.1.2

1 model selected  
Drag select of axes, 2 of 1828 instances, surfaces, 2 of 1828 instances, 2
atoms  

> ui mousemode right "delete selected particles"

> ui mousemode right select

Drag select of axes, 2 of 1826 instances, surfaces, 2 of 1826 instances, 2
atoms  

> ui mousemode right "delete selected particles"

> artiax view xy

> artiax view xz

> artiax view yz

> artiax view xy

> ui mousemode right select

Drag select of axes, 2 of 1824 instances, surfaces, 1 of 1824 instances, 2
atoms  

> select add #1.2.1.2

2 atoms, 2 residues, 2 models selected  
Drag select of axes, 1 of 1824 instances, surfaces, 1 of 1824 instances, 1
atoms  

> ui mousemode right "delete selected particles"

> ui mousemode right select

Drag select of axes, 1 of 1823 instances, surfaces, 1 of 1823 instances, 1
atoms  
Drag select of axes, 1 of 1823 instances, 1 atoms  

> select clear

Drag select of axes, 1 of 1823 instances, surfaces, 1 of 1823 instances, 1
atoms  

> select clear

Drag select of surfaces, 1 of 1823 instances  
Drag select of axes, 3 of 1823 instances, surfaces, 2 of 1823 instances, 3
atoms  

> select clear

Drag select of axes, 2 of 1823 instances, surfaces, 1 of 1823 instances, 2
atoms  

> select clear

Drag select of axes, 2 of 1823 instances, surfaces, 1 of 1823 instances, 2
atoms  

> select add #1.2.1.2

2 atoms, 2 residues, 2 models selected  
Drag select of axes, 1 of 1823 instances, surfaces, 1 of 1823 instances, 1
atoms  
Drag select of surfaces, 1 of 1823 instances  

> ui mousemode right "delete selected particles"

> ui mousemode right select

Drag select of axes, 1 of 1822 instances, surfaces, 1 of 1822 instances, 1
atoms  

> ui mousemode right "delete selected particles"

> ui mousemode right select

Drag select of axes, 1 of 1821 instances, surfaces, 1 of 1821 instances, 1
atoms  

> ui mousemode right "delete selected particles"

> ui mousemode right select

> artiax view xy

Drag select of axes, 3 of 1820 instances, surfaces, 4 of 1820 instances, 3
atoms  

> select #1.2.1.2

1 model selected  
Drag select of axes, 1 of 1820 instances, surfaces, 1 of 1820 instances, 1
atoms  

> ui mousemode right "delete selected particles"

> artiax particles #1.2.1 surfaceLevel 0.45492

> artiax view xy

> save
> /Users/makubanska/figures_thesis/thesis_results/sta_core63/lists/motl_core_v63_6_8_somemissalignedremoved_502.em
> partlist #1.2.1

> open
> /Users/makubanska/thesis_viva_presentation/PBS_reprojected_502/502_bin4_MemBrain_seg_v10_alpha.mrc

Opened 502_bin4_MemBrain_seg_v10_alpha.mrc as #2, grid size 1024,1024,550,
pixel 7.88,7.88,7.88, shown at step 1, values int8  

> volume #2 color #cfd3db color #ffffb3 color #ffffb3

> volume #2 region 0,0,0,1023,1023,549 step 4

> hide #!1.2.1 models

> close #2

> open
> /Users/makubanska/thesis_viva_presentation/PBS_reprojected_502/502_bin4_MemBrain_seg_v10_alpha.mrc

Opened 502_bin4_MemBrain_seg_v10_alpha.mrc as #2, grid size 1024,1024,550,
pixel 7.88,7.88,7.88, shown at step 1, values int8  

> volume #2 region 0,0,0,1023,1023,549 step 4

> volume #2 change image level 0,0 level 0.1,0.8 level 1,1

> volume #2 level 0.9838

> volume #2 step 8

> volume #2 level 0.2262

> show #!1.2.1 models

> hide #!1.2.1 models

> volume #2 step 4

> show #!1.2.1 models

> hide #!1.2.1 models

> show #!1.2.1 models

> hide #!1.2.1 models

> show #!1.2.1 models

> hide #!1.2.1 models

> show #!1.2.1 models

> volume #2 color #cfd3db

> hide #!1.2.1 models

> show #!1.2.1 models

> hide #!1.2.1 models

> show #!1.2.1 models

> hide #!1.2.1 models

> show #!1.2.1 models

> hide #!1.2.1 models

> show #!1.2.1 models

> hide #!1.2.1 models

> show #!1.2.1 models

> hide #!1.2.1 models

> show #!1.2.1 models

> lighting soft

> set bgColor white

> hide #!1.2.1 models

> show #!1.2.1 models

> hide #!1.2.1 models


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

Log:
UCSF ChimeraX version: 1.10.1 (2025-07-24)  
© 2016-2025 Regents of the University of California. All rights reserved.  
How to cite UCSF ChimeraX  




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

Python: 3.11.4
Locale: UTF-8
Qt version: PyQt6 6.8.1, Qt 6.8.2
Qt runtime version: 6.8.2
Qt platform: cocoa
Hardware:

    Hardware Overview:

      Model Name: MacBook Pro
      Model Identifier: MacBookPro16,2
      Processor Name: Quad-Core Intel Core i7
      Processor Speed: 2.3 GHz
      Number of Processors: 1
      Total Number of Cores: 4
      L2 Cache (per Core): 512 KB
      L3 Cache: 8 MB
      Hyper-Threading Technology: Enabled
      Memory: 32 GB
      System Firmware Version: 2075.140.4.0.0 (iBridge: 22.16.16083.0.0,0)
      OS Loader Version: 577.140.2~30

Software:

    System Software Overview:

      System Version: macOS 13.7.8 (22H730)
      Kernel Version: Darwin 22.6.0
      Time since boot: 43 minutes, 20 seconds

Graphics/Displays:

    Intel Iris Plus Graphics:

      Chipset Model: Intel Iris Plus Graphics
      Type: GPU
      Bus: Built-In
      VRAM (Dynamic, Max): 1536 MB
      Vendor: Intel
      Device ID: 0x8a53
      Revision ID: 0x0007
      Metal Support: Metal 3
      Displays:
        Color LCD:
          Display Type: Built-In Retina LCD
          Resolution: 2560 x 1600 Retina
          Framebuffer Depth: 30-Bit Color (ARGB2101010)
          Main Display: Yes
          Mirror: Off
          Online: Yes
          Automatically Adjust Brightness: No
          Connection Type: Internal
        PA302W:
          Resolution: 2560 x 1600
          UI Looks like: 2560 x 1600 @ 30.00Hz
          Framebuffer Depth: 30-Bit Color (ARGB2101010)
          Display Serial Number: 66105741TW  
          Mirror: Off
          Online: Yes
          Rotation: Supported
          Adapter Type: DVI or HDMI
          Adapter Firmware Version: ff.c8


Installed Packages:
    alabaster: 1.0.0
    appdirs: 1.4.4
    appnope: 0.1.4
    asttokens: 3.0.0
    babel: 2.17.0
    beautifulsoup4: 4.13.3
    blockdiag: 3.0.0
    blosc2: 3.6.1
    build: 1.2.2.post1
    certifi: 2023.11.17
    cftime: 1.6.4.post1
    charset-normalizer: 3.4.2
    ChimeraX-AddCharge: 1.5.19
    ChimeraX-AddH: 2.2.7
    ChimeraX-AlignmentAlgorithms: 2.0.2
    ChimeraX-AlignmentHdrs: 3.6.1
    ChimeraX-AlignmentMatrices: 2.1
    ChimeraX-Alignments: 2.20.2
    ChimeraX-AlphaFold: 1.0.1
    ChimeraX-AltlocExplorer: 1.1.2
    ChimeraX-AmberInfo: 1.0
    ChimeraX-Aniso: 1.1.4
    ChimeraX-Arrays: 1.1
    ChimeraX-ArtiaX: 0.1
    ChimeraX-Atomic: 1.60.7
    ChimeraX-AtomicLibrary: 14.1.19
    ChimeraX-AtomSearch: 2.0.1
    ChimeraX-AxesPlanes: 2.4
    ChimeraX-BasicActions: 1.1.3
    ChimeraX-BILD: 1.0
    ChimeraX-BlastProtein: 3.0.0
    ChimeraX-Boltz: 1.0
    ChimeraX-BondRot: 2.0.4
    ChimeraX-BugReporter: 1.0.2
    ChimeraX-BuildStructure: 2.13.1
    ChimeraX-Bumps: 1.0
    ChimeraX-BundleBuilder: 1.5.1
    ChimeraX-ButtonPanel: 1.0.1
    ChimeraX-CageBuilder: 1.0.1
    ChimeraX-CellPack: 1.0
    ChimeraX-Centroids: 1.4
    ChimeraX-ChangeChains: 1.1
    ChimeraX-CheckWaters: 1.5
    ChimeraX-ChemGroup: 2.0.2
    ChimeraX-Clashes: 2.3
    ChimeraX-ColorActions: 1.0.5
    ChimeraX-ColorGlobe: 1.0
    ChimeraX-ColorKey: 1.5.8
    ChimeraX-CommandLine: 1.3
    ChimeraX-ConnectStructure: 2.0.1
    ChimeraX-Contacts: 1.0.1
    ChimeraX-Core: 1.10.1
    ChimeraX-CoreFormats: 1.2
    ChimeraX-coulombic: 1.4.5
    ChimeraX-Crosslinks: 1.0
    ChimeraX-Crystal: 1.0
    ChimeraX-CrystalContacts: 1.0.1
    ChimeraX-DataFormats: 1.2.4
    ChimeraX-Dicom: 1.2.7
    ChimeraX-DistMonitor: 1.4.2
    ChimeraX-DockPrep: 1.1.4
    ChimeraX-Dssp: 2.0
    ChimeraX-EMDB-SFF: 1.0
    ChimeraX-ESMFold: 1.0
    ChimeraX-FileHistory: 1.0.1
    ChimeraX-FunctionKey: 1.0.1
    ChimeraX-Geometry: 1.3
    ChimeraX-gltf: 1.0
    ChimeraX-Graphics: 1.4.1
    ChimeraX-Hbonds: 2.5.1
    ChimeraX-Help: 1.3
    ChimeraX-HKCage: 1.3
    ChimeraX-IHM: 1.1
    ChimeraX-ImageFormats: 1.2
    ChimeraX-IMOD: 1.0
    ChimeraX-IO: 1.0.3
    ChimeraX-ItemsInspection: 1.0.1
    ChimeraX-IUPAC: 1.0
    ChimeraX-KVFinder: 1.6.2
    ChimeraX-Label: 1.1.14
    ChimeraX-ListInfo: 1.2.2
    ChimeraX-Log: 1.2
    ChimeraX-LookingGlass: 1.1
    ChimeraX-Maestro: 1.9.1
    ChimeraX-Map: 1.3
    ChimeraX-MapData: 2.0
    ChimeraX-MapEraser: 1.0.1
    ChimeraX-MapFilter: 2.0.1
    ChimeraX-MapFit: 2.0
    ChimeraX-MapSeries: 2.1.1
    ChimeraX-Markers: 1.0.1
    ChimeraX-Mask: 1.0.2
    ChimeraX-MatchMaker: 2.2.2
    ChimeraX-MCopy: 1.0
    ChimeraX-MDcrds: 2.10.1
    ChimeraX-MedicalToolbar: 1.1
    ChimeraX-Meeting: 1.0.1
    ChimeraX-MLP: 1.1.1
    ChimeraX-mmCIF: 2.16
    ChimeraX-MMTF: 2.2
    ChimeraX-ModelArchive: 1.0
    ChimeraX-Modeller: 1.5.19
    ChimeraX-ModelPanel: 1.5.1
    ChimeraX-ModelSeries: 1.0.1
    ChimeraX-Mol2: 2.0.3
    ChimeraX-Mole: 1.0
    ChimeraX-Morph: 1.0.2
    ChimeraX-MouseModes: 1.2
    ChimeraX-Movie: 1.0
    ChimeraX-MutationScores: 1.0
    ChimeraX-Neuron: 1.0
    ChimeraX-Nifti: 1.2
    ChimeraX-NMRSTAR: 1.0.2
    ChimeraX-NRRD: 1.2
    ChimeraX-Nucleotides: 2.0.3
    ChimeraX-OpenCommand: 1.14.1
    ChimeraX-OrthoPick: 1.0.1
    ChimeraX-PDB: 2.7.10
    ChimeraX-PDBBio: 1.0.1
    ChimeraX-PDBLibrary: 1.0.4
    ChimeraX-PDBMatrices: 1.0
    ChimeraX-PickBlobs: 1.0.1
    ChimeraX-Positions: 1.0
    ChimeraX-PresetMgr: 1.1.3
    ChimeraX-ProfileGrids: 1.1.3
    ChimeraX-PubChem: 2.2
    ChimeraX-ReadPbonds: 1.0.1
    ChimeraX-Registration: 1.1.2
    ChimeraX-RemoteControl: 1.0
    ChimeraX-RenderByAttr: 1.6.3
    ChimeraX-RenumberResidues: 1.1
    ChimeraX-ResidueFit: 1.0.1
    ChimeraX-RestServer: 1.3.1
    ChimeraX-RNALayout: 1.0
    ChimeraX-RotamerLibMgr: 4.0
    ChimeraX-RotamerLibsDunbrack: 2.0
    ChimeraX-RotamerLibsDynameomics: 2.0
    ChimeraX-RotamerLibsRichardson: 2.0
    ChimeraX-SaveCommand: 1.5.1
    ChimeraX-SchemeMgr: 1.0
    ChimeraX-SDF: 2.0.3
    ChimeraX-Segger: 1.0
    ChimeraX-Segment: 1.0.1
    ChimeraX-Segmentations: 3.5.7
    ChimeraX-SelInspector: 1.0
    ChimeraX-SeqView: 2.17.1
    ChimeraX-Shape: 1.1
    ChimeraX-Shell: 1.0.1
    ChimeraX-Shortcuts: 1.2.1
    ChimeraX-ShowSequences: 1.0.3
    ChimeraX-SideView: 1.0.1
    ChimeraX-SimilarStructures: 1.0.1
    ChimeraX-Smiles: 2.1.2
    ChimeraX-SmoothLines: 1.0
    ChimeraX-SpaceNavigator: 1.0
    ChimeraX-StdCommands: 1.19.1
    ChimeraX-STL: 1.0.1
    ChimeraX-Storm: 1.0
    ChimeraX-StructMeasure: 1.2.1
    ChimeraX-Struts: 1.0.1
    ChimeraX-Surface: 1.0.1
    ChimeraX-SwapAA: 2.0.1
    ChimeraX-SwapRes: 2.5.2
    ChimeraX-TapeMeasure: 1.0
    ChimeraX-TaskManager: 1.0
    ChimeraX-Test: 1.0
    ChimeraX-Toolbar: 1.2.3
    ChimeraX-ToolshedUtils: 1.2.4
    ChimeraX-Topography: 1.0
    ChimeraX-ToQuest: 1.0
    ChimeraX-Tug: 1.0.1
    ChimeraX-UI: 1.45.2
    ChimeraX-Umap: 1.0
    ChimeraX-uniprot: 2.3.1
    ChimeraX-UnitCell: 1.0.1
    ChimeraX-ViewDockX: 1.4.4
    ChimeraX-VIPERdb: 1.0
    ChimeraX-Vive: 1.1
    ChimeraX-VolumeMenu: 1.0.1
    ChimeraX-vrml: 1.0
    ChimeraX-VTK: 1.0
    ChimeraX-WavefrontOBJ: 1.0
    ChimeraX-WebCam: 1.0.2
    ChimeraX-WebServices: 1.1.5
    ChimeraX-Zone: 1.0.1
    colorama: 0.4.6
    comm: 0.2.2
    contourpy: 1.3.2
    coverage: 7.10.0
    cxservices: 1.2.3
    cycler: 0.12.1
    Cython: 3.0.12
    debugpy: 1.8.15
    decorator: 5.2.1
    docutils: 0.21.2
    executing: 2.2.0
    filelock: 3.18.0
    fonttools: 4.59.0
    funcparserlib: 2.0.0a0
    glfw: 2.9.0
    grako: 3.16.5
    h5py: 3.14.0
    html2text: 2024.2.26
    idna: 3.10
    ihm: 2.2
    imagecodecs: 2024.6.1
    imagesize: 1.4.1
    iniconfig: 2.1.0
    ipykernel: 6.29.5
    ipython: 8.26.0
    ipywidgets: 8.1.7
    jedi: 0.19.1
    Jinja2: 3.1.6
    jupyter_client: 8.6.3
    jupyter_core: 5.8.1
    jupyterlab_widgets: 3.0.15
    kiwisolver: 1.4.8
    line_profiler: 4.2.0
    lxml: 5.3.1
    lz4: 4.3.2
    MarkupSafe: 3.0.2
    matplotlib: 3.10.1
    matplotlib-inline: 0.1.7
    msgpack: 1.1.0
    ndindex: 1.10.0
    nest-asyncio: 1.6.0
    netCDF4: 1.6.5
    networkx: 3.3
    nibabel: 5.2.0
    nptyping: 2.5.0
    numexpr: 2.11.0
    numpy: 1.26.4
    OpenMM: 8.2.0
    openvr: 1.26.701
    packaging: 24.2
    pandas: 2.3.1
    ParmEd: 4.2.2
    parso: 0.8.4
    pep517: 0.13.1
    pexpect: 4.9.0
    pickleshare: 0.7.5
    pillow: 10.4.0
    pip: 25.0.1
    pkginfo: 1.11.1
    platformdirs: 4.3.8
    pluggy: 1.6.0
    prompt_toolkit: 3.0.51
    psutil: 7.0.0
    ptyprocess: 0.7.0
    pure_eval: 0.2.3
    py-cpuinfo: 9.0.0
    pyarrow: 21.0.0
    pycollada: 0.8
    pydicom: 2.4.4
    Pygments: 2.18.0
    pynmrstar: 3.3.5
    pynrrd: 1.0.0
    PyOpenGL: 3.1.9
    PyOpenGL-accelerate: 3.1.9
    pyopenxr: 1.1.4501
    pyparsing: 3.2.3
    pyproject_hooks: 1.2.0
    PyQt6-commercial: 6.8.1
    PyQt6-Qt6: 6.8.2
    PyQt6-WebEngine-commercial: 6.8.0
    PyQt6-WebEngine-Qt6: 6.8.2
    PyQt6_sip: 13.10.0
    pytest: 8.4.1
    pytest-cov: 6.2.1
    python-dateutil: 2.9.0.post0
    pytz: 2025.2
    pyzmq: 27.0.0
    qtconsole: 5.5.2
    QtPy: 2.4.3
    qtshim: 1.1
    RandomWords: 0.4.0
    requests: 2.32.3
    roman-numerals-py: 3.1.0
    scipy: 1.14.0
    setuptools: 78.1.0
    sfftk-rw: 0.8.1
    six: 1.16.0
    snowballstemmer: 3.0.1
    sortedcontainers: 2.4.0
    soupsieve: 2.7
    Sphinx: 8.2.3
    sphinx-autodoc-typehints: 3.1.0
    sphinxcontrib-applehelp: 2.0.0
    sphinxcontrib-blockdiag: 3.0.0
    sphinxcontrib-devhelp: 2.0.0
    sphinxcontrib-htmlhelp: 2.1.0
    sphinxcontrib-jsmath: 1.0.1
    sphinxcontrib-qthelp: 2.0.0
    sphinxcontrib-serializinghtml: 2.0.0
    stack-data: 0.6.3
    starfile: 0.5.13
    superqt: 0.7.1
    tables: 3.10.2
    tcia_utils: 1.5.1
    tifffile: 2025.3.13
    tinyarray: 1.2.4
    tornado: 6.5.1
    traitlets: 5.14.3
    typing_extensions: 4.14.1
    tzdata: 2025.2
    urllib3: 2.5.0
    wcwidth: 0.2.13
    webcolors: 24.11.1
    wheel: 0.45.1
    wheel-filename: 1.4.2
    widgetsnbextension: 4.0.14
1 2 3 4 5 6 7 8 9 10 11

Query Language

query: TracLinks and the [[TicketQuery]] macro both use a mini “query language” for specifying query filters. Filters are separated by ampersands (&). Each filter consists of the ticket field name, an operator and one or more values. More than one value are separated by a pipe (|), meaning that the filter matches any of the values. To include a literal & or | in a value, escape the character with a backslash (\).

The available operators are:

= the field content exactly matches one of the values
~= the field content contains one or more of the values
^= the field content starts with one of the values
$= the field content ends with one of the values

All of these operators can also be negated:

!= the field content matches none of the values
!~= the field content does not contain any of the values
!^= the field content does not start with any of the values
!$= the field content does not end with any of the values

The date fields created and modified can be constrained by using the = operator and specifying a value containing two dates separated by two dots (..). Either end of the date range can be left empty, meaning that the corresponding end of the range is open. The date parser understands a few natural date specifications like "3 weeks ago", "last month" and "now", as well as Bugzilla-style date specifications like "1d", "2w", "3m" or "4y" for 1 day, 2 weeks, 3 months and 4 years, respectively. Spaces in date specifications can be omitted to avoid having to quote the query string.

created=2007-01-01..2008-01-01 query tickets created in 2007
created=lastmonth..thismonth query tickets created during the previous month
modified=1weekago.. query tickets that have been modified in the last week
modified=..30daysago query tickets that have been inactive for the last 30 days

See also: TracTickets, TracReports, TracGuide, TicketQuery

Last modified 9 years ago Last modified on Jan 4, 2017, 10:45:36 AM
Note: See TracWiki for help on using the wiki.