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 13347)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#19707 fixed Boltz prediction does not stop running when status message gets a connection refused error Tom Goddard goddard@…
#19706 limitation UCSF Guest wifi blocks connections to a boltz server Tom Goddard goddard@…
#19702 duplicate Crash on Mac waking from sleep Tom Goddard chouhan@…
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 13347)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#19707 fixed Boltz prediction does not stop running when status message gets a connection refused error Tom Goddard goddard@…
Description
The following bug report has been submitted:
Platform:        macOS-26.1-arm64-arm-64bit
ChimeraX Version: 1.12.dev202512030954 (2025-12-03 09:54:27 UTC)
Description
Boltz prediction does not stop running when status message gets a connection refused error.

Log:
UCSF ChimeraX version: 1.12.dev202512030954 (2025-12-03)  
© 2016-2025 Regents of the University of California. All rights reserved.  
How to cite UCSF ChimeraX  

> open
> /Users/goddard/Desktop/boltz/boltz_ntca_model_0.cif_3/boltz_results_ntca_model_0.cif/predictions/ntca_model_0.cif/ntca_model_0.cif_model_0.cif
> format mmcif logInfo false

> ui tool show Boltz

> boltz predict protein /A name ntca_model_0.cif_model_0.cif useServer true
> serverHost 213.173.108.85 serverPort 11660

Running Boltz prediction of protein with 222 residues on gpu  
Using cached multiple sequence alignment
/Users/goddard/Downloads/ChimeraX/BoltzMSA/9guk_C  
Sending job request to server (655180 bytes)  
Traceback (most recent call last):  
File
"/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/boltz/boltz_gui.py", line 595, in _predict  
self._run_prediction(options = ' '.join(options))  
File
"/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/boltz/boltz_gui.py", line 612, in _run_prediction  
br = run(self.session, cmd)  
^^^^^^^^^^^^^^^^^^^^^^  
File
"/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/run.py", line 49, in run  
results = command.run(text, log=log, return_json=return_json)  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File
"/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3237, in run  
result = ci.function(session, **kw_args)  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File
"/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/boltz/predict.py", line 87, in boltz_predict  
br.start()  
File
"/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/boltz/predict.py", line 559, in start  
self._run_boltz()  
File
"/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/boltz/predict.py", line 669, in _run_boltz  
self._run_on_server()  
File
"/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/boltz/predict.py", line 706, in _run_on_server  
job_id = predict_on_server(run_dir, self._server_host, self._server_port)  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File
"/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/boltz/server.py", line 290, in predict_on_server  
msg = send_to_server(zip_data, host, port)  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File
"/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/boltz/server.py", line 339, in send_to_server  
client_socket.sendall(zip_data)  
TimeoutError: timed out  
  
TimeoutError: timed out  
  
File
"/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/boltz/server.py", line 339, in send_to_server  
client_socket.sendall(zip_data)  
  
See log for complete Python traceback.  
  

> boltz predict protein /A name ntca_model_0.cif_model_0.cif useServer true
> serverHost 213.173.108.85 serverPort 11660

Running Boltz prediction of protein with 222 residues on gpu  
Using cached multiple sequence alignment
/Users/goddard/Downloads/ChimeraX/BoltzMSA/9guk_C  
Sending job request to server (655181 bytes)  
Could not connect to 213.173.108.85:11660, connection refused  

> boltz predict protein /A name ntca_model_0.cif_model_0.cif useServer true
> serverHost 213.173.108.85 serverPort 11660

Running Boltz prediction of protein with 222 residues on gpu  
Using cached multiple sequence alignment
/Users/goddard/Downloads/ChimeraX/BoltzMSA/9guk_C  
Sending job request to server (655180 bytes)  
Server 213.173.108.85:11660 queued job ym44a6im  
Confidence score 0.83, pTM 0.79, ipTM 0.00, pLDDT 0.83  
Boltz prediction completed in 33 seconds (start boltz 0 sec, sequence search 0
sec, load weights 0 sec, structure inference 0 sec)  
Please cite Boltz-1 Democratizing Biomolecular Interaction Modeling. BioRxiv
https://doi.org/10.1101/2024.11.19.624167 if you use these predictions.  

> open
> /Users/goddard/Desktop/boltz/boltz_ntca_model_0.cif_model_0.cif_2/boltz_results_ntca_model_0.cif_model_0.cif/predictions/ntca_model_0.cif_model_0.cif/ntca_model_0.cif_model_0.cif_model_0.cif
> logInfo false

Matchmaker ntca_model_0.cif_model_0.cif, chain A (#1) with
ntca_model_0.cif_model_0.cif_model_0.cif, chain A (#2), sequence alignment
score = 1092.1  
RMSD between 215 pruned atom pairs is 0.759 angstroms; (across all 222 pairs:
1.193)  
  

> boltz predict protein #1/A name ntca_model_0.cif_model_0.cif useServer true
> serverHost 203.57.40.177 serverPort 10286

Running Boltz prediction of protein with 222 residues on gpu  
Using cached multiple sequence alignment
/Users/goddard/Downloads/ChimeraX/BoltzMSA/9guk_C  
Sending job request to server (655181 bytes)  
Server 203.57.40.177:10286 queued job _rloxp9t  

> hide #2 models

Traceback (most recent call last):  
File
"/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/triggerset.py", line 149, in invoke  
return self._func(self._name, data)  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File
"/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/boltz/predict.py", line 731, in _check_for_server_results  
msg = get_results(self._job_id, self._run_dir, self._server_host,
self._server_port)  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File
"/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/boltz/server.py", line 307, in get_results  
msg = send_to_server(f'status: {job_id}'.encode('utf-8'), host, port)  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File
"/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/boltz/server.py", line 334, in send_to_server  
client_socket.connect((host, port)) # Connect to the server  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
ConnectionRefusedError: [Errno 61] Connection refused  
  
Error processing trigger "new frame":  
ConnectionRefusedError: [Errno 61] Connection refused  
  
File
"/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/boltz/server.py", line 334, in send_to_server  
client_socket.connect((host, port)) # Connect to the server  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Cannot make a new prediction until the current prediction finishes.  




OpenGL version: 4.1 Metal - 90.5
OpenGL renderer: Apple M2 Ultra
OpenGL vendor: Apple

Python: 3.11.9
Locale: en_US.UTF-8
Qt version: PyQt6 6.9.1, Qt 6.9.0
Qt runtime version: 6.9.2
Qt platform: cocoa
Hardware:

    Hardware Overview:

      Model Name: Mac Studio
      Model Identifier: Mac14,14
      Model Number: Z1800003VLL/A
      Chip: Apple M2 Ultra
      Total Number of Cores: 24 (16 performance and 8 efficiency)
      Memory: 64 GB
      System Firmware Version: 13822.41.1
      OS Loader Version: 13822.41.1

Software:

    System Software Overview:

      System Version: macOS 26.1 (25B78)
      Kernel Version: Darwin 25.1.0
      Time since boot: 52 days, 7 hours, 55 minutes

Graphics/Displays:

    Apple M2 Ultra:

      Chipset Model: Apple M2 Ultra
      Type: GPU
      Bus: Built-In
      Total Number of Cores: 60
      Vendor: Apple (0x106b)
      Metal Support: Metal 4
      Displays:
        PHL 278B1:
          Resolution: 3840 x 2160 (2160p/4K UHD 1 - Ultra High Definition)
          UI Looks like: 1920 x 1080 @ 60.00Hz
          Main Display: Yes
          Mirror: Off
          Online: Yes
          Rotation: Supported


Installed Packages:
    aiohappyeyeballs: 2.6.1
    aiohttp: 3.13.1
    aiosignal: 1.4.0
    alabaster: 1.0.0
    annotated-types: 0.7.0
    anyio: 4.12.0
    appdirs: 1.4.4
    appnope: 0.1.4
    asttokens: 3.0.1
    attrs: 25.4.0
    babel: 2.17.0
    beautifulsoup4: 4.13.5
    blockdiag: 3.0.0
    blosc2: 3.12.1
    build: 1.3.0
    certifi: 2025.8.3
    cftime: 1.6.5
    charset-normalizer: 3.4.4
    ChimeraX-AddCharge: 1.5.20
    ChimeraX-AddH: 2.2.8
    ChimeraX-AlignmentAlgorithms: 2.0.2
    ChimeraX-AlignmentHdrs: 3.6.1
    ChimeraX-AlignmentMatrices: 2.1
    ChimeraX-Alignments: 3.1.1
    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.61.4
    ChimeraX-AtomicLibrary: 14.2.1
    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
    ChimeraX-ChangeChains: 1.1
    ChimeraX-CheckWaters: 1.5
    ChimeraX-ChemGroup: 2.0.2
    ChimeraX-CiliaBuilder: 1.0.9
    ChimeraX-Clashes: 2.3
    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.12.dev202512030954
    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.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.7.3
    ChimeraX-Label: 1.2
    ChimeraX-ListInfo: 1.2.2
    ChimeraX-Log: 1.2.2
    ChimeraX-LookingGlass: 1.1
    ChimeraX-Maestro: 1.9.2
    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-MCPServer: 0.1.0
    ChimeraX-MDcrds: 2.17.2
    ChimeraX-MedicalToolbar: 1.1
    ChimeraX-Meeting: 1.0.1
    ChimeraX-Minimize: 1.3.2
    ChimeraX-MLP: 1.1.1
    ChimeraX-mmCIF: 2.16
    ChimeraX-MMTF: 2.2
    ChimeraX-ModelArchive: 1.0
    ChimeraX-Modeller: 1.5.22
    ChimeraX-ModelPanel: 1.6
    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.2
    ChimeraX-OrthoPick: 1.0.1
    ChimeraX-PDB: 2.7.11
    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.4.1
    ChimeraX-PubChem: 2.2
    ChimeraX-ReadPbonds: 1.0.1
    ChimeraX-Registration: 1.1.2
    ChimeraX-RemoteControl: 1.0
    ChimeraX-RenderByAttr: 1.6.5
    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.10
    ChimeraX-SelInspector: 1.0
    ChimeraX-SeqView: 2.17.3
    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-TutorialReadFormat: 0.1
    ChimeraX-UI: 1.49.1
    ChimeraX-Umap: 1.0
    ChimeraX-uniprot: 2.3.2
    ChimeraX-UnitCell: 1.0.1
    ChimeraX-ViewDock: 1.5.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.3.1
    colorama: 0.4.6
    comm: 0.2.3
    contourpy: 1.3.3
    coverage: 7.12.0
    cxservices: 1.2.3
    cycler: 0.12.1
    Cython: 3.1.4
    debugpy: 1.8.17
    decorator: 5.2.1
    docutils: 0.21.2
    executing: 2.2.1
    filelock: 3.19.1
    fonttools: 4.61.0
    frozenlist: 1.8.0
    funcparserlib: 2.0.0a0
    glfw: 2.10.0
    grako: 3.16.5
    h11: 0.16.0
    h5py: 3.15.1
    html2text: 2025.4.15
    httpcore: 1.0.9
    httpx: 0.28.1
    httpx-sse: 0.4.3
    idna: 3.11
    ihm: 2.2
    imagecodecs: 2024.6.1
    imagesize: 1.4.1
    iniconfig: 2.3.0
    ipykernel: 6.30.1
    ipython: 9.5.0
    ipython_pygments_lexers: 1.1.1
    ipywidgets: 8.1.8
    jedi: 0.19.2
    Jinja2: 3.1.6
    jsonschema: 4.25.1
    jsonschema-specifications: 2025.9.1
    jupyter_client: 8.6.3
    jupyter_core: 5.9.1
    jupyterlab_widgets: 3.0.16
    kiwisolver: 1.4.9
    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.1
    mcp: 1.18.0
    msgpack: 1.1.1
    multidict: 6.7.0
    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.2.0
    openvr: 1.26.701
    packaging: 25.0
    pandas: 2.3.3
    ParmEd: 4.2.2
    parso: 0.8.5
    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.5.0
    pluggy: 1.6.0
    prompt_toolkit: 3.0.52
    propcache: 0.4.1
    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.12.5
    pydantic-settings: 2.12.0
    pydantic_core: 2.41.5
    pydicom: 2.4.4
    Pygments: 2.18.0
    pynmrstar: 3.3.6
    pynrrd: 1.0.0
    PyOpenGL: 3.1.10
    PyOpenGL-accelerate: 3.1.10
    pyopenxr: 1.1.4501
    pyparsing: 3.2.5
    pyproject_hooks: 1.2.0
    PyQt6: 6.9.1
    PyQt6-Qt6: 6.9.2
    PyQt6-WebEngine: 6.9.0
    PyQt6-WebEngine-Qt6: 6.9.2
    PyQt6_sip: 13.10.2
    pytest: 9.0.1
    pytest-cov: 7.0.0
    python-dateutil: 2.9.0.post0
    python-dotenv: 1.2.1
    python-multipart: 0.0.20
    pytz: 2025.2
    pyzmq: 27.1.0
    qtconsole: 5.7.0
    QtPy: 2.4.3
    qtshim: 1.2
    RandomWords: 0.4.0
    referencing: 0.37.0
    requests: 2.32.5
    roman-numerals-py: 3.1.0
    rpds-py: 0.30.0
    scipy: 1.16.3
    scipy: 1.14.0
    setuptools: 80.9.0
    sfftk-rw: 0.8.1
    six: 1.17.0
    snowballstemmer: 3.0.1
    sortedcontainers: 2.4.0
    soupsieve: 2.8
    Sphinx: 8.2.3
    sphinx-autodoc-typehints: 3.2.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
    sse-starlette: 3.0.3
    stack-data: 0.6.3
    starlette: 0.50.0
    superqt: 0.7.6
    tables: 3.10.2
    tcia_utils: 1.5.1
    tifffile: 2025.3.13
    tinyarray: 1.2.5
    tornado: 6.5.2
    traitlets: 5.14.3
    typing-inspection: 0.4.2
    typing_extensions: 4.15.0
    tzdata: 2025.2
    urllib3: 2.5.0
    uvicorn: 0.38.0
    wcwidth: 0.2.14
    webcolors: 24.11.1
    wheel: 0.45.1
    wheel-filename: 1.4.2
    widgetsnbextension: 4.0.15
    yarl: 1.22.0
#19706 limitation UCSF Guest wifi blocks connections to a boltz server Tom Goddard goddard@…
Description
The following bug report has been submitted:
Platform:        macOS-26.1-arm64-arm-64bit
ChimeraX Version: 1.12.dev202512030954 (2025-12-03 09:54:27 UTC)
Description
On UCSF Guest wifi the boltz server on RunPod does not work, seems to be blocked.

Log:
UCSF ChimeraX version: 1.12.dev202512030954 (2025-12-03)  
© 2016-2025 Regents of the University of California. All rights reserved.  
How to cite UCSF ChimeraX  

> ui tool show Boltz

Populating font family aliases took 49 ms. Replace uses of missing font family
"-webkit-standard" with one that exists to avoid this cost.  

> boltz predict protein
> MLANENSLLTMFRELGSGKLPLQIEQFERGKTIFFPGDPAERVYLLVKGAVKLSRVYESGEEITVALLRENSVFGVLSLLTGQRSDRFYHAVAFTPVQLFSVPIEFMQKALIERPELANVMLQGLSSRILQTEMMIETLAHRDMGSRLVSFLLILCRDFGIPSPDGITIDLKLSHQAIAEAIGSTRVTVTRLLGDLRESKLIAIHKKRITVFNPVALSQQFS
> useServer true serverHost minsky.cgl.ucsf.edu serverPort 30172

Running Boltz prediction of protein with 222 residues on gpu  
Using cached multiple sequence alignment
/Users/goddard/Downloads/ChimeraX/BoltzMSA/9guk_C  
Sending job request to server (655127 bytes)  
Server minsky.cgl.ucsf.edu:30172 queued job 5ciqwfi8  
Confidence score 0.82, pTM 0.79, ipTM 0.00, pLDDT 0.83  
Boltz prediction completed in 30 seconds (start boltz 0 sec, sequence search 0
sec, load weights 0 sec, structure inference 0 sec)  
Please cite Boltz-1 Democratizing Biomolecular Interaction Modeling. BioRxiv
https://doi.org/10.1101/2024.11.19.624167 if you use these predictions.  

> open
> /Users/goddard/Desktop/boltz/boltz_86/boltz_results_boltz_86/predictions/boltz_86/boltz_86_model_0.cif
> logInfo false

> hide #1 models

> boltz predict protein
> MLANENSLLTMFRELGSGKLPLQIEQFERGKTIFFPGDPAERVYLLVKGAVKLSRVYESGEEITVALLRENSVFGVLSLLTGQRSDRFYHAVAFTPVQLFSVPIEFMQKALIERPELANVMLQGLSSRILQTEMMIETLAHRDMGSRLVSFLLILCRDFGIPSPDGITIDLKLSHQAIAEAIGSTRVTVTRLLGDLRESKLIAIHKKRITVFNPVALSQQFS
> useServer true serverHost 213.173.108.85 serverPort 11660

Running Boltz prediction of protein with 222 residues on gpu  
Using cached multiple sequence alignment
/Users/goddard/Downloads/ChimeraX/BoltzMSA/9guk_C  
Sending job request to server (655127 bytes)  
Server 213.173.108.85:11660 queued job jxotv6z_  
Confidence score 0.83, pTM 0.80, ipTM 0.00, pLDDT 0.84  
Boltz prediction completed in 33 seconds (start boltz 0 sec, sequence search 0
sec, load weights 0 sec, structure inference 0 sec)  

> open
> /Users/goddard/Desktop/boltz/boltz_87/boltz_results_boltz_87/predictions/boltz_87/boltz_87_model_0.cif
> logInfo false

> hide #2 models

> boltz predict protein
> MLANENSLLTMFRELGSGKLPLQIEQFERGKTIFFPGDPAERVYLLVKGAVKLSRVYESGEEITVALLRENSVFGVLSLLTGQRSDRFYHAVAFTPVQLFSVPIEFMQKALIERPELANVMLQGLSSRILQTEMMIETLAHRDMGSRLVSFLLILCRDFGIPSPDGITIDLKLSHQAIAEAIGSTRVTVTRLLGDLRESKLIAIHKKRITVFNPVALSQQFS
> useServer true serverHost 213.173.108.85 serverPort 11660

Running Boltz prediction of protein with 222 residues on gpu  
Using cached multiple sequence alignment
/Users/goddard/Downloads/ChimeraX/BoltzMSA/9guk_C  
Sending job request to server (655127 bytes)  
Server 213.173.108.85:11660 queued job 2l02g6o_  
Confidence score 0.82, pTM 0.81, ipTM 0.00, pLDDT 0.83  
Boltz prediction completed in 33 seconds (start boltz 0 sec, sequence search 0
sec, load weights 0 sec, structure inference 0 sec)  

> open
> /Users/goddard/Desktop/boltz/boltz_88/boltz_results_boltz_88/predictions/boltz_88/boltz_88_model_0.cif
> logInfo false

> boltz predict protein
> MLANENSLLTMFRELGSGKLPLQIEQFERGKTIFFPGDPAERVYLLVKGAVKLSRVYESGEEITVALLRENSVFGVLSLLTGQRSDRFYHAVAFTPVQLFSVPIEFMQKALIERPELANVMLQGLSSRILQTEMMIETLAHRDMGSRLVSFLLILCRDFGIPSPDGITIDLKLSHQAIAEAIGSTRVTVTRLLGDLRESKLIAIHKKRITVFNPVALSQQFS
> useServer true serverHost 213.173.108.85 serverPort 11660

Running Boltz prediction of protein with 222 residues on gpu  
Using cached multiple sequence alignment
/Users/goddard/Downloads/ChimeraX/BoltzMSA/9guk_C  
Sending job request to server (655127 bytes)  
Server 213.173.108.85:11660 queued job jzpavgyp  
Confidence score 0.83, pTM 0.79, ipTM 0.00, pLDDT 0.83  
Boltz prediction completed in 33 seconds (start boltz 0 sec, sequence search 0
sec, load weights 0 sec, structure inference 0 sec)  

> open
> /Users/goddard/Desktop/boltz/boltz_89/boltz_results_boltz_89/predictions/boltz_89/boltz_89_model_0.cif
> logInfo false

> hide #3 models

> hide #4 models

> boltz predict protein
> MLANENSLLTMFRELGSGKLPLQIEQFERGKTIFFPGDPAERVYLLVKGAVKLSRVYESGEEITVALLRENSVFGVLSLLTGQRSDRFYHAVAFTPVQLFSVPIEFMQKALIERPELANVMLQGLSSRILQTEMMIETLAHRDMGSRLVSFLLILCRDFGIPSPDGITIDLKLSHQAIAEAIGSTRVTVTRLLGDLRESKLIAIHKKRITVFNPVALSQQFS
> useServer true serverHost 213.173.108.85 serverPort 11660

Running Boltz prediction of protein with 222 residues on gpu  
Using cached multiple sequence alignment
/Users/goddard/Downloads/ChimeraX/BoltzMSA/9guk_C  
Sending job request to server (655126 bytes)  
Server 213.173.108.85:11660 queued job 1gu83vou  
Confidence score 0.83, pTM 0.82, ipTM 0.00, pLDDT 0.83  
Boltz prediction completed in 33 seconds (start boltz 0 sec, sequence search 0
sec, load weights 0 sec, structure inference 0 sec)  

> open
> /Users/goddard/Desktop/boltz/boltz_90/boltz_results_boltz_90/predictions/boltz_90/boltz_90_model_0.cif
> logInfo false

> boltz predict protein
> MLANENSLLTMFRELGSGKLPLQIEQFERGKTIFFPGDPAERVYLLVKGAVKLSRVYESGEEITVALLRENSVFGVLSLLTGQRSDRFYHAVAFTPVQLFSVPIEFMQKALIERPELANVMLQGLSSRILQTEMMIETLAHRDMGSRLVSFLLILCRDFGIPSPDGITIDLKLSHQAIAEAIGSTRVTVTRLLGDLRESKLIAIHKKRITVFNPVALSQQFS
> useServer true serverHost 213.173.108.85 serverPort 11660

Running Boltz prediction of protein with 222 residues on gpu  
Using cached multiple sequence alignment
/Users/goddard/Downloads/ChimeraX/BoltzMSA/9guk_C  
Sending job request to server (655126 bytes)  
Traceback (most recent call last):  
File
"/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/boltz/boltz_gui.py", line 595, in _predict  
self._run_prediction(options = ' '.join(options))  
File
"/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/boltz/boltz_gui.py", line 612, in _run_prediction  
br = run(self.session, cmd)  
^^^^^^^^^^^^^^^^^^^^^^  
File
"/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/run.py", line 49, in run  
results = command.run(text, log=log, return_json=return_json)  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File
"/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3237, in run  
result = ci.function(session, **kw_args)  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File
"/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/boltz/predict.py", line 87, in boltz_predict  
br.start()  
File
"/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/boltz/predict.py", line 559, in start  
self._run_boltz()  
File
"/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/boltz/predict.py", line 669, in _run_boltz  
self._run_on_server()  
File
"/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/boltz/predict.py", line 706, in _run_on_server  
job_id = predict_on_server(run_dir, self._server_host, self._server_port)  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File
"/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/boltz/server.py", line 290, in predict_on_server  
msg = send_to_server(zip_data, host, port)  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File
"/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/boltz/server.py", line 338, in send_to_server  
client_socket.sendall(zip_data)  
BrokenPipeError: [Errno 32] Broken pipe  
  
BrokenPipeError: [Errno 32] Broken pipe  
  
File
"/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/boltz/server.py", line 338, in send_to_server  
client_socket.sendall(zip_data)  
  
See log for complete Python traceback.  
  

> hide #5 models

> boltz predict protein
> MLANENSLLTMFRELGSGKLPLQIEQFERGKTIFFPGDPAERVYLLVKGAVKLSRVYESGEEITVALLRENSVFGVLSLLTGQRSDRFYHAVAFTPVQLFSVPIEFMQKALIERPELANVMLQGLSSRILQTEMMIETLAHRDMGSRLVSFLLILCRDFGIPSPDGITIDLKLSHQAIAEAIGSTRVTVTRLLGDLRESKLIAIHKKRITVFNPVALSQQFS
> useServer true serverHost 213.173.108.85 serverPort 11660

Running Boltz prediction of protein with 222 residues on gpu  
Using cached multiple sequence alignment
/Users/goddard/Downloads/ChimeraX/BoltzMSA/9guk_C  
Sending job request to server (655126 bytes)  
Traceback (most recent call last):  
File
"/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/boltz/boltz_gui.py", line 595, in _predict  
self._run_prediction(options = ' '.join(options))  
File
"/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/boltz/boltz_gui.py", line 612, in _run_prediction  
br = run(self.session, cmd)  
^^^^^^^^^^^^^^^^^^^^^^  
File
"/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/run.py", line 49, in run  
results = command.run(text, log=log, return_json=return_json)  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File
"/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3237, in run  
result = ci.function(session, **kw_args)  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File
"/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/boltz/predict.py", line 87, in boltz_predict  
br.start()  
File
"/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/boltz/predict.py", line 559, in start  
self._run_boltz()  
File
"/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/boltz/predict.py", line 669, in _run_boltz  
self._run_on_server()  
File
"/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/boltz/predict.py", line 706, in _run_on_server  
job_id = predict_on_server(run_dir, self._server_host, self._server_port)  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File
"/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/boltz/server.py", line 290, in predict_on_server  
msg = send_to_server(zip_data, host, port)  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File
"/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/boltz/server.py", line 338, in send_to_server  
client_socket.sendall(zip_data)  
BrokenPipeError: [Errno 32] Broken pipe  
  
BrokenPipeError: [Errno 32] Broken pipe  
  
File
"/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/boltz/server.py", line 338, in send_to_server  
client_socket.sendall(zip_data)  
  
See log for complete Python traceback.  
  




OpenGL version: 4.1 Metal - 90.5
OpenGL renderer: Apple M2 Ultra
OpenGL vendor: Apple

Python: 3.11.9
Locale: en_US.UTF-8
Qt version: PyQt6 6.9.1, Qt 6.9.0
Qt runtime version: 6.9.2
Qt platform: cocoa
Hardware:

    Hardware Overview:

      Model Name: Mac Studio
      Model Identifier: Mac14,14
      Model Number: Z1800003VLL/A
      Chip: Apple M2 Ultra
      Total Number of Cores: 24 (16 performance and 8 efficiency)
      Memory: 64 GB
      System Firmware Version: 13822.41.1
      OS Loader Version: 13822.41.1

Software:

    System Software Overview:

      System Version: macOS 26.1 (25B78)
      Kernel Version: Darwin 25.1.0
      Time since boot: 52 days, 6 hours

Graphics/Displays:

    Apple M2 Ultra:

      Chipset Model: Apple M2 Ultra
      Type: GPU
      Bus: Built-In
      Total Number of Cores: 60
      Vendor: Apple (0x106b)
      Metal Support: Metal 4
      Displays:
        PHL 278B1:
          Resolution: 3840 x 2160 (2160p/4K UHD 1 - Ultra High Definition)
          UI Looks like: 1920 x 1080 @ 60.00Hz
          Main Display: Yes
          Mirror: Off
          Online: Yes
          Rotation: Supported


Installed Packages:
    aiohappyeyeballs: 2.6.1
    aiohttp: 3.13.1
    aiosignal: 1.4.0
    alabaster: 1.0.0
    annotated-types: 0.7.0
    anyio: 4.12.0
    appdirs: 1.4.4
    appnope: 0.1.4
    asttokens: 3.0.1
    attrs: 25.4.0
    babel: 2.17.0
    beautifulsoup4: 4.13.5
    blockdiag: 3.0.0
    blosc2: 3.12.1
    build: 1.3.0
    certifi: 2025.8.3
    cftime: 1.6.5
    charset-normalizer: 3.4.4
    ChimeraX-AddCharge: 1.5.20
    ChimeraX-AddH: 2.2.8
    ChimeraX-AlignmentAlgorithms: 2.0.2
    ChimeraX-AlignmentHdrs: 3.6.1
    ChimeraX-AlignmentMatrices: 2.1
    ChimeraX-Alignments: 3.1.1
    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.61.4
    ChimeraX-AtomicLibrary: 14.2.1
    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
    ChimeraX-ChangeChains: 1.1
    ChimeraX-CheckWaters: 1.5
    ChimeraX-ChemGroup: 2.0.2
    ChimeraX-CiliaBuilder: 1.0.9
    ChimeraX-Clashes: 2.3
    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.12.dev202512030954
    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.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.7.3
    ChimeraX-Label: 1.2
    ChimeraX-ListInfo: 1.2.2
    ChimeraX-Log: 1.2.2
    ChimeraX-LookingGlass: 1.1
    ChimeraX-Maestro: 1.9.2
    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-MCPServer: 0.1.0
    ChimeraX-MDcrds: 2.17.2
    ChimeraX-MedicalToolbar: 1.1
    ChimeraX-Meeting: 1.0.1
    ChimeraX-Minimize: 1.3.2
    ChimeraX-MLP: 1.1.1
    ChimeraX-mmCIF: 2.16
    ChimeraX-MMTF: 2.2
    ChimeraX-ModelArchive: 1.0
    ChimeraX-Modeller: 1.5.22
    ChimeraX-ModelPanel: 1.6
    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.2
    ChimeraX-OrthoPick: 1.0.1
    ChimeraX-PDB: 2.7.11
    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.4.1
    ChimeraX-PubChem: 2.2
    ChimeraX-ReadPbonds: 1.0.1
    ChimeraX-Registration: 1.1.2
    ChimeraX-RemoteControl: 1.0
    ChimeraX-RenderByAttr: 1.6.5
    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.10
    ChimeraX-SelInspector: 1.0
    ChimeraX-SeqView: 2.17.3
    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-TutorialReadFormat: 0.1
    ChimeraX-UI: 1.49.1
    ChimeraX-Umap: 1.0
    ChimeraX-uniprot: 2.3.2
    ChimeraX-UnitCell: 1.0.1
    ChimeraX-ViewDock: 1.5.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.3.1
    colorama: 0.4.6
    comm: 0.2.3
    contourpy: 1.3.3
    coverage: 7.12.0
    cxservices: 1.2.3
    cycler: 0.12.1
    Cython: 3.1.4
    debugpy: 1.8.17
    decorator: 5.2.1
    docutils: 0.21.2
    executing: 2.2.1
    filelock: 3.19.1
    fonttools: 4.61.0
    frozenlist: 1.8.0
    funcparserlib: 2.0.0a0
    glfw: 2.10.0
    grako: 3.16.5
    h11: 0.16.0
    h5py: 3.15.1
    html2text: 2025.4.15
    httpcore: 1.0.9
    httpx: 0.28.1
    httpx-sse: 0.4.3
    idna: 3.11
    ihm: 2.2
    imagecodecs: 2024.6.1
    imagesize: 1.4.1
    iniconfig: 2.3.0
    ipykernel: 6.30.1
    ipython: 9.5.0
    ipython_pygments_lexers: 1.1.1
    ipywidgets: 8.1.8
    jedi: 0.19.2
    Jinja2: 3.1.6
    jsonschema: 4.25.1
    jsonschema-specifications: 2025.9.1
    jupyter_client: 8.6.3
    jupyter_core: 5.9.1
    jupyterlab_widgets: 3.0.16
    kiwisolver: 1.4.9
    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.1
    mcp: 1.18.0
    msgpack: 1.1.1
    multidict: 6.7.0
    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.2.0
    openvr: 1.26.701
    packaging: 25.0
    pandas: 2.3.3
    ParmEd: 4.2.2
    parso: 0.8.5
    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.5.0
    pluggy: 1.6.0
    prompt_toolkit: 3.0.52
    propcache: 0.4.1
    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.12.5
    pydantic-settings: 2.12.0
    pydantic_core: 2.41.5
    pydicom: 2.4.4
    Pygments: 2.18.0
    pynmrstar: 3.3.6
    pynrrd: 1.0.0
    PyOpenGL: 3.1.10
    PyOpenGL-accelerate: 3.1.10
    pyopenxr: 1.1.4501
    pyparsing: 3.2.5
    pyproject_hooks: 1.2.0
    PyQt6: 6.9.1
    PyQt6-Qt6: 6.9.2
    PyQt6-WebEngine: 6.9.0
    PyQt6-WebEngine-Qt6: 6.9.2
    PyQt6_sip: 13.10.2
    pytest: 9.0.1
    pytest-cov: 7.0.0
    python-dateutil: 2.9.0.post0
    python-dotenv: 1.2.1
    python-multipart: 0.0.20
    pytz: 2025.2
    pyzmq: 27.1.0
    qtconsole: 5.7.0
    QtPy: 2.4.3
    qtshim: 1.2
    RandomWords: 0.4.0
    referencing: 0.37.0
    requests: 2.32.5
    roman-numerals-py: 3.1.0
    rpds-py: 0.30.0
    scipy: 1.16.3
    scipy: 1.14.0
    setuptools: 80.9.0
    sfftk-rw: 0.8.1
    six: 1.17.0
    snowballstemmer: 3.0.1
    sortedcontainers: 2.4.0
    soupsieve: 2.8
    Sphinx: 8.2.3
    sphinx-autodoc-typehints: 3.2.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
    sse-starlette: 3.0.3
    stack-data: 0.6.3
    starlette: 0.50.0
    superqt: 0.7.6
    tables: 3.10.2
    tcia_utils: 1.5.1
    tifffile: 2025.3.13
    tinyarray: 1.2.5
    tornado: 6.5.2
    traitlets: 5.14.3
    typing-inspection: 0.4.2
    typing_extensions: 4.15.0
    tzdata: 2025.2
    urllib3: 2.5.0
    uvicorn: 0.38.0
    wcwidth: 0.2.14
    webcolors: 24.11.1
    wheel: 0.45.1
    wheel-filename: 1.4.2
    widgetsnbextension: 4.0.15
    yarl: 1.22.0
#19702 duplicate Crash on Mac waking from sleep Tom Goddard chouhan@…
Description
The following bug report has been submitted:
Platform:        macOS-13.5.2-arm64-arm-64bit
ChimeraX Version: 1.10 (2025-06-26 08:57:52 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. The Qt window toolkit crashed due to a display configuration change, typically when waking from sleep or when an external display is disconnected or connected. This has only been seen on Mac computers. We hope a newer version of Qt will fix it. We update ChimeraX daily builds whenever a new Qt is released. You can check here https://www.cgl.ucsf.edu/chimerax/docs/troubleshoot.html#macdisplay to see if it has been fixed in a newer ChimeraX.
Fatal Python error: Segmentation fault

Thread 0x00000002ade7b000 (most recent call first):
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 579 in _handle_results
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Thread 0x00000002ace6f000 (most recent call first):
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 531 in _handle_tasks
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Thread 0x00000002abe63000 (most recent call first):
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/selectors.py", line 415 in select
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/connection.py", line 930 in wait
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 502 in _wait_for_updates
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 522 in _handle_workers
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Thread 0x00000002aae57000 (most recent call first):
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 114 in worker
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Thread 0x00000002a9e4b000 (most recent call first):
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 114 in worker
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Thread 0x00000002a8e3f000 (most recent call first):
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 114 in worker
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Thread 0x00000002a7e33000 (most recent call first):
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 114 in worker
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Thread 0x00000002a6e27000 (most recent call first):
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 114 in worker
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Thread 0x00000002a5e1b000 (most recent call first):
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 114 in worker
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Thread 0x00000002a4e0f000 (most recent call first):
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 114 in worker
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Thread 0x0000000297693000 (most recent call first):
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 114 in worker
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Thread 0x0000000296687000 (most recent call first):
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 114 in worker
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Thread 0x000000029567b000 (most recent call first):
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 114 in worker
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Thread 0x000000029466f000 (most recent call first):
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 114 in worker
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Thread 0x0000000293663000 (most recent call first):
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 114 in worker
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
  File "/Applications/ChimeraX-1.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Current thread 0x00000001f490e080 (most recent call first):
  File "/Applications/ChimeraX-1.10.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.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.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, psutil._psutil_osx, psutil._psutil_posix, chimerax.atomic_lib._load_libs, tinyarray, chimerax.atomic.cymol, chimerax.atomic.cytmpl, chimerax.map._map, chimerax.pdb_lib._load_libs, chimerax.surface._surface, OpenGL_accelerate.errorchecker, OpenGL_accelerate.wrapper, OpenGL_accelerate.formathandler, OpenGL_accelerate.arraydatatype, OpenGL_accelerate.latebind, OpenGL_accelerate.vbo, chimerax.core._mac_util, OpenGL_accelerate.numpy_formathandler, OpenGL_accelerate.nones_formathandler, chimerax.pdb._pdbio, chimerax.atomic._ribbons, chimerax.graphics._graphics, chimerax.mmcif._mmcif, chimerax.mmcif.mmcif, PIL._imaging, PIL._imagingmath, PyQt6.QtOpenGL, PyQt6.QtOpenGLWidgets (total: 50)


{"app_name":"ChimeraX","timestamp":"2026-01-08 12:56:11.00 -0500","app_version":"1.10.0","slice_uuid":"9cf8124a-d876-34ad-b7ee-c011183ebc15","build_version":"1.10.0.0","platform":1,"bundleID":"edu.ucsf.cgl.ChimeraX","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 13.5.2 (22G91)","roots_installed":0,"name":"ChimeraX","incident_id":"52EE29FA-25BE-4F83-BDBE-5F91576168DC"}
{
  "uptime" : 1500000,
  "procRole" : "Foreground",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "Mac14,6",
  "coalitionID" : 7869,
  "osVersion" : {
    "train" : "macOS 13.5.2",
    "build" : "22G91",
    "releaseType" : "User"
  },
  "captureTime" : "2026-01-08 12:56:09.4054 -0500",
  "incident" : "52EE29FA-25BE-4F83-BDBE-5F91576168DC",
  "pid" : 78030,
  "translated" : false,
  "cpuType" : "ARM-64",
  "roots_installed" : 0,
  "bug_type" : "309",
  "procLaunch" : "2025-12-17 09:38:45.5504 -0500",
  "procStartAbsTime" : 32981471257570,
  "procExitAbsTime" : 37015694014359,
  "procName" : "ChimeraX",
  "procPath" : "\/Applications\/ChimeraX-1.10.app\/Contents\/MacOS\/ChimeraX",
  "bundleInfo" : {"CFBundleShortVersionString":"1.10.0","CFBundleVersion":"1.10.0.0","CFBundleIdentifier":"edu.ucsf.cgl.ChimeraX"},
  "storeInfo" : {"deviceIdentifierForVendor":"5941FB0E-C42A-5606-8409-DA443B737AF0","thirdParty":true},
  "parentProc" : "launchd",
  "parentPid" : 1,
  "coalitionName" : "edu.ucsf.cgl.ChimeraX",
  "crashReporterKey" : "7F0B2FC0-5520-8CAC-651A-4D90B0F6E43F",
  "codeSigningID" : "edu.ucsf.cgl.ChimeraX",
  "codeSigningTeamID" : "LWV8X224YF",
  "codeSigningFlags" : 570491649,
  "codeSigningValidationCategory" : 6,
  "codeSigningTrustLevel" : 0,
  "sleepWakeUUID" : "6F092198-B16C-4C72-90A3-260E12147496",
  "sip" : "enabled",
  "vmRegionInfo" : "0x5d50941d670 is not in any region.  Bytes after previous region: 5931505145457  Bytes before following region: 99140574783888\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      commpage (reserved)        1000000000-7000000000   [384.0G] ---\/--- SM=NUL  ...(unallocated)\n--->  GAP OF 0x5f9000000000 BYTES\n      MALLOC_NANO              600000000000-600008000000 [128.0M] rw-\/rwx SM=PRV  ",
  "exception" : {"codes":"0x0000000000000001, 0x000005d50941d670","rawCodes":[1,6412541482608],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"KERN_INVALID_ADDRESS at 0x000005d50941d670"},
  "termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","byProc":"ChimeraX","byPid":78030},
  "vmregioninfo" : "0x5d50941d670 is not in any region.  Bytes after previous region: 5931505145457  Bytes before following region: 99140574783888\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      commpage (reserved)        1000000000-7000000000   [384.0G] ---\/--- SM=NUL  ...(unallocated)\n--->  GAP OF 0x5f9000000000 BYTES\n      MALLOC_NANO              600000000000-600008000000 [128.0M] rw-\/rwx SM=PRV  ",
  "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":17381136,"threadState":{"x":[{"value":0},{"value":0},{"value":1},{"value":5100698264},{"value":80},{"value":109},{"value":6160170400},{"value":4550402337},{"value":956487967706333814},{"value":956487966438630134},{"value":14757395258967641293},{"value":4294967286},{"value":5100698194},{"value":0},{"value":53},{"value":4294967280},{"value":328},{"value":8476898208},{"value":0},{"value":11},{"value":8398102656,"symbolLocation":0,"symbol":"_main_thread"},{"value":259},{"value":8398102880,"symbolLocation":224,"symbol":"_main_thread"},{"value":1},{"value":4325557808,"symbolLocation":0,"symbol":"faulthandler_handlers"},{"value":8355758080,"symbolLocation":0,"symbol":"OBJC_IVAR_$__NSSliderCellDataDrivenMetrics._state"},{"value":8355758080,"symbolLocation":0,"symbol":"OBJC_IVAR_$__NSSliderCellDataDrivenMetrics._state"},{"value":5},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6870842408},"cpsr":{"value":1073745920},"fp":{"value":5100698336},"sp":{"value":5100698304},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6870615908,"matchesCrashFrame":1},"far":{"value":12028791672}},"name":"CrBrowserMain","queue":"com.apple.main-thread","frames":[{"imageOffset":38756,"symbol":"__pthread_kill","symbolLocation":8,"imageIndex":145},{"imageOffset":27688,"symbol":"pthread_kill","symbolLocation":288,"imageIndex":146},{"imageOffset":259180,"symbol":"raise","symbolLocation":32,"imageIndex":147},{"imageOffset":2417160,"symbol":"faulthandler_fatal_error","symbolLocation":392,"imageIndex":1},{"imageOffset":14884,"symbol":"_sigtramp","symbolLocation":56,"imageIndex":148},{"imageOffset":378364,"imageIndex":71},{"imageOffset":378136,"imageIndex":71},{"imageOffset":381560,"symbol":"_NSViewHierarchyDidChangeBackingProperties","symbolLocation":244,"imageIndex":149},{"imageOffset":8460236,"symbol":"-[NSWindow _postWindowDidChangeBackingPropertiesAndDisplayWindowForPreviousBackingScaleFactor:previousColorSpace:]","symbolLocation":192,"imageIndex":149},{"imageOffset":2101016,"symbol":"__67-[NSWindow _updateSettingsSendingScreenChangeNotificationToScreen:]_block_invoke","symbolLocation":448,"imageIndex":149},{"imageOffset":512560,"symbol":"NSPerformVisuallyAtomicChange","symbolLocation":108,"imageIndex":149},{"imageOffset":2100556,"symbol":"-[NSWindow _updateSettingsSendingScreenChangeNotificationToScreen:]","symbolLocation":96,"imageIndex":149},{"imageOffset":517904,"symbol":"-[NSWindow _setFrameCommon:display:fromServer:]","symbolLocation":1856,"imageIndex":149},{"imageOffset":8434896,"symbol":"-[NSWindow(NSScreenLayout) _setFrame:fromAdjustmentToScreen:anchorIfNeeded:animate:]","symbolLocation":576,"imageIndex":149},{"imageOffset":3285124,"symbol":"-[NSWindow _adjustWindowToScreen]","symbolLocation":1100,"imageIndex":149},{"imageOffset":3414372,"symbol":"-[NSWindow _displayChangedSoAdjustWindows:]","symbolLocation":100,"imageIndex":149},{"imageOffset":11201232,"symbol":"___NSApplicationPerformScreenInvalidationReactions_block_invoke","symbolLocation":72,"imageIndex":149},{"imageOffset":216984,"symbol":"-[NSApplication enumerateWindowsWithOptions:usingBlock:]","symbolLocation":236,"imageIndex":149},{"imageOffset":11199972,"symbol":"___NSApplicationReactToScreenInvalidation_block_invoke","symbolLocation":848,"imageIndex":149},{"imageOffset":11198372,"symbol":"_NSApplicationReactToScreenInvalidation","symbolLocation":292,"imageIndex":149},{"imageOffset":11198844,"symbol":"-[NSApplication(ScreenHandling) _reactToDisplayChanges:]","symbolLocation":372,"imageIndex":149},{"imageOffset":6682692,"symbol":"_NSCGSDisplayConfigurationUpdateAndInvokeObservers","symbolLocation":416,"imageIndex":149},{"imageOffset":6683596,"symbol":"_NSCGSDisplayConfigurationDidReconfigureNotificationHandler","symbolLocation":308,"imageIndex":149},{"imageOffset":44492,"symbol":"(anonymous namespace)::notify_datagram_handler(unsigned int, CGSDatagramType, void*, unsigned long, void*)","symbolLocation":888,"imageIndex":150},{"imageOffset":3461824,"symbol":"CGSDatagramReadStream::dispatchMainQueueDatagrams()","symbolLocation":228,"imageIndex":150},{"imageOffset":3461564,"symbol":"invocation function for block in CGSDatagramReadStream::mainQueueWakeup()","symbolLocation":28,"imageIndex":150},{"imageOffset":10356,"symbol":"_dispatch_call_block_and_release","symbolLocation":32,"imageIndex":151},{"imageOffset":17408,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":151},{"imageOffset":76792,"symbol":"_dispatch_main_queue_drain","symbolLocation":928,"imageIndex":151},{"imageOffset":75848,"symbol":"_dispatch_main_queue_callback_4CF","symbolLocation":44,"imageIndex":151},{"imageOffset":789588,"symbol":"__CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__","symbolLocation":16,"imageIndex":152},{"imageOffset":517076,"symbol":"__CFRunLoopRun","symbolLocation":1992,"imageIndex":152},{"imageOffset":513208,"symbol":"CFRunLoopRunSpecific","symbolLocation":612,"imageIndex":152},{"imageOffset":200176,"symbol":"RunCurrentEventLoopInMode","symbolLocation":292,"imageIndex":153},{"imageOffset":199724,"symbol":"ReceiveNextEventCommon","symbolLocation":648,"imageIndex":153},{"imageOffset":199044,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":76,"imageIndex":153},{"imageOffset":235900,"symbol":"_DPSNextEvent","symbolLocation":636,"imageIndex":149},{"imageOffset":232216,"symbol":"-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":716,"imageIndex":149},{"imageOffset":184188,"symbol":"-[NSApplication run]","symbolLocation":464,"imageIndex":149},{"imageOffset":97412,"imageIndex":71},{"imageOffset":639864,"symbol":"QEventLoop::exec(QFlags)","symbolLocation":596,"imageIndex":45},{"imageOffset":600940,"symbol":"QCoreApplication::exec()","symbolLocation":144,"imageIndex":45},{"imageOffset":2508944,"symbol":"meth_QApplication_exec(_object*, _object*)","symbolLocation":96,"imageIndex":48},{"imageOffset":1004504,"symbol":"cfunction_call","symbolLocation":96,"imageIndex":1},{"imageOffset":594156,"symbol":"_PyObject_MakeTpCall","symbolLocation":128,"imageIndex":1},{"imageOffset":1789244,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54984,"imageIndex":1},{"imageOffset":1729512,"symbol":"PyEval_EvalCode","symbolLocation":276,"imageIndex":1},{"imageOffset":1707120,"symbol":"builtin_exec","symbolLocation":428,"imageIndex":1},{"imageOffset":1007044,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS","symbolLocation":80,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":2389028,"symbol":"pymain_run_module","symbolLocation":256,"imageIndex":1},{"imageOffset":2387652,"symbol":"Py_RunMain","symbolLocation":1784,"imageIndex":1},{"imageOffset":2392180,"symbol":"pymain_main","symbolLocation":52,"imageIndex":1},{"imageOffset":2392116,"symbol":"Py_Main","symbolLocation":36,"imageIndex":1},{"imageOffset":15764,"symbol":"main","symbolLocation":128,"imageIndex":0},{"imageOffset":24360,"symbol":"start","symbolLocation":2236,"imageIndex":154}]},{"id":17381204,"name":"ThreadPoolServiceThread","frames":[{"imageOffset":52776,"symbol":"kevent64","symbolLocation":8,"imageIndex":145},{"imageOffset":77670276,"imageIndex":56},{"imageOffset":77669752,"imageIndex":56},{"imageOffset":77272856,"imageIndex":56},{"imageOffset":77019148,"imageIndex":56},{"imageOffset":77432160,"imageIndex":56},{"imageOffset":77324944,"imageIndex":56},{"imageOffset":77432544,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381205,"name":"ThreadPoolForegroundWorker","frames":[{"imageOffset":3924,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":145},{"imageOffset":78464,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":145},{"imageOffset":39864,"symbol":"mach_msg_overwrite","symbolLocation":604,"imageIndex":145},{"imageOffset":4816,"symbol":"mach_msg","symbolLocation":24,"imageIndex":145},{"imageOffset":77644624,"imageIndex":56},{"imageOffset":77143240,"imageIndex":56},{"imageOffset":77377520,"imageIndex":56},{"imageOffset":77374852,"imageIndex":56},{"imageOffset":77374288,"imageIndex":56},{"imageOffset":77374004,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381206,"name":"ThreadPoolBackgroundWorker","frames":[{"imageOffset":3924,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":145},{"imageOffset":78464,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":145},{"imageOffset":39864,"symbol":"mach_msg_overwrite","symbolLocation":604,"imageIndex":145},{"imageOffset":4816,"symbol":"mach_msg","symbolLocation":24,"imageIndex":145},{"imageOffset":77644624,"imageIndex":56},{"imageOffset":77143240,"imageIndex":56},{"imageOffset":77377520,"imageIndex":56},{"imageOffset":77374852,"imageIndex":56},{"imageOffset":77374156,"imageIndex":56},{"imageOffset":77374064,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381207,"name":"Chrome_IOThread","frames":[{"imageOffset":52776,"symbol":"kevent64","symbolLocation":8,"imageIndex":145},{"imageOffset":77670276,"imageIndex":56},{"imageOffset":77669752,"imageIndex":56},{"imageOffset":77272856,"imageIndex":56},{"imageOffset":77019148,"imageIndex":56},{"imageOffset":77432160,"imageIndex":56},{"imageOffset":49839956,"imageIndex":56},{"imageOffset":77432544,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381208,"name":"NetworkConfigWatcher","frames":[{"imageOffset":3924,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":145},{"imageOffset":78464,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":145},{"imageOffset":39864,"symbol":"mach_msg_overwrite","symbolLocation":604,"imageIndex":145},{"imageOffset":4816,"symbol":"mach_msg","symbolLocation":24,"imageIndex":145},{"imageOffset":77644624,"imageIndex":56},{"imageOffset":77143240,"imageIndex":56},{"imageOffset":77143120,"imageIndex":56},{"imageOffset":76806856,"imageIndex":56},{"imageOffset":77272856,"imageIndex":56},{"imageOffset":77019148,"imageIndex":56},{"imageOffset":77432160,"imageIndex":56},{"imageOffset":77432544,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381209,"name":"ThreadPoolForegroundWorker","frames":[{"imageOffset":3924,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":145},{"imageOffset":78464,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":145},{"imageOffset":39864,"symbol":"mach_msg_overwrite","symbolLocation":604,"imageIndex":145},{"imageOffset":4816,"symbol":"mach_msg","symbolLocation":24,"imageIndex":145},{"imageOffset":77644624,"imageIndex":56},{"imageOffset":77143240,"imageIndex":56},{"imageOffset":77377520,"imageIndex":56},{"imageOffset":77374852,"imageIndex":56},{"imageOffset":77374288,"imageIndex":56},{"imageOffset":77374004,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381210,"name":"ThreadPoolForegroundWorker","frames":[{"imageOffset":3924,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":145},{"imageOffset":78464,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":145},{"imageOffset":39864,"symbol":"mach_msg_overwrite","symbolLocation":604,"imageIndex":145},{"imageOffset":4816,"symbol":"mach_msg","symbolLocation":24,"imageIndex":145},{"imageOffset":77644624,"imageIndex":56},{"imageOffset":77143240,"imageIndex":56},{"imageOffset":77377520,"imageIndex":56},{"imageOffset":77374852,"imageIndex":56},{"imageOffset":77374288,"imageIndex":56},{"imageOffset":77374004,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381211,"name":"ThreadPoolForegroundWorker","frames":[{"imageOffset":3924,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":145},{"imageOffset":78464,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":145},{"imageOffset":39864,"symbol":"mach_msg_overwrite","symbolLocation":604,"imageIndex":145},{"imageOffset":4816,"symbol":"mach_msg","symbolLocation":24,"imageIndex":145},{"imageOffset":77644624,"imageIndex":56},{"imageOffset":77143240,"imageIndex":56},{"imageOffset":77377520,"imageIndex":56},{"imageOffset":77374852,"imageIndex":56},{"imageOffset":77374288,"imageIndex":56},{"imageOffset":77374004,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381212,"name":"Chrome_InProcGpuThread","frames":[{"imageOffset":3924,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":145},{"imageOffset":78464,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":145},{"imageOffset":39864,"symbol":"mach_msg_overwrite","symbolLocation":604,"imageIndex":145},{"imageOffset":4816,"symbol":"mach_msg","symbolLocation":24,"imageIndex":145},{"imageOffset":77644624,"imageIndex":56},{"imageOffset":77143240,"imageIndex":56},{"imageOffset":77143120,"imageIndex":56},{"imageOffset":76806856,"imageIndex":56},{"imageOffset":77272856,"imageIndex":56},{"imageOffset":77019148,"imageIndex":56},{"imageOffset":77432160,"imageIndex":56},{"imageOffset":77432544,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381213,"name":"Chrome_ChildIOThread","frames":[{"imageOffset":52776,"symbol":"kevent64","symbolLocation":8,"imageIndex":145},{"imageOffset":77670276,"imageIndex":56},{"imageOffset":77669752,"imageIndex":56},{"imageOffset":77272856,"imageIndex":56},{"imageOffset":77019148,"imageIndex":56},{"imageOffset":77432160,"imageIndex":56},{"imageOffset":120628144,"imageIndex":56},{"imageOffset":77432544,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381214,"name":"CompositorTileWorker1","frames":[{"imageOffset":18256,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":145},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":146},{"imageOffset":77533976,"imageIndex":56},{"imageOffset":110943884,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381215,"name":"ThreadPoolSingleThreadSharedForeground0","frames":[{"imageOffset":3924,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":145},{"imageOffset":78464,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":145},{"imageOffset":39864,"symbol":"mach_msg_overwrite","symbolLocation":604,"imageIndex":145},{"imageOffset":4816,"symbol":"mach_msg","symbolLocation":24,"imageIndex":145},{"imageOffset":77644624,"imageIndex":56},{"imageOffset":77143240,"imageIndex":56},{"imageOffset":77377520,"imageIndex":56},{"imageOffset":77374852,"imageIndex":56},{"imageOffset":77374332,"imageIndex":56},{"imageOffset":77374088,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381216,"name":"VizCompositorThread","frames":[{"imageOffset":3924,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":145},{"imageOffset":78464,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":145},{"imageOffset":39864,"symbol":"mach_msg_overwrite","symbolLocation":604,"imageIndex":145},{"imageOffset":4816,"symbol":"mach_msg","symbolLocation":24,"imageIndex":145},{"imageOffset":77644624,"imageIndex":56},{"imageOffset":77143240,"imageIndex":56},{"imageOffset":76806888,"imageIndex":56},{"imageOffset":77272856,"imageIndex":56},{"imageOffset":77019148,"imageIndex":56},{"imageOffset":77432160,"imageIndex":56},{"imageOffset":77432544,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381217,"name":"NetworkConfigWatcher","frames":[{"imageOffset":3924,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":145},{"imageOffset":78464,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":145},{"imageOffset":39864,"symbol":"mach_msg_overwrite","symbolLocation":604,"imageIndex":145},{"imageOffset":4816,"symbol":"mach_msg","symbolLocation":24,"imageIndex":145},{"imageOffset":77644624,"imageIndex":56},{"imageOffset":77143240,"imageIndex":56},{"imageOffset":77143120,"imageIndex":56},{"imageOffset":76806856,"imageIndex":56},{"imageOffset":77272856,"imageIndex":56},{"imageOffset":77019148,"imageIndex":56},{"imageOffset":77432160,"imageIndex":56},{"imageOffset":77432544,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381219,"name":"NetworkService","frames":[{"imageOffset":52776,"symbol":"kevent64","symbolLocation":8,"imageIndex":145},{"imageOffset":77670276,"imageIndex":56},{"imageOffset":77669752,"imageIndex":56},{"imageOffset":77272856,"imageIndex":56},{"imageOffset":77019148,"imageIndex":56},{"imageOffset":77432160,"imageIndex":56},{"imageOffset":77432544,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381220,"name":"NetworkNotificationThreadMac","frames":[{"imageOffset":3924,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":145},{"imageOffset":78464,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":145},{"imageOffset":39864,"symbol":"mach_msg_overwrite","symbolLocation":604,"imageIndex":145},{"imageOffset":4816,"symbol":"mach_msg","symbolLocation":24,"imageIndex":145},{"imageOffset":522212,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":152},{"imageOffset":516292,"symbol":"__CFRunLoopRun","symbolLocation":1208,"imageIndex":152},{"imageOffset":513208,"symbol":"CFRunLoopRunSpecific","symbolLocation":612,"imageIndex":152},{"imageOffset":380860,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":212,"imageIndex":155},{"imageOffset":77876416,"imageIndex":56},{"imageOffset":77870672,"imageIndex":56},{"imageOffset":77272856,"imageIndex":56},{"imageOffset":77019148,"imageIndex":56},{"imageOffset":77432160,"imageIndex":56},{"imageOffset":77432544,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381221,"name":"NetworkConfigWatcher","frames":[{"imageOffset":3924,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":145},{"imageOffset":78464,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":145},{"imageOffset":39864,"symbol":"mach_msg_overwrite","symbolLocation":604,"imageIndex":145},{"imageOffset":4816,"symbol":"mach_msg","symbolLocation":24,"imageIndex":145},{"imageOffset":77644624,"imageIndex":56},{"imageOffset":77143240,"imageIndex":56},{"imageOffset":77143120,"imageIndex":56},{"imageOffset":76806856,"imageIndex":56},{"imageOffset":77272856,"imageIndex":56},{"imageOffset":77019148,"imageIndex":56},{"imageOffset":77432160,"imageIndex":56},{"imageOffset":77432544,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381222,"name":"ThreadPoolSingleThreadForegroundBlocking1","frames":[{"imageOffset":3924,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":145},{"imageOffset":78464,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":145},{"imageOffset":39864,"symbol":"mach_msg_overwrite","symbolLocation":604,"imageIndex":145},{"imageOffset":4816,"symbol":"mach_msg","symbolLocation":24,"imageIndex":145},{"imageOffset":77644624,"imageIndex":56},{"imageOffset":77143240,"imageIndex":56},{"imageOffset":77377520,"imageIndex":56},{"imageOffset":77374852,"imageIndex":56},{"imageOffset":77374376,"imageIndex":56},{"imageOffset":77374076,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381250,"name":"NetworkConfigWatcher","frames":[{"imageOffset":3924,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":145},{"imageOffset":78464,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":145},{"imageOffset":39864,"symbol":"mach_msg_overwrite","symbolLocation":604,"imageIndex":145},{"imageOffset":4816,"symbol":"mach_msg","symbolLocation":24,"imageIndex":145},{"imageOffset":77644624,"imageIndex":56},{"imageOffset":77143240,"imageIndex":56},{"imageOffset":77143120,"imageIndex":56},{"imageOffset":76806856,"imageIndex":56},{"imageOffset":77272856,"imageIndex":56},{"imageOffset":77019148,"imageIndex":56},{"imageOffset":77432160,"imageIndex":56},{"imageOffset":77432544,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381259,"frames":[{"imageOffset":18256,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":145},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":146},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":121},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":121},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381260,"frames":[{"imageOffset":18256,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":145},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":146},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":121},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":121},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381261,"frames":[{"imageOffset":18256,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":145},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":146},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":121},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":121},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381262,"frames":[{"imageOffset":18256,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":145},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":146},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":121},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":121},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381263,"frames":[{"imageOffset":18256,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":145},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":146},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":121},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":121},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381264,"frames":[{"imageOffset":18256,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":145},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":146},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":121},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":121},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381265,"frames":[{"imageOffset":18256,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":145},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":146},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":121},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":121},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381266,"frames":[{"imageOffset":18256,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":145},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":146},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":121},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":121},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381267,"frames":[{"imageOffset":18256,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":145},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":146},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":121},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":121},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381268,"frames":[{"imageOffset":18256,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":145},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":146},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":121},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":121},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381269,"frames":[{"imageOffset":18256,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":145},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":146},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":121},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":121},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381270,"frames":[{"imageOffset":18256,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":145},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":146},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":121},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":121},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381271,"frames":[{"imageOffset":39028,"symbol":"poll","symbolLocation":8,"imageIndex":145},{"imageOffset":21836,"symbol":"select_poll_poll","symbolLocation":148,"imageIndex":15},{"imageOffset":665460,"symbol":"method_vectorcall_FASTCALL","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611268,"symbol":"method_vectorcall","symbolLocation":164,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381272,"frames":[{"imageOffset":18256,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":145},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":146},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":121},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":121},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":790596,"symbol":"calliter_iternext","symbolLocation":88,"imageIndex":1},{"imageOffset":1782844,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":48584,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381273,"frames":[{"imageOffset":18256,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":145},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":146},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":121},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":121},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381294,"name":"com.apple.NSEventThread","frames":[{"imageOffset":3924,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":145},{"imageOffset":78464,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":145},{"imageOffset":39864,"symbol":"mach_msg_overwrite","symbolLocation":604,"imageIndex":145},{"imageOffset":4816,"symbol":"mach_msg","symbolLocation":24,"imageIndex":145},{"imageOffset":522212,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":152},{"imageOffset":516292,"symbol":"__CFRunLoopRun","symbolLocation":1208,"imageIndex":152},{"imageOffset":513208,"symbol":"CFRunLoopRunSpecific","symbolLocation":612,"imageIndex":152},{"imageOffset":1458004,"symbol":"_NSEventThread","symbolLocation":172,"imageIndex":149},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381295,"name":"ThreadPoolBackgroundWorker","frames":[{"imageOffset":3924,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":145},{"imageOffset":78464,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":145},{"imageOffset":39864,"symbol":"mach_msg_overwrite","symbolLocation":604,"imageIndex":145},{"imageOffset":4816,"symbol":"mach_msg","symbolLocation":24,"imageIndex":145},{"imageOffset":77644624,"imageIndex":56},{"imageOffset":77143240,"imageIndex":56},{"imageOffset":77377520,"imageIndex":56},{"imageOffset":77374852,"imageIndex":56},{"imageOffset":77374156,"imageIndex":56},{"imageOffset":77374064,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381297,"name":"MemoryInfra","frames":[{"imageOffset":3924,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":145},{"imageOffset":78464,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":145},{"imageOffset":39864,"symbol":"mach_msg_overwrite","symbolLocation":604,"imageIndex":145},{"imageOffset":4816,"symbol":"mach_msg","symbolLocation":24,"imageIndex":145},{"imageOffset":77644624,"imageIndex":56},{"imageOffset":77143240,"imageIndex":56},{"imageOffset":77143120,"imageIndex":56},{"imageOffset":76806856,"imageIndex":56},{"imageOffset":77272856,"imageIndex":56},{"imageOffset":77019148,"imageIndex":56},{"imageOffset":77432160,"imageIndex":56},{"imageOffset":77432544,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381298,"name":"ThreadPoolSingleThreadSharedBackgroundBlocking2","frames":[{"imageOffset":3924,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":145},{"imageOffset":78464,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":145},{"imageOffset":39864,"symbol":"mach_msg_overwrite","symbolLocation":604,"imageIndex":145},{"imageOffset":4816,"symbol":"mach_msg","symbolLocation":24,"imageIndex":145},{"imageOffset":77644624,"imageIndex":56},{"imageOffset":77143240,"imageIndex":56},{"imageOffset":77377520,"imageIndex":56},{"imageOffset":77374852,"imageIndex":56},{"imageOffset":77374200,"imageIndex":56},{"imageOffset":77374112,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381299,"name":"ThreadPoolForegroundWorker","frames":[{"imageOffset":3924,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":145},{"imageOffset":78464,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":145},{"imageOffset":39864,"symbol":"mach_msg_overwrite","symbolLocation":604,"imageIndex":145},{"imageOffset":4816,"symbol":"mach_msg","symbolLocation":24,"imageIndex":145},{"imageOffset":77644624,"imageIndex":56},{"imageOffset":77143240,"imageIndex":56},{"imageOffset":77377520,"imageIndex":56},{"imageOffset":77374852,"imageIndex":56},{"imageOffset":77374288,"imageIndex":56},{"imageOffset":77374004,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381427,"frames":[{"imageOffset":18256,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":145},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":146},{"imageOffset":1502040,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":19},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381428,"frames":[{"imageOffset":18256,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":145},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":146},{"imageOffset":1502040,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":19},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381429,"frames":[{"imageOffset":18256,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":145},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":146},{"imageOffset":1502040,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":19},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381430,"frames":[{"imageOffset":18256,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":145},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":146},{"imageOffset":1502040,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":19},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381431,"frames":[{"imageOffset":18256,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":145},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":146},{"imageOffset":1502040,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":19},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381432,"frames":[{"imageOffset":18256,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":145},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":146},{"imageOffset":1502040,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":19},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381433,"frames":[{"imageOffset":18256,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":145},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":146},{"imageOffset":1502040,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":19},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381434,"frames":[{"imageOffset":18256,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":145},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":146},{"imageOffset":1502040,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":19},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381435,"frames":[{"imageOffset":18256,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":145},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":146},{"imageOffset":1502040,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":19},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381436,"frames":[{"imageOffset":18256,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":145},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":146},{"imageOffset":1502040,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":19},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":17381437,"frames":[{"imageOffset":18256,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":145},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":146},{"imageOffset":1502040,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":19},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":19821752,"name":"QFileInfoGatherer","frames":[{"imageOffset":18256,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":145},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":146},{"imageOffset":2251228,"imageIndex":45},{"imageOffset":2251024,"symbol":"QWaitCondition::wait(QMutex*, QDeadlineTimer)","symbolLocation":108,"imageIndex":45},{"imageOffset":4684072,"symbol":"QFileInfoGatherer::run()","symbolLocation":156,"imageIndex":50},{"imageOffset":2192952,"imageIndex":45},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":19822308,"name":"QFileInfoGatherer","frames":[{"imageOffset":18256,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":145},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":146},{"imageOffset":2251228,"imageIndex":45},{"imageOffset":2251024,"symbol":"QWaitCondition::wait(QMutex*, QDeadlineTimer)","symbolLocation":108,"imageIndex":45},{"imageOffset":4684072,"symbol":"QFileInfoGatherer::run()","symbolLocation":156,"imageIndex":50},{"imageOffset":2192952,"imageIndex":45},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":19822781,"name":"QFileInfoGatherer","frames":[{"imageOffset":18256,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":145},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":146},{"imageOffset":2251228,"imageIndex":45},{"imageOffset":2251024,"symbol":"QWaitCondition::wait(QMutex*, QDeadlineTimer)","symbolLocation":108,"imageIndex":45},{"imageOffset":4684072,"symbol":"QFileInfoGatherer::run()","symbolLocation":156,"imageIndex":50},{"imageOffset":2192952,"imageIndex":45},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":19824252,"name":"QFileInfoGatherer","frames":[{"imageOffset":18256,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":145},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":146},{"imageOffset":2251228,"imageIndex":45},{"imageOffset":2251024,"symbol":"QWaitCondition::wait(QMutex*, QDeadlineTimer)","symbolLocation":108,"imageIndex":45},{"imageOffset":4684072,"symbol":"QFileInfoGatherer::run()","symbolLocation":156,"imageIndex":50},{"imageOffset":2192952,"imageIndex":45},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":146},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":146}]},{"id":19847227,"queue":"glmtl.ioSurfaceNotifierQueue","frames":[{"imageOffset":13308,"symbol":"_platform_memset","symbolLocation":140,"imageIndex":148},{"imageOffset":141436,"symbol":"dispatch_mig_server","symbolLocation":172,"imageIndex":151},{"imageOffset":17408,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":151},{"imageOffset":30852,"symbol":"_dispatch_continuation_pop","symbolLocation":504,"imageIndex":151},{"imageOffset":110204,"symbol":"_dispatch_source_invoke","symbolLocation":1588,"imageIndex":151},{"imageOffset":47456,"symbol":"_dispatch_lane_serial_drain","symbolLocation":372,"imageIndex":151},{"imageOffset":50680,"symbol":"_dispatch_lane_invoke","symbolLocation":384,"imageIndex":151},{"imageOffset":94788,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":648,"imageIndex":151},{"imageOffset":12404,"symbol":"_pthread_wqthread","symbolLocation":288,"imageIndex":146},{"imageOffset":7572,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":146}]},{"id":19852075,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":146}]},{"id":19852521,"queue":"com.Metal.CommandQueueDispatch","frames":[{"imageOffset":3924,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":145},{"imageOffset":78464,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":145},{"imageOffset":12964,"symbol":"io_connect_method","symbolLocation":516,"imageIndex":156},{"imageOffset":12344,"symbol":"IOConnectCallMethod","symbolLocation":176,"imageIndex":156},{"imageOffset":89292,"symbol":"IOGPUCommandQueueSubmitCommandBuffers","symbolLocation":184,"imageIndex":157},{"imageOffset":24844,"symbol":"-[IOGPUMetalCommandQueue _submitCommandBuffers:count:]","symbolLocation":352,"imageIndex":157},{"imageOffset":24452,"symbol":"-[IOGPUMetalCommandQueue submitCommandBuffers:count:]","symbolLocation":72,"imageIndex":157},{"imageOffset":133084,"symbol":"-[_MTLCommandQueue _submitAvailableCommandBuffers]","symbolLocation":492,"imageIndex":158},{"imageOffset":17408,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":151},{"imageOffset":30852,"symbol":"_dispatch_continuation_pop","symbolLocation":504,"imageIndex":151},{"imageOffset":110204,"symbol":"_dispatch_source_invoke","symbolLocation":1588,"imageIndex":151},{"imageOffset":47456,"symbol":"_dispatch_lane_serial_drain","symbolLocation":372,"imageIndex":151},{"imageOffset":50680,"symbol":"_dispatch_lane_invoke","symbolLocation":384,"imageIndex":151},{"imageOffset":94788,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":648,"imageIndex":151},{"imageOffset":12404,"symbol":"_pthread_wqthread","symbolLocation":288,"imageIndex":146},{"imageOffset":7572,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":146}]},{"id":19852523,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":146}]},{"id":19852524,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":146}]}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4306698240,
    "CFBundleShortVersionString" : "1.10.0",
    "CFBundleIdentifier" : "edu.ucsf.cgl.ChimeraX",
    "size" : 16384,
    "uuid" : "9cf8124a-d876-34ad-b7ee-c011183ebc15",
    "path" : "\/Applications\/ChimeraX-1.10.app\/Contents\/MacOS\/ChimeraX",
    "name" : "ChimeraX",
    "CFBundleVersion" : "1.10.0.0"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4321280000,
    "CFBundleShortVersionString" : "3.11.4, (c) 2001-2023 Python Software Foundation.",
    "CFBundleIdentifier" : "org.python.python",
    "size" : 3948544,
    "uuid" : "88bffd37-99d8-36ab-9b95-9f54b30bd667",
    "path" : "\/Applications\/ChimeraX-1.10.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/Python",
    "name" : "Python",
    "CFBundleVersion" : "3.11.4"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4309811200,
    "size" : 49152,
    "uuid" : "51d31d0d-1dcc-31ad-b6c1-73d57e544a3a",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4309549056,
    "size" : 81920,
    "uuid" : "3b2e1e73-f5e1-3fa3-80b3-e46009060893",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4309729280,
    "size" : 16384,
    "uuid" : "39aa96c6-b691-3e20-9540-292b9dd1c861",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4311220224,
    "size" : 32768,
    "uuid" : "65172ede-2b95-337d-970f-ed6c4a217cb1",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4311334912,
    "size" : 16384,
    "uuid" : "dc7a591b-ef8a-3b77-9396-ecee27303fdb",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4311416832,
    "size" : 196608,
    "uuid" : "a4b86716-73ef-3046-b7ee-1d069dfd7cd0",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4314890240,
    "size" : 16384,
    "uuid" : "a97f3cfd-a5a7-3ce2-9eb6-5ebc0943bd1d",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4314972160,
    "size" : 16384,
    "uuid" : "1eab426b-5d06-3a22-b7b5-6dbc112704d6",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4315054080,
    "size" : 16384,
    "uuid" : "487467f0-5417-397f-8fb9-43ce116abec8",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4315136000,
    "size" : 32768,
    "uuid" : "c4b2ad90-cc7d-3780-bee9-9f1dbc2aa560",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4315234304,
    "size" : 32768,
    "uuid" : "167d8231-8346-37b6-9d67-149a1fe3df21",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4315348992,
    "size" : 16384,
    "uuid" : "9e9f3dfb-1383-3420-bfcf-d996842d8e9e",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4315430912,
    "size" : 16384,
    "uuid" : "d685528c-5d21-3c1a-b720-81f8ba0b399a",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4315512832,
    "size" : 32768,
    "uuid" : "d25f2f2d-a87d-3870-ad6a-3d977d50c9ca",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4316659712,
    "size" : 16384,
    "uuid" : "6596c4fd-d7b2-38ef-a7c5-6266a783c2b9",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4318806016,
    "size" : 540672,
    "uuid" : "5d8c8912-3607-31f9-a88b-b1fce3d10fca",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4328620032,
    "size" : 2670592,
    "uuid" : "744b099b-9156-3efd-95ee-949f9bec068e",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4454350848,
    "size" : 21299200,
    "uuid" : "9854a721-2573-3169-81ec-19ea40ce8077",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4331945984,
    "size" : 3522560,
    "uuid" : "dd0e012a-b6de-31b1-a28e-260c7b51e595",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4319494144,
    "size" : 311296,
    "uuid" : "6d39d54b-d80e-3218-a095-b81ad0b3be90",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4310990848,
    "size" : 65536,
    "uuid" : "d9875303-8f38-33d9-a0d3-ab0adff3b915",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4318183424,
    "size" : 98304,
    "uuid" : "ad5b1457-a682-3233-ac84-0f75b349239d",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4311138304,
    "size" : 16384,
    "uuid" : "c1a0a0c0-1986-3338-a63d-eb396e783c91",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4318363648,
    "size" : 65536,
    "uuid" : "340d4f4e-8cd4-3e24-9215-eb9235031bd3",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4318511104,
    "size" : 81920,
    "uuid" : "6c214dd2-6044-3285-949b-8d8ba72ca17b",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4317790208,
    "size" : 98304,
    "uuid" : "09f94631-f551-3559-ba88-aff49917d8fe",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4317970432,
    "size" : 65536,
    "uuid" : "7b5335ce-92a1-3ae2-bde0-0e5d5641b2c9",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4424417280,
    "size" : 622592,
    "uuid" : "05ddaab9-9d7f-3317-a3c4-5e9936fe3ceb",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4319870976,
    "size" : 147456,
    "uuid" : "377e255e-f9a4-3173-8265-a899000c5d0f",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4423467008,
    "size" : 196608,
    "uuid" : "8590d52a-d755-3ffd-8f68-f9cb638359fc",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4336730112,
    "size" : 32768,
    "uuid" : "322b4be7-35a8-331a-a549-7a0297d9dd70",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4430381056,
    "size" : 1687552,
    "uuid" : "59149ee6-b873-3c5d-8fed-d11966210295",
    "path" : "\/Applications\/ChimeraX-1.10.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/libcrypto.1.1.dylib",
    "name" : "libcrypto.1.1.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4318707712,
    "size" : 32768,
    "uuid" : "3206e248-2c9b-345c-98ac-8f9dfc6d639b",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4422893568,
    "size" : 311296,
    "uuid" : "0033ea49-a161-3564-b09e-6a6c3b902698",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4423286784,
    "size" : 65536,
    "uuid" : "7dab4595-a351-3061-861b-c426baee85b3",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4424040448,
    "size" : 65536,
    "uuid" : "d3035eea-ed0e-398a-afbe-f9a8016701db",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4423745536,
    "size" : 81920,
    "uuid" : "35fb9307-f991-3159-86db-21f6c67b9198",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4423909376,
    "size" : 49152,
    "uuid" : "17a4344b-3221-36c4-9019-53cc1223e124",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4427972608,
    "size" : 737280,
    "uuid" : "49451e8a-e3c8-3429-83d8-249e81e378cd",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4318101504,
    "size" : 16384,
    "uuid" : "5973ec29-8c62-3285-97ee-5797aef28b1c",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4424187904,
    "size" : 114688,
    "uuid" : "28e30bd8-e90f-3bee-a042-ce54d0f4f0ae",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4321181696,
    "size" : 32768,
    "uuid" : "0722922a-a378-3dee-b11b-96d1ae381b09",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4544806912,
    "size" : 1818624,
    "uuid" : "63d009e7-69a7-3c2e-8e6b-7c9ca477add1",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4434804736,
    "size" : 4800512,
    "uuid" : "08a23d25-131f-3ed4-8ae5-cf04f4ee9d84",
    "path" : "\/Applications\/ChimeraX-1.10.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" : "arm64e",
    "base" : 4427513856,
    "CFBundleShortVersionString" : "3.0",
    "CFBundleIdentifier" : "com.apple.security.csparser",
    "size" : 131072,
    "uuid" : "af79a0fa-e8a1-3134-bee8-c9567ed1e971",
    "path" : "\/System\/Library\/Frameworks\/Security.framework\/Versions\/A\/PlugIns\/csparser.bundle\/Contents\/MacOS\/csparser",
    "name" : "csparser",
    "CFBundleVersion" : "60420.140.26"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4440506368,
    "size" : 81920,
    "uuid" : "a5714eba-2aad-3361-a268-b516bcc59414",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4823449600,
    "size" : 3112960,
    "uuid" : "30fa1f27-f16b-3107-a7e0-821600076792",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 5091885056,
    "size" : 4849664,
    "uuid" : "b16538d5-4c8e-357d-b89a-72f6f81a918d",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4966055936,
    "size" : 7127040,
    "uuid" : "37bc5b3d-a43f-3325-bc8e-dd223a12dd85",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4442816512,
    "size" : 557056,
    "uuid" : "9cf9552c-7420-3c7f-b152-05c38fcdabfe",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4548804608,
    "size" : 1605632,
    "uuid" : "7878c801-838e-360a-ad2d-c91bbcf13592",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4430118912,
    "size" : 81920,
    "uuid" : "a98c3cc4-2bac-36d0-ab4a-317b1a06c9f7",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4443521024,
    "size" : 98304,
    "uuid" : "35c5feb6-d12a-32a6-8edd-725b0b5240e0",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4441227264,
    "size" : 294912,
    "uuid" : "5ff04ed2-db58-3350-bf0b-a87c61f2b561",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 11141120000,
    "size" : 181551104,
    "uuid" : "0d838d1a-cf25-3467-baee-ca40f59e38ba",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4974510080,
    "size" : 4505600,
    "uuid" : "c8181217-1c26-3a33-ae2f-c3d63a1d3e35",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4554358784,
    "size" : 425984,
    "uuid" : "6ca50b1f-0fcd-3aa2-bcf0-debdd7e1e3de",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4706566144,
    "size" : 98304,
    "uuid" : "b641dc5f-172b-3ea6-898e-fe0a1e995a5c",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4710694912,
    "size" : 557056,
    "uuid" : "c2e26d20-be37-38a8-8c67-2f8ec91440d5",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4706418688,
    "size" : 49152,
    "uuid" : "94c15586-9bf3-3595-a65f-c0fb93e44599",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4706762752,
    "size" : 180224,
    "uuid" : "85c5e18e-f120-3e5f-9524-f4f71b4c4058",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 5502926848,
    "size" : 4112384,
    "uuid" : "d4b67177-0f9b-3ed0-bf06-05ab9b38340c",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4829921280,
    "size" : 1327104,
    "uuid" : "26067012-fcf7-3da3-8169-252b66cbcb37",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4711448576,
    "size" : 425984,
    "uuid" : "cc6c9369-e9f9-31bc-b782-d8789d72cd86",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4706172928,
    "size" : 81920,
    "uuid" : "8f5db1a0-c448-3fe9-a20c-75210fd13f51",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4709154816,
    "size" : 557056,
    "uuid" : "ea27d884-c6f8-3bd6-9ad7-b2555067945d",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4981784576,
    "size" : 163840,
    "uuid" : "7fbfef1d-2599-30e7-a597-16afe52f9233",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4443750400,
    "size" : 32768,
    "uuid" : "05c4bb42-1f60-3b81-9aac-f8ae0b494788",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 4713349120,
    "size" : 278528,
    "uuid" : "e147a937-ff5c-3648-ab7b-d8b834e0a743",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 5234491392,
    "size" : 688128,
    "uuid" : "7e60f9ac-4ed3-3c71-9933-7b053de2a9b0",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 5365612544,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.AppleMetalOpenGLRenderer",
    "size" : 442368,
    "uuid" : "76243a19-d6d2-32ee-84d3-7bcfce93d66e",
    "path" : "\/System\/Library\/Extensions\/AppleMetalOpenGLRenderer.bundle\/Contents\/MacOS\/AppleMetalOpenGLRenderer",
    "name" : "AppleMetalOpenGLRenderer",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5247844352,
    "size" : 147456,
    "uuid" : "efeb64bf-d4f5-39f4-bde9-7f76de0fe223",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 5367857152,
    "size" : 16384,
    "uuid" : "157e3710-caca-35b5-9fda-d1c4efc75429",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 5367693312,
    "size" : 65536,
    "uuid" : "ff7c6b72-2303-3d40-a4fa-f3d840425be2",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 5368201216,
    "size" : 49152,
    "uuid" : "0895ead1-fff8-3401-9c5c-5c4254ce969b",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 5367939072,
    "size" : 98304,
    "uuid" : "5c15959b-b36d-32f8-80b0-b0558dbb9fcc",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 5553324032,
    "size" : 344064,
    "uuid" : "edcc52bf-058b-3550-8a40-7e432a5ee6bb",
    "path" : "\/Applications\/ChimeraX-1.10.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/libssl.1.1.dylib",
    "name" : "libssl.1.1.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5517230080,
    "size" : 49152,
    "uuid" : "651053b2-7ecc-3ea1-9b86-d9e6abfd212c",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 5368561664,
    "size" : 32768,
    "uuid" : "1246c3db-77f6-3a6f-9f74-e5458e9e5f0b",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 5517377536,
    "size" : 16384,
    "uuid" : "d7f09611-5052-3c81-9703-da75c50a95b1",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 5517459456,
    "size" : 16384,
    "uuid" : "c2016f56-0f80-3f43-8019-54bf8a83f733",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 5559533568,
    "size" : 1196032,
    "uuid" : "e4a5e2b9-d698-3514-82ae-3ae03c7009eb",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 5368332288,
    "size" : 32768,
    "uuid" : "bd5c5290-6de7-3280-aef7-33516048cfd4",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 5368463360,
    "size" : 16384,
    "uuid" : "5d0d2f11-2b75-39a8-84f1-1edd861f86c0",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 5556862976,
    "size" : 196608,
    "uuid" : "b4958ae9-ae3c-3c4e-9549-2f2246f498ea",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 5555978240,
    "size" : 425984,
    "uuid" : "09999a6b-219e-30a9-bf46-4f5ebedf5b1c",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 5556617216,
    "size" : 81920,
    "uuid" : "c2dc724a-5d5f-3da9-9b57-a5c93f3ebb8e",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 5557288960,
    "size" : 65536,
    "uuid" : "a3056fb9-5ad7-3876-9000-ad477f48573a",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 5558501376,
    "size" : 491520,
    "uuid" : "c220822e-8975-3b27-ba60-8c14828c67e1",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 5553192960,
    "size" : 16384,
    "uuid" : "016a8a1e-f4d3-3921-97d2-cc007a2f018e",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 5559418880,
    "size" : 32768,
    "uuid" : "b8ee1e66-63be-38b6-90d4-ba69b0c6df63",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 5567070208,
    "size" : 147456,
    "uuid" : "d88c48e5-7624-307f-8706-358aa85387a5",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 5559336960,
    "size" : 16384,
    "uuid" : "cd5f3f7c-54a3-322d-a180-6c7b94deed82",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 5559173120,
    "size" : 49152,
    "uuid" : "a0eb3bb7-e3c0-3e76-a804-6b717cc545a1",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 5566496768,
    "size" : 196608,
    "uuid" : "ba26bdfa-16a0-331b-8ccf-bccf2ee6f0d9",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 5568380928,
    "size" : 229376,
    "uuid" : "fc7b18f0-c85c-3396-bd07-4a2dcf09af5c",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 5566808064,
    "size" : 65536,
    "uuid" : "93c61fa0-b608-3047-957b-aee1febd2d50",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 5568757760,
    "size" : 49152,
    "uuid" : "8e8c5d0a-c910-3577-a5c5-f15a013d0c0a",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 5581094912,
    "size" : 131072,
    "uuid" : "186b09bb-d974-32ab-94a8-1918ff802e3f",
    "path" : "\/Applications\/ChimeraX-1.10.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" : "arm64",
    "base" : 5621825536,
    "size" : 163840,
    "uuid" : "78ab6dee-103a-31de-bb4e-ea5e9b694cb0",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 5566955520,
    "size" : 32768,
    "uuid" : "7c762164-23ce-3c84-a6f9-148cf4b35b4c",
    "path" : "\/Applications\/ChimeraX-1.10.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" : "arm64",
    "base" : 5568888832,
    "size" : 32768,
    "uuid" : "ca8d12be-281a-3bfb-827e-dcbefe02e36c",
    "path" : "\/Applications\/ChimeraX-1.10.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" : "arm64",
    "base" : 5624709120,
    "size" : 442368,
    "uuid" : "611bf85a-f49f-30b8-bfaa-2296c8d6858f",
    "path" : "\/Applications\/ChimeraX-1.10.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" : "arm64",
    "base" : 5613961216,
    "size" : 32768,
    "uuid" : "50528921-30be-332b-ba36-97fa14e5f016",
    "path" : "\/Applications\/ChimeraX-1.10.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" : "arm64",
    "base" : 5621694464,
    "size" : 32768,
    "uuid" : "43c13ae2-8d0c-3cfe-a7d8-25d0cd0a37fe",
    "path" : "\/Applications\/ChimeraX-1.10.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" : "arm64",
    "base" : 5625233408,
    "size" : 442368,
    "uuid" : "5e07d0b8-39ee-3386-8029-909968d14f61",
    "path" : "\/Applications\/ChimeraX-1.10.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" : "arm64",
    "base" : 5625757696,
    "size" : 409600,
    "uuid" : "955f425c-8362-3c30-b14c-15b6a000f2b1",
    "path" : "\/Applications\/ChimeraX-1.10.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" : "arm64",
    "base" : 5622104064,
    "size" : 32768,
    "uuid" : "87575034-e142-39a9-8a02-79611bd204aa",
    "path" : "\/Applications\/ChimeraX-1.10.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" : "arm64",
    "base" : 5626249216,
    "size" : 327680,
    "uuid" : "956ab00a-8b70-30e2-9a28-b405740e06d3",
    "path" : "\/Applications\/ChimeraX-1.10.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" : "arm64",
    "base" : 5622202368,
    "size" : 32768,
    "uuid" : "c88f9195-020d-331a-a949-c556961eab90",
    "path" : "\/Applications\/ChimeraX-1.10.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" : "arm64",
    "base" : 5626757120,
    "size" : 8257536,
    "uuid" : "e7d10718-8d64-30b4-b031-937d128360ba",
    "path" : "\/Applications\/ChimeraX-1.10.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" : "arm64",
    "base" : 5621514240,
    "size" : 49152,
    "uuid" : "d04045ff-35fd-3483-8ef2-d3b2bf9ee79e",
    "path" : "\/Applications\/ChimeraX-1.10.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" : "arm64",
    "base" : 5622300672,
    "size" : 32768,
    "uuid" : "29f217be-3635-3333-8012-cbf62d2728a9",
    "path" : "\/Applications\/ChimeraX-1.10.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" : "arm64",
    "base" : 5623693312,
    "size" : 32768,
    "uuid" : "da490f71-bc58-3340-b7b6-bc14f5f0cb7a",
    "path" : "\/Applications\/ChimeraX-1.10.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" : "arm64e",
    "base" : 5623513088,
    "size" : 49152,
    "uuid" : "8e928412-9e96-32d4-b173-d99beb9fed0b",
    "path" : "\/usr\/lib\/libobjc-trampolines.dylib",
    "name" : "libobjc-trampolines.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6050578432,
    "size" : 1114112,
    "uuid" : "5200c6a0-ccdb-3607-9947-1defdd6fb647",
    "path" : "\/Applications\/ChimeraX-1.10.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" : 5623595008,
    "size" : 16384,
    "uuid" : "683e7450-80b8-3ab0-9a20-9b02acf7a3fa",
    "path" : "\/Applications\/ChimeraX-1.10.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" : "arm64",
    "base" : 6083477504,
    "size" : 49152,
    "uuid" : "cae81027-1380-36b4-a195-600642b08700",
    "path" : "\/Applications\/ChimeraX-1.10.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" : "arm64",
    "base" : 6083592192,
    "size" : 16384,
    "uuid" : "8eb0c267-c007-3e24-9604-1f0a78868795",
    "path" : "\/Applications\/ChimeraX-1.10.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" : "arm64",
    "base" : 6083674112,
    "size" : 16384,
    "uuid" : "b3287e1f-ce2c-3c6f-bc12-deb15c14593c",
    "path" : "\/Applications\/ChimeraX-1.10.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" : "arm64",
    "base" : 6083756032,
    "size" : 16384,
    "uuid" : "c37482c0-7aab-3517-b3ef-3bd2294eab02",
    "path" : "\/Applications\/ChimeraX-1.10.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_multiprocessing.cpython-311-darwin.so",
    "name" : "_multiprocessing.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6088032256,
    "size" : 32768,
    "uuid" : "d197680c-26b9-3292-85bc-f61af0ff34bb",
    "path" : "\/Applications\/ChimeraX-1.10.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" : "arm64",
    "base" : 6089179136,
    "size" : 16384,
    "uuid" : "8adb9cd8-9a20-315f-9e59-70cbd8d6a9ed",
    "path" : "\/Applications\/ChimeraX-1.10.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_posixshmem.cpython-311-darwin.so",
    "name" : "_posixshmem.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6083067904,
    "size" : 81920,
    "uuid" : "95a80760-f95d-3f67-98ef-e126fdfec0e7",
    "path" : "\/Applications\/ChimeraX-1.10.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" : "arm64",
    "base" : 6166347776,
    "size" : 49152,
    "uuid" : "69af4686-e656-310e-a4db-0a74f3b4d17b",
    "path" : "\/Applications\/ChimeraX-1.10.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" : "arm64",
    "base" : 11134844928,
    "size" : 180224,
    "uuid" : "f1b6d70b-1d1d-3836-962d-639f51602eaf",
    "path" : "\/Applications\/ChimeraX-1.10.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/pdb\/_pdbio.cpython-311-darwin.so",
    "name" : "_pdbio.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 11133845504,
    "size" : 81920,
    "uuid" : "a4c950fa-c0ff-3746-ba82-bdd5ee9b3c8b",
    "path" : "\/Applications\/ChimeraX-1.10.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" : "arm64",
    "base" : 11133698048,
    "size" : 32768,
    "uuid" : "1813f6a2-fc9e-3999-bf3d-34b8ab6fe1a7",
    "path" : "\/Applications\/ChimeraX-1.10.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" : "arm64",
    "base" : 11664228352,
    "size" : 458752,
    "uuid" : "936ee0c5-0468-3f0b-8195-0f29ebe17a2d",
    "path" : "\/Applications\/ChimeraX-1.10.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/mmcif\/mmcif.cpython-311-darwin.so",
    "name" : "mmcif.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 11662917632,
    "size" : 442368,
    "uuid" : "c9368a8d-c938-3830-99ea-6e484cbc83da",
    "path" : "\/Applications\/ChimeraX-1.10.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/mmcif\/_mmcif.cpython-311-darwin.so",
    "name" : "_mmcif.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 10803855360,
    "size" : 376832,
    "uuid" : "449dd33a-e724-335b-9ef9-bf9b2730bf05",
    "path" : "\/Applications\/ChimeraX-1.10.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" : "arm64",
    "base" : 6074761216,
    "size" : 688128,
    "uuid" : "d800b974-86b2-386e-be4e-8ac8e22fd3cd",
    "path" : "\/Applications\/ChimeraX-1.10.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" : "arm64",
    "base" : 10806984704,
    "size" : 540672,
    "uuid" : "dbec2c14-6e39-3319-a2c0-3606ed70093e",
    "path" : "\/Applications\/ChimeraX-1.10.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" : "arm64",
    "base" : 10807640064,
    "size" : 606208,
    "uuid" : "78bac0b1-a0df-3e6e-b906-cbc961cdb354",
    "path" : "\/Applications\/ChimeraX-1.10.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" : "arm64",
    "base" : 6075957248,
    "size" : 114688,
    "uuid" : "6e171b67-e226-3c3e-bc7c-5bd522f28494",
    "path" : "\/Applications\/ChimeraX-1.10.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" : "arm64",
    "base" : 6075580416,
    "size" : 163840,
    "uuid" : "8c16ecf4-eb91-3dbb-8543-fe43fcd625a5",
    "path" : "\/Applications\/ChimeraX-1.10.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" : "arm64",
    "base" : 10784309248,
    "size" : 262144,
    "uuid" : "37441cb2-0945-3607-9e47-10990b396b4c",
    "path" : "\/Applications\/ChimeraX-1.10.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" : "arm64",
    "base" : 6075875328,
    "size" : 16384,
    "uuid" : "9ee33d4a-150e-3574-9258-2061bb970c27",
    "path" : "\/Applications\/ChimeraX-1.10.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" : "arm64",
    "base" : 10784653312,
    "size" : 32768,
    "uuid" : "8abbdcef-1901-3d4b-9e6b-a38214b79214",
    "path" : "\/Applications\/ChimeraX-1.10.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" : "arm64e",
    "base" : 6091931648,
    "CFBundleShortVersionString" : "4.0",
    "CFBundleIdentifier" : "com.apple.URLMount.FTPPlugin",
    "size" : 16384,
    "uuid" : "a6ec049a-9dcb-3f9d-b867-530f318c2969",
    "path" : "\/System\/Library\/Filesystems\/NetFSPlugins\/ftp.bundle\/Contents\/MacOS\/ftp",
    "name" : "ftp",
    "CFBundleVersion" : "45"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 12176703488,
    "size" : 737280,
    "uuid" : "3064ecb2-3709-3d94-8d92-ed5e1a3b6f5c",
    "path" : "\/Applications\/ChimeraX-1.10.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" : "arm64",
    "base" : 6168903680,
    "size" : 49152,
    "uuid" : "41d9a4a9-c948-34f9-b755-29244498ec4d",
    "path" : "\/Applications\/ChimeraX-1.10.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" : "arm64",
    "base" : 6169051136,
    "size" : 49152,
    "uuid" : "c0bef4c8-6fde-3bf3-bb63-abf57c774fb2",
    "path" : "\/Applications\/ChimeraX-1.10.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" : "arm64e",
    "base" : 6870577152,
    "size" : 237560,
    "uuid" : "08c5fe2a-b0bf-3ab6-bb42-460c18917d33",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6870814720,
    "size" : 53248,
    "uuid" : "1f30fb9a-bdf9-32db-a709-8417666a7e45",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6869364736,
    "size" : 520184,
    "uuid" : "949943e2-52cb-3c95-ab08-7ed984333d03",
    "path" : "\/usr\/lib\/system\/libsystem_c.dylib",
    "name" : "libsystem_c.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6871019520,
    "size" : 28668,
    "uuid" : "6d458354-3c39-3f35-a3bb-d01a78817b4a",
    "path" : "\/usr\/lib\/system\/libsystem_platform.dylib",
    "name" : "libsystem_platform.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6924099584,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.AppKit",
    "size" : 15794176,
    "uuid" : "55f7d958-6ed1-3c36-a70e-94d7ffc18d5a",
    "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
    "name" : "AppKit",
    "CFBundleVersion" : "2299.70.136"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6951493632,
    "CFBundleShortVersionString" : "1.600.0",
    "CFBundleIdentifier" : "com.apple.SkyLight",
    "size" : 4374528,
    "uuid" : "046a9ef4-9de4-34c4-a773-8b81523ec307",
    "path" : "\/System\/Library\/PrivateFrameworks\/SkyLight.framework\/Versions\/A\/SkyLight",
    "name" : "SkyLight"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6869057536,
    "size" : 294912,
    "uuid" : "9897030f-75d3-374b-8787-322d3d72e096",
    "path" : "\/usr\/lib\/system\/libdispatch.dylib",
    "name" : "libdispatch.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6871232512,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 5087232,
    "uuid" : "b3b2df49-2db8-370e-84ae-e0a2704515b8",
    "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "1979"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7031267328,
    "CFBundleShortVersionString" : "2.1.1",
    "CFBundleIdentifier" : "com.apple.HIToolbox",
    "size" : 3358720,
    "uuid" : "9bed5c79-f02f-3e0b-9fdb-57d955cc68ba",
    "path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox",
    "name" : "HIToolbox"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6867312640,
    "size" : 583048,
    "uuid" : "e7a99595-e0f8-34af-be8b-9347d0d658a4",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6887591936,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.Foundation",
    "size" : 10248192,
    "uuid" : "b7799cb6-0a3c-3c8b-a185-8cec55845b14",
    "path" : "\/System\/Library\/Frameworks\/Foundation.framework\/Versions\/C\/Foundation",
    "name" : "Foundation",
    "CFBundleVersion" : "1979"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6922788864,
    "CFBundleShortVersionString" : "2.0.2",
    "CFBundleIdentifier" : "com.apple.framework.IOKit",
    "size" : 897024,
    "uuid" : "d1ab9fd5-6b3e-3025-af17-cb8a40c54a62",
    "path" : "\/System\/Library\/Frameworks\/IOKit.framework\/Versions\/A\/IOKit",
    "name" : "IOKit"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7354580992,
    "CFBundleShortVersionString" : "65.60.1",
    "CFBundleIdentifier" : "com.apple.IOGPU",
    "size" : 233472,
    "uuid" : "cc56f9c2-5e0f-3c0b-bf74-44b9f30b4dcc",
    "path" : "\/System\/Library\/PrivateFrameworks\/IOGPU.framework\/Versions\/A\/IOGPU",
    "name" : "IOGPU",
    "CFBundleVersion" : "65.60.1"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7026360320,
    "CFBundleShortVersionString" : "306.7.5",
    "CFBundleIdentifier" : "com.apple.Metal",
    "size" : 2002944,
    "uuid" : "606ffde9-0faf-3a2f-9f25-1a60b1f1e93d",
    "path" : "\/System\/Library\/Frameworks\/Metal.framework\/Versions\/A\/Metal",
    "name" : "Metal",
    "CFBundleVersion" : "306.7.5"
  },
  {
    "size" : 0,
    "source" : "A",
    "base" : 0,
    "uuid" : "00000000-0000-0000-0000-000000000000"
  }
],
  "sharedCache" : {
  "base" : 6866649088,
  "size" : 3553361920,
  "uuid" : "40eab1ab-8b22-3dec-aa46-bb3136a05069"
},
  "legacyInfo" : {
  "threadTriggered" : {
    "name" : "CrBrowserMain",
    "queue" : "com.apple.main-thread"
  }
},
  "logWritingSignature" : "53fdcd3710b08cb108dc07b2f8220d77b5495e48",
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "62c73fd17cce0d1b0bcb8a02",
      "factorPackIds" : {
        "SIRI_DIALOG_ASSETS" : "651482b98d79034dd899e383"
      },
      "deploymentId" : 240000210
    },
    {
      "rolloutId" : "64628732bf2f5257dedc8988",
      "factorPackIds" : {

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

  ]
}
}
===== Log before crash start =====
You can double click a model's Name or ID in the model panel to edit those
fields  
UCSF ChimeraX version: 1.10 (2025-06-26)  
© 2016-2025 Regents of the University of California. All rights reserved.  
How to cite UCSF ChimeraX  

> open "/Users/om/Downloads/ODC_M1/ODC_M1 protein-refined_017.pdb"

Chain information for ODC_M1 protein-refined_017.pdb #1  
---  
Chain | Description  
A | No description available  
B | No description available  
C | No description available  
D | No description available  
E | No description available  
G | No description available  
H | No description available  
I | No description available  
  

> show cartoons

> hide atoms

> select /B:268-574

2500 atoms, 2554 bonds, 307 residues, 1 model selected  

> select /B:268-574

2500 atoms, 2554 bonds, 307 residues, 1 model selected  

> select add #1

21270 atoms, 21800 bonds, 13 pseudobonds, 2551 residues, 2 models selected  

> select subtract #1

Nothing selected  

> select /B:367

11 atoms, 10 bonds, 1 residue, 1 model selected  

> style sel stick

Changed 11 atom styles  

> show sel atoms

Desktop color scheme is dark  
Desktop color scheme is light  
Desktop color scheme is dark  
Desktop color scheme is light  
Desktop color scheme is dark  
Desktop color scheme is light  
Desktop color scheme is dark  
Desktop color scheme is light  
Desktop color scheme is dark  
Desktop color scheme is light  
Desktop color scheme is dark  
Desktop color scheme is light  
Desktop color scheme is dark  
Desktop color scheme is light  
Desktop color scheme is dark  
Desktop color scheme is light  
Desktop color scheme is dark  
Desktop color scheme is light  
Desktop color scheme is dark  
Desktop color scheme is light  
Desktop color scheme is dark  
Desktop color scheme is light  
Desktop color scheme is dark  
Desktop color scheme is light  

> open "/Users/om/Downloads/FINAL ODC_M1 protein-refined_017.pdb"

Chain information for FINAL ODC_M1 protein-refined_017.pdb #2  
---  
Chain | Description  
A | No description available  
B | No description available  
C | No description available  
D | No description available  
E | No description available  
G | No description available  
H | No description available  
I | No description available  
  

> open /Users/om/Downloads/D_9100124238_val-data_P1.cif

Summary of feedback from opening /Users/om/Downloads/D_9100124238_val-
data_P1.cif  
---  
warning | No mmCIF models found.  
  

> open /Users/om/Downloads/D_9100124238_val-data_P1.cif

Summary of feedback from opening /Users/om/Downloads/D_9100124238_val-
data_P1.cif  
---  
warning | No mmCIF models found.  
  
Desktop color scheme is dark  
Desktop color scheme is light  

> open /Volumes/current/fsc_example.xml

Opened fsc_example.xml  

> open /Users/om/Downloads/Final_PDB/J177_fsc.xml

Opened J177_fsc.xml  

> show sel cartoons

> hide sel atoms

> select add #1

21270 atoms, 21800 bonds, 13 pseudobonds, 2551 residues, 2 models selected  

> select add #2

42540 atoms, 43600 bonds, 26 pseudobonds, 5102 residues, 4 models selected  

> show sel cartoons

> hide sel atoms

> hide #!2 models

> select subtract #2

21270 atoms, 21800 bonds, 13 pseudobonds, 2551 residues, 2 models selected  

> ui tool show "Show Sequence Viewer"

> sequence chain #1/H #2/H

Alignment identifier is 1  

> select #1/H:1 #2/H:1

44 atoms, 48 bonds, 2 residues, 2 models selected  

> select #1/H #2/H

1192 atoms, 1332 bonds, 58 residues, 2 models selected  
1 [ID: 1] region 2 chains [1-29] RMSD: 0.000  
  
Desktop color scheme is dark  
Desktop color scheme is light  
Desktop color scheme is dark  
Desktop color scheme is light  
Desktop color scheme is dark  
Desktop color scheme is light  
Desktop color scheme is dark  
Desktop color scheme is light  
Desktop color scheme is dark  
Desktop color scheme is light  
Desktop color scheme is dark  
Desktop color scheme is light  
Desktop color scheme is dark  
Desktop color scheme is light  
Desktop color scheme is dark  
Desktop color scheme is light  
Desktop color scheme is dark  
Desktop color scheme is light  

> open "/Users/om/Downloads/Final_PDB/FINAL HsODC_protein.pdb"

Chain information for FINAL HsODC_protein.pdb #3  
---  
Chain | Description  
A | No description available  
B | No description available  
C | No description available  
D | No description available  
E | No description available  
G | No description available  
H | No description available  
I | No description available  
  

> select add #2

21866 atoms, 22466 bonds, 13 pseudobonds, 2580 residues, 3 models selected  

> select subtract #2

596 atoms, 666 bonds, 29 residues, 1 model selected  

> select add #1

21270 atoms, 21800 bonds, 13 pseudobonds, 2551 residues, 2 models selected  

> select subtract #1

Nothing selected  

> hide #!1 models

> hide #!3 models

> show #!1 models

> hide #!1 models

> show #!3 models

> hide #!3 atoms

> show #!3 cartoons

> select #3/A:468-860

3063 atoms, 3115 bonds, 1 pseudobond, 388 residues, 2 models selected  

> ui tool show "Color Actions"

> color sel bychain

> sequence chain #3/A

Alignment identifier is 3/A  

> select #3/A:468-860

3063 atoms, 3115 bonds, 1 pseudobond, 388 residues, 2 models selected  

> split #3

Split FINAL HsODC_protein.pdb (#3) into 8 models  
Chain information for FINAL HsODC_protein.pdb A #3.1  
---  
Chain | Description  
A | No description available  
  
Chain information for FINAL HsODC_protein.pdb B #3.2  
---  
Chain | Description  
B | No description available  
  
Chain information for FINAL HsODC_protein.pdb C #3.3  
---  
Chain | Description  
C | No description available  
  
Chain information for FINAL HsODC_protein.pdb D #3.4  
---  
Chain | Description  
D | No description available  
  
Chain information for FINAL HsODC_protein.pdb E #3.5  
---  
Chain | Description  
E | No description available  
  
Chain information for FINAL HsODC_protein.pdb G #3.6  
---  
Chain | Description  
G | No description available  
  
Chain information for FINAL HsODC_protein.pdb H #3.7  
---  
Chain | Description  
H | No description available  
  
Chain information for FINAL HsODC_protein.pdb I #3.8  
---  
Chain | Description  
I | No description available  
  

> color #3.1 darkseagreen

> color #3.2 burlywood

> color #3.3 coral

> color #3.4 #498cffff

> color #3.5 mediumslateblue

> color #3.6 hotpink

> color #3.7 lightseagreen

> color #3.8 #ebebebff

> color #3.8 #d6d6d6ff

> color #3.8 #00fdffff

> color #3.8 #fffb00ff

> color #3.8 #8efa00ff

> color #3.8 #73fcd6ff

> color #3.8 #73fdffff

> color #3.8 #76d6ffff

> color #3.8 #73fcd6ff

> sequence chain #3.2/B

Alignment identifier is 3.2/B  

> select #3.2/B:363

8 atoms, 7 bonds, 1 residue, 1 model selected  

> select #3.2/B:363-369

55 atoms, 55 bonds, 7 residues, 1 model selected  

> select add #3.2

2500 atoms, 2554 bonds, 307 residues, 1 model selected  

> select subtract #3.2

Nothing selected  

> select add #3.2

2500 atoms, 2554 bonds, 307 residues, 1 model selected  

> hide sel atoms

> hide sel cartoons

> select #3.2/B:369

8 atoms, 7 bonds, 1 residue, 1 model selected  

> select #3.2/B:363-369

55 atoms, 55 bonds, 7 residues, 1 model selected  

> show sel cartoons

> select add #3.2

2500 atoms, 2554 bonds, 307 residues, 1 model selected  

> select subtract #3.2

Nothing selected  

> sequence chain #3.3/C

Alignment identifier is 3.3/C  

> select #3.3/C:177

7 atoms, 6 bonds, 1 residue, 1 model selected  

> select #3.3/C:177

7 atoms, 6 bonds, 1 residue, 1 model selected  

> select add #3.3/C:178

17 atoms, 16 bonds, 2 residues, 1 model selected  

> select add #3.3/C:179

29 atoms, 28 bonds, 3 residues, 1 model selected  

> select add #3.3/C:180

35 atoms, 33 bonds, 4 residues, 1 model selected  

> select add #3.3

4897 atoms, 5000 bonds, 6 pseudobonds, 606 residues, 2 models selected  

> hide sel cartoons

> select #3.3/C:177

7 atoms, 6 bonds, 1 residue, 1 model selected  

> select #3.3/C:177-181

43 atoms, 44 bonds, 5 residues, 1 model selected  

> show sel cartoons

> select #3.3/C:181

8 atoms, 7 bonds, 1 residue, 1 model selected  

> select #3.3/C:181

8 atoms, 7 bonds, 1 residue, 1 model selected  

> hide sel cartoons

> select add #3.3

4897 atoms, 5000 bonds, 6 pseudobonds, 606 residues, 2 models selected  

> select subtract #3.3

Nothing selected  

> select add #3.3

4897 atoms, 5000 bonds, 6 pseudobonds, 606 residues, 2 models selected  

> show sel cartoons

> select subtract #3.3

Nothing selected  

> select #3.3/C:698

5 atoms, 4 bonds, 1 residue, 1 model selected  

> select #3.3/C:693-698

41 atoms, 41 bonds, 6 residues, 1 model selected  

> select #3.3/C:693

8 atoms, 7 bonds, 1 residue, 1 model selected  

> select #3.3/C:693-695

24 atoms, 24 bonds, 3 residues, 1 model selected  

> select #3.3/C:695

7 atoms, 7 bonds, 1 residue, 1 model selected  

> select #3.3/C:695-700

40 atoms, 40 bonds, 6 residues, 1 model selected  

> select add #3.3

4897 atoms, 5000 bonds, 6 pseudobonds, 606 residues, 2 models selected  

> select subtract #3.3

Nothing selected  

> select add #3.2

2500 atoms, 2554 bonds, 307 residues, 1 model selected  

> show sel cartoons

> select subtract #3.2

Nothing selected  

> select add #3.4

3438 atoms, 3504 bonds, 422 residues, 1 model selected  

> select subtract #3.4

Nothing selected  

> select add #3.5

3208 atoms, 3285 bonds, 3 pseudobonds, 393 residues, 2 models selected  

> select subtract #3.5

Nothing selected  

> select add #3.6

2943 atoms, 2977 bonds, 3 pseudobonds, 375 residues, 2 models selected  

> sequence chain #3.6/G

Alignment identifier is 3.6/G  

> select #3.6/G:293

4 atoms, 3 bonds, 1 residue, 1 model selected  

> select #3.6/G:293-298

48 atoms, 48 bonds, 6 residues, 1 model selected  

> select #3.6/G:290

8 atoms, 7 bonds, 1 residue, 1 model selected  

> select #3.6/G:290-296

51 atoms, 50 bonds, 7 residues, 1 model selected  

> select add #3.6

2943 atoms, 2977 bonds, 3 pseudobonds, 375 residues, 2 models selected  

> select subtract #3.6

Nothing selected  

> select add #3.1

3095 atoms, 3148 bonds, 1 pseudobond, 390 residues, 2 models selected  

> sequence chain #3.1/A

Alignment identifier is 3.1/A  

> select #3.1/A:589

4 atoms, 3 bonds, 1 residue, 1 model selected  

> select #3.1/A:589-597

62 atoms, 62 bonds, 9 residues, 1 model selected  

> select add #3.1

3095 atoms, 3148 bonds, 1 pseudobond, 390 residues, 2 models selected  

> select subtract #3.1

Nothing selected  

> select add #3.1

3095 atoms, 3148 bonds, 1 pseudobond, 390 residues, 2 models selected  

> select subtract #3.1

Nothing selected  

> select add #3.2

2500 atoms, 2554 bonds, 307 residues, 1 model selected  

> select #3.1/A:504

8 atoms, 7 bonds, 1 residue, 1 model selected  

> select #3.1/A:504-512

79 atoms, 80 bonds, 9 residues, 1 model selected  

> select add #3.1

3095 atoms, 3148 bonds, 1 pseudobond, 390 residues, 2 models selected  

> select subtract #3.1

Nothing selected  

> sequence chain #3.2/B

Alignment identifier is 3.2/B  

> select #3.2/B:503

9 atoms, 8 bonds, 1 residue, 1 model selected  

> select #3.2/B:503-511

67 atoms, 68 bonds, 9 residues, 1 model selected  

> select #3.2/B:471

6 atoms, 5 bonds, 1 residue, 1 model selected  

> select #3.2/B:471-574

836 atoms, 851 bonds, 104 residues, 1 model selected  

> select #3.2/B:470-471

10 atoms, 9 bonds, 2 residues, 1 model selected  

> select #3.2/B:268-471

1670 atoms, 1708 bonds, 204 residues, 1 model selected  

> hide sel cartoons

> sequence chain #3.1/A

Alignment identifier is 3.1/A  

> select
> #3.1/A:487-494,508-524,540-556,576-588,594-606,622-624,631-641,658-662,665-671,683-693,702-715,719-735,748-758,763-769,772-788,795-809,816-828,837-842,851-859

1743 atoms, 1750 bonds, 214 residues, 1 model selected  

> select #3.1/A:769

8 atoms, 7 bonds, 1 residue, 1 model selected  

> select #3.1/A:468-769

2342 atoms, 2383 bonds, 1 pseudobond, 297 residues, 2 models selected  

> select #3.1/A:765

7 atoms, 6 bonds, 1 residue, 1 model selected  

> select #3.1/A:468-765

2312 atoms, 2353 bonds, 1 pseudobond, 293 residues, 2 models selected  

> select #3.1/A:763-764

20 atoms, 20 bonds, 2 residues, 1 model selected  

> select #3.1/A:468-764

2305 atoms, 2346 bonds, 1 pseudobond, 292 residues, 2 models selected  

> select #3.1/A:759

11 atoms, 11 bonds, 1 residue, 1 model selected  

> select #3.1/A:468-759

2267 atoms, 2307 bonds, 1 pseudobond, 287 residues, 2 models selected  

> hide sel cartoons

> sequence chain #2/C

Alignment identifier is 2/C  

> select #2/C:707

7 atoms, 6 bonds, 1 residue, 1 model selected  

> select #2/C:451-707

1640 atoms, 1673 bonds, 2 pseudobonds, 205 residues, 2 models selected  

> sequence chain #3.3/C

Alignment identifier is 3.3/C  

> select #3.3/C:707

7 atoms, 6 bonds, 1 residue, 1 model selected  

> select #3.3/C:599-707

798 atoms, 813 bonds, 1 pseudobond, 102 residues, 2 models selected  

> select
> #3.3/C:26-28,40-64,67-86,111-113,115-126,138-140,144-157,181-192,222-224,227-240,256-260,265-270,281-294,304-316,321-338,340-345,348-356,360-368,370-378,381-387,391-425,435-444,447-449,451-462,465-481,488-500,548-566,570-572,576-578,584-591,595-604,606-608,613-615,628-638,645-660,670-690

3238 atoms, 3267 bonds, 392 residues, 1 model selected  

> select #3.3/C:595

7 atoms, 7 bonds, 1 residue, 1 model selected  

> select #3.3/C:595-707

829 atoms, 845 bonds, 1 pseudobond, 106 residues, 2 models selected  

> select #3.3/C:594

5 atoms, 4 bonds, 1 residue, 1 model selected  

> select #3.3/C:1-594

4068 atoms, 4154 bonds, 5 pseudobonds, 500 residues, 2 models selected  

> hide sel cartoons

> sequence chain #3.4/D

Alignment identifier is 3.4/D  

> select #3.4/D:312

8 atoms, 7 bonds, 1 residue, 1 model selected  

> select #3.4/D:312-431

987 atoms, 1008 bonds, 120 residues, 1 model selected  

> select #3.4/D:311

8 atoms, 7 bonds, 1 residue, 1 model selected  

> select #3.4/D:12-311

2419 atoms, 2462 bonds, 300 residues, 1 model selected  

> hide sel cartoons

> select #3.4/D:307

9 atoms, 8 bonds, 1 residue, 1 model selected  

> select #3.4/D:307-311

37 atoms, 36 bonds, 5 residues, 1 model selected  

> show sel cartoons

> select #3.4/D:307

9 atoms, 8 bonds, 1 residue, 1 model selected  

> select #3.4/D:307

9 atoms, 8 bonds, 1 residue, 1 model selected  

> hide sel cartoons

> select
> #3.4/D:13-30,41-57,73-85,107-118,132-145,161-166,171-181,198-200,204-209,223-234,243-258,260-272,276-289,299-308,313-320,323-338,346-359,369-381,408-416,423-430

1953 atoms, 1968 bonds, 233 residues, 1 model selected  

> select #3.4/D:308

8 atoms, 7 bonds, 1 residue, 1 model selected  

> select #3.4/D:308

8 atoms, 7 bonds, 1 residue, 1 model selected  

> hide sel cartoons

> sequence chain #3.5/E

Alignment identifier is 3.5/E  

> select
> #3.5/E:12-22,43-54,69-83,99-111,127-132,137-148,162-164,184-191,201-215,222-236,238-242,250-267,304-318,321-327,349-352,359-369,378-389,413-422,427-430

1632 atoms, 1648 bonds, 196 residues, 1 model selected  

> select #3.5/E:321

5 atoms, 4 bonds, 1 residue, 1 model selected  

> select #3.5/E:321-435

790 atoms, 806 bonds, 1 pseudobond, 99 residues, 2 models selected  

> select
> #3.5/E:12-22,43-54,69-83,99-111,127-132,137-148,162-164,184-191,201-215,222-236,238-242,250-267,304-318,321-327,349-352,359-369,378-389,413-422,427-430

1632 atoms, 1648 bonds, 196 residues, 1 model selected  

> select #3.5/E:314

12 atoms, 12 bonds, 1 residue, 1 model selected  

> select #3.5/E:314-435

848 atoms, 867 bonds, 1 pseudobond, 106 residues, 2 models selected  

> select #3.5/E:303

7 atoms, 7 bonds, 1 residue, 1 model selected  

> select #3.5/E:303-435

939 atoms, 962 bonds, 1 pseudobond, 117 residues, 2 models selected  

> select #3.5/E:298

7 atoms, 6 bonds, 1 residue, 1 model selected  

> select #3.5/E:298-435

980 atoms, 1004 bonds, 1 pseudobond, 122 residues, 2 models selected  

> select #3.5/E:297-298

12 atoms, 11 bonds, 2 residues, 1 model selected  

> select #3.5/E:297-435

985 atoms, 1009 bonds, 1 pseudobond, 123 residues, 2 models selected  

> select #3.5/E:277

9 atoms, 8 bonds, 1 residue, 1 model selected  

> select #3.5/E:4-277

2191 atoms, 2243 bonds, 1 pseudobond, 268 residues, 2 models selected  

> hide sel cartoons

> sequence chain #3.6/G

Alignment identifier is 3.6/G  

> select #3.6/G:455

8 atoms, 7 bonds, 1 residue, 1 model selected  

> select #3.6/G:455-557

811 atoms, 817 bonds, 103 residues, 1 model selected  

> select #3.6/G:443

4 atoms, 3 bonds, 1 residue, 1 model selected  

> select #3.6/G:153-443

2092 atoms, 2119 bonds, 2 pseudobonds, 269 residues, 2 models selected  

> hide sel cartoons

> ui tool show "Side View"

> lighting simple

> lighting soft

> set bgColor white

> lighting simple

> lighting soft

> lighting full

> lighting simple

> lighting shadows true

> lighting shadows false

> lighting shadows true

> lighting shadows false

> lighting full

> lighting soft

> lighting simple

> lighting soft

> graphics silhouettes true

> graphics silhouettes false

> graphics silhouettes true

No map chosen to save  
Permission denied reading directory "/Users/om/Desktop" while trying to
determine next unused file name image#.png.  

> cd "/Users/om/Downloads/HsODC WH domain"

Current working directory is: /Users/om/Downloads/HsODC WH domain  

> save "/Users/om/Downloads/HsODC WH domain/HsODC WH domains.png" width 1313
> height 830 supersample 4 transparentBackground true

> graphics silhouettes false

> select add #3

21270 atoms, 21800 bonds, 13 pseudobonds, 2551 residues, 13 models selected  

> select subtract #3

Nothing selected  

> select add #3

21270 atoms, 21800 bonds, 13 pseudobonds, 2551 residues, 13 models selected  

> select subtract #3

Nothing selected  

> hide #!3 models

> show #!3 models

> select add #3

21270 atoms, 21800 bonds, 13 pseudobonds, 2551 residues, 13 models selected  

> show sel cartoons

> select subtract #3

Nothing selected  

> select add #3.1

3095 atoms, 3148 bonds, 1 pseudobond, 390 residues, 2 models selected  

> select add #3.7

3691 atoms, 3814 bonds, 1 pseudobond, 419 residues, 3 models selected  

> select add #3.8

4284 atoms, 4480 bonds, 1 pseudobond, 448 residues, 4 models selected  

> nucleotides sel stubs

> style sel stick

Changed 4284 atom styles  

> style sel stick

Changed 4284 atom styles  

> select subtract #3.1

1189 atoms, 1332 bonds, 58 residues, 2 models selected  

> select add #3

21270 atoms, 21800 bonds, 13 pseudobonds, 2551 residues, 13 models selected  

> select subtract #3

Nothing selected  

> select add #3.7

596 atoms, 666 bonds, 29 residues, 1 model selected  

> select add #3.8

1189 atoms, 1332 bonds, 58 residues, 2 models selected  

> style sel stick

Changed 1189 atom styles  

> nucleotides sel atoms

> style nucleic & sel stick

Changed 1189 atom styles  

> color sel bynucleotide

> nucleotides sel atoms

> style nucleic & sel stick

Changed 1189 atom styles  

> style sel stick

Changed 1189 atom styles  

> show sel atoms

> nucleotides sel stubs

> color sel bynucleotide

> color #3.7 #73fcd6ff

> color #3.8 #009051ff

> select subtract #3.7

593 atoms, 666 bonds, 29 residues, 1 model selected  

> select subtract #3.8

Nothing selected  

> sequence chain #3.1/A

Alignment identifier is 3.1/A  

> sequence chain #3.1/A

Destroying pre-existing alignment with identifier 3.1/A  
Alignment identifier is 3.1/A  

> select add #3.1

3095 atoms, 3148 bonds, 1 pseudobond, 390 residues, 2 models selected  

> select #3.1/A:597

5 atoms, 4 bonds, 1 residue, 1 model selected  

> select #3.1/A:589-597

62 atoms, 62 bonds, 9 residues, 1 model selected  

> select add #3.1

3095 atoms, 3148 bonds, 1 pseudobond, 390 residues, 2 models selected  

> hide sel cartoons

> select #3.1/A:589

4 atoms, 3 bonds, 1 residue, 1 model selected  

> select #3.1/A:589-597

62 atoms, 62 bonds, 9 residues, 1 model selected  

> show sel cartoons

> sequence chain #3.2/B

Alignment identifier is 3.2/B  

> select add #3.1

3095 atoms, 3148 bonds, 1 pseudobond, 390 residues, 2 models selected  

> select subtract #3.1

Nothing selected  

> select add #3.2

2500 atoms, 2554 bonds, 307 residues, 1 model selected  

> hide sel cartoons

> select #3.2/B:363

8 atoms, 7 bonds, 1 residue, 1 model selected  

> select #3.2/B:363-369

55 atoms, 55 bonds, 7 residues, 1 model selected  

> show sel cartoons

> select add #3.2

2500 atoms, 2554 bonds, 307 residues, 1 model selected  

> select subtract #3.2

Nothing selected  

> sequence chain #3.3/C

Alignment identifier is 3.3/C  

> select add #3.3

4897 atoms, 5000 bonds, 6 pseudobonds, 606 residues, 2 models selected  

> select subtract #3.3

Nothing selected  

> select #3.3/C:158

6 atoms, 5 bonds, 1 residue, 1 model selected  

> select #3.3/C:158-180

41 atoms, 41 bonds, 1 pseudobond, 5 residues, 2 models selected  

> select #3.3/C:177

7 atoms, 6 bonds, 1 residue, 1 model selected  

> select #3.3/C:177-180

35 atoms, 36 bonds, 4 residues, 1 model selected  

> select add #3.3

4897 atoms, 5000 bonds, 6 pseudobonds, 606 residues, 2 models selected  

> hide sel cartoons

> select #3.3/C:177

7 atoms, 6 bonds, 1 residue, 1 model selected  

> select #3.3/C:177-180

35 atoms, 36 bonds, 4 residues, 1 model selected  

> show sel cartoons

> select add #3.3

4897 atoms, 5000 bonds, 6 pseudobonds, 606 residues, 2 models selected  

> select subtract #3.3

Nothing selected  

> sequence chain #3.4/D

Alignment identifier is 3.4/D  

> select #3.4/D:132

11 atoms, 11 bonds, 1 residue, 1 model selected  

> select #3.4/D:123-132

74 atoms, 75 bonds, 10 residues, 1 model selected  

> select #3.4/D:121

9 atoms, 8 bonds, 1 residue, 1 model selected  

> select #3.4/D:121-132

91 atoms, 92 bonds, 12 residues, 1 model selected  

> select #3.4/D:131

6 atoms, 5 bonds, 1 residue, 1 model selected  

> select #3.4/D:121-131

80 atoms, 80 bonds, 11 residues, 1 model selected  

> select add #3.4

3438 atoms, 3504 bonds, 422 residues, 1 model selected  

> select subtract #3.4

Nothing selected  

> select add #3.4

3438 atoms, 3504 bonds, 422 residues, 1 model selected  

> hide sel cartoons

> select #3.4/D:121

9 atoms, 8 bonds, 1 residue, 1 model selected  

> select #3.4/D:121-131

80 atoms, 80 bonds, 11 residues, 1 model selected  

> show sel cartoons

> select add #3.4

3438 atoms, 3504 bonds, 422 residues, 1 model selected  

> select subtract #3.4

Nothing selected  

> sequence chain #3.6/G

Alignment identifier is 3.6/G  

> select #3.6/G:290

8 atoms, 7 bonds, 1 residue, 1 model selected  

> select #3.6/G:290-296

51 atoms, 50 bonds, 7 residues, 1 model selected  

> select #3.6/G:294

9 atoms, 8 bonds, 1 residue, 1 model selected  

> select #3.6/G:290-294

36 atoms, 35 bonds, 5 residues, 1 model selected  

> select add #3.6

2943 atoms, 2977 bonds, 3 pseudobonds, 375 residues, 2 models selected  

> select subtract #3.6

Nothing selected  

> select add #3.6

2943 atoms, 2977 bonds, 3 pseudobonds, 375 residues, 2 models selected  

> hide sel cartoons

> select #3.6/G:290

8 atoms, 7 bonds, 1 residue, 1 model selected  

> select #3.6/G:290-294

36 atoms, 35 bonds, 5 residues, 1 model selected  

> show sel cartoons

> select add #3.6

2943 atoms, 2977 bonds, 3 pseudobonds, 375 residues, 2 models selected  

> select subtract #3.6

Nothing selected  

> select add #3.5

3208 atoms, 3285 bonds, 3 pseudobonds, 393 residues, 2 models selected  

> hide sel cartoons

> ui tool show "Side View"

> lighting soft

> lighting simple

> lighting soft

> graphics silhouettes true

> select add #3.3

8105 atoms, 8285 bonds, 9 pseudobonds, 999 residues, 4 models selected  

> sequence chain #3.3/C

Alignment identifier is 3.3/C  

> select #3.3/C:158

6 atoms, 5 bonds, 1 residue, 1 model selected  

> select #3.3/C:158-180

41 atoms, 41 bonds, 1 pseudobond, 5 residues, 2 models selected  

> show sel cartoons

> select add #3.3

4897 atoms, 5000 bonds, 6 pseudobonds, 606 residues, 2 models selected  

> select subtract #3.3

Nothing selected  

> save "/Users/om/Downloads/HsODC WH domain/HsODC ISM.png" width 1313 height
> 830 supersample 3


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

Log:
You can double click a model's Name or ID in the model panel to edit those
fields  
UCSF ChimeraX version: 1.10 (2025-06-26)  
© 2016-2025 Regents of the University of California. All rights reserved.  
How to cite UCSF ChimeraX  




OpenGL version: 4.1 Metal - 83.1
OpenGL renderer: Apple M2 Max
OpenGL vendor: Apple

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: Mac14,6
      Model Number: Z1790005QLL/A
      Chip: Apple M2 Max
      Total Number of Cores: 12 (8 performance and 4 efficiency)
      Memory: 32 GB
      System Firmware Version: 8422.141.2
      OS Loader Version: 8422.141.2

Software:

    System Software Overview:

      System Version: macOS 13.5.2 (22G91)
      Kernel Version: Darwin 22.6.0
      Time since boot: 125 days, 21 hours, 52 minutes

Graphics/Displays:

    Apple M2 Max:

      Chipset Model: Apple M2 Max
      Type: GPU
      Bus: Built-In
      Total Number of Cores: 38
      Vendor: Apple (0x106b)
      Metal Support: Metal 3
      Displays:
        Color LCD:
          Display Type: Built-in Liquid Retina XDR Display
          Resolution: 3456 x 2234 Retina
          Main Display: Yes
          Mirror: Off
          Online: Yes
          Automatically Adjust Brightness: Yes
          Connection Type: Internal
        HP E232:
          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:
    alabaster: 1.0.0
    appdirs: 1.4.4
    appnope: 0.1.4
    asttokens: 3.0.0
    auditwheel: 6.4.0
    babel: 2.17.0
    beautifulsoup4: 4.13.3
    blockdiag: 3.0.0
    blosc2: 3.5.0
    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-Atomic: 1.60.7
    ChimeraX-AtomicLibrary: 14.1.18
    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
    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.2
    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.9.1
    cxservices: 1.2.3
    cycler: 0.12.1
    Cython: 3.0.12
    debugpy: 1.8.14
    decorator: 5.2.1
    docutils: 0.21.2
    executing: 2.2.0
    filelock: 3.18.0
    fonttools: 4.58.4
    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.4.4
    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
    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
    pycollada: 0.8
    pydicom: 2.4.4
    pyelftools: 0.32
    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
    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.0
    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.