wiki:TracQuery

Version 1 (modified by trac, 12 years ago) ( diff )

--

Trac Ticket Queries

In addition to reports, Trac provides support for custom ticket queries, used to display lists of tickets meeting a specified set of 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 and no name/email 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 of 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.

Once you've edited your filters click the Update button to refresh your results.

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

Using the [[TicketQuery]] Macro

The TicketQuery macro lets you display lists of tickets matching certain criteria anywhere you can use WikiFormatting.

Example:

[[TicketQuery(version=0.6|0.7&resolution=duplicate)]]

This is displayed as:

#1317
ChimeraX bug report submission
#1558
Apparent infinite recursion of find_close_points_boxes
#1586
Seq Viewer: unproved enter() call on region browser

Just like the query: wiki links, the parameter of this macro expects a query string formatted according to the rules of the simple ticket query language. This also allows displaying the link and description of a single ticket:

[[TicketQuery(id=123)]]

This is displayed as:

#123
Crash in num_chains for 4v6w.cif

A more compact representation without the ticket summaries is also available:

[[TicketQuery(version=0.6|0.7&resolution=duplicate, compact)]]

This is displayed as:

#1317, #1558, #1586

Finally, if you wish to receive only the number of defects that match the query, use the count parameter.

[[TicketQuery(version=0.6|0.7&resolution=duplicate, count)]]

This is displayed as:

3

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 by placing pipes (|) between the columns like below:

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

This is displayed as:

Results (1 - 3 of 13895)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#20396 fixed msa3d not skipping None residues Eric Pettersen Eric Pettersen
#20395 duplicate Crash in QObject::event in Qt 6.10.1 Tom Goddard chimerax-bug-report@…
#20393 duplicate Crash in accessibility routines Tom Goddard chimerax-bug-report@…
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> like below:

[[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 13895)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#20396 fixed msa3d not skipping None residues Eric Pettersen Eric Pettersen
Description
The following bug report has been submitted:
Platform:        macOS-15.7.7-arm64-arm-64bit
ChimeraX Version: 1.13.dev202605192122 (2026-05-19 21:22:40 UTC)
Description
msa3d /A

Log:
UCSF ChimeraX version: 1.13.dev202605192122 (2026-05-19)  
© 2016-2026 Regents of the University of California. All rights reserved.  
How to cite UCSF ChimeraX  

> open 2mnr 1muc

2mnr title:  
Mechanism of the reaction catalyzed by mandelate racemase. 2. Crystal
structure of mandelate racemase At 2.5 angstroms resolution: identification of
the active site and possible catalytic residues [more info...]  
  
Chain information for 2mnr #1  
---  
Chain | Description | UniProt  
A | MANDELATE RACEMASE | MANR_PSEPU 3-359  
  
Non-standard residues in 2mnr #1  
---  
MN — manganese (II) ion  
SO4 — sulfate ion  
  
2mnr mmCIF Assemblies  
---  
1| author_and_software_defined_assembly  
  
1muc title:  
Structure of muconate lactonizing enzyme At 1.85 angstroms resolution [more
info...]  
  
Chain information for 1muc #2  
---  
Chain | Description | UniProt  
A B | MUCONATE LACTONIZING ENZYME | CATB_PSEPU 1-373  
  
Non-standard residues in 1muc #2  
---  
MN — manganese (II) ion  
  
1muc mmCIF Assemblies  
---  
1| author_and_software_defined_assembly  
  

> mmaker #1 to #2

Parameters  
---  
Chain pairing | bb  
Alignment algorithm | Needleman-Wunsch  
Similarity matrix | BLOSUM-62  
SS fraction | 0.3  
Gap open (HH/SS/other) | 18/18/6  
Gap extend | 1  
SS matrix |  |  | H | S | O  
---|---|---|---  
H | 6 | -9 | -6  
S |  | 6 | -6  
O |  |  | 4  
Iteration cutoff | 2  
  
Matchmaker 1muc, chain A (#2) with 2mnr, chain A (#1), sequence alignment
score = 549.1  
RMSD between 202 pruned atom pairs is 1.107 angstroms; (across all 340 pairs:
3.634)  
  

> msa3d /A

Match→Align cutoff: 5.0, in column if within cutoff of: any  
332 residue pairs aligned  
357 fully populated columns  
Traceback (most recent call last):  
File
"/Users/pett/src/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/cmd_line/tool.py", line 322, in execute  
cmd.run(cmd_text)  
File
"/Users/pett/src/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3245, in run  
result = ci.function(session, **kw_args)  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File
"/Users/pett/src/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/match_align/cmd.py", line 155, in make_alignment  
coords[seq] = column_atoms(seq, full_cols).scene_coords  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File
"/Users/pett/src/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/match_align/cmd.py", line 247, in column_atoms  
return Atoms([r.principal_atom for r in [residues[i] for i in seq_columns]])  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File
"/Users/pett/src/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/match_align/cmd.py", line 247, in <listcomp>  
return Atoms([r.principal_atom for r in [residues[i] for i in seq_columns]])  
^^^^^^^^^^^^^^^^  
AttributeError: 'NoneType' object has no attribute 'principal_atom'  
  
AttributeError: 'NoneType' object has no attribute 'principal_atom'  
  
File
"/Users/pett/src/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/match_align/cmd.py", line 247, in  
return Atoms([r.principal_atom for r in [residues[i] for i in seq_columns]])  
^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  




OpenGL version: 4.1 Metal - 89.4
OpenGL renderer: Apple M3
OpenGL vendor: Apple

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

    Hardware Overview:

      Model Name: iMac
      Model Identifier: Mac15,5
      Model Number: Z19K0011DLL/A
      Chip: Apple M3
      Total Number of Cores: 8 (4 performance and 4 efficiency)
      Memory: 16 GB
      System Firmware Version: mBoot-18000.120.36
      OS Loader Version: 11881.140.96.701.1

Software:

    System Software Overview:

      System Version: macOS 15.7.7 (24G720)
      Kernel Version: Darwin 24.6.0
      Time since boot: 3 hours, 48 minutes

Graphics/Displays:

    Apple M3:

      Chipset Model: Apple M3
      Type: GPU
      Bus: Built-In
      Total Number of Cores: 10
      Vendor: Apple (0x106b)
      Metal Support: Metal 3
      Displays:
        iMac:
          Display Type: Built-In Retina LCD
          Resolution: Retina 4.5K (4480 x 2520)
          Main Display: Yes
          Mirror: Off
          Online: Yes
          Automatically Adjust Brightness: Yes
          Connection Type: Internal


Installed Packages:
    accessible-pygments: 0.0.5
    aiohappyeyeballs: 2.6.1
    aiohttp: 3.13.1
    aiosignal: 1.4.0
    alabaster: 1.0.0
    annotated-types: 0.7.0
    anyio: 4.12.1
    appdirs: 1.4.4
    appnope: 0.1.4
    asttokens: 3.0.1
    attrs: 25.4.0
    babel: 2.18.0
    beautifulsoup4: 4.13.5
    blockdiag: 3.0.0
    blosc2: 4.0.0
    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.2
    ChimeraX-AlignmentMatrices: 2.1
    ChimeraX-Alignments: 3.2
    ChimeraX-AlphaFold: 1.0.1
    ChimeraX-AltlocExplorer: 1.2
    ChimeraX-AmberInfo: 1.0
    ChimeraX-Animations: 1.0
    ChimeraX-Aniso: 1.3.2
    ChimeraX-Arrays: 1.1
    ChimeraX-Atomic: 1.69.1
    ChimeraX-AtomicLibrary: 14.4
    ChimeraX-AtomSearch: 2.0.1
    ChimeraX-AxesPlanes: 2.4
    ChimeraX-BasicActions: 1.1.3
    ChimeraX-BILD: 1.0
    ChimeraX-BlastProtein: 3.0.0
    ChimeraX-Boltz: 1.1
    ChimeraX-BondRot: 2.0.4
    ChimeraX-BugReporter: 1.0.2
    ChimeraX-BuildStructure: 2.13.1
    ChimeraX-Bumps: 1.0
    ChimeraX-BundleBuilder: 1.6.0
    ChimeraX-ButtonPanel: 1.0.1
    ChimeraX-CageBuilder: 1.0.1
    ChimeraX-CellPack: 1.0
    ChimeraX-Centroids: 1.4.1
    ChimeraX-ChangeChains: 1.1
    ChimeraX-CheckWaters: 1.5
    ChimeraX-ChemGroup: 2.0.2
    ChimeraX-Clashes: 2.3.1
    ChimeraX-Cluster: 1.0
    ChimeraX-ColorActions: 1.0.5
    ChimeraX-ColorGlobe: 1.0
    ChimeraX-ColorKey: 1.5.8
    ChimeraX-CommandLine: 1.3.1
    ChimeraX-ConnectStructure: 2.0.1
    ChimeraX-Contacts: 1.0.1
    ChimeraX-Core: 1.13.dev202605192122
    ChimeraX-CoreFormats: 1.2
    ChimeraX-coulombic: 1.4.5
    ChimeraX-Crosslinks: 1.0
    ChimeraX-Crystal: 1.0
    ChimeraX-CrystalContacts: 1.0.1
    ChimeraX-DataFormats: 1.2.4
    ChimeraX-Dicom: 1.2.7
    ChimeraX-DistMonitor: 1.4.2
    ChimeraX-DockPrep: 1.2
    ChimeraX-Dssp: 2.0
    ChimeraX-EMDB-SFF: 1.0
    ChimeraX-ESMFold: 1.0
    ChimeraX-FileHistory: 1.0.1
    ChimeraX-FunctionKey: 1.0.1
    ChimeraX-Geometry: 1.3
    ChimeraX-gltf: 1.0
    ChimeraX-Graphics: 1.4.1
    ChimeraX-Hbonds: 2.5.3
    ChimeraX-Help: 1.3
    ChimeraX-HKCage: 1.3
    ChimeraX-IHM: 1.1
    ChimeraX-ImageFormats: 1.2
    ChimeraX-IMOD: 1.0
    ChimeraX-IO: 1.0.4
    ChimeraX-ItemsInspection: 1.0.1
    ChimeraX-IUPAC: 1.0
    ChimeraX-KVFinder: 1.8.2
    ChimeraX-Label: 1.4
    ChimeraX-LightingGUI: 1.0
    ChimeraX-ListInfo: 1.3.1
    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-MatchAlign: 1.1
    ChimeraX-MatchMaker: 2.4
    ChimeraX-MCopy: 1.0
    ChimeraX-MCPServer: 0.2.0
    ChimeraX-MDcrds: 2.19
    ChimeraX-MedicalToolbar: 1.1
    ChimeraX-Meeting: 1.0.1
    ChimeraX-Minimize: 1.3.8
    ChimeraX-MLP: 1.1.1
    ChimeraX-mmCIF: 2.16
    ChimeraX-MMTF: 2.2
    ChimeraX-ModelArchive: 1.0
    ChimeraX-Modeller: 1.5.23
    ChimeraX-ModelPanel: 1.6.1
    ChimeraX-ModelSeries: 1.0.1
    ChimeraX-Mol2: 2.0.3
    ChimeraX-Mole: 1.0
    ChimeraX-Morph: 1.0.2
    ChimeraX-MouseModes: 1.2
    ChimeraX-Movie: 1.0.1
    ChimeraX-MutationScores: 1.0
    ChimeraX-Neuron: 1.0
    ChimeraX-Nifti: 1.2
    ChimeraX-NMRSTAR: 1.0.2
    ChimeraX-NRRD: 1.2
    ChimeraX-Nucleotides: 2.0.3
    ChimeraX-OpenCommand: 1.16
    ChimeraX-OrthoPick: 1.0.1
    ChimeraX-PDB: 2.7.12
    ChimeraX-PDBBio: 1.0.1
    ChimeraX-PDBLibrary: 1.0.5
    ChimeraX-PDBMatrices: 1.0
    ChimeraX-PhenixUI: 1.6.1
    ChimeraX-PickBlobs: 1.0.1
    ChimeraX-Positions: 1.0
    ChimeraX-PresetMgr: 1.1.4
    ChimeraX-ProfileGrids: 1.8
    ChimeraX-ProNA3D: 0.1
    ChimeraX-PubChem: 2.2
    ChimeraX-ReadPbonds: 1.0.1
    ChimeraX-Registration: 1.1.2
    ChimeraX-RemoteControl: 1.0
    ChimeraX-RenderByAttr: 1.8.1
    ChimeraX-RenumberResidues: 1.1
    ChimeraX-ResidueFit: 1.0.1
    ChimeraX-RestServer: 1.3.3
    ChimeraX-RNALayout: 1.0
    ChimeraX-RotamerLibMgr: 4.0
    ChimeraX-RotamerLibsDunbrack: 2.0
    ChimeraX-RotamerLibsDynameomics: 2.0
    ChimeraX-RotamerLibsRichardson: 2.0
    ChimeraX-SaveCommand: 1.5.2
    ChimeraX-Scenes: 0.3.1
    ChimeraX-SchemeMgr: 1.0
    ChimeraX-SDF: 2.0.3
    ChimeraX-Segger: 1.0
    ChimeraX-Segment: 1.0.1
    ChimeraX-Segmentations: 3.5.12
    ChimeraX-SelInspector: 1.0
    ChimeraX-SeqView: 2.18
    ChimeraX-Shape: 1.1
    ChimeraX-Shell: 1.0.1
    ChimeraX-Shortcuts: 1.2.1
    ChimeraX-ShowSequences: 1.0.3
    ChimeraX-SideView: 1.0.1
    ChimeraX-SimilarStructures: 1.0.1
    ChimeraX-Smiles: 2.1.2
    ChimeraX-SmoothLines: 1.0
    ChimeraX-SNFG: 1.0
    ChimeraX-SpaceNavigator: 1.0
    ChimeraX-StdCommands: 1.19.3
    ChimeraX-STL: 1.0.1
    ChimeraX-Storm: 1.0
    ChimeraX-StructMeasure: 1.2.1
    ChimeraX-Struts: 1.0.1
    ChimeraX-Surface: 1.0.1
    ChimeraX-SwapAA: 2.0.1
    ChimeraX-SwapRes: 2.5.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.51.2
    ChimeraX-Umap: 1.0
    ChimeraX-uniprot: 2.3.2
    ChimeraX-UnitCell: 1.0.1
    ChimeraX-ViewDock: 1.6.2
    ChimeraX-VIPERdb: 1.0
    ChimeraX-Vive: 1.1
    ChimeraX-VolumeMenu: 1.0.1
    ChimeraX-vrml: 1.0
    ChimeraX-VTK: 1.0
    ChimeraX-WavefrontOBJ: 1.0
    ChimeraX-WebCam: 1.0.2
    ChimeraX-WebServices: 1.1.5
    ChimeraX-Zone: 1.0.1
    click: 8.3.1
    colorama: 0.4.6
    comm: 0.2.3
    contourpy: 1.3.3
    coverage: 7.13.4
    cxservices: 1.2.3
    cycler: 0.12.1
    Cython: 3.1.4
    debugpy: 1.8.20
    decorator: 5.2.1
    docutils: 0.21.2
    executing: 2.2.1
    filelock: 3.19.1
    fonttools: 4.61.1
    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: 7.1.0
    ipython: 9.9.0
    ipython_pygments_lexers: 1.1.1
    ipywidgets: 8.1.8
    jedi: 0.19.2
    Jinja2: 3.1.6
    jsonschema: 4.26.0
    jsonschema-specifications: 2025.9.1
    jupyter_client: 8.8.0
    jupyter_core: 5.9.1
    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.1
    ndindex: 1.10.1
    nest-asyncio: 1.6.0
    netCDF4: 1.6.5
    networkx: 3.3
    nibabel: 5.2.0
    nptyping: 2.5.0
    numexpr: 2.14.1
    numpy: 1.26.4
    OpenMM: 8.4.0
    openvr: 1.26.701
    packaging: 25.0
    ParmEd: 4.2.2
    parso: 0.8.6
    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.1
    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
    pydata-sphinx-theme: 0.16.1
    pydicom: 2.4.4
    Pygments: 2.18.0
    pynmrstar: 3.5.0
    pynrrd: 1.0.0
    PyOpenGL: 3.1.10
    PyOpenGL-accelerate: 3.1.10
    pyopenxr: 1.1.4501
    pyparsing: 3.3.2
    pyproject_hooks: 1.2.0
    PyQt6: 6.10.2
    PyQt6-Qt6: 6.10.1
    PyQt6-WebEngine: 6.10.0
    PyQt6-WebEngine-Qt6: 6.10.1
    PyQt6_sip: 13.10.3
    pytest: 9.0.2
    pytest-cov: 7.0.0
    python-dateutil: 2.9.0.post0
    python-dotenv: 1.2.1
    python-multipart: 0.0.22
    pyzmq: 27.1.0
    qtconsole: 5.7.0
    QtPy: 2.4.3
    qtshim: 1.2.1
    RandomWords: 0.4.0
    referencing: 0.37.0
    requests: 2.32.5
    roman-numerals: 4.1.0
    rpds-py: 0.30.0
    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.3
    Sphinx: 9.0.4
    sphinx-autodoc-typehints: 3.6.1
    sphinxcontrib-applehelp: 2.0.0
    sphinxcontrib-blockdiag: 3.0.0
    sphinxcontrib-devhelp: 2.0.0
    sphinxcontrib-htmlhelp: 2.1.0
    sphinxcontrib-jsmath: 1.0.1
    sphinxcontrib-qthelp: 2.0.0
    sphinxcontrib-serializinghtml: 2.0.0
    sse-starlette: 3.2.0
    stack-data: 0.6.3
    starlette: 0.52.1
    superqt: 0.7.6
    tables: 3.10.2
    tcia_utils: 1.5.1
    tifffile: 2025.3.13
    tinyarray: 1.2.5
    tornado: 6.5.4
    traitlets: 5.14.3
    typing-inspection: 0.4.2
    typing_extensions: 4.15.0
    urllib3: 2.6.3
    uvicorn: 0.40.0
    wcwidth: 0.6.0
    webcolors: 24.11.1
    wheel: 0.45.1
    wheel-filename: 1.4.2
    widgetsnbextension: 4.0.15
    yarl: 1.22.0
#20395 duplicate Crash in QObject::event in Qt 6.10.1 Tom Goddard chimerax-bug-report@…
Description
The following bug report has been submitted:
Platform:        macOS-26.3-arm64-arm-64bit
ChimeraX Version: 1.12rc202605192128 (2026-05-19 21:28:39 UTC)
Description
Last time you used ChimeraX it crashed.
Please describe steps that led to the crash here.
Fatal Python error: Segmentation fault

Current thread 0x0000000204af7080 (most recent call first):
  File "/private/var/folders/dt/rckv67dx1pg9t1my06vk_fpm0000gn/T/AppTranslocation/F5732700-B327-4237-9DB2-15CE16DDD4A4/d/ChimeraX-1.12-rc2026.05.20.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/ui/gui.py", line 424 in event_loop
  File "/private/var/folders/dt/rckv67dx1pg9t1my06vk_fpm0000gn/T/AppTranslocation/F5732700-B327-4237-9DB2-15CE16DDD4A4/d/ChimeraX-1.12-rc2026.05.20.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/core/__main__.py", line 1064 in init
  File "/private/var/folders/dt/rckv67dx1pg9t1my06vk_fpm0000gn/T/AppTranslocation/F5732700-B327-4237-9DB2-15CE16DDD4A4/d/ChimeraX-1.12-rc2026.05.20.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/core/__main__.py", line 1229 in 
  File "", line 88 in _run_code
  File "", line 198 in _run_module_as_main

Extension modules: chimerax.arrays._arrays, numpy.core._multiarray_umath, numpy.core._multiarray_tests, numpy.linalg._umath_linalg, numpy.fft._pocketfft_internal, numpy.random._common, numpy.random.bit_generator, numpy.random._bounded_integers, numpy.random._mt19937, numpy.random.mtrand, numpy.random._philox, numpy.random._pcg64, numpy.random._sfc64, numpy.random._generator, chimerax.geometry._geometry, PyQt6.QtCore, PyQt6.QtGui, PyQt6.QtWidgets, PyQt6.QtNetwork, PyQt6.QtPrintSupport, PyQt6.QtWebChannel, PyQt6.QtWebEngineCore, PyQt6.QtWebEngineWidgets, chimerax.atomic_lib._load_libs, tinyarray, chimerax.atomic.cymol, chimerax.atomic.cytmpl, chimerax.map._map, psutil._psutil_osx, psutil._psutil_posix, 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 (total: 39)


{"app_name":"ChimeraX","timestamp":"2026-05-26 17:42:35.00 +0300","app_version":"1.12.0","slice_uuid":"544eb719-b770-3601-b425-1ceb237637ac","build_version":"1.12.0.0","platform":1,"bundleID":"edu.ucsf.cgl.ChimeraX","share_with_app_devs":1,"is_first_party":0,"bug_type":"309","os_version":"macOS 26.3 (25D125)","roots_installed":0,"name":"ChimeraX","incident_id":"EA736560-23FD-47DA-B30E-E2D2482900AF"}
{
  "uptime" : 1100000,
  "procRole" : "Foreground",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "Mac16,12",
  "coalitionID" : 68192,
  "osVersion" : {
    "train" : "macOS 26.3",
    "build" : "25D125",
    "releaseType" : "User"
  },
  "captureTime" : "2026-05-26 17:42:32.2726 +0300",
  "codeSigningMonitor" : 2,
  "incident" : "EA736560-23FD-47DA-B30E-E2D2482900AF",
  "pid" : 14227,
  "translated" : false,
  "cpuType" : "ARM-64",
  "procLaunch" : "2026-05-26 17:42:18.0301 +0300",
  "procStartAbsTime" : 26405503014828,
  "procExitAbsTime" : 26405844632130,
  "procName" : "ChimeraX",
  "procPath" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.app\/Contents\/MacOS\/ChimeraX",
  "bundleInfo" : {"CFBundleShortVersionString":"1.12.0","CFBundleVersion":"1.12.0.0","CFBundleIdentifier":"edu.ucsf.cgl.ChimeraX"},
  "storeInfo" : {"deviceIdentifierForVendor":"61AC08BF-03F2-5807-862F-52CA2E20AA25","thirdParty":true},
  "parentProc" : "launchd",
  "parentPid" : 1,
  "coalitionName" : "edu.ucsf.cgl.ChimeraX",
  "crashReporterKey" : "421F22A6-197C-9B0F-F19F-CC565D8A5731",
  "lowPowerMode" : 1,
  "appleIntelligenceStatus" : {"state":"unavailable","reasons":["assetIsNotReady","notOptedIn"]},
  "developerMode" : 1,
  "codeSigningID" : "edu.ucsf.cgl.ChimeraX",
  "codeSigningTeamID" : "LWV8X224YF",
  "codeSigningFlags" : 570491649,
  "codeSigningValidationCategory" : 6,
  "codeSigningTrustLevel" : 4294967295,
  "codeSigningAuxiliaryInfo" : 0,
  "instructionByteStream" : {"beforePC":"fyMD1f17v6n9AwCRFOD\/l78DAJH9e8Go\/w9f1sADX9YQKYDSARAA1A==","atPC":"AwEAVH8jA9X9e7+p\/QMAkQng\/5e\/AwCR\/XvBqP8PX9bAA1\/WcAqA0g=="},
  "bootSessionUUID" : "C2F858DB-6D87-4040-A34B-7CAD7CB36732",
  "wakeTime" : 8145,
  "sleepWakeUUID" : "1909E0C4-691F-4B69-8461-9E3EF008E236",
  "sip" : "enabled",
  "vmRegionInfo" : "0x2ac is not in any region.  Bytes before following region: 4334992724
      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL
      UNUSED SPACE AT START
--->  
      __TEXT                      10262c000-102630000    [   16K] r-x\/r-x SM=COW  \/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.app\/Contents\/MacOS\/ChimeraX",
  "exception" : {"codes":"0x0000000000000001, 0x00000000000002ac","rawCodes":[1,684],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"KERN_INVALID_ADDRESS at 0x00000000000002ac"},
  "termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","byProc":"ChimeraX","byPid":14227},
  "vmregioninfo" : "0x2ac is not in any region.  Bytes before following region: 4334992724
      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL
      UNUSED SPACE AT START
--->  
      __TEXT                      10262c000-102630000    [   16K] r-x\/r-x SM=COW  \/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.app\/Contents\/MacOS\/ChimeraX",
  "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
  "faultingThread" : 0,
  "threads" : [{

"threadState":{"x":[{"value":0},{"value":0},{"value":1},{"value":34402515608},{"value":99},{"value":109},{"value":18446744072631617535},{"value":18446726482597246976},{"value":8523071378643014723},{"value":8523071369997427907},{"value":14757395258967641293},{"value":4294967286},{"value":34402515538},{"value":0},{"value":51},{"value":4294967280},{"value":328},{"value":8691338920},{"value":0},{"value":11},{"value":259},{"value":8668541280					,"symbolLocation":224,"symbol":    "_main_thread"},{"value":0},{"value":1},{"value":4357146168					,"symbolLocation":0,"symbol":    "faulthandler_handlers"},{"value":5766308256					,"symbolLocation":3822416,"symbol":    "vtable for content::NativeScreenCapturePickerMac"},{"value":5749465641},{"value":5766308256					,"symbolLocation":3822416,"symbol":    "vtable for content::NativeScreenCapturePickerMac"},{"value":34353471488}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6853998728},"cpsr":{"value":1073741824},"fp":{"value":34402515680},"sp":{"value":34402515648},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6853760432,"matchesCrashFrame":1},"far":{"value":0}},"id":17316713,"triggered":true,"name":"CrBrowserMain","queue":"com.apple.main-thread","frames":[


{"imageOffset":38320,"symbol":    "__pthread_kill"					,"symbolLocation":8,"imageIndex":108},
{"imageOffset":26760,"symbol":    "pthread_kill"					,"symbolLocation":296,"imageIndex":109},
{"imageOffset":269616,"symbol":    "raise"					,"symbolLocation":32,"imageIndex":110},
{"imageOffset":2447420,"symbol":    "faulthandler_fatal_error"					,"symbolLocation":392,"imageIndex":1},
{"imageOffset":14180,"symbol":    "_sigtramp"					,"symbolLocation":56,"imageIndex":111},
{"imageOffset":465944,"imageIndex":57},
{"imageOffset":55907256,"imageIndex":57},
{"imageOffset":55892576,"imageIndex":57},
{"imageOffset":55951140,"imageIndex":57},
{"imageOffset":128058676,"imageIndex":57},
{"imageOffset":52508380,"imageIndex":57},
{"imageOffset":94449548,"imageIndex":57},
{"imageOffset":94471644,"imageIndex":57},
{"imageOffset":94455264,"imageIndex":57},
{"imageOffset":94484836,"imageIndex":57},
{"imageOffset":94482848,"imageIndex":57},
{"imageOffset":94471644,"imageIndex":57},
{"imageOffset":94435608,"imageIndex":57},
{"imageOffset":94437676,"imageIndex":57},
{"imageOffset":94437312,"imageIndex":57},
{"imageOffset":49563480,"imageIndex":57},
{"imageOffset":94578472,"imageIndex":57},
{"imageOffset":126523564,"imageIndex":57},
{"imageOffset":83765700,"imageIndex":57},
{"imageOffset":83907944,"imageIndex":57},
{"imageOffset":83906692,"imageIndex":57},
{"imageOffset":358332,"imageIndex":57},
{"imageOffset":928608,"symbol":    "QObject::event(QEvent*)"					,"symbolLocation":104,"imageIndex":46},
{"imageOffset":65556,"symbol":    "QApplicationPrivate::notify_helper(QObject*, QEvent*)"					,"symbolLocation":332,"imageIndex":50},
{"imageOffset":69740,"symbol":    "QApplication::notify(QObject*, QEvent*)"					,"symbolLocation":516,"imageIndex":50},
{"imageOffset":1431188,"symbol":    "sipQApplication::notify(QObject*, QEvent*)"					,"symbolLocation":248,"imageIndex":49},
{"imageOffset":626296,"symbol":    "QCoreApplication::sendEvent(QObject*, QEvent*)"					,"symbolLocation":172,"imageIndex":46},
{"imageOffset":628296,"symbol":    "QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*)"					,"symbolLocation":524,"imageIndex":46},
{"imageOffset":94712,"imageIndex":72},
{"imageOffset":99480,"imageIndex":72},
{"imageOffset":391688,"symbol":    "__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__"					,"symbolLocation":28,"imageIndex":112},
{"imageOffset":391580,"symbol":    "__CFRunLoopDoSource0"					,"symbolLocation":172,"imageIndex":112},
{"imageOffset":390920,"symbol":    "__CFRunLoopDoSources0"					,"symbolLocation":232,"imageIndex":112},
{"imageOffset":385944,"symbol":    "__CFRunLoopRun"					,"symbolLocation":820,"imageIndex":112},
{"imageOffset":1150780,"symbol":    "_CFRunLoopRunSpecificWithOptions"					,"symbolLocation":532,"imageIndex":112},
{"imageOffset":792464,"symbol":    "RunCurrentEventLoopInMode"					,"symbolLocation":316,"imageIndex":113},
{"imageOffset":805344,"symbol":    "ReceiveNextEventCommon"					,"symbolLocation":272,"imageIndex":113},
{"imageOffset":2419556,"symbol":    "_BlockUntilNextEventMatchingListInMode"					,"symbolLocation":48,"imageIndex":113},
{"imageOffset":5382164,"symbol":    "_DPSBlockUntilNextEventMatchingListInMode"					,"symbolLocation":236,"imageIndex":114},
{"imageOffset":130632,"symbol":    "_DPSNextEvent"					,"symbolLocation":588,"imageIndex":114},
{"imageOffset":11431564,"symbol":    "-[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]"					,"symbolLocation":688,"imageIndex":114},
{"imageOffset":11430808,"symbol":    "-[NSApplication(NSEventRouting) nextEventMatchingMask:untilDate:inMode:dequeue:]"					,"symbolLocation":72,"imageIndex":114},
{"imageOffset":100224,"symbol":    "-[NSApplication run]"					,"symbolLocation":368,"imageIndex":114},
{"imageOffset":89372,"imageIndex":72},
{"imageOffset":663800,"symbol":    "QEventLoop::exec(QFlags)"					,"symbolLocation":588,"imageIndex":46},
{"imageOffset":625520,"symbol":    "QCoreApplication::exec()"					,"symbolLocation":228,"imageIndex":46},
{"imageOffset":2522140,"symbol":    "meth_QApplication_exec(_object*, _object*)"					,"symbolLocation":96,"imageIndex":49},
{"imageOffset":998296,"symbol":    "cfunction_call"					,"symbolLocation":96,"imageIndex":1},
{"imageOffset":586556,"symbol":    "_PyObject_MakeTpCall"					,"symbolLocation":128,"imageIndex":1},
{"imageOffset":1798332,"symbol":    "_PyEval_EvalFrameDefault"					,"symbolLocation":54032,"imageIndex":1},
{"imageOffset":1739512,"symbol":    "PyEval_EvalCode"					,"symbolLocation":276,"imageIndex":1},
{"imageOffset":1717120,"symbol":    "builtin_exec"					,"symbolLocation":428,"imageIndex":1},
{"imageOffset":1000848,"symbol":    "cfunction_vectorcall_FASTCALL_KEYWORDS"					,"symbolLocation":80,"imageIndex":1},
{"imageOffset":1797396,"symbol":    "_PyEval_EvalFrameDefault"					,"symbolLocation":53096,"imageIndex":1},
{"imageOffset":1820600,"symbol":    "_PyEval_Vector"					,"symbolLocation":156,"imageIndex":1},
{"imageOffset":2419316,"symbol":    "pymain_run_module"					,"symbolLocation":256,"imageIndex":1},
{"imageOffset":2417940,"symbol":    "Py_RunMain"					,"symbolLocation":1784,"imageIndex":1},
{"imageOffset":2422468,"symbol":    "pymain_main"					,"symbolLocation":52,"imageIndex":1},
{"imageOffset":2422404,"symbol":    "Py_Main"					,"symbolLocation":36,"imageIndex":1},
{"imageOffset":5032,"symbol":    "main"					,"symbolLocation":128,"imageIndex":0},
{"imageOffset":36180,"symbol":    "start"					,"symbolLocation":7184,"imageIndex":115}]},{"id":17316782,"frames":[


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

"threadState":{"x":[{"value":260},{"value":0},{"value":256},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6132444872},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8691338848},{"value":0},{"value":4559183888					,"symbolLocation":16,"symbol":    "thread_status"},{"value":4559183952					,"symbolLocation":80,"symbol":    "thread_status"},{"value":6132445408},{"value":0},{"value":0},{"value":256},{"value":257},{"value":512},{"value":4559097856					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6854000860},"cpsr":{"value":1610612736},"fp":{"value":6132444992},"sp":{"value":6132444848},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6853739768},"far":{"value":0}}},{"id":17316783,"frames":[


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

"threadState":{"x":[{"value":260},{"value":0},{"value":256},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6133018312},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8691338848},{"value":0},{"value":4559184016					,"symbolLocation":144,"symbol":    "thread_status"},{"value":4559184080					,"symbolLocation":208,"symbol":    "thread_status"},{"value":6133018848},{"value":0},{"value":0},{"value":256},{"value":257},{"value":512},{"value":4559097856					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6854000860},"cpsr":{"value":1610612736},"fp":{"value":6133018432},"sp":{"value":6133018288},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6853739768},"far":{"value":0}}},{"id":17316784,"frames":[


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

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6133591752},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8691338848},{"value":0},{"value":4559184144					,"symbolLocation":272,"symbol":    "thread_status"},{"value":4559184208					,"symbolLocation":336,"symbol":    "thread_status"},{"value":6133592288},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4559097856					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6854000860},"cpsr":{"value":1610612736},"fp":{"value":6133591872},"sp":{"value":6133591728},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6853739768},"far":{"value":0}}},{"id":17316785,"frames":[


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

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6134165192},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8691338848},{"value":0},{"value":4559184272					,"symbolLocation":400,"symbol":    "thread_status"},{"value":4559184336					,"symbolLocation":464,"symbol":    "thread_status"},{"value":6134165728},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4559097856					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6854000860},"cpsr":{"value":1610612736},"fp":{"value":6134165312},"sp":{"value":6134165168},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6853739768},"far":{"value":0}}},{"id":17316786,"frames":[


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

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6134738632},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8691338848},{"value":0},{"value":4559184400					,"symbolLocation":528,"symbol":    "thread_status"},{"value":4559184464					,"symbolLocation":592,"symbol":    "thread_status"},{"value":6134739168},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4559097856					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6854000860},"cpsr":{"value":1610612736},"fp":{"value":6134738752},"sp":{"value":6134738608},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6853739768},"far":{"value":0}}},{"id":17316787,"frames":[


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

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6135312072},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8691338848},{"value":0},{"value":4559184528					,"symbolLocation":656,"symbol":    "thread_status"},{"value":4559184592					,"symbolLocation":720,"symbol":    "thread_status"},{"value":6135312608},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4559097856					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6854000860},"cpsr":{"value":1610612736},"fp":{"value":6135312192},"sp":{"value":6135312048},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6853739768},"far":{"value":0}}},{"id":17316788,"frames":[


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

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6135885512},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8691338848},{"value":0},{"value":4559184656					,"symbolLocation":784,"symbol":    "thread_status"},{"value":4559184720					,"symbolLocation":848,"symbol":    "thread_status"},{"value":6135886048},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4559097856					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6854000860},"cpsr":{"value":1610612736},"fp":{"value":6135885632},"sp":{"value":6135885488},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6853739768},"far":{"value":0}}},{"id":17316789,"frames":[


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

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6136458952},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8691338848},{"value":0},{"value":4559184784					,"symbolLocation":912,"symbol":    "thread_status"},{"value":4559184848					,"symbolLocation":976,"symbol":    "thread_status"},{"value":6136459488},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4559097856					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6854000860},"cpsr":{"value":1610612736},"fp":{"value":6136459072},"sp":{"value":6136458928},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6853739768},"far":{"value":0}}},{"id":17316790,"frames":[


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

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6137032392},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8691338848},{"value":0},{"value":4559184912					,"symbolLocation":1040,"symbol":    "thread_status"},{"value":4559184976					,"symbolLocation":1104,"symbol":    "thread_status"},{"value":6137032928},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4559097856					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6854000860},"cpsr":{"value":1610612736},"fp":{"value":6137032512},"sp":{"value":6137032368},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6853739768},"far":{"value":0}}},{"id":17316814,"frames":[

],

"threadState":{"x":[{"value":6138753024},{"value":10755},{"value":6138216448},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6138753024},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6853979028},"far":{"value":0}}},{"id":17316994,"frames":[

],

"threadState":{"x":[{"value":6139326464},{"value":29187},{"value":6138789888},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6139326464},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6853979028},"far":{"value":0}}},{"id":17317000,"name":"com.apple.NSEventThread",

"threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":113262582562816},{"value":0},{"value":113262582562816},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":26371},{"value":0},{"value":18446744073709551569},{"value":8691340728},{"value":0},{"value":4294967295},{"value":2},{"value":113262582562816},{"value":0},{"value":113262582562816},{"value":6139895944},{"value":8589934592},{"value":21592279046},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6853799976},"cpsr":{"value":0},"fp":{"value":6139895792},"sp":{"value":6139895712},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6853725236},"far":{"value":0}},"frames":[


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

"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":34405931968},{"value":4},{"value":0},{"value":0},{"value":5749465616},{"value":0},{"value":0},{"value":48},{"value":56},{"value":5752170365},{"value":5752170365},{"value":0},{"value":0},{"value":369},{"value":6148321280},{"value":0},{"value":34370233968},{"value":34423846016},{"value":0},{"value":12297829382473034411},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5643913700},"cpsr":{"value":1610612736},"fp":{"value":6148320640},"sp":{"value":6148320560},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6853774212},"far":{"value":0}},"frames":[


{"imageOffset":52100,"symbol":    "kevent64"					,"symbolLocation":8,"imageIndex":108},
{"imageOffset":84347364,"imageIndex":57},
{"imageOffset":84346928,"imageIndex":57},
{"imageOffset":83911140,"imageIndex":57},
{"imageOffset":83603896,"imageIndex":57},
{"imageOffset":84075560,"imageIndex":57},
{"imageOffset":83967972,"imageIndex":57},
{"imageOffset":84075960,"imageIndex":57},
{"imageOffset":84187692,"imageIndex":57},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":109},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":109}]},{"id":17317094,"name":"ThreadPoolForegroundWorker",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":268293722079232},{"value":0},{"value":268293722079232},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":62467},{"value":0},{"value":18446744073709551569},{"value":3758553361},{"value":0},{"value":0},{"value":32},{"value":268293722079232},{"value":0},{"value":268293722079232},{"value":6156741856},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6853799976},"cpsr":{"value":0},"fp":{"value":6156741200},"sp":{"value":6156741120},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6853725236},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":108},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":108},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":108},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":108},
{"imageOffset":84303928,"imageIndex":57},
{"imageOffset":83753404,"imageIndex":57},
{"imageOffset":84018040,"imageIndex":57},
{"imageOffset":84020700,"imageIndex":57},
{"imageOffset":84019868,"imageIndex":57},
{"imageOffset":84019596,"imageIndex":57},
{"imageOffset":84187692,"imageIndex":57},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":109},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":109}]},{"id":17317095,"name":"ThreadPoolBackgroundWorker",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":266094698823680},{"value":0},{"value":266094698823680},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":61955},{"value":0},{"value":18446744073709551569},{"value":3221530765},{"value":0},{"value":0},{"value":32},{"value":266094698823680},{"value":0},{"value":266094698823680},{"value":6165163232},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6853799976},"cpsr":{"value":0},"fp":{"value":6165162576},"sp":{"value":6165162496},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6853725236},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":108},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":108},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":108},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":108},
{"imageOffset":84303928,"imageIndex":57},
{"imageOffset":83753404,"imageIndex":57},
{"imageOffset":84018040,"imageIndex":57},
{"imageOffset":84020700,"imageIndex":57},
{"imageOffset":84019736,"imageIndex":57},
{"imageOffset":84019644,"imageIndex":57},
{"imageOffset":84187692,"imageIndex":57},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":109},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":109}]},{"id":17317096,"name":"ThreadPoolForegroundWorker",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":200124001157120},{"value":0},{"value":200124001157120},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":46595},{"value":0},{"value":18446744073709551569},{"value":48758733172},{"value":0},{"value":0},{"value":32},{"value":200124001157120},{"value":0},{"value":200124001157120},{"value":6173584608},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6853799976},"cpsr":{"value":0},"fp":{"value":6173583952},"sp":{"value":6173583872},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6853725236},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":108},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":108},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":108},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":108},
{"imageOffset":84303928,"imageIndex":57},
{"imageOffset":83753404,"imageIndex":57},
{"imageOffset":84018040,"imageIndex":57},
{"imageOffset":84020700,"imageIndex":57},
{"imageOffset":84019868,"imageIndex":57},
{"imageOffset":84019596,"imageIndex":57},
{"imageOffset":84187692,"imageIndex":57},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":109},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":109}]},{"id":17317097,"name":"Chrome_IOThread",

"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":34353403328},{"value":3},{"value":0},{"value":0},{"value":5749465616},{"value":0},{"value":0},{"value":3},{"value":56},{"value":5752170365},{"value":5752170365},{"value":0},{"value":0},{"value":369},{"value":6182006784},{"value":0},{"value":34370498672},{"value":34423846400},{"value":0},{"value":12297829382473034411},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5643913700},"cpsr":{"value":1610612736},"fp":{"value":6182006128},"sp":{"value":6182006048},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6853774212},"far":{"value":0}},"frames":[


{"imageOffset":52100,"symbol":    "kevent64"					,"symbolLocation":8,"imageIndex":108},
{"imageOffset":84347364,"imageIndex":57},
{"imageOffset":84346928,"imageIndex":57},
{"imageOffset":83911140,"imageIndex":57},
{"imageOffset":83603896,"imageIndex":57},
{"imageOffset":84075560,"imageIndex":57},
{"imageOffset":53619576,"imageIndex":57},
{"imageOffset":84075960,"imageIndex":57},
{"imageOffset":84187692,"imageIndex":57},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":109},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":109}]},{"id":17317098,"name":"MemoryInfra",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":258398117429248},{"value":0},{"value":258398117429248},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":60163},{"value":0},{"value":18446744073709551569},{"value":6190428160},{"value":0},{"value":0},{"value":32},{"value":258398117429248},{"value":0},{"value":258398117429248},{"value":6190427120},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6853799976},"cpsr":{"value":0},"fp":{"value":6190426464},"sp":{"value":6190426384},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6853725236},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":108},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":108},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":108},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":108},
{"imageOffset":84303928,"imageIndex":57},
{"imageOffset":83753404,"imageIndex":57},
{"imageOffset":83753260,"imageIndex":57},
{"imageOffset":83369016,"imageIndex":57},
{"imageOffset":83911140,"imageIndex":57},
{"imageOffset":83603896,"imageIndex":57},
{"imageOffset":84075560,"imageIndex":57},
{"imageOffset":84075960,"imageIndex":57},
{"imageOffset":84187692,"imageIndex":57},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":109},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":109}]},{"id":17317100,"name":"NetworkConfigWatcher",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":219915210457088},{"value":0},{"value":219915210457088},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":51203},{"value":0},{"value":18446744073709551569},{"value":6198849536},{"value":0},{"value":0},{"value":32},{"value":219915210457088},{"value":0},{"value":219915210457088},{"value":6198848496},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6853799976},"cpsr":{"value":0},"fp":{"value":6198847840},"sp":{"value":6198847760},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6853725236},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":108},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":108},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":108},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":108},
{"imageOffset":84303928,"imageIndex":57},
{"imageOffset":83753404,"imageIndex":57},
{"imageOffset":83753260,"imageIndex":57},
{"imageOffset":83369016,"imageIndex":57},
{"imageOffset":83911140,"imageIndex":57},
{"imageOffset":83603896,"imageIndex":57},
{"imageOffset":84075560,"imageIndex":57},
{"imageOffset":84075960,"imageIndex":57},
{"imageOffset":84187692,"imageIndex":57},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":109},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":109}]},{"id":17317126,"name":"ThreadPoolForegroundWorker",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":256199094173696},{"value":0},{"value":256199094173696},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":59651},{"value":0},{"value":18446744073709551569},{"value":637608036},{"value":0},{"value":0},{"value":32},{"value":256199094173696},{"value":0},{"value":256199094173696},{"value":6207270112},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6853799976},"cpsr":{"value":0},"fp":{"value":6207269456},"sp":{"value":6207269376},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6853725236},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":108},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":108},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":108},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":108},
{"imageOffset":84303928,"imageIndex":57},
{"imageOffset":83753404,"imageIndex":57},
{"imageOffset":84018040,"imageIndex":57},
{"imageOffset":84020700,"imageIndex":57},
{"imageOffset":84019868,"imageIndex":57},
{"imageOffset":84019596,"imageIndex":57},
{"imageOffset":84187692,"imageIndex":57},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":109},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":109}]},{"id":17317139,"name":"Chrome_InProcGpuThread",

"threadState":{"x":[{"value":34365829976},{"value":34365829424},{"value":4192256},{"value":4341636736},{"value":34378894480},{"value":0},{"value":18446744072631617535},{"value":18446726482597246976},{"value":34365829960},{"value":0},{"value":0},{"value":1024},{"value":1024},{"value":4922582740375576771},{"value":4342129512},{"value":34378891264},{"value":10749247919982136464},{"value":2634023936},{"value":0},{"value":34365829376},{"value":34444129024},{"value":34445876736},{"value":34383523840},{"value":34437884544},{"value":34422846848},{"value":34379006400},{"value":34365829424},{"value":34383524824},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5687510392},"cpsr":{"value":1610612736},"fp":{"value":6215683136},"sp":{"value":6215682928},"esr":{"value":2181038087,"description":"(Instruction Abort) Translation fault"},"pc":{"value":5686344080},"far":{"value":5686344080}},"frames":[


{"imageOffset":126777744,"imageIndex":57},
{"imageOffset":127944056,"imageIndex":57},
{"imageOffset":132383064,"imageIndex":57},
{"imageOffset":132381536,"imageIndex":57},
{"imageOffset":65052740,"imageIndex":57},
{"imageOffset":52487228,"imageIndex":57},
{"imageOffset":94449548,"imageIndex":57},
{"imageOffset":94471644,"imageIndex":57},
{"imageOffset":94455264,"imageIndex":57},
{"imageOffset":94484836,"imageIndex":57},
{"imageOffset":94482848,"imageIndex":57},
{"imageOffset":94471644,"imageIndex":57},
{"imageOffset":94435608,"imageIndex":57},
{"imageOffset":94437676,"imageIndex":57},
{"imageOffset":94437312,"imageIndex":57},
{"imageOffset":49563480,"imageIndex":57},
{"imageOffset":94578472,"imageIndex":57},
{"imageOffset":83765700,"imageIndex":57},
{"imageOffset":83907944,"imageIndex":57},
{"imageOffset":83906692,"imageIndex":57},
{"imageOffset":84572080,"imageIndex":57},
{"imageOffset":83224648,"imageIndex":57},
{"imageOffset":84570136,"imageIndex":57},
{"imageOffset":391688,"symbol":    "__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__"					,"symbolLocation":28,"imageIndex":112},
{"imageOffset":391580,"symbol":    "__CFRunLoopDoSource0"					,"symbolLocation":172,"imageIndex":112},
{"imageOffset":390920,"symbol":    "__CFRunLoopDoSources0"					,"symbolLocation":232,"imageIndex":112},
{"imageOffset":385944,"symbol":    "__CFRunLoopRun"					,"symbolLocation":820,"imageIndex":112},
{"imageOffset":1150780,"symbol":    "_CFRunLoopRunSpecificWithOptions"					,"symbolLocation":532,"imageIndex":112},
{"imageOffset":10861840,"symbol":    "-[NSRunLoop(NSRunLoop) runMode:beforeDate:]"					,"symbolLocation":212,"imageIndex":117},
{"imageOffset":84573892,"imageIndex":57},
{"imageOffset":84568552,"imageIndex":57},
{"imageOffset":83911140,"imageIndex":57},
{"imageOffset":83603896,"imageIndex":57},
{"imageOffset":84075560,"imageIndex":57},
{"imageOffset":84075960,"imageIndex":57},
{"imageOffset":84187692,"imageIndex":57},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":109},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":109}]},{"id":17317140,"name":"Chrome_ChildIOThread",

"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":34379290576},{"value":1},{"value":0},{"value":0},{"value":5749465616},{"value":0},{"value":0},{"value":1},{"value":56},{"value":5752170365},{"value":5752170365},{"value":0},{"value":0},{"value":369},{"value":6224113664},{"value":0},{"value":34370271856},{"value":34437726976},{"value":0},{"value":12297829382473034411},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5643913700},"cpsr":{"value":1610612736},"fp":{"value":6224112976},"sp":{"value":6224112896},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6853774212},"far":{"value":0}},"frames":[


{"imageOffset":52100,"symbol":    "kevent64"					,"symbolLocation":8,"imageIndex":108},
{"imageOffset":84347364,"imageIndex":57},
{"imageOffset":84346928,"imageIndex":57},
{"imageOffset":83911140,"imageIndex":57},
{"imageOffset":83603896,"imageIndex":57},
{"imageOffset":84075560,"imageIndex":57},
{"imageOffset":130465672,"imageIndex":57},
{"imageOffset":84075960,"imageIndex":57},
{"imageOffset":84187692,"imageIndex":57},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":109},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":109}]},{"id":17317141,"name":"CompositorTileWorker1",

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":161},{"value":0},{"value":0},{"value":6232534600},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8691338848},{"value":0},{"value":34376586520},{"value":34376586648},{"value":6232535264},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6854000860},"cpsr":{"value":1610612736},"fp":{"value":6232534720},"sp":{"value":6232534576},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6853739768},"far":{"value":0}},"frames":[


{"imageOffset":17656,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":108},
{"imageOffset":28892,"symbol":    "_pthread_cond_wait"					,"symbolLocation":984,"imageIndex":109},
{"imageOffset":84184676,"imageIndex":57},
{"imageOffset":120607848,"imageIndex":57},
{"imageOffset":84187692,"imageIndex":57},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":109},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":109}]},{"id":17317144,"name":"VizCompositorThread",

"threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":289184443006976},{"value":0},{"value":289184443006976},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":67331},{"value":0},{"value":18446744073709551569},{"value":8691340728},{"value":0},{"value":4294967295},{"value":2},{"value":289184443006976},{"value":0},{"value":289184443006976},{"value":6240951848},{"value":8589934592},{"value":21592279046},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6853799976},"cpsr":{"value":0},"fp":{"value":6240951696},"sp":{"value":6240951616},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6853725236},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":108},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":108},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":108},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":108},
{"imageOffset":392112,"symbol":    "__CFRunLoopServiceMachPort"					,"symbolLocation":160,"imageIndex":112},
{"imageOffset":386312,"symbol":    "__CFRunLoopRun"					,"symbolLocation":1188,"imageIndex":112},
{"imageOffset":1150780,"symbol":    "_CFRunLoopRunSpecificWithOptions"					,"symbolLocation":532,"imageIndex":112},
{"imageOffset":10861840,"symbol":    "-[NSRunLoop(NSRunLoop) runMode:beforeDate:]"					,"symbolLocation":212,"imageIndex":117},
{"imageOffset":84573892,"imageIndex":57},
{"imageOffset":84568552,"imageIndex":57},
{"imageOffset":83911140,"imageIndex":57},
{"imageOffset":83603896,"imageIndex":57},
{"imageOffset":84075560,"imageIndex":57},
{"imageOffset":84075960,"imageIndex":57},
{"imageOffset":84187692,"imageIndex":57},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":109},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":109}]},{"id":17317146,"name":"NetworkConfigWatcher",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":294682001145856},{"value":0},{"value":294682001145856},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":68611},{"value":0},{"value":18446744073709551569},{"value":6249377792},{"value":0},{"value":0},{"value":32},{"value":294682001145856},{"value":0},{"value":294682001145856},{"value":6249376752},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6853799976},"cpsr":{"value":0},"fp":{"value":6249376096},"sp":{"value":6249376016},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6853725236},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":108},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":108},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":108},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":108},
{"imageOffset":84303928,"imageIndex":57},
{"imageOffset":83753404,"imageIndex":57},
{"imageOffset":83753260,"imageIndex":57},
{"imageOffset":83369016,"imageIndex":57},
{"imageOffset":83911140,"imageIndex":57},
{"imageOffset":83603896,"imageIndex":57},
{"imageOffset":84075560,"imageIndex":57},
{"imageOffset":84075960,"imageIndex":57},
{"imageOffset":84187692,"imageIndex":57},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":109},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":109}]},{"id":17317148,"name":"NetworkService",

"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":34439103424},{"value":2},{"value":0},{"value":0},{"value":5749465616},{"value":0},{"value":0},{"value":2},{"value":56},{"value":5752170365},{"value":5752170365},{"value":0},{"value":0},{"value":369},{"value":6257799168},{"value":0},{"value":34370534000},{"value":34439072384},{"value":0},{"value":12297829382473034411},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5643913700},"cpsr":{"value":1610612736},"fp":{"value":6257798560},"sp":{"value":6257798480},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6853774212},"far":{"value":0}},"frames":[


{"imageOffset":52100,"symbol":    "kevent64"					,"symbolLocation":8,"imageIndex":108},
{"imageOffset":84347364,"imageIndex":57},
{"imageOffset":84346928,"imageIndex":57},
{"imageOffset":83911140,"imageIndex":57},
{"imageOffset":83603896,"imageIndex":57},
{"imageOffset":84075560,"imageIndex":57},
{"imageOffset":84075960,"imageIndex":57},
{"imageOffset":84187692,"imageIndex":57},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":109},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":109}]},{"id":17317149,"name":"NetworkNotificationThreadMac",

"threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":301279070912512},{"value":0},{"value":301279070912512},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":70147},{"value":0},{"value":18446744073709551569},{"value":8691340728},{"value":0},{"value":4294967295},{"value":2},{"value":301279070912512},{"value":0},{"value":301279070912512},{"value":6266215976},{"value":8589934592},{"value":21592279046},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6853799976},"cpsr":{"value":0},"fp":{"value":6266215824},"sp":{"value":6266215744},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6853725236},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":108},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":108},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":108},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":108},
{"imageOffset":392112,"symbol":    "__CFRunLoopServiceMachPort"					,"symbolLocation":160,"imageIndex":112},
{"imageOffset":386312,"symbol":    "__CFRunLoopRun"					,"symbolLocation":1188,"imageIndex":112},
{"imageOffset":1150780,"symbol":    "_CFRunLoopRunSpecificWithOptions"					,"symbolLocation":532,"imageIndex":112},
{"imageOffset":10861840,"symbol":    "-[NSRunLoop(NSRunLoop) runMode:beforeDate:]"					,"symbolLocation":212,"imageIndex":117},
{"imageOffset":84573892,"imageIndex":57},
{"imageOffset":84568552,"imageIndex":57},
{"imageOffset":83911140,"imageIndex":57},
{"imageOffset":83603896,"imageIndex":57},
{"imageOffset":84075560,"imageIndex":57},
{"imageOffset":84075960,"imageIndex":57},
{"imageOffset":84187692,"imageIndex":57},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":109},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":109}]},{"id":17317150,"name":"NetworkConfigWatcher",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":305677117423616},{"value":0},{"value":305677117423616},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":71171},{"value":0},{"value":18446744073709551569},{"value":6274641920},{"value":0},{"value":0},{"value":32},{"value":305677117423616},{"value":0},{"value":305677117423616},{"value":6274640880},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6853799976},"cpsr":{"value":0},"fp":{"value":6274640224},"sp":{"value":6274640144},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6853725236},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":108},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":108},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":108},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":108},
{"imageOffset":84303928,"imageIndex":57},
{"imageOffset":83753404,"imageIndex":57},
{"imageOffset":83753260,"imageIndex":57},
{"imageOffset":83369016,"imageIndex":57},
{"imageOffset":83911140,"imageIndex":57},
{"imageOffset":83603896,"imageIndex":57},
{"imageOffset":84075560,"imageIndex":57},
{"imageOffset":84075960,"imageIndex":57},
{"imageOffset":84187692,"imageIndex":57},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":109},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":109}]},{"id":17317151,"name":"ThreadPoolForegroundWorker",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":357354163929088},{"value":0},{"value":357354163929088},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":83203},{"value":0},{"value":18446744073709551569},{"value":8691338856},{"value":0},{"value":0},{"value":32},{"value":357354163929088},{"value":0},{"value":357354163929088},{"value":6283062496},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6853799976},"cpsr":{"value":0},"fp":{"value":6283061840},"sp":{"value":6283061760},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6853725236},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":108},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":108},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":108},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":108},
{"imageOffset":84303928,"imageIndex":57},
{"imageOffset":83753404,"imageIndex":57},
{"imageOffset":84018040,"imageIndex":57},
{"imageOffset":84020700,"imageIndex":57},
{"imageOffset":84019868,"imageIndex":57},
{"imageOffset":84019596,"imageIndex":57},
{"imageOffset":84187692,"imageIndex":57},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":109},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":109}]},{"id":17317153,"name":"ThreadPoolSingleThreadForegroundBlocking0",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":354055629045760},{"value":0},{"value":354055629045760},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":82435},{"value":0},{"value":18446744073709551569},{"value":34437840896},{"value":0},{"value":0},{"value":32},{"value":354055629045760},{"value":0},{"value":354055629045760},{"value":6291483872},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6853799976},"cpsr":{"value":0},"fp":{"value":6291483216},"sp":{"value":6291483136},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6853725236},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":108},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":108},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":108},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":108},
{"imageOffset":84303928,"imageIndex":57},
{"imageOffset":83753404,"imageIndex":57},
{"imageOffset":84018040,"imageIndex":57},
{"imageOffset":84020700,"imageIndex":57},
{"imageOffset":84019956,"imageIndex":57},
{"imageOffset":84019656,"imageIndex":57},
{"imageOffset":84187692,"imageIndex":57},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":109},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":109}]},{"id":17317161,"frames":[

],

"threadState":{"x":[{"value":6138179584},{"value":75779},{"value":6137643008},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6138179584},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6853979028},"far":{"value":0}}},{"id":17317162,"frames":[

],

"threadState":{"x":[{"value":6292058112},{"value":118555},{"value":6291521536},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6292058112},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6853979028},"far":{"value":0}}},{"id":17317172,"name":"NetworkConfigWatcher",

"threadState":{"x":[{"value":268451845},{"value":17179869442},{"value":0},{"value":540972605767680},{"value":0},{"value":540972605767680},{"value":32},{"value":1000},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":125955},{"value":0},{"value":18446744073709551569},{"value":6300479488},{"value":0},{"value":1000},{"value":32},{"value":540972605767680},{"value":0},{"value":540972605767680},{"value":6300478464},{"value":0},{"value":17179870466},{"value":18446744073709550527},{"value":1282}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6853799976},"cpsr":{"value":0},"fp":{"value":6300477808},"sp":{"value":6300477728},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6853725236},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":108},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":108},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":108},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":108},
{"imageOffset":84303928,"imageIndex":57},
{"imageOffset":83753404,"imageIndex":57},
{"imageOffset":83369284,"imageIndex":57},
{"imageOffset":83911140,"imageIndex":57},
{"imageOffset":83603896,"imageIndex":57},
{"imageOffset":84075560,"imageIndex":57},
{"imageOffset":84075960,"imageIndex":57},
{"imageOffset":84187692,"imageIndex":57},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":109},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":109}]},{"id":17317196,"name":"Thread (pooled)",

"threadState":{"x":[{"value":260},{"value":0},{"value":256},{"value":0},{"value":0},{"value":160},{"value":29},{"value":999999000},{"value":6301052248},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8691338848},{"value":0},{"value":34441089920},{"value":34441089984},{"value":6301053152},{"value":999999000},{"value":29},{"value":256},{"value":257},{"value":512},{"value":18446744072709551616},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6854000860},"cpsr":{"value":1610612736},"fp":{"value":6301052368},"sp":{"value":6301052224},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6853739768},"far":{"value":0}},"frames":[


{"imageOffset":17656,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":108},
{"imageOffset":28892,"symbol":    "_pthread_cond_wait"					,"symbolLocation":984,"imageIndex":109},
{"imageOffset":2324696,"imageIndex":46},
{"imageOffset":2324328,"symbol":    "QWaitCondition::wait(QMutex*, QDeadlineTimer)"					,"symbolLocation":108,"imageIndex":46},
{"imageOffset":1653348,"imageIndex":46},
{"imageOffset":2289132,"imageIndex":46},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":109},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":109}]},{"id":17317197,"name":"Thread (pooled)",

"threadState":{"x":[{"value":260},{"value":0},{"value":512},{"value":0},{"value":0},{"value":160},{"value":29},{"value":999998000},{"value":6301625688},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8691338848},{"value":0},{"value":34441090176},{"value":34441090240},{"value":6301626592},{"value":999998000},{"value":29},{"value":512},{"value":513},{"value":768},{"value":18446744072709551616},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6854000860},"cpsr":{"value":1610612736},"fp":{"value":6301625808},"sp":{"value":6301625664},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6853739768},"far":{"value":0}},"frames":[


{"imageOffset":17656,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":108},
{"imageOffset":28892,"symbol":    "_pthread_cond_wait"					,"symbolLocation":984,"imageIndex":109},
{"imageOffset":2324696,"imageIndex":46},
{"imageOffset":2324328,"symbol":    "QWaitCondition::wait(QMutex*, QDeadlineTimer)"					,"symbolLocation":108,"imageIndex":46},
{"imageOffset":1653348,"imageIndex":46},
{"imageOffset":2289132,"imageIndex":46},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":109},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":109}]},{"id":17317198,"name":"Thread (pooled)",

"threadState":{"x":[{"value":260},{"value":0},{"value":256},{"value":0},{"value":0},{"value":160},{"value":29},{"value":999998000},{"value":6302199128},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8691338848},{"value":0},{"value":34441090432},{"value":34441090496},{"value":6302200032},{"value":999998000},{"value":29},{"value":256},{"value":257},{"value":512},{"value":18446744072709551616},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6854000860},"cpsr":{"value":1610612736},"fp":{"value":6302199248},"sp":{"value":6302199104},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6853739768},"far":{"value":0}},"frames":[


{"imageOffset":17656,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":108},
{"imageOffset":28892,"symbol":    "_pthread_cond_wait"					,"symbolLocation":984,"imageIndex":109},
{"imageOffset":2324696,"imageIndex":46},
{"imageOffset":2324328,"symbol":    "QWaitCondition::wait(QMutex*, QDeadlineTimer)"					,"symbolLocation":108,"imageIndex":46},
{"imageOffset":1653348,"imageIndex":46},
{"imageOffset":2289132,"imageIndex":46},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":109},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":109}]},{"id":17317199,"name":"Thread (pooled)",

"threadState":{"x":[{"value":260},{"value":0},{"value":512},{"value":0},{"value":0},{"value":160},{"value":29},{"value":999998000},{"value":6302772568},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8691338848},{"value":0},{"value":34441090688},{"value":34441090752},{"value":6302773472},{"value":999998000},{"value":29},{"value":512},{"value":513},{"value":768},{"value":18446744072709551616},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6854000860},"cpsr":{"value":1610612736},"fp":{"value":6302772688},"sp":{"value":6302772544},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6853739768},"far":{"value":0}},"frames":[


{"imageOffset":17656,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":108},
{"imageOffset":28892,"symbol":    "_pthread_cond_wait"					,"symbolLocation":984,"imageIndex":109},
{"imageOffset":2324696,"imageIndex":46},
{"imageOffset":2324328,"symbol":    "QWaitCondition::wait(QMutex*, QDeadlineTimer)"					,"symbolLocation":108,"imageIndex":46},
{"imageOffset":1653348,"imageIndex":46},
{"imageOffset":2289132,"imageIndex":46},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":109},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":109}]},{"id":17317247,"frames":[

],

"threadState":{"x":[{"value":6137606144},{"value":0},{"value":6137069568},{"value":0},{"value":278532},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6137606144},"esr":{"value":0},"pc":{"value":6853979028},"far":{"value":0}}},{"id":17317248,"frames":[

],

"threadState":{"x":[{"value":6303346688},{"value":0},{"value":6302810112},{"value":0},{"value":278532},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6303346688},"esr":{"value":0},"pc":{"value":6853979028},"far":{"value":0}}},{"id":17317249,"frames":[

],

"threadState":{"x":[{"value":6303920128},{"value":103459},{"value":6303383552},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6303920128},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6853979028},"far":{"value":0}}},{"id":17317272,"name":"ThreadPoolBackgroundWorker",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":562980018192384},{"value":0},{"value":562980018192384},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":131079},{"value":0},{"value":18446744073709551569},{"value":520153120},{"value":0},{"value":0},{"value":32},{"value":562980018192384},{"value":0},{"value":562980018192384},{"value":6312340704},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6853799976},"cpsr":{"value":0},"fp":{"value":6312340048},"sp":{"value":6312339968},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6853725236},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":108},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":108},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":108},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":108},
{"imageOffset":84303928,"imageIndex":57},
{"imageOffset":83753404,"imageIndex":57},
{"imageOffset":84018040,"imageIndex":57},
{"imageOffset":84020700,"imageIndex":57},
{"imageOffset":84019736,"imageIndex":57},
{"imageOffset":84019644,"imageIndex":57},
{"imageOffset":84187692,"imageIndex":57},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":109},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":109}]},{"id":17317280,"name":"ThreadPoolForegroundWorker",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":450915731505152},{"value":0},{"value":450915731505152},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":104987},{"value":0},{"value":18446744073709551569},{"value":34445619200},{"value":0},{"value":0},{"value":32},{"value":450915731505152},{"value":0},{"value":450915731505152},{"value":6320762080},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6853799976},"cpsr":{"value":0},"fp":{"value":6320761424},"sp":{"value":6320761344},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6853725236},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":108},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":108},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":108},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":108},
{"imageOffset":84303928,"imageIndex":57},
{"imageOffset":83753404,"imageIndex":57},
{"imageOffset":84018040,"imageIndex":57},
{"imageOffset":84020700,"imageIndex":57},
{"imageOffset":84019868,"imageIndex":57},
{"imageOffset":84019596,"imageIndex":57},
{"imageOffset":84187692,"imageIndex":57},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":109},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":109}]},{"id":17317350,"name":"ThreadPoolSingleThreadSharedBackgroundBlocking1",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":738884698767360},{"value":0},{"value":738884698767360},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":172035},{"value":0},{"value":18446744073709551569},{"value":2818912604},{"value":0},{"value":0},{"value":32},{"value":738884698767360},{"value":0},{"value":738884698767360},{"value":6329183456},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6853799976},"cpsr":{"value":0},"fp":{"value":6329182800},"sp":{"value":6329182720},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6853725236},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":108},
{"imageOffset":77864,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":108},
{"imageOffset":39308,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":108},
{"imageOffset":4020,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":108},
{"imageOffset":84303928,"imageIndex":57},
{"imageOffset":83753404,"imageIndex":57},
{"imageOffset":84018040,"imageIndex":57},
{"imageOffset":84020700,"imageIndex":57},
{"imageOffset":84019780,"imageIndex":57},
{"imageOffset":84019692,"imageIndex":57},
{"imageOffset":84187692,"imageIndex":57},
{"imageOffset":27656,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":109},
{"imageOffset":7080,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":109}]}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4334993408,
    "CFBundleShortVersionString" : "1.12.0",
    "CFBundleIdentifier" : "edu.ucsf.cgl.ChimeraX",
    "size" : 16384,
    "uuid" : "544eb719-b770-3601-b425-1ceb237637ac",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.app\/Contents\/MacOS\/ChimeraX",
    "name" : "ChimeraX",
    "CFBundleVersion" : "1.12.0.0"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4352835584,
    "CFBundleShortVersionString" : "3.11.9, (c) 2001-2023 Python Software Foundation.",
    "CFBundleIdentifier" : "org.python.python",
    "size" : 3981312,
    "uuid" : "5662657e-7928-39be-8954-d582f8f34d51",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/Python",
    "name" : "Python",
    "CFBundleVersion" : "3.11.9"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4337516544,
    "size" : 49152,
    "uuid" : "29c3ec8a-19d4-363b-a6d9-9c2abec94f03",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4337254400,
    "size" : 81920,
    "uuid" : "4dbedf5d-0596-39ea-b10e-f25d3a6c8cfb",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4337434624,
    "size" : 16384,
    "uuid" : "4b805031-de4f-3814-b939-e5cb2842c3e6",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4337876992,
    "size" : 32768,
    "uuid" : "78e93840-6aa2-3e12-88b1-3d140c86db21",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4337991680,
    "size" : 16384,
    "uuid" : "76d59f87-05bd-3453-988f-6a1d92e48d0b",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4427350016,
    "size" : 196608,
    "uuid" : "aa0512bd-866a-3f89-a0b1-370c93044c89",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4342431744,
    "size" : 16384,
    "uuid" : "1701fe90-bec8-3df9-af49-24e174fdc9fc",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4342513664,
    "size" : 16384,
    "uuid" : "66c350e7-dd50-30e7-9149-bd34d073a97b",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4352081920,
    "size" : 16384,
    "uuid" : "2eddec17-84f0-384f-badb-24bd02d808c9",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4352163840,
    "size" : 32768,
    "uuid" : "b942d9ac-2a05-30f3-90ef-07a312233107",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4352262144,
    "size" : 32768,
    "uuid" : "2a9c55d5-61e3-3c08-afe7-a90f29fb3885",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4352376832,
    "size" : 16384,
    "uuid" : "4d6fbc3b-cd0b-392c-9f1c-9ff89288e939",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4352458752,
    "size" : 16384,
    "uuid" : "3a00fdd3-8009-389a-b150-0f692c95822f",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4352540672,
    "size" : 32768,
    "uuid" : "4c0501e5-d7a1-34d7-aa7c-75dfe924b268",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4431085568,
    "size" : 1114112,
    "uuid" : "8294cace-7433-3592-87d9-468d949e3e9c",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4337778688,
    "size" : 16384,
    "uuid" : "8e0bb412-be65-3340-80f9-185009e7d470",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4432281600,
    "size" : 540672,
    "uuid" : "f99ab7a8-bcfa-3d9b-a514-429b0d96879b",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4441751552,
    "size" : 2670592,
    "uuid" : "744b099b-9156-3efd-95ee-949f9bec068e",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4537761792,
    "size" : 21299200,
    "uuid" : "9854a721-2573-3169-81ec-19ea40ce8077",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4432969728,
    "size" : 3522560,
    "uuid" : "dd0e012a-b6de-31b1-a28e-260c7b51e595",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4437442560,
    "size" : 311296,
    "uuid" : "6d39d54b-d80e-3218-a095-b81ad0b3be90",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4352638976,
    "size" : 65536,
    "uuid" : "d9875303-8f38-33d9-a0d3-ab0adff3b915",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4430790656,
    "size" : 98304,
    "uuid" : "a262ab27-9e1b-3b52-9b2f-1c173bcac7f9",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4337647616,
    "size" : 16384,
    "uuid" : "dd2e6975-e10c-3bf3-9bb5-95cfb3c5d91e",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4437000192,
    "size" : 65536,
    "uuid" : "340d4f4e-8cd4-3e24-9215-eb9235031bd3",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4436688896,
    "size" : 81920,
    "uuid" : "1288fa0d-7e49-3d72-a33f-338b00fa673f",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4437147648,
    "size" : 98304,
    "uuid" : "09f94631-f551-3559-ba88-aff49917d8fe",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4440195072,
    "size" : 65536,
    "uuid" : "7b5335ce-92a1-3ae2-bde0-0e5d5641b2c9",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4440326144,
    "size" : 622592,
    "uuid" : "05ddaab9-9d7f-3317-a3c4-5e9936fe3ceb",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4439916544,
    "size" : 147456,
    "uuid" : "377e255e-f9a4-3173-8265-a899000c5d0f",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4512186368,
    "size" : 196608,
    "uuid" : "8590d52a-d755-3ffd-8f68-f9cb638359fc",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4430970880,
    "size" : 32768,
    "uuid" : "473ca62c-10c9-3a36-9a61-5ab9a1b7d0ba",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4521410560,
    "size" : 2473984,
    "uuid" : "b85d21fc-4c7a-37e4-ad24-9b0d20177f55",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/libcrypto.3.dylib",
    "name" : "libcrypto.3.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4436885504,
    "size" : 32768,
    "uuid" : "6781c716-85bc-3dcc-b059-b59077dd4059",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4441063424,
    "size" : 311296,
    "uuid" : "0033ea49-a161-3564-b09e-6a6c3b902698",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4441456640,
    "size" : 65536,
    "uuid" : "7dab4595-a351-3061-861b-c426baee85b3",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4441604096,
    "size" : 65536,
    "uuid" : "d3035eea-ed0e-398a-afbe-f9a8016701db",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4513841152,
    "size" : 81920,
    "uuid" : "35fb9307-f991-3159-86db-21f6c67b9198",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4437327872,
    "size" : 49152,
    "uuid" : "17a4344b-3221-36c4-9019-53cc1223e124",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4515774464,
    "size" : 737280,
    "uuid" : "49451e8a-e3c8-3429-83d8-249e81e378cd",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4513677312,
    "size" : 16384,
    "uuid" : "e1984258-3aba-3351-9b97-6cc398e29690",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4515495936,
    "size" : 114688,
    "uuid" : "a1389751-d509-3174-8280-d13fc270dca4",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4513513472,
    "size" : 32768,
    "uuid" : "d8396ecd-b388-3762-afa8-2befbe9b0f1e",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4533305344,
    "size" : 1900544,
    "uuid" : "ec3c35cc-39fe-3295-bae0-4656804236b6",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4525031424,
    "size" : 4980736,
    "uuid" : "4a7a0348-b410-3e23-8373-53f6876eb7f4",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4531191808,
    "CFBundleShortVersionString" : "3.0",
    "CFBundleIdentifier" : "com.apple.security.csparser",
    "size" : 131072,
    "uuid" : "862365a2-2945-3e86-a947-83bf39a899bf",
    "path" : "\/System\/Library\/Frameworks\/Security.framework\/Versions\/A\/PlugIns\/csparser.bundle\/Contents\/MacOS\/csparser",
    "name" : "csparser",
    "CFBundleVersion" : "61901.80.25"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4521197568,
    "size" : 81920,
    "uuid" : "b862c442-bbb5-36a7-a739-ce267baddfb1",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4876451840,
    "size" : 3129344,
    "uuid" : "66b0f07a-d12c-3d6f-869d-9f9e10ca932f",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4882956288,
    "size" : 4636672,
    "uuid" : "029543bf-5fc1-3a0c-ade7-edba0cf3d8b1",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4863705088,
    "size" : 7094272,
    "uuid" : "3fa37de7-ceac-3c91-9317-791e19111d2a",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4872159232,
    "size" : 557056,
    "uuid" : "46e5cebb-3051-35c6-aa1e-6f530f243273",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4872863744,
    "size" : 1622016,
    "uuid" : "7edb6695-d165-31a3-97c5-caa97ba1ac02",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4532731904,
    "size" : 81920,
    "uuid" : "c55978be-8b1a-3b50-ad86-5cb8bd4f53f3",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4520820736,
    "size" : 98304,
    "uuid" : "734ba2dc-e6e9-3df0-9d88-ad0801ed2b1f",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4892147712,
    "size" : 278528,
    "uuid" : "f3c176f4-a597-31aa-a4a6-fff3d7eabc8f",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 5559566336,
    "size" : 196100096,
    "uuid" : "a2041c1d-0f03-3135-b072-06f37af81323",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4905107456,
    "size" : 4407296,
    "uuid" : "366dd91f-1043-3a6a-892e-aba04ff6600a",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4891148288,
    "size" : 425984,
    "uuid" : "558b4bc6-80cc-3efe-a8b9-ad6c799461d4",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4537466880,
    "size" : 98304,
    "uuid" : "5db2c603-b4d3-3329-92e7-fa33139fc967",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4894605312,
    "size" : 704512,
    "uuid" : "16be90e1-2a47-39a8-b4cf-d79af19b9654",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4521050112,
    "size" : 49152,
    "uuid" : "b879a8c7-80e2-34aa-9b36-524a33b44553",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4532912128,
    "size" : 180224,
    "uuid" : "1f5a9373-1bdc-3742-bad8-9dcb1bea6389",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4895555584,
    "size" : 3915776,
    "uuid" : "5590edb7-8b6d-34b6-8d27-cc40bb02f6ad",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4892639232,
    "size" : 1277952,
    "uuid" : "e7108f9e-c31b-3a95-92a1-a818280e4881",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4901519360,
    "size" : 425984,
    "uuid" : "136401ce-ff2c-3946-8c85-079d2f1b3868",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4891787264,
    "size" : 81920,
    "uuid" : "ca877217-9640-3f2d-8a6c-327a2b92fa6c",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4911087616,
    "size" : 573440,
    "uuid" : "7c6e8877-5d41-3c91-b218-5815379aa2d1",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4902092800,
    "size" : 163840,
    "uuid" : "2c37e568-4bf1-3ad9-ba7f-f6338576e432",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4530929664,
    "size" : 32768,
    "uuid" : "3568d025-715d-384f-97c4-3f89df18a5fd",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4900323328,
    "size" : 294912,
    "uuid" : "104a4674-4e41-3123-b060-7cb8b9e211da",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4903501824,
    "size" : 704512,
    "uuid" : "3dd57985-5eac-307d-a26f-1a4f2a8ce5dd",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4533190656,
    "size" : 49152,
    "uuid" : "f26af954-d1f7-31aa-9981-1bad216149d9",
    "path" : "\/usr\/lib\/libobjc-trampolines.dylib",
    "name" : "libobjc-trampolines.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5117722624,
    "size" : 147456,
    "uuid" : "3124ba49-4f2c-36d2-9fd9-f382a264172e",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4894490624,
    "size" : 16384,
    "uuid" : "35d693c5-c61b-308a-974c-b88655915dcd",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4904894464,
    "size" : 65536,
    "uuid" : "3454571c-408b-34e5-9bae-96f393e4fb85",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 5117444096,
    "size" : 49152,
    "uuid" : "9c6afc97-732b-3225-b6e4-d3cd90218697",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 5117181952,
    "size" : 114688,
    "uuid" : "99cf2bb1-f289-37d8-8b78-138157aa59f7",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 5124554752,
    "size" : 409600,
    "uuid" : "ae09de6b-222a-3004-b8cd-719ba8f2af8f",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/libssl.3.dylib",
    "name" : "libssl.3.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5117575168,
    "size" : 49152,
    "uuid" : "0ab9ddb4-499f-3422-b288-c7314c99c753",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 4901257216,
    "size" : 16384,
    "uuid" : "0b99c529-527e-3241-9052-0922ec9f1bd8",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 5130665984,
    "size" : 1130496,
    "uuid" : "6eec2b08-7761-31e9-82e5-48fe0c8030ee",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 5127290880,
    "size" : 32768,
    "uuid" : "3caed179-f084-342a-a2c0-20d1bc030fde",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 5124423680,
    "size" : 16384,
    "uuid" : "f57bd33d-5776-32d8-9a35-c1f3645f883f",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 5128454144,
    "size" : 180224,
    "uuid" : "0a079e27-127d-34e8-923e-7b8f7176355f",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 5132304384,
    "size" : 360448,
    "uuid" : "26c0820e-f150-3cdf-a8ca-44540a1d700f",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 5132926976,
    "size" : 81920,
    "uuid" : "03d14509-9dfd-3f85-bb5f-f6b75fda0eda",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 5130387456,
    "size" : 65536,
    "uuid" : "918987f2-cdf6-3fe1-bdc1-83879b704411",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 5133533184,
    "size" : 409600,
    "uuid" : "5f46a6b8-f184-36f1-b045-59335c2252f7",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 5124276224,
    "size" : 32768,
    "uuid" : "1246c3db-77f6-3a6f-9f74-e5458e9e5f0b",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 5130240000,
    "size" : 16384,
    "uuid" : "d7f09611-5052-3c81-9703-da75c50a95b1",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 5130551296,
    "size" : 16384,
    "uuid" : "79ee2253-dce5-30d8-a075-4c0e449d49d1",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 5130076160,
    "size" : 32768,
    "uuid" : "e9cee8dc-d5b3-3a22-8b5c-81198569e3b0",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 5133287424,
    "size" : 16384,
    "uuid" : "800c3744-a004-3c84-932a-da77907f37a6",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 5135548416,
    "size" : 131072,
    "uuid" : "e94b0fe5-b980-3aaf-860d-73c261c1a171",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 5133123584,
    "size" : 49152,
    "uuid" : "5c70a77e-200c-3726-a6de-0399edcc9847",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 5146099712,
    "size" : 196608,
    "uuid" : "95c975a4-91e3-31fe-a715-be83480573f8",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 5146689536,
    "size" : 229376,
    "uuid" : "9e09bd88-c13a-3c38-9fb5-b69d0d5b5966",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 5139447808,
    "size" : 65536,
    "uuid" : "676cef9a-5a26-3d2a-88b9-e231f4df3205",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 5139595264,
    "size" : 49152,
    "uuid" : "1816c909-6f9e-3120-9611-404226815162",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 5139120128,
    "size" : 114688,
    "uuid" : "9024befe-21ad-36d1-91fc-082e1515bec2",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/vbo.cpython-311-darwin.so",
    "name" : "vbo.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 5176852480,
    "CFBundleShortVersionString" : "345.20.4",
    "CFBundleIdentifier" : "com.apple.AGXMetalG16G-B0",
    "size" : 8617984,
    "uuid" : "453d510b-6b83-3ad7-9846-24547e347d08",
    "path" : "\/System\/Library\/Extensions\/AGXMetalG16G_B0.bundle\/Contents\/MacOS\/AGXMetalG16G_B0",
    "name" : "AGXMetalG16G_B0",
    "CFBundleVersion" : "345.20.4"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4942774272,
    "size" : 163840,
    "uuid" : "6c696eae-d97e-30fa-9d5e-4d3a6cba4cdc",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 5139873792,
    "size" : 16384,
    "uuid" : "1db03ec2-45e7-30a2-b30e-88a2c055fcbc",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/core\/_mac_util.cpython-311-darwin.so",
    "name" : "_mac_util.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 5241503744,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.AppleMetalOpenGLRenderer",
    "size" : 409600,
    "uuid" : "66a35ba7-f2f4-3a44-9a0c-8440564e9578",
    "path" : "\/System\/Library\/Extensions\/AppleMetalOpenGLRenderer.bundle\/Contents\/MacOS\/AppleMetalOpenGLRenderer",
    "name" : "AppleMetalOpenGLRenderer",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5152260096,
    "size" : 49152,
    "uuid" : "a75322cb-796c-355d-9fe3-0251a8e0f146",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : 5248614400,
    "size" : 376832,
    "uuid" : "aa967a49-edfc-3fcf-b5ae-f59b4a617078",
    "path" : "\/private\/var\/folders\/*\/ChimeraX-1.12-rc2026.05.20.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" : "arm64e",
    "base" : 6853722112,
    "size" : 246944,
    "uuid" : "b809799c-0ec9-3ee1-b730-342bdbf14e03",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6853971968,
    "size" : 51916,
    "uuid" : "0596a7b6-bce2-3f06-a2e8-3eaab5371ed8",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6852472832,
    "size" : 532552,
    "uuid" : "eb569350-0696-3397-838e-0344948107c0",
    "path" : "\/usr\/lib\/system\/libsystem_c.dylib",
    "name" : "libsystem_c.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6854025216,
    "size" : 33968,
    "uuid" : "62c9cd37-272d-3d2d-9a1c-6f4ef24f7ec7",
    "path" : "\/usr\/lib\/system\/libsystem_platform.dylib",
    "name" : "libsystem_platform.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6854258688,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 5542592,
    "uuid" : "02762698-9950-3c66-8116-a3a565972a49",
    "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "4302"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7066959872,
    "CFBundleShortVersionString" : "2.1.1",
    "CFBundleIdentifier" : "com.apple.HIToolbox",
    "size" : 3158656,
    "uuid" : "fa4beac8-9a1e-3071-b669-bd2794e9fe3b",
    "path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox",
    "name" : "HIToolbox"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6925922304,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.AppKit",
    "size" : 24296416,
    "uuid" : "07dcc67f-25b2-3f2c-b92e-6fc579455989",
    "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
    "name" : "AppKit",
    "CFBundleVersion" : "2685.40.108"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6849990656,
    "size" : 653076,
    "uuid" : "bc4db5f4-1c64-3706-8006-73b78c3e1f1a",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "size" : 0,
    "source" : "A",
    "base" : 0,
    "uuid" : "00000000-0000-0000-0000-000000000000"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6879760384,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.Foundation",
    "size" : 16399392,
    "uuid" : "d17ba2e6-fab3-33ad-9f98-d4e65847ea65",
    "path" : "\/System\/Library\/Frameworks\/Foundation.framework\/Versions\/C\/Foundation",
    "name" : "Foundation",
    "CFBundleVersion" : "4302"
  }
],
  "sharedCache" : {
  "base" : 6848905216,
  "size" : 5818417152,
  "uuid" : "25ae5a2a-fe2a-3998-8d4e-f3c5c6e6ceb6"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=2.1G resident=0K(0%) swapped_out_or_unallocated=2.1G(100%)
Writable regions: Total=775.4M written=1042K(0%) resident=1042K(0%) swapped_out=0K(0%) unallocated=774.3M(100%)

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
.note.gnu.proper                    320        1 
Accelerate framework               128K        1 
Activity Tracing                   256K        1 
AttributeGraph Data               1024K        1 
CG image                          5104K        5 
CG raster data                    3296K        7 
ColorSync                           64K        3 
CoreAnimation                      784K       49 
CoreGraphics                        32K        2 
CoreUI image data                 1680K       10 
Foundation                          16K        1 
Kernel Alloc Once                   32K        1 
MALLOC                           204.1M       54 
MALLOC guard page                 4032K        4 
Mach message                        64K        4 
PROTECTED_MEMORY                    16K        1 
STACK GUARD                        688K       43 
Stack                            195.5M       44 
Stack Guard                       56.0M        1 
VM_ALLOCATE                      141.0M       67 
VM_ALLOCATE (reserved)           224.0M        1         reserved VM address space (unallocated)
__AUTH                            5824K      640 
__AUTH_CONST                      88.6M     1022 
__CTF                               824        1 
__DATA                            41.6M     1085 
__DATA_CONST                      59.7M     1135 
__DATA_DIRTY                      8380K      881 
__FONT_DATA                        2352        1 
__GLSLBUILTINS                    5176K        1 
__INFO_FILTER                         8        1 
__LINKEDIT                       616.5M      109 
__OBJC_RO                         78.4M        1 
__OBJC_RW                         2571K        1 
__TEXT                             1.5G     1157 
__TPRO_CONST                       128K        2 
dyld private memory               3120K       27 
mapped file                      302.8M       42 
page table in kernel              1042K        1 
shared memory                     1472K       20 
===========                     =======  ======= 
TOTAL                              3.5G     6428 
TOTAL, minus reserved VM space     3.3G     6428 
",
  "legacyInfo" : {
  "threadTriggered" : {
    "name" : "CrBrowserMain",
    "queue" : "com.apple.main-thread"
  }
},
  "logWritingSignature" : "7e8417c5eb25178a3e41d49ce656df948d0b5e94",
  "bug_type" : "309",
  "roots_installed" : 0,
  "trmStatus" : 1,
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "6434420a89ec2e0a7a38bf5a",
      "factorPackIds" : [

      ],
      "deploymentId" : 240000011
    },
    {
      "rolloutId" : "6246d6a916a70b047e454124",
      "factorPackIds" : [

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

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


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

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

> open /Users/prensesnisanur/Desktop/darunavir.pdbqt

Summary of feedback from opening /Users/prensesnisanur/Desktop/darunavir.pdbqt  
---  
warnings | Ignored bad PDB record found on line 1  
REMARK Name = darunavir.pdb  
  
Ignored bad PDB record found on line 2  
REMARK 2 active torsions:  
  
Ignored bad PDB record found on line 3  
REMARK status: ('A' for Active; 'I' for Inactive)  
  
Ignored bad PDB record found on line 4  
REMARK 1 A between atoms: C_1 and C_3  
  
Ignored bad PDB record found on line 5  
REMARK 2 A between atoms: C_1 and O_4  
  
5 messages similar to the above omitted  
  
Opened darunavir.pdbqt containing 1 structures (5 atoms, 4 bonds)  

> open /Users/prensesnisanur/Desktop/protein.pdbqt

Summary of feedback from opening /Users/prensesnisanur/Desktop/protein.pdbqt  
---  
warnings | Ignored bad PDB record found on line 1  
REMARK Name = protein.pdb  
  
Ignored bad PDB record found on line 2  
REMARK 350 active torsions:  
  
Ignored bad PDB record found on line 3  
REMARK status: ('A' for Active; 'I' for Inactive)  
  
Ignored bad PDB record found on line 4  
REMARK 1 A between atoms: CA_2 and C_3  
  
Ignored bad PDB record found on line 5  
REMARK 2 A between atoms: N_8 and CA_9  
  
843 messages similar to the above omitted  
Duplicate atom serial number found: 1  
Duplicate atom serial number found: 2  
Duplicate atom serial number found: 3  
Duplicate atom serial number found: 4  
Ignored bad PDB record found on line 1009  
ENDROOT  
  
Ignored bad PDB record found on line 1010  
BRANCH 4 5  
  
Duplicate atom serial number found: 5  
Duplicate atom serial number found: 6  
Ignored bad PDB record found on line 1013  
ENDBRANCH 4 5  
  
Ignored bad PDB record found on line 1014  
BRANCH 3 7  
  
Duplicate atom serial number found: 7  
Ignored bad PDB record found on line 1016  
BRANCH 7 8  
  
Duplicate atom serial number found: 8  
Duplicate atom serial number found: 9  
Ignored bad PDB record found on line 1019  
ENDBRANCH 7 8  
  
Ignored bad PDB record found on line 1020  
ENDBRANCH 3 7  
  
Ignored bad PDB record found on line 1021  
TORSDOF 3  
  
Ignored bad PDB record found on line 1022  
REMARK Name = protein.pdb  
  
Ignored bad PDB record found on line 1023  
REMARK 350 active torsions:  
  
352 messages similar to the above omitted  
Duplicate atom serial number found: 1  
Duplicate atom serial number found: 2  
Ignored bad PDB record found on line 1380  
ENDROOT  
  
Ignored bad PDB record found on line 1381  
TORSDOF 0  
  
Ignored bad PDB record found on line 1382  
REMARK Name = protein.pdb  
  
Ignored bad PDB record found on line 1383  
REMARK 350 active torsions:  
  
Ignored bad PDB record found on line 1384  
REMARK status: ('A' for Active; 'I' for Inactive)  
  
351 messages similar to the above omitted  
Duplicate atom serial number found: 1  
Duplicate atom serial number found: 2  
Duplicate atom serial number found: 3  
Duplicate atom serial number found: 4  
Duplicate atom serial number found: 5  
6 messages similar to the above omitted  
Ignored bad PDB record found on line 1749  
ENDROOT  
  
Ignored bad PDB record found on line 1750  
TORSDOF 0  
  
Ignored bad PDB record found on line 1751  
REMARK Name = protein.pdb  
  
Ignored bad PDB record found on line 1752  
REMARK 350 active torsions:  
  
Ignored bad PDB record found on line 1753  
REMARK status: ('A' for Active; 'I' for Inactive)  
  
351 messages similar to the above omitted  
Duplicate atom serial number found: 1  
Ignored bad PDB record found on line 2108  
ENDROOT  
  
Ignored bad PDB record found on line 2109  
TORSDOF 0  
  
Ignored bad PDB record found on line 2110  
REMARK Name = protein.pdb  
  
Ignored bad PDB record found on line 2111  
REMARK 350 active torsions:  
  
Ignored bad PDB record found on line 2112  
REMARK status: ('A' for Active; 'I' for Inactive)  
  
351 messages similar to the above omitted  
Duplicate atom serial number found: 1  
Ignored bad PDB record found on line 2467  
ENDROOT  
  
Ignored bad PDB record found on line 2468  
BRANCH 1 2  
  
Duplicate atom serial number found: 2  
Duplicate atom serial number found: 3  
Ignored bad PDB record found on line 2471  
ENDBRANCH 1 2  
  
Ignored bad PDB record found on line 2472  
BRANCH 1 4  
  
Duplicate atom serial number found: 4  
Duplicate atom serial number found: 5  
Ignored bad PDB record found on line 2475  
ENDBRANCH 1 4  
  
Ignored bad PDB record found on line 2476  
TORSDOF 2  
  
Ignored bad PDB record found on line 2477  
REMARK Name = protein.pdb  
  
Ignored bad PDB record found on line 2478  
REMARK 350 active torsions:  
  
Ignored bad PDB record found on line 2479  
REMARK status: ('A' for Active; 'I' for Inactive)  
  
351 messages similar to the above omitted  
Duplicate atom serial number found: 1  
Duplicate atom serial number found: 2  
Duplicate atom serial number found: 3  
Ignored bad PDB record found on line 2836  
ENDROOT  
  
Ignored bad PDB record found on line 2837  
BRANCH 3 4  
  
Duplicate atom serial number found: 4  
Ignored bad PDB record found on line 2839  
BRANCH 4 5  
  
Duplicate atom serial number found: 5  
Duplicate atom serial number found: 6  
Duplicate atom serial number found: 7  
Ignored bad PDB record found on line 2843  
BRANCH 7 8  
  
Duplicate atom serial number found: 8  
Ignored bad PDB record found on line 2845  
BRANCH 8 9  
  
Duplicate atom serial number found: 9  
Duplicate atom serial number found: 10  
Duplicate atom serial number found: 11  
Ignored bad PDB record found on line 2849  
BRANCH 11 12  
  
Duplicate atom serial number found: 12  
Duplicate atom serial number found: 13  
Ignored bad PDB record found on line 2852  
BRANCH 12 14  
  
Duplicate atom serial number found: 14  
Duplicate atom serial number found: 15  
Duplicate atom serial number found: 16  
Ignored bad PDB record found on line 2856  
BRANCH 16 17  
  
Duplicate atom serial number found: 17  
Ignored bad PDB record found on line 2858  
BRANCH 17 18  
  
Duplicate atom serial number found: 18  
Duplicate atom serial number found: 19  
Duplicate atom serial number found: 20  
Ignored bad PDB record found on line 2862  
BRANCH 20 21  
  
Duplicate atom serial number found: 21  
Duplicate atom serial number found: 22  
Ignored bad PDB record found on line 2865  
BRANCH 22 23  
  
Duplicate atom serial number found: 23  
Duplicate atom serial number found: 24  
Ignored bad PDB record found on line 2868  
BRANCH 23 25  
  
Duplicate atom serial number found: 25  
Ignored bad PDB record found on line 2870  
BRANCH 25 26  
  
Duplicate atom serial number found: 26  
Ignored bad PDB record found on line 2872  
BRANCH 26 27  
  
Duplicate atom serial number found: 27  
Duplicate atom serial number found: 28  
Ignored bad PDB record found on line 2875  
ENDBRANCH 26 27  
  
Ignored bad PDB record found on line 2876  
ENDBRANCH 25 26  
  
Ignored bad PDB record found on line 2877  
ENDBRANCH 23 25  
  
Ignored bad PDB record found on line 2878  
ENDBRANCH 22 23  
  
Ignored bad PDB record found on line 2879  
ENDBRANCH 20 21  
  
2 messages similar to the above omitted  
Duplicate atom serial number found: 29  
Ignored bad PDB record found on line 2883  
BRANCH 29 30  
  
Duplicate atom serial number found: 30  
Duplicate atom serial number found: 31  
Duplicate atom serial number found: 32  
Ignored bad PDB record found on line 2887  
ENDBRANCH 29 30  
  
Ignored bad PDB record found on line 2888  
ENDBRANCH 17 29  
  
Ignored bad PDB record found on line 2889  
ENDBRANCH 16 17  
  
Ignored bad PDB record found on line 2890  
ENDBRANCH 12 14  
  
Ignored bad PDB record found on line 2891  
ENDBRANCH 11 12  
  
4 messages similar to the above omitted  
Duplicate atom serial number found: 33  
Duplicate atom serial number found: 34  
Duplicate atom serial number found: 35  
Ignored bad PDB record found on line 2899  
ENDBRANCH 4 33  
  
Ignored bad PDB record found on line 2900  
ENDBRANCH 3 4  
  
Ignored bad PDB record found on line 2901  
BRANCH 1 36  
  
Duplicate atom serial number found: 36  
Ignored bad PDB record found on line 2903  
BRANCH 36 39  
  
Duplicate atom serial number found: 37  
Duplicate atom serial number found: 38  
Duplicate atom serial number found: 39  
Ignored bad PDB record found on line 2907  
BRANCH 37 40  
  
Duplicate atom serial number found: 40  
Ignored bad PDB record found on line 2909  
BRANCH 40 43  
  
Duplicate atom serial number found: 41  
Duplicate atom serial number found: 42  
Duplicate atom serial number found: 43  
Ignored bad PDB record found on line 2913  
BRANCH 41 44  
  
Duplicate atom serial number found: 44  
Ignored bad PDB record found on line 2915  
BRANCH 44 47  
  
Duplicate atom serial number found: 45  
Duplicate atom serial number found: 46  
Duplicate atom serial number found: 47  
Ignored bad PDB record found on line 2919  
BRANCH 45 48  
  
Duplicate atom serial number found: 48  
Duplicate atom serial number found: 49  
Ignored bad PDB record found on line 2922  
BRANCH 48 52  
  
Duplicate atom serial number found: 50  
Duplicate atom serial number found: 51  
Duplicate atom serial number found: 52  
Ignored bad PDB record found on line 2926  
ENDBRANCH 48 52  
  
Ignored bad PDB record found on line 2927  
ENDBRANCH 45 48  
  
Ignored bad PDB record found on line 2928  
ENDBRANCH 44 47  
  
Ignored bad PDB record found on line 2929  
BRANCH 44 53  
  
Duplicate atom serial number found: 53  
Ignored bad PDB record found on line 2931  
BRANCH 53 54  
  
Duplicate atom serial number found: 54  
Duplicate atom serial number found: 55  
Duplicate atom serial number found: 56  
Ignored bad PDB record found on line 2935  
ENDBRANCH 53 54  
  
Ignored bad PDB record found on line 2936  
ENDBRANCH 44 53  
  
Ignored bad PDB record found on line 2937  
ENDBRANCH 41 44  
  
Ignored bad PDB record found on line 2938  
ENDBRANCH 40 43  
  
Ignored bad PDB record found on line 2939  
BRANCH 40 57  
  
Duplicate atom serial number found: 57  
Ignored bad PDB record found on line 2941  
BRANCH 57 58  
  
Duplicate atom serial number found: 58  
Duplicate atom serial number found: 59  
Duplicate atom serial number found: 60  
Ignored bad PDB record found on line 2945  
ENDBRANCH 57 58  
  
Ignored bad PDB record found on line 2946  
ENDBRANCH 40 57  
  
Ignored bad PDB record found on line 2947  
ENDBRANCH 37 40  
  
Ignored bad PDB record found on line 2948  
ENDBRANCH 36 39  
  
Ignored bad PDB record found on line 2949  
BRANCH 36 61  
  
Duplicate atom serial number found: 61  
Ignored bad PDB record found on line 2951  
BRANCH 61 62  
  
Duplicate atom serial number found: 62  
Duplicate atom serial number found: 63  
Duplicate atom serial number found: 64  
Ignored bad PDB record found on line 2955  
ENDBRANCH 61 62  
  
Ignored bad PDB record found on line 2956  
ENDBRANCH 36 61  
  
Ignored bad PDB record found on line 2957  
ENDBRANCH 1 36  
  
Ignored bad PDB record found on line 2958  
TORSDOF 30  
  
Ignored bad PDB record found on line 2959  
REMARK Name = protein.pdb  
  
353 messages similar to the above omitted  
Duplicate atom serial number found: 1  
Duplicate atom serial number found: 2  
Ignored bad PDB record found on line 3317  
ENDROOT  
  
Ignored bad PDB record found on line 3318  
TORSDOF 0  
  
Ignored bad PDB record found on line 3319  
REMARK Name = protein.pdb  
  
Ignored bad PDB record found on line 3320  
REMARK 350 active torsions:  
  
Ignored bad PDB record found on line 3321  
REMARK status: ('A' for Active; 'I' for Inactive)  
  
351 messages similar to the above omitted  
Duplicate atom serial number found: 1  
Duplicate atom serial number found: 2  
Duplicate atom serial number found: 3  
Ignored bad PDB record found on line 3678  
ENDROOT  
  
Ignored bad PDB record found on line 3679  
TORSDOF 0  
  
Ignored bad PDB record found on line 3680  
REMARK Name = protein.pdb  
  
Ignored bad PDB record found on line 3681  
REMARK 350 active torsions:  
  
Ignored bad PDB record found on line 3682  
REMARK status: ('A' for Active; 'I' for Inactive)  
  
351 messages similar to the above omitted  
Duplicate atom serial number found: 1  
Duplicate atom serial number found: 2  
Duplicate atom serial number found: 3  
Ignored bad PDB record found on line 4039  
ENDROOT  
  
Ignored bad PDB record found on line 4040  
TORSDOF 0  
  
Ignored bad PDB record found on line 4041  
REMARK Name = protein.pdb  
  
Ignored bad PDB record found on line 4042  
REMARK 350 active torsions:  
  
Ignored bad PDB record found on line 4043  
REMARK status: ('A' for Active; 'I' for Inactive)  
  
351 messages similar to the above omitted  
Duplicate atom serial number found: 1  
Duplicate atom serial number found: 2  
Duplicate atom serial number found: 3  
Duplicate atom serial number found: 4  
Duplicate atom serial number found: 5  
2 messages similar to the above omitted  
Ignored bad PDB record found on line 4404  
ENDROOT  
  
Ignored bad PDB record found on line 4405  
BRANCH 4 8  
  
Duplicate atom serial number found: 8  
Duplicate atom serial number found: 9  
Duplicate atom serial number found: 10  
Ignored bad PDB record found on line 4409  
BRANCH 10 11  
  
Duplicate atom serial number found: 11  
Ignored bad PDB record found on line 4411  
BRANCH 11 12  
  
Duplicate atom serial number found: 12  
Duplicate atom serial number found: 13  
Duplicate atom serial number found: 14  
Ignored bad PDB record found on line 4415  
BRANCH 14 15  
  
Duplicate atom serial number found: 15  
Ignored bad PDB record found on line 4417  
BRANCH 15 16  
  
Duplicate atom serial number found: 16  
Duplicate atom serial number found: 17  
Duplicate atom serial number found: 18  
Ignored bad PDB record found on line 4421  
BRANCH 18 19  
  
Duplicate atom serial number found: 19  
Ignored bad PDB record found on line 4423  
BRANCH 19 20  
  
Duplicate atom serial number found: 20  
Duplicate atom serial number found: 21  
Duplicate atom serial number found: 22  
Ignored bad PDB record found on line 4427  
BRANCH 22 23  
  
Duplicate atom serial number found: 23  
Ignored bad PDB record found on line 4429  
BRANCH 23 24  
  
Duplicate atom serial number found: 24  
Duplicate atom serial number found: 25  
Duplicate atom serial number found: 26  
Duplicate atom serial number found: 27  
Duplicate atom serial number found: 28  
2 messages similar to the above omitted  
Ignored bad PDB record found on line 4437  
BRANCH 27 31  
  
Duplicate atom serial number found: 31  
Duplicate atom serial number found: 32  
Duplicate atom serial number found: 33  
Ignored bad PDB record found on line 4441  
BRANCH 33 34  
  
Duplicate atom serial number found: 34  
Ignored bad PDB record found on line 4443  
BRANCH 34 35  
  
Duplicate atom serial number found: 35  
Duplicate atom serial number found: 36  
Duplicate atom serial number found: 37  
Ignored bad PDB record found on line 4447  
BRANCH 37 38  
  
Duplicate atom serial number found: 38  
Duplicate atom serial number found: 39  
Ignored bad PDB record found on line 4450  
ENDBRANCH 37 38  
  
Ignored bad PDB record found on line 4451  
ENDBRANCH 34 35  
  
Ignored bad PDB record found on line 4452  
BRANCH 34 40  
  
Duplicate atom serial number found: 40  
Ignored bad PDB record found on line 4454  
BRANCH 40 41  
  
Duplicate atom serial number found: 41  
Ignored bad PDB record found on line 4456  
BRANCH 41 42  
  
Duplicate atom serial number found: 42  
Ignored bad PDB record found on line 4458  
BRANCH 42 43  
  
Duplicate atom serial number found: 43  
Duplicate atom serial number found: 44  
Ignored bad PDB record found on line 4461  
ENDBRANCH 42 43  
  
Ignored bad PDB record found on line 4462  
ENDBRANCH 41 42  
  
Ignored bad PDB record found on line 4463  
ENDBRANCH 40 41  
  
Ignored bad PDB record found on line 4464  
ENDBRANCH 34 40  
  
Ignored bad PDB record found on line 4465  
ENDBRANCH 33 34  
  
3 messages similar to the above omitted  
Duplicate atom serial number found: 45  
Ignored bad PDB record found on line 4470  
BRANCH 45 46  
  
Duplicate atom serial number found: 46  
Ignored bad PDB record found on line 4472  
BRANCH 46 47  
  
Duplicate atom serial number found: 47  
Ignored bad PDB record found on line 4474  
BRANCH 47 48  
  
Duplicate atom serial number found: 48  
Duplicate atom serial number found: 49  
Ignored bad PDB record found on line 4477  
ENDBRANCH 47 48  
  
Ignored bad PDB record found on line 4478  
ENDBRANCH 46 47  
  
Ignored bad PDB record found on line 4479  
ENDBRANCH 45 46  
  
Ignored bad PDB record found on line 4480  
ENDBRANCH 23 45  
  
Ignored bad PDB record found on line 4481  
ENDBRANCH 22 23  
  
2 messages similar to the above omitted  
Duplicate atom serial number found: 50  
Ignored bad PDB record found on line 4485  
BRANCH 50 51  
  
Duplicate atom serial number found: 51  
Duplicate atom serial number found: 52  
Duplicate atom serial number found: 53  
Duplicate atom serial number found: 54  
Duplicate atom serial number found: 55  
4 messages similar to the above omitted  
Ignored bad PDB record found on line 4495  
ENDBRANCH 50 51  
  
Ignored bad PDB record found on line 4496  
ENDBRANCH 19 50  
  
Ignored bad PDB record found on line 4497  
ENDBRANCH 18 19  
  
Ignored bad PDB record found on line 4498  
ENDBRANCH 15 16  
  
Ignored bad PDB record found on line 4499  
BRANCH 15 60  
  
Duplicate atom serial number found: 60  
Ignored bad PDB record found on line 4501  
BRANCH 60 61  
  
Duplicate atom serial number found: 61  
Ignored bad PDB record found on line 4503  
BRANCH 61 62  
  
Duplicate atom serial number found: 62  
Ignored bad PDB record found on line 4505  
BRANCH 62 63  
  
Duplicate atom serial number found: 63  
Duplicate atom serial number found: 64  
Duplicate atom serial number found: 65  
Duplicate atom serial number found: 66  
Ignored bad PDB record found on line 4510  
ENDBRANCH 62 63  
  
Ignored bad PDB record found on line 4511  
ENDBRANCH 61 62  
  
Ignored bad PDB record found on line 4512  
ENDBRANCH 60 61  
  
Ignored bad PDB record found on line 4513  
ENDBRANCH 15 60  
  
Ignored bad PDB record found on line 4514  
ENDBRANCH 14 15  
  
4 messages similar to the above omitted  
Duplicate atom serial number found: 67  
Ignored bad PDB record found on line 4520  
BRANCH 67 70  
  
Duplicate atom serial number found: 68  
Duplicate atom serial number found: 69  
Duplicate atom serial number found: 70  
Ignored bad PDB record found on line 4524  
BRANCH 68 71  
  
Duplicate atom serial number found: 71  
Ignored bad PDB record found on line 4526  
BRANCH 71 74  
  
Duplicate atom serial number found: 72  
Duplicate atom serial number found: 73  
Duplicate atom serial number found: 74  
Ignored bad PDB record found on line 4530  
BRANCH 72 75  
  
Duplicate atom serial number found: 75  
Ignored bad PDB record found on line 4532  
BRANCH 75 78  
  
Duplicate atom serial number found: 76  
Duplicate atom serial number found: 77  
Duplicate atom serial number found: 78  
Ignored bad PDB record found on line 4536  
BRANCH 76 79  
  
Duplicate atom serial number found: 79  
Ignored bad PDB record found on line 4538  
BRANCH 79 82  
  
Duplicate atom serial number found: 80  
Duplicate atom serial number found: 81  
Duplicate atom serial number found: 82  
Ignored bad PDB record found on line 4542  
BRANCH 80 83  
  
Duplicate atom serial number found: 83  
Ignored bad PDB record found on line 4544  
BRANCH 83 86  
  
Duplicate atom serial number found: 84  
Duplicate atom serial number found: 85  
Duplicate atom serial number found: 86  
Ignored bad PDB record found on line 4548  
BRANCH 84 87  
  
Duplicate atom serial number found: 87  
Ignored bad PDB record found on line 4550  
BRANCH 87 90  
  
Duplicate atom serial number found: 88  
Duplicate atom serial number found: 89  
Duplicate atom serial number found: 90  
Ignored bad PDB record found on line 4554  
BRANCH 88 91  
  
Duplicate atom serial number found: 91  
Ignored bad PDB record found on line 4556  
BRANCH 91 92  
  
Duplicate atom serial number found: 92  
Duplicate atom serial number found: 93  
Duplicate atom serial number found: 94  
Ignored bad PDB record found on line 4560  
ENDBRANCH 91 92  
  
Ignored bad PDB record found on line 4561  
BRANCH 91 97  
  
Duplicate atom serial number found: 95  
Duplicate atom serial number found: 96  
Duplicate atom serial number found: 97  
Ignored bad PDB record found on line 4565  
BRANCH 95 98  
  
Duplicate atom serial number found: 98  
Ignored bad PDB record found on line 4567  
BRANCH 98 101  
  
Duplicate atom serial number found: 99  
Duplicate atom serial number found: 100  
Duplicate atom serial number found: 101  
Ignored bad PDB record found on line 4571  
ENDBRANCH 98 101  
  
Ignored bad PDB record found on line 4572  
BRANCH 98 102  
  
Duplicate atom serial number found: 102  
Duplicate atom serial number found: 103  
Duplicate atom serial number found: 104  
Ignored bad PDB record found on line 4576  
ENDBRANCH 98 102  
  
Ignored bad PDB record found on line 4577  
ENDBRANCH 95 98  
  
Ignored bad PDB record found on line 4578  
ENDBRANCH 91 97  
  
Ignored bad PDB record found on line 4579  
ENDBRANCH 88 91  
  
Ignored bad PDB record found on line 4580  
ENDBRANCH 87 90  
  
1 messages similar to the above omitted  
Duplicate atom serial number found: 105  
Duplicate atom serial number found: 106  
Ignored bad PDB record found on line 4584  
BRANCH 105 107  
  
Duplicate atom serial number found: 107  
Duplicate atom serial number found: 108  
Ignored bad PDB record found on line 4587  
ENDBRANCH 105 107  
  
Ignored bad PDB record found on line 4588  
ENDBRANCH 87 105  
  
Ignored bad PDB record found on line 4589  
ENDBRANCH 84 87  
  
Ignored bad PDB record found on line 4590  
ENDBRANCH 83 86  
  
Ignored bad PDB record found on line 4591  
BRANCH 83 109  
  
Duplicate atom serial number found: 109  
Ignored bad PDB record found on line 4593  
BRANCH 109 110  
  
Duplicate atom serial number found: 110  
Ignored bad PDB record found on line 4595  
BRANCH 110 111  
  
Duplicate atom serial number found: 111  
Duplicate atom serial number found: 112  
Duplicate atom serial number found: 113  
Ignored bad PDB record found on line 4599  
ENDBRANCH 110 111  
  
Ignored bad PDB record found on line 4600  
ENDBRANCH 109 110  
  
Ignored bad PDB record found on line 4601  
ENDBRANCH 83 109  
  
Ignored bad PDB record found on line 4602  
ENDBRANCH 80 83  
  
Ignored bad PDB record found on line 4603  
ENDBRANCH 79 82  
  
1 messages similar to the above omitted  
Duplicate atom serial number found: 114  
Ignored bad PDB record found on line 4606  
BRANCH 114 115  
  
Duplicate atom serial number found: 115  
Ignored bad PDB record found on line 4608  
BRANCH 115 116  
  
Duplicate atom serial number found: 116  
Duplicate atom serial number found: 117  
Duplicate atom serial number found: 118  
Ignored bad PDB record found on line 4612  
ENDBRANCH 115 116  
  
Ignored bad PDB record found on line 4613  
ENDBRANCH 114 115  
  
Ignored bad PDB record found on line 4614  
ENDBRANCH 79 114  
  
Ignored bad PDB record found on line 4615  
ENDBRANCH 76 79  
  
Ignored bad PDB record found on line 4616  
ENDBRANCH 75 78  
  
1 messages similar to the above omitted  
Duplicate atom serial number found: 119  
Ignored bad PDB record found on line 4619  
BRANCH 119 120  
  
Duplicate atom serial number found: 120  
Ignored bad PDB record found on line 4621  
BRANCH 120 121  
  
Duplicate atom serial number found: 121  
Duplicate atom serial number found: 122  
Ignored bad PDB record found on line 4624  
ENDBRANCH 120 121  
  
Ignored bad PDB record found on line 4625  
ENDBRANCH 119 120  
  
Ignored bad PDB record found on line 4626  
ENDBRANCH 75 119  
  
Ignored bad PDB record found on line 4627  
ENDBRANCH 72 75  
  
Ignored bad PDB record found on line 4628  
ENDBRANCH 71 74  
  
1 messages similar to the above omitted  
Duplicate atom serial number found: 123  
Duplicate atom serial number found: 124  
Ignored bad PDB record found on line 4632  
ENDBRANCH 71 123  
  
Ignored bad PDB record found on line 4633  
ENDBRANCH 68 71  
  
Ignored bad PDB record found on line 4634  
ENDBRANCH 67 70  
  
Ignored bad PDB record found on line 4635  
BRANCH 67 125  
  
Duplicate atom serial number found: 125  
Ignored bad PDB record found on line 4637  
BRANCH 125 126  
  
Duplicate atom serial number found: 126  
Duplicate atom serial number found: 127  
Duplicate atom serial number found: 128  
Ignored bad PDB record found on line 4641  
ENDBRANCH 125 126  
  
Ignored bad PDB record found on line 4642  
ENDBRANCH 67 125  
  
Ignored bad PDB record found on line 4643  
ENDBRANCH 1 67  
  
Ignored bad PDB record found on line 4644  
TORSDOF 59  
  
Ignored bad PDB record found on line 4645  
REMARK Name = protein.pdb  
  
353 messages similar to the above omitted  
Duplicate atom serial number found: 1  
Ignored bad PDB record found on line 5002  
ENDROOT  
  
Ignored bad PDB record found on line 5003  
TORSDOF 0  
  
Ignored bad PDB record found on line 5004  
REMARK Name = protein.pdb  
  
Ignored bad PDB record found on line 5005  
REMARK 350 active torsions:  
  
Ignored bad PDB record found on line 5006  
REMARK status: ('A' for Active; 'I' for Inactive)  
  
351 messages similar to the above omitted  
Duplicate atom serial number found: 1  
Duplicate atom serial number found: 2  
Ignored bad PDB record found on line 5362  
ENDROOT  
  
Ignored bad PDB record found on line 5363  
TORSDOF 0  
  
Ignored bad PDB record found on line 5364  
REMARK Name = protein.pdb  
  
Ignored bad PDB record found on line 5365  
REMARK 350 active torsions:  
  
Ignored bad PDB record found on line 5366  
REMARK status: ('A' for Active; 'I' for Inactive)  
  
351 messages similar to the above omitted  
Duplicate atom serial number found: 1  
Duplicate atom serial number found: 2  
Duplicate atom serial number found: 3  
Duplicate atom serial number found: 4  
Ignored bad PDB record found on line 5724  
ENDROOT  
  
Ignored bad PDB record found on line 5725  
BRANCH 1 5  
  
Duplicate atom serial number found: 5  
Ignored bad PDB record found on line 5727  
BRANCH 5 7  
  
Duplicate atom serial number found: 6  
Duplicate atom serial number found: 7  
Ignored bad PDB record found on line 5730  
ENDBRANCH 5 7  
  
Ignored bad PDB record found on line 5731  
ENDBRANCH 1 5  
  
Ignored bad PDB record found on line 5732  
TORSDOF 2  
  
Ignored bad PDB record found on line 5733  
REMARK Name = protein.pdb  
  
Ignored bad PDB record found on line 5734  
REMARK 350 active torsions:  
  
352 messages similar to the above omitted  
Duplicate atom serial number found: 1  
Duplicate atom serial number found: 2  
Duplicate atom serial number found: 3  
Ignored bad PDB record found on line 6092  
ENDROOT  
  
Ignored bad PDB record found on line 6093  
BRANCH 1 4  
  
Duplicate atom serial number found: 4  
Ignored bad PDB record found on line 6095  
BRANCH 4 7  
  
Duplicate atom serial number found: 5  
Duplicate atom serial number found: 6  
Duplicate atom serial number found: 7  
Ignored bad PDB record found on line 6099  
ENDBRANCH 4 7  
  
Ignored bad PDB record found on line 6100  
BRANCH 4 8  
  
Duplicate atom serial number found: 8  
Duplicate atom serial number found: 9  
Ignored bad PDB record found on line 6103  
BRANCH 8 10  
  
Duplicate atom serial number found: 10  
Duplicate atom serial number found: 11  
Ignored bad PDB record found on line 6106  
ENDBRANCH 8 10  
  
Ignored bad PDB record found on line 6107  
ENDBRANCH 4 8  
  
Ignored bad PDB record found on line 6108  
ENDBRANCH 1 4  
  
Ignored bad PDB record found on line 6109  
BRANCH 3 12  
  
Duplicate atom serial number found: 12  
Ignored bad PDB record found on line 6111  
BRANCH 12 13  
  
Duplicate atom serial number found: 13  
Duplicate atom serial number found: 14  
Duplicate atom serial number found: 15  
Ignored bad PDB record found on line 6115  
BRANCH 15 16  
  
Duplicate atom serial number found: 16  
Ignored bad PDB record found on line 6117  
BRANCH 16 17  
  
Duplicate atom serial number found: 17  
Duplicate atom serial number found: 18  
Duplicate atom serial number found: 19  
Duplicate atom serial number found: 20  
Ignored bad PDB record found on line 6122  
ENDBRANCH 16 17  
  
Ignored bad PDB record found on line 6123  
ENDBRANCH 15 16  
  
Ignored bad PDB record found on line 6124  
ENDBRANCH 12 13  
  
Ignored bad PDB record found on line 6125  
ENDBRANCH 3 12  
  
Ignored bad PDB record found on line 6126  
TORSDOF 8  
  
354 messages similar to the above omitted  
Duplicate atom serial number found: 1  
Duplicate atom serial number found: 2  
Duplicate atom serial number found: 3  
Duplicate atom serial number found: 4  
Duplicate atom serial number found: 5  
Ignored bad PDB record found on line 6488  
ENDROOT  
  
Ignored bad PDB record found on line 6489  
BRANCH 1 7  
  
Duplicate atom serial number found: 6  
Duplicate atom serial number found: 7  
Ignored bad PDB record found on line 6492  
ENDBRANCH 1 7  
  
Ignored bad PDB record found on line 6493  
TORSDOF 1  
  
Ignored bad PDB record found on line 6494  
REMARK Name = protein.pdb  
  
Ignored bad PDB record found on line 6495  
REMARK 350 active torsions:  
  
Ignored bad PDB record found on line 6496  
REMARK status: ('A' for Active; 'I' for Inactive)  
  
351 messages similar to the above omitted  
Duplicate atom serial number found: 1  
Duplicate atom serial number found: 2  
Duplicate atom serial number found: 3  
Duplicate atom serial number found: 4  
Duplicate atom serial number found: 5  
2 messages similar to the above omitted  
Ignored bad PDB record found on line 6857  
ENDROOT  
  
Ignored bad PDB record found on line 6858  
TORSDOF 0  
  
Ignored bad PDB record found on line 6859  
REMARK Name = protein.pdb  
  
Ignored bad PDB record found on line 6860  
REMARK 350 active torsions:  
  
Ignored bad PDB record found on line 6861  
REMARK status: ('A' for Active; 'I' for Inactive)  
  
351 messages similar to the above omitted  
Duplicate atom serial number found: 1  
Duplicate atom serial number found: 2  
Ignored bad PDB record found on line 7217  
ENDROOT  
  
Ignored bad PDB record found on line 7218  
BRANCH 1 3  
  
Duplicate atom serial number found: 3  
Duplicate atom serial number found: 4  
Ignored bad PDB record found on line 7221  
ENDBRANCH 1 3  
  
Ignored bad PDB record found on line 7222  
TORSDOF 1  
  
Ignored bad PDB record found on line 7223  
REMARK Name = protein.pdb  
  
Ignored bad PDB record found on line 7224  
REMARK 350 active torsions:  
  
Ignored bad PDB record found on line 7225  
REMARK status: ('A' for Active; 'I' for Inactive)  
  
351 messages similar to the above omitted  
Duplicate atom serial number found: 1  
Duplicate atom serial number found: 2  
Duplicate atom serial number found: 3  
Ignored bad PDB record found on line 7582  
ENDROOT  
  
Ignored bad PDB record found on line 7583  
BRANCH 3 4  
  
Duplicate atom serial number found: 4  
Ignored bad PDB record found on line 7585  
BRANCH 4 5  
  
Duplicate atom serial number found: 5  
Duplicate atom serial number found: 6  
Duplicate atom serial number found: 7  
Ignored bad PDB record found on line 7589  
BRANCH 7 8  
  
Duplicate atom serial number found: 8  
Ignored bad PDB record found on line 7591  
BRANCH 8 9  
  
Duplicate atom serial number found: 9  
Duplicate atom serial number found: 10  
Duplicate atom serial number found: 11  
Ignored bad PDB record found on line 7595  
BRANCH 11 12  
  
Duplicate atom serial number found: 12  
Ignored bad PDB record found on line 7597  
BRANCH 12 13  
  
Duplicate atom serial number found: 13  
Duplicate atom serial number found: 14  
Duplicate atom serial number found: 15  
Ignored bad PDB record found on line 7601  
ENDBRANCH 12 13  
  
Ignored bad PDB record found on line 7602  
BRANCH 12 16  
  
Duplicate atom serial number found: 16  
Duplicate atom serial number found: 17  
Duplicate atom serial number found: 18  
Ignored bad PDB record found on line 7606  
BRANCH 18 19  
  
Duplicate atom serial number found: 19  
Ignored bad PDB record found on line 7608  
BRANCH 19 20  
  
Duplicate atom serial number found: 20  
Duplicate atom serial number found: 21  
Duplicate atom serial number found: 22  
Duplicate atom serial number found: 23  
Duplicate atom serial number found: 24  
2 messages similar to the above omitted  
Ignored bad PDB record found on line 7616  
BRANCH 23 27  
  
Duplicate atom serial number found: 27  
Duplicate atom serial number found: 28  
Duplicate atom serial number found: 29  
Ignored bad PDB record found on line 7620  
BRANCH 29 30  
  
Duplicate atom serial number found: 30  
Ignored bad PDB record found on line 7622  
BRANCH 30 31  
  
Duplicate atom serial number found: 31  
Duplicate atom serial number found: 32  
Duplicate atom serial number found: 33  
Duplicate atom serial number found: 34  
Duplicate atom serial number found: 35  
2 messages similar to the above omitted  
Ignored bad PDB record found on line 7630  
BRANCH 34 38  
  
Duplicate atom serial number found: 38  
Duplicate atom serial number found: 39  
Duplicate atom serial number found: 40  
Ignored bad PDB record found on line 7634  
BRANCH 40 41  
  
Duplicate atom serial number found: 41  
Ignored bad PDB record found on line 7636  
BRANCH 41 42  
  
Duplicate atom serial number found: 42  
Duplicate atom serial number found: 43  
Duplicate atom serial number found: 44  
Ignored bad PDB record found on line 7640  
BRANCH 44 45  
  
Duplicate atom serial number found: 45  
Ignored bad PDB record found on line 7642  
BRANCH 45 46  
  
Duplicate atom serial number found: 46  
Duplicate atom serial number found: 47  
Duplicate atom serial number found: 48  
Ignored bad PDB record found on line 7646  
BRANCH 48 49  
  
Duplicate atom serial number found: 49  
Ignored bad PDB record found on line 7648  
BRANCH 49 50  
  
Duplicate atom serial number found: 50  
Duplicate atom serial number found: 51  
Duplicate atom serial number found: 52  
Ignored bad PDB record found on line 7652  
BRANCH 52 53  
  
Duplicate atom serial number found: 53  
Ignored bad PDB record found on line 7654  
BRANCH 53 54  
  
Duplicate atom serial number found: 54  
Duplicate atom serial number found: 55  
Duplicate atom serial number found: 56  
Ignored bad PDB record found on line 7658  
BRANCH 56 57  
  
Duplicate atom serial number found: 57  
Ignored bad PDB record found on line 7660  
BRANCH 57 58  
  
Duplicate atom serial number found: 58  
Duplicate atom serial number found: 59  
Duplicate atom serial number found: 60  
Ignored bad PDB record found on line 7664  
BRANCH 60 61  
  
Duplicate atom serial number found: 61  
Ignored bad PDB record found on line 7666  
BRANCH 61 62  
  
Duplicate atom serial number found: 62  
Duplicate atom serial number found: 63  
Duplicate atom serial number found: 64  
Ignored bad PDB record found on line 7670  
BRANCH 64 65  
  
Duplicate atom serial number found: 65  
Ignored bad PDB record found on line 7672  
BRANCH 65 66  
  
Duplicate atom serial number found: 66  
Duplicate atom serial number found: 67  
Duplicate atom serial number found: 68  
Ignored bad PDB record found on line 7676  
BRANCH 68 69  
  
Duplicate atom serial number found: 69  
Ignored bad PDB record found on line 7678  
BRANCH 69 70  
  
Duplicate atom serial number found: 70  
Duplicate atom serial number found: 71  
Duplicate atom serial number found: 72  
Ignored bad PDB record found on line 7682  
BRANCH 72 73  
  
Duplicate atom serial number found: 73  
Ignored bad PDB record found on line 7684  
BRANCH 73 74  
  
Duplicate atom serial number found: 74  
Duplicate atom serial number found: 75  
Duplicate atom serial number found: 76  
Ignored bad PDB record found on line 7688  
BRANCH 76 77  
  
Duplicate atom serial number found: 77  
Ignored bad PDB record found on line 7690  
BRANCH 77 78  
  
Duplicate atom serial number found: 78  
Duplicate atom serial number found: 79  
Duplicate atom serial number found: 80  
Ignored bad PDB record found on line 7694  
ENDBRANCH 77 78  
  
Ignored bad PDB record found on line 7695  
BRANCH 77 81  
  
Duplicate atom serial number found: 81  
Duplicate atom serial number found: 82  
Duplicate atom serial number found: 83  
Ignored bad PDB record found on line 7699  
BRANCH 83 84  
  
Duplicate atom serial number found: 84  
Ignored bad PDB record found on line 7701  
BRANCH 84 85  
  
Duplicate atom serial number found: 85  
Duplicate atom serial number found: 86  
Duplicate atom serial number found: 87  
Ignored bad PDB record found on line 7705  
BRANCH 87 88  
  
Duplicate atom serial number found: 88  
Ignored bad PDB record found on line 7707  
BRANCH 88 89  
  
Duplicate atom serial number found: 89  
Duplicate atom serial number found: 90  
Duplicate atom serial number found: 91  
Ignored bad PDB record found on line 7711  
BRANCH 91 92  
  
Duplicate atom serial number found: 92  
Ignored bad PDB record found on line 7713  
BRANCH 92 93  
  
Duplicate atom serial number found: 93  
Duplicate atom serial number found: 94  
Duplicate atom serial number found: 95  
Ignored bad PDB record found on line 7717  
BRANCH 95 96  
  
Duplicate atom serial number found: 96  
Duplicate atom serial number found: 97  
Ignored bad PDB record found on line 7720  
BRANCH 96 98  
  
Duplicate atom serial number found: 98  
Duplicate atom serial number found: 99  
Duplicate atom serial number found: 100  
Ignored bad PDB record found on line 7724  
BRANCH 100 101  
  
Duplicate atom serial number found: 101  
Ignored bad PDB record found on line 7726  
BRANCH 101 102  
  
Duplicate atom serial number found: 102  
Duplicate atom serial number found: 103  
Duplicate atom serial number found: 104  
Ignored bad PDB record found on line 7730  
ENDBRANCH 101 102  
  
Ignored bad PDB record found on line 7731  
BRANCH 101 105  
  
Duplicate atom serial number found: 105  
Duplicate atom serial number found: 106  
Duplicate atom serial number found: 107  
Ignored bad PDB record found on line 7735  
BRANCH 107 108  
  
Duplicate atom serial number found: 108  
Ignored bad PDB record found on line 7737  
BRANCH 108 109  
  
Duplicate atom serial number found: 109  
Duplicate atom serial number found: 110  
Duplicate atom serial number found: 111  
Ignored bad PDB record found on line 7741  
BRANCH 111 112  
  
Duplicate atom serial number found: 112  
Ignored bad PDB record found on line 7743  
BRANCH 112 113  
  
Duplicate atom serial number found: 113  
Duplicate atom serial number found: 114  
Duplicate atom serial number found: 115  
Ignored bad PDB record found on line 7747  
BRANCH 115 116  
  
Duplicate atom serial number found: 116  
Ignored bad PDB record found on line 7749  
BRANCH 116 117  
  
Duplicate atom serial number found: 117  
Duplicate atom serial number found: 118  
Duplicate atom serial number found: 119  
Ignored bad PDB record found on line 7753  
ENDBRANCH 116 117  
  
Ignored bad PDB record found on line 7754  
BRANCH 116 120  
  
Duplicate atom serial number found: 120  
Ignored bad PDB record found on line 7756  
BRANCH 120 121  
  
Duplicate atom serial number found: 121  
Duplicate atom serial number found: 122  
Duplicate atom serial number found: 123  
Duplicate atom serial number found: 124  
Duplicate atom serial number found: 125  
1 messages similar to the above omitted  
Ignored bad PDB record found on line 7763  
ENDBRANCH 120 121  
  
Ignored bad PDB record found on line 7764  
ENDBRANCH 116 120  
  
Ignored bad PDB record found on line 7765  
ENDBRANCH 115 116  
  
Ignored bad PDB record found on line 7766  
ENDBRANCH 112 113  
  
Ignored bad PDB record found on line 7767  
BRANCH 112 127  
  
Duplicate atom serial number found: 127  
Ignored bad PDB record found on line 7769  
BRANCH 127 128  
  
Duplicate atom serial number found: 128  
Duplicate atom serial number found: 129  
Duplicate atom serial number found: 130  
Ignored bad PDB record found on line 7773  
ENDBRANCH 127 128  
  
Ignored bad PDB record found on line 7774  
ENDBRANCH 112 127  
  
Ignored bad PDB record found on line 7775  
ENDBRANCH 111 112  
  
Ignored bad PDB record found on line 7776  
ENDBRANCH 108 109  
  
Ignored bad PDB record found on line 7777  
BRANCH 108 132  
  
Duplicate atom serial number found: 131  
Duplicate atom serial number found: 132  
Ignored bad PDB record found on line 7780  
BRANCH 132 133  
  
Duplicate atom serial number found: 133  
Duplicate atom serial number found: 134  
Duplicate atom serial number found: 135  
Duplicate atom serial number found: 136  
Ignored bad PDB record found on line 7785  
BRANCH 133 137  
  
Duplicate atom serial number found: 137  
Duplicate atom serial number found: 138  
Ignored bad PDB record found on line 7788  
ENDBRANCH 133 137  
  
Ignored bad PDB record found on line 7789  
ENDBRANCH 132 133  
  
Ignored bad PDB record found on line 7790  
ENDBRANCH 108 132  
  
Ignored bad PDB record found on line 7791  
ENDBRANCH 107 108  
  
Ignored bad PDB record found on line 7792  
ENDBRANCH 101 105  
  
7 messages similar to the above omitted  
Duplicate atom serial number found: 139  
Duplicate atom serial number found: 140  
Ignored bad PDB record found on line 7802  
BRANCH 139 141  
  
Duplicate atom serial number found: 141  
Duplicate atom serial number found: 142  
Ignored bad PDB record found on line 7805  
ENDBRANCH 139 141  
  
Ignored bad PDB record found on line 7806  
ENDBRANCH 88 139  
  
Ignored bad PDB record found on line 7807  
ENDBRANCH 87 88  
  
Ignored bad PDB record found on line 7808  
ENDBRANCH 84 85  
  
Ignored bad PDB record found on line 7809  
BRANCH 84 143  
  
Duplicate atom serial number found: 143  
Ignored bad PDB record found on line 7811  
BRANCH 143 144  
  
Duplicate atom serial number found: 144  
Ignored bad PDB record found on line 7813  
BRANCH 144 145  
  
Duplicate atom serial number found: 145  
Duplicate atom serial number found: 146  
Duplicate atom serial number found: 147  
Ignored bad PDB record found on line 7817  
ENDBRANCH 144 145  
  
Ignored bad PDB record found on line 7818  
ENDBRANCH 143 144  
  
Ignored bad PDB record found on line 7819  
ENDBRANCH 84 143  
  
Ignored bad PDB record found on line 7820  
ENDBRANCH 83 84  
  
Ignored bad PDB record found on line 7821  
ENDBRANCH 77 81  
  
3 messages similar to the above omitted  
Duplicate atom serial number found: 148  
Ignored bad PDB record found on line 7826  
BRANCH 148 149  
  
Duplicate atom serial number found: 149  
Duplicate atom serial number found: 150  
Duplicate atom serial number found: 151  
Ignored bad PDB record found on line 7830  
ENDBRANCH 148 149  
  
Ignored bad PDB record found on line 7831  
ENDBRANCH 73 148  
  
Ignored bad PDB record found on line 7832  
ENDBRANCH 72 73  
  
Ignored bad PDB record found on line 7833  
ENDBRANCH 69 70  
  
Ignored bad PDB record found on line 7834  
BRANCH 69 152  
  
Duplicate atom serial number found: 152  
Ignored bad PDB record found on line 7836  
BRANCH 152 153  
  
Ignored bad PDB record found on line 7840  
ENDBRANCH 152 153  
  
Ignored bad PDB record found on line 7841  
ENDBRANCH 69 152  
  
Ignored bad PDB record found on line 7842  
ENDBRANCH 68 69  
  
Ignored bad PDB record found on line 7843  
ENDBRANCH 65 66  
  
584 messages similar to the above omitted  
Duplicate atom serial number found: 1  
Duplicate atom serial number found: 2  
Duplicate atom serial number found: 3  
Ignored bad PDB record found on line 8643  
ENDROOT  
  
Ignored bad PDB record found on line 8644  
BRANCH 3 4  
  
Duplicate atom serial number found: 4  
Duplicate atom serial number found: 5  
Ignored bad PDB record found on line 8647  
ENDBRANCH 3 4  
  
Ignored bad PDB record found on line 8648  
TORSDOF 1  
  
Ignored bad PDB record found on line 8649  
REMARK Name = protein.pdb  
  
Ignored bad PDB record found on line 8650  
REMARK 350 active torsions:  
  
Ignored bad PDB record found on line 8651  
REMARK status: ('A' for Active; 'I' for Inactive)  
  
351 messages similar to the above omitted  
Duplicate atom serial number found: 1  
Ignored bad PDB record found on line 9006  
ENDROOT  
  
Ignored bad PDB record found on line 9007  
TORSDOF 0  
  
Ignored bad PDB record found on line 9008  
REMARK Name = protein.pdb  
  
Ignored bad PDB record found on line 9009  
REMARK 350 active torsions:  
  
Ignored bad PDB record found on line 9010  
REMARK status: ('A' for Active; 'I' for Inactive)  
  
351 messages similar to the above omitted  
Duplicate atom serial number found: 1  
Duplicate atom serial number found: 2  
Duplicate atom serial number found: 3  
Ignored bad PDB record found on line 9367  
ENDROOT  
  
Ignored bad PDB record found on line 9368  
TORSDOF 0  
  
Ignored bad PDB record found on line 9369  
REMARK Name = protein.pdb  
  
Ignored bad PDB record found on line 9370  
REMARK 350 active torsions:  
  
Ignored bad PDB record found on line 9371  
REMARK status: ('A' for Active; 'I' for Inactive)  
  
351 messages similar to the above omitted  
Duplicate atom serial number found: 1  
Ignored bad PDB record found on line 9726  
ENDROOT  
  
Ignored bad PDB record found on line 9727  
BRANCH 1 3  
  
Duplicate atom serial number found: 2  
Duplicate atom serial number found: 3  
Ignored bad PDB record found on line 9730  
ENDBRANCH 1 3  
  
Ignored bad PDB record found on line 9731  
BRANCH 1 4  
  
Duplicate atom serial number found: 4  
Duplicate atom serial number found: 5  
Ignored bad PDB record found on line 9734  
ENDBRANCH 1 4  
  
Ignored bad PDB record found on line 9735  
TORSDOF 2  
  
Ignored bad PDB record found on line 9736  
REMARK Name = protein.pdb  
  
Ignored bad PDB record found on line 9737  
REMARK 350 active torsions:  
  
Ignored bad PDB record found on line 9738  
REMARK status: ('A' for Active; 'I' for Inactive)  
  
351 messages similar to the above omitted  
Duplicate atom serial number found: 1  
Ignored bad PDB record found on line 10093  
ENDROOT  
  
Ignored bad PDB record found on line 10094  
BRANCH 1 2  
  
Duplicate atom serial number found: 2  
Duplicate atom serial number found: 3  
Ignored bad PDB record found on line 10097  
ENDBRANCH 1 2  
  
Ignored bad PDB record found on line 10098  
BRANCH 1 4  
  
Duplicate atom serial number found: 4  
Ignored bad PDB record found on line 10100  
BRANCH 4 5  
  
Duplicate atom serial number found: 5  
Duplicate atom serial number found: 6  
Ignored bad PDB record found on line 10103  
ENDBRANCH 4 5  
  
Ignored bad PDB record found on line 10104  
ENDBRANCH 1 4  
  
Ignored bad PDB record found on line 10105  
TORSDOF 3  
  
Ignored bad PDB record found on line 10106  
REMARK Name = protein.pdb  
  
Ignored bad PDB record found on line 10107  
REMARK 350 active torsions:  
  
352 messages similar to the above omitted  
Duplicate atom serial number found: 1  
Duplicate atom serial number found: 2  
Duplicate atom serial number found: 3  
Duplicate atom serial number found: 4  
Duplicate atom serial number found: 5  
3 messages similar to the above omitted  
Ignored bad PDB record found on line 10470  
ENDROOT  
  
Ignored bad PDB record found on line 10471  
TORSDOF 0  
  
Chain information for protein.pdb #2  
---  
Chain | Description  
A | No description available  
  
Opened protein.pdbqt containing 1 structures (821 atoms, 692 bonds)  
Computing secondary structure  




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

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

    Hardware Overview:

      Model Name: MacBook Air
      Model Identifier: Mac16,12
      Model Number: MW0Y3TU/A
      Chip: Apple M4
      Total Number of Cores: 10 (4 Performance and 6 Efficiency)
      Memory: 16 GB
      System Firmware Version: 13822.81.10
      OS Loader Version: 13822.81.10

Software:

    System Software Overview:

      System Version: macOS 26.3 (25D125)
      Kernel Version: Darwin 25.3.0
      Time since boot: 95 gün 6 saat 7 dakika

Graphics/Displays:

    Apple M4:

      Chipset Model: Apple M4
      Type: GPU
      Bus: Built-In
      Total Number of Cores: 8
      Vendor: Apple (0x106b)
      Metal Support: Metal 4
      Displays:
        Color LCD:
          Display Type: Built-in Liquid Retina Display
          Resolution: 2560 x 1664 Retina
          Main Display: Yes
          Mirror: Off
          Online: Yes
          Automatically Adjust Brightness: Yes
          Connection Type: Internal


Installed Packages:
    accessible-pygments: 0.0.5
    aiohappyeyeballs: 2.6.1
    aiohttp: 3.13.1
    aiosignal: 1.4.0
    alabaster: 1.0.0
    annotated-types: 0.7.0
    anyio: 4.13.0
    appdirs: 1.4.4
    appnope: 0.1.4
    asttokens: 3.0.1
    attrs: 26.1.0
    babel: 2.18.0
    beautifulsoup4: 4.13.5
    blockdiag: 3.0.0
    blosc2: 4.3.1
    bs4: 0.0.2
    build: 1.3.0
    certifi: 2025.7.14
    cftime: 1.6.5
    charset-normalizer: 3.4.7
    ChimeraX-AddCharge: 1.5.20
    ChimeraX-AddH: 2.2.8
    ChimeraX-AlignmentAlgorithms: 2.0.2
    ChimeraX-AlignmentHdrs: 3.6.2
    ChimeraX-AlignmentMatrices: 2.1
    ChimeraX-Alignments: 3.2
    ChimeraX-AlphaFold: 1.0.1
    ChimeraX-AltlocExplorer: 1.2
    ChimeraX-AmberInfo: 1.0
    ChimeraX-Animations: 1.0
    ChimeraX-Aniso: 1.3.2
    ChimeraX-Arrays: 1.1
    ChimeraX-Atomic: 1.67.1
    ChimeraX-AtomicLibrary: 14.4
    ChimeraX-AtomSearch: 2.0.1
    ChimeraX-AxesPlanes: 2.4
    ChimeraX-BasicActions: 1.1.3
    ChimeraX-BILD: 1.0
    ChimeraX-BlastProtein: 3.0.0
    ChimeraX-Boltz: 1.1
    ChimeraX-BondRot: 2.0.4
    ChimeraX-BugReporter: 1.0.2
    ChimeraX-BuildStructure: 2.13.1
    ChimeraX-Bumps: 1.0
    ChimeraX-BundleBuilder: 1.6.0
    ChimeraX-ButtonPanel: 1.0.1
    ChimeraX-CageBuilder: 1.0.1
    ChimeraX-CellPack: 1.0
    ChimeraX-Centroids: 1.4.1
    ChimeraX-ChangeChains: 1.1
    ChimeraX-CheckWaters: 1.5
    ChimeraX-ChemGroup: 2.0.2
    ChimeraX-Clashes: 2.4
    ChimeraX-Cluster: 1.0
    ChimeraX-ColorActions: 1.0.5
    ChimeraX-ColorGlobe: 1.0
    ChimeraX-ColorKey: 1.5.8
    ChimeraX-CommandLine: 1.3.1
    ChimeraX-ConnectStructure: 2.0.1
    ChimeraX-Contacts: 1.0.1
    ChimeraX-Core: 1.12rc202605192128
    ChimeraX-CoreFormats: 1.2
    ChimeraX-coulombic: 1.4.5
    ChimeraX-Crosslinks: 1.0
    ChimeraX-Crystal: 1.0
    ChimeraX-CrystalContacts: 1.0.1
    ChimeraX-DataFormats: 1.2.4
    ChimeraX-Dicom: 1.2.7
    ChimeraX-DistMonitor: 1.4.2
    ChimeraX-DockPrep: 1.2.1
    ChimeraX-Dssp: 2.0
    ChimeraX-EMDB-SFF: 1.0
    ChimeraX-ESMFold: 1.0
    ChimeraX-FileHistory: 1.0.1
    ChimeraX-FunctionKey: 1.0.1
    ChimeraX-Geometry: 1.3
    ChimeraX-gltf: 1.0
    ChimeraX-Graphics: 1.4.1
    ChimeraX-Hbonds: 2.5.3
    ChimeraX-Help: 1.3
    ChimeraX-HKCage: 1.3
    ChimeraX-IHM: 1.1
    ChimeraX-ImageFormats: 1.2
    ChimeraX-IMOD: 1.0
    ChimeraX-IO: 1.0.4
    ChimeraX-ItemsInspection: 1.0.1
    ChimeraX-IUPAC: 1.0
    ChimeraX-KVFinder: 1.8.2
    ChimeraX-Label: 1.5
    ChimeraX-LightingGUI: 1.0
    ChimeraX-ListInfo: 1.3.1
    ChimeraX-Log: 1.2.2
    ChimeraX-LookingGlass: 1.1
    ChimeraX-Maestro: 1.9.3
    ChimeraX-Map: 1.3
    ChimeraX-MapData: 2.0
    ChimeraX-MapEraser: 1.0.1
    ChimeraX-MapFilter: 2.0.1
    ChimeraX-MapFit: 2.0
    ChimeraX-MapSeries: 2.1.1
    ChimeraX-Markers: 1.0.1
    ChimeraX-Mask: 1.0.2
    ChimeraX-MatchAlign: 1.1
    ChimeraX-MatchMaker: 2.4
    ChimeraX-MCopy: 1.0
    ChimeraX-MCPServer: 0.2.0
    ChimeraX-MDcrds: 2.19
    ChimeraX-MedicalToolbar: 1.1
    ChimeraX-Meeting: 1.0.1
    ChimeraX-Minimize: 1.3.8
    ChimeraX-MLP: 1.1.1
    ChimeraX-mmCIF: 2.16
    ChimeraX-MMTF: 2.2
    ChimeraX-ModelArchive: 1.0
    ChimeraX-Modeller: 1.5.23
    ChimeraX-ModelPanel: 1.6.1
    ChimeraX-ModelSeries: 1.0.1
    ChimeraX-Mol2: 2.0.3
    ChimeraX-Mole: 1.0
    ChimeraX-Morph: 1.0.2
    ChimeraX-MouseModes: 1.2
    ChimeraX-Movie: 1.0.1
    ChimeraX-MutationScores: 1.0
    ChimeraX-Neuron: 1.0
    ChimeraX-Nifti: 1.2
    ChimeraX-NMRSTAR: 1.0.2
    ChimeraX-NRRD: 1.2
    ChimeraX-Nucleotides: 2.0.3
    ChimeraX-OpenCommand: 1.15.4
    ChimeraX-OpenFold: 1.0
    ChimeraX-OrthoPick: 1.0.1
    ChimeraX-PDB: 2.7.13
    ChimeraX-PDBBio: 1.0.1
    ChimeraX-PDBLibrary: 1.0.5
    ChimeraX-PDBMatrices: 1.0
    ChimeraX-PickBlobs: 1.0.1
    ChimeraX-Positions: 1.0
    ChimeraX-PresetMgr: 1.1.4
    ChimeraX-ProfileGrids: 1.6
    ChimeraX-PubChem: 2.2
    ChimeraX-ReadPbonds: 1.0.1
    ChimeraX-Registration: 1.1.2
    ChimeraX-RemoteControl: 1.0
    ChimeraX-RenderByAttr: 1.8.2
    ChimeraX-RenumberResidues: 1.1
    ChimeraX-ResidueFit: 1.0.1
    ChimeraX-RestServer: 1.3.3
    ChimeraX-RNALayout: 1.0
    ChimeraX-RotamerLibMgr: 4.0
    ChimeraX-RotamerLibsDunbrack: 2.0
    ChimeraX-RotamerLibsDynameomics: 2.0
    ChimeraX-RotamerLibsRichardson: 2.0
    ChimeraX-SaveCommand: 1.5.2
    ChimeraX-Scenes: 0.3.1
    ChimeraX-SchemeMgr: 1.0
    ChimeraX-SDF: 2.0.3
    ChimeraX-Segger: 1.0
    ChimeraX-Segment: 1.0.1
    ChimeraX-Segmentations: 3.5.12
    ChimeraX-SelInspector: 1.0
    ChimeraX-SeqView: 2.18
    ChimeraX-Shape: 1.1
    ChimeraX-Shell: 1.0.1
    ChimeraX-Shortcuts: 1.2.1
    ChimeraX-ShowSequences: 1.0.3
    ChimeraX-SideView: 1.0.1
    ChimeraX-SimilarStructures: 1.0.1
    ChimeraX-Smiles: 2.1.2
    ChimeraX-SmoothLines: 1.0
    ChimeraX-SNFG: 1.0
    ChimeraX-SpaceNavigator: 1.0
    ChimeraX-StdCommands: 1.19.3
    ChimeraX-STL: 1.0.1
    ChimeraX-Storm: 1.0
    ChimeraX-StructMeasure: 1.2.1
    ChimeraX-Struts: 1.0.1
    ChimeraX-Surface: 1.0.1
    ChimeraX-SwapAA: 2.0.1
    ChimeraX-SwapRes: 2.5.3
    ChimeraX-TapeMeasure: 1.0
    ChimeraX-TaskManager: 1.0
    ChimeraX-Test: 1.0
    ChimeraX-Toolbar: 1.2.4
    ChimeraX-ToolshedUtils: 1.2.4
    ChimeraX-Topography: 1.0
    ChimeraX-ToQuest: 1.0
    ChimeraX-Tug: 1.0.1
    ChimeraX-UI: 1.50.7
    ChimeraX-Umap: 1.0
    ChimeraX-uniprot: 2.3.2
    ChimeraX-UnitCell: 1.0.1
    ChimeraX-ViewDock: 1.6.2
    ChimeraX-VIPERdb: 1.0
    ChimeraX-Vive: 1.1
    ChimeraX-VolumeMenu: 1.0.1
    ChimeraX-vrml: 1.0
    ChimeraX-VTK: 1.0
    ChimeraX-WavefrontOBJ: 1.0
    ChimeraX-WebCam: 1.0.2
    ChimeraX-WebServices: 1.1.5
    ChimeraX-Zone: 1.0.1
    click: 8.4.0
    colorama: 0.4.6
    comm: 0.2.3
    contourpy: 1.3.3
    coverage: 7.14.0
    cxservices: 1.2.3
    cycler: 0.12.1
    Cython: 3.2.4
    debugpy: 1.8.20
    decorator: 5.3.1
    docutils: 0.21.2
    executing: 2.2.1
    filelock: 3.19.1
    fonttools: 4.63.0
    frozenlist: 1.8.0
    funcparserlib: 2.0.0a0
    glfw: 2.10.0
    grako: 3.16.5
    h11: 0.16.0
    h5py: 3.16.0
    html2text: 2025.4.15
    httpcore: 1.0.9
    httpx: 0.28.1
    httpx-sse: 0.4.3
    idna: 3.15
    ihm: 2.2
    imagecodecs: 2024.6.1
    imagesize: 2.0.0
    iniconfig: 2.3.0
    ipykernel: 7.1.0
    ipython: 9.9.0
    ipython_pygments_lexers: 1.1.1
    jedi: 0.19.2
    Jinja2: 3.1.6
    jsonschema: 4.26.0
    jsonschema-specifications: 2025.9.1
    jupyter_client: 8.8.0
    jupyter_core: 5.9.1
    kiwisolver: 1.5.0
    line_profiler: 5.0.0
    lxml: 6.0.2
    lz4: 4.3.2
    Markdown: 3.8.2
    MarkupSafe: 3.0.3
    matplotlib: 3.10.7
    matplotlib-inline: 0.2.2
    mcp: 1.18.0
    msgpack: 1.1.1
    multidict: 6.7.1
    narwhals: 2.21.2
    ndindex: 1.10.1
    nest-asyncio: 1.6.0
    netCDF4: 1.6.5
    networkx: 3.3
    nibabel: 5.2.0
    nptyping: 2.5.0
    numexpr: 2.14.1
    numpy: 1.26.4
    OpenMM: 8.4.0
    openvr: 1.26.701
    packaging: 25.0
    ParmEd: 4.2.2
    parso: 0.8.7
    pep517: 0.13.1
    pexpect: 4.9.0
    pickleshare: 0.7.5
    pillow: 11.3.0
    pip: 25.2
    pkginfo: 1.12.1.2
    platformdirs: 4.9.6
    plotly: 6.7.0
    pluggy: 1.6.0
    prompt_toolkit: 3.0.52
    propcache: 0.5.2
    psutil: 7.0.0
    ptyprocess: 0.7.0
    pure_eval: 0.2.3
    py-cpuinfo: 9.0.0
    pybind11: 3.0.1
    pycollada: 0.8
    pydantic: 2.13.4
    pydantic-settings: 2.14.1
    pydantic_core: 2.46.4
    pydata-sphinx-theme: 0.17.1
    pydicom: 2.4.4
    Pygments: 2.18.0
    pynmrstar: 3.5.1
    pynrrd: 1.0.0
    PyOpenGL: 3.1.10
    PyOpenGL-accelerate: 3.1.10
    pyopenxr: 1.1.4501
    pyparsing: 3.3.2
    pyproject_hooks: 1.2.0
    PyQt6-commercial: 6.10.2
    PyQt6-Qt6: 6.10.1
    PyQt6-WebEngine-commercial: 6.10.0
    PyQt6-WebEngine-Qt6: 6.10.1
    PyQt6_sip: 13.10.3
    pytest: 9.0.3
    pytest-cov: 7.1.0
    python-dateutil: 2.9.0.post0
    python-dotenv: 1.2.2
    python-multipart: 0.0.29
    pyzmq: 27.1.0
    qtconsole: 5.7.0
    QtPy: 2.4.3
    qtshim: 1.2.2
    RandomWords: 0.4.0
    referencing: 0.37.0
    requests: 2.32.5
    roman-numerals: 4.1.0
    rpds-py: 0.30.0
    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.3
    Sphinx: 9.0.4
    sphinx-autodoc-typehints: 3.6.1
    sphinxcontrib-applehelp: 2.0.0
    sphinxcontrib-blockdiag: 3.0.0
    sphinxcontrib-devhelp: 2.0.0
    sphinxcontrib-htmlhelp: 2.1.0
    sphinxcontrib-jsmath: 1.0.1
    sphinxcontrib-qthelp: 2.0.0
    sphinxcontrib-serializinghtml: 2.0.0
    sse-starlette: 3.4.4
    stack-data: 0.6.3
    starlette: 1.0.0
    superqt: 0.7.6
    tables: 3.10.2
    tcia_utils: 3.2.1
    threadpoolctl: 3.6.0
    tifffile: 2025.3.13
    tinyarray: 1.2.5
    tornado: 6.5.5
    tqdm: 4.67.3
    traitlets: 5.14.3
    typing-inspection: 0.4.2
    typing_extensions: 4.15.0
    Unidecode: 1.4.0
    urllib3: 2.7.0
    uvicorn: 0.47.0
    wcwidth: 0.7.0
    webcolors: 24.11.1
    wheel: 0.45.1
    wheel-filename: 1.4.2
    yarl: 1.24.2
#20393 duplicate Crash in accessibility routines Tom Goddard chimerax-bug-report@…
Description
The following bug report has been submitted:
Platform:        macOS-26.5-arm64-arm-64bit
ChimeraX Version: 1.11.1 (2026-01-23 05:51:34 UTC)
Description
Last time you used ChimeraX it crashed.
Please describe steps that led to the crash here.
Fatal Python error: Segmentation fault

Current thread 0x00000001f0c91e80 (most recent call first):
  File "/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/ui/gui.py", line 414 in event_loop
  File "/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/core/__main__.py", line 1064 in init
  File "/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/core/__main__.py", line 1229 in 
  File "", line 88 in _run_code
  File "", line 198 in _run_module_as_main

Extension modules: chimerax.arrays._arrays, numpy.core._multiarray_umath, numpy.core._multiarray_tests, numpy.linalg._umath_linalg, numpy.fft._pocketfft_internal, numpy.random._common, numpy.random.bit_generator, numpy.random._bounded_integers, numpy.random._mt19937, numpy.random.mtrand, numpy.random._philox, numpy.random._pcg64, numpy.random._sfc64, numpy.random._generator, chimerax.geometry._geometry, PyQt6.QtCore, PyQt6.QtGui, PyQt6.QtWidgets, PyQt6.QtNetwork, PyQt6.QtPrintSupport, PyQt6.QtWebChannel, PyQt6.QtWebEngineCore, PyQt6.QtWebEngineWidgets, chimerax.atomic_lib._load_libs, tinyarray, chimerax.atomic.cymol, chimerax.atomic.cytmpl, psutil._psutil_osx, psutil._psutil_posix, PIL._imaging, chimerax.map._map, chimerax.surface._surface, chimerax.pdb_lib._load_libs, OpenGL_accelerate.errorchecker, OpenGL_accelerate.wrapper, OpenGL_accelerate.formathandler, OpenGL_accelerate.arraydatatype, OpenGL_accelerate.latebind, OpenGL_accelerate.vbo, chimerax.core._mac_util, OpenGL_accelerate.numpy_formathandler, OpenGL_accelerate.nones_formathandler, chimerax.mmcif._mmcif, chimerax.mmcif.mmcif, chimerax.atomic._ribbons, chimerax.graphics._graphics, chimerax.pdb._pdbio, PIL._imagingmath, PyQt6.QtOpenGL, PyQt6.QtOpenGLWidgets, chimerax.alignment_algs._sw, chimerax.dssp._dssp, chimerax.alignment_algs._nw (total: 53)


{"app_name":"ChimeraX","timestamp":"2026-05-26 20:44:53.00 +0800","app_version":"1.11.1","slice_uuid":"c20e09a8-923e-3fb3-856b-3e765bcb267b","build_version":"1.11.1.0","platform":1,"bundleID":"edu.ucsf.cgl.ChimeraX","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 26.5 (25F71)","roots_installed":0,"name":"ChimeraX","incident_id":"DDFD8DE7-3ACB-418B-9154-EF861E2002DC"}
{
  "uptime" : 16000,
  "procRole" : "Background",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "Mac16,8",
  "coalitionID" : 2429,
  "osVersion" : {
    "train" : "macOS 26.5",
    "build" : "25F71",
    "releaseType" : "User"
  },
  "captureTime" : "2026-05-26 20:44:50.2601 +0800",
  "codeSigningMonitor" : 2,
  "incident" : "DDFD8DE7-3ACB-418B-9154-EF861E2002DC",
  "pid" : 22911,
  "translated" : false,
  "cpuType" : "ARM-64",
  "procLaunch" : "2026-05-26 20:15:39.6507 +0800",
  "procStartAbsTime" : 342886811054,
  "procExitAbsTime" : 384901406276,
  "procName" : "ChimeraX",
  "procPath" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/MacOS\/ChimeraX",
  "bundleInfo" : {"CFBundleShortVersionString":"1.11.1","CFBundleVersion":"1.11.1.0","CFBundleIdentifier":"edu.ucsf.cgl.ChimeraX"},
  "storeInfo" : {"deviceIdentifierForVendor":"4E0236E9-BE6A-50EE-89FE-0B03FAF837C5","thirdParty":true},
  "parentProc" : "launchd",
  "parentPid" : 1,
  "coalitionName" : "edu.ucsf.cgl.ChimeraX",
  "crashReporterKey" : "3CBD6CDB-C595-E374-3DEC-118C93359FF2",
  "appleIntelligenceStatus" : {"reasons":["regionIneligible"],"state":"unavailable"},
  "developerMode" : 1,
  "codeSigningID" : "edu.ucsf.cgl.ChimeraX",
  "codeSigningTeamID" : "LWV8X224YF",
  "codeSigningFlags" : 570491649,
  "codeSigningValidationCategory" : 6,
  "codeSigningTrustLevel" : 4294967295,
  "codeSigningAuxiliaryInfo" : 0,
  "instructionByteStream" : {"beforePC":"fyMD1f17v6n9AwCRCuD\/l78DAJH9e8Go\/w9f1sADX9YQKYDSARAA1A==","atPC":"AwEAVH8jA9X9e7+p\/QMAkf\/f\/5e\/AwCR\/XvBqP8PX9bAA1\/WcAqA0g=="},
  "bootSessionUUID" : "C6F48A00-3E13-41FA-AD41-34B5A2BDD513",
  "sip" : "enabled",
  "vmRegionInfo" : "0x6171bbbc0776 is not in any region.  
      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL
      UNUSED SPACE AT START
--->  
      UNUSED SPACE AT END",
  "exception" : {"codes":"0x0000000000000001, 0x0342e171bbbc0776","rawCodes":[1,234998009173903222],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"KERN_INVALID_ADDRESS at 0x0342e171bbbc0776"},
  "termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","byProc":"ChimeraX","byPid":22911},
  "vmregioninfo" : "0x6171bbbc0776 is not in any region.  
      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL
      UNUSED SPACE AT START
--->  
      UNUSED SPACE AT END",
  "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":4},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
  "faultingThread" : 0,
  "threads" : [{

"threadState":{"x":[{"value":0},{"value":0},{"value":1},{"value":44128533144},{"value":99},{"value":122},{"value":735},{"value":18446726482597246976},{"value":742450476686908702},{"value":742450482336170910},{"value":14757395258967641293},{"value":4294967286},{"value":44128533074},{"value":0},{"value":53},{"value":4294967280},{"value":328},{"value":8357998592},{"value":0},{"value":11},{"value":259},{"value":8334679904					,"symbolLocation":224,"symbol":    "_main_thread"},{"value":34},{"value":1},{"value":4334093880					,"symbolLocation":0,"symbol":    "faulthandler_handlers"},{"value":8335051064					,"symbolLocation":0,"symbol":    "_NSAccessibilityErrorStateLock"},{"value":44196687936},{"value":0},{"value":44136761528}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6521166040},"cpsr":{"value":1073741824},"fp":{"value":44128533216},"sp":{"value":44128533184},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6520923624,"matchesCrashFrame":1},"far":{"value":0}},"id":215895,"triggered":true,"name":"CrBrowserMain","queue":"com.apple.main-thread","frames":[


{"imageOffset":38376,"symbol":    "__pthread_kill"					,"symbolLocation":8,"imageIndex":132},
{"imageOffset":26840,"symbol":    "pthread_kill"					,"symbolLocation":296,"imageIndex":133},
{"imageOffset":266260,"symbol":    "raise"					,"symbolLocation":32,"imageIndex":134},
{"imageOffset":2447420,"symbol":    "faulthandler_fatal_error"					,"symbolLocation":392,"imageIndex":1},
{"imageOffset":14148,"symbol":    "_sigtramp"					,"symbolLocation":56,"imageIndex":135},
{"imageOffset":529332,"imageIndex":71},
{"imageOffset":745048,"symbol":    "-[NSAccessibilityAttributeAccessorInfo getAttributeValue:forObject:]"					,"symbolLocation":60,"imageIndex":136},
{"imageOffset":10802176,"symbol":    "___NSAccessibilityEntryPointValueForAttribute_block_invoke.773"					,"symbolLocation":1520,"imageIndex":136},
{"imageOffset":10784428,"symbol":    "NSAccessibilityPerformEntryPointObject"					,"symbolLocation":44,"imageIndex":136},
{"imageOffset":2611680,"symbol":    "_NSAccessibilityEntryPointValueForAttribute"					,"symbolLocation":224,"imageIndex":136},
{"imageOffset":8228100,"symbol":    "-[NSObject(NSAccessibilityInternal) _accessibilityValueForAttribute:clientError:]"					,"symbolLocation":272,"imageIndex":136},
{"imageOffset":8252004,"symbol":    "CopyAppKitUIElementAttributeValueNoCatch"					,"symbolLocation":92,"imageIndex":136},
{"imageOffset":8246508,"symbol":    "CopyMultipleAttributeValues"					,"symbolLocation":880,"imageIndex":136},
{"imageOffset":151600,"symbol":    "_AXXMIGCopyMultipleAttributeValues"					,"symbolLocation":436,"imageIndex":137},
{"imageOffset":301820,"symbol":    "_XCopyMultipleAttributeValues"					,"symbolLocation":448,"imageIndex":137},
{"imageOffset":19924,"symbol":    "mshMIGPerform"					,"symbolLocation":208,"imageIndex":137},
{"imageOffset":517288,"symbol":    "__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__"					,"symbolLocation":60,"imageIndex":138},
{"imageOffset":517072,"symbol":    "__CFRunLoopDoSource1"					,"symbolLocation":504,"imageIndex":138},
{"imageOffset":511384,"symbol":    "__CFRunLoopRun"					,"symbolLocation":2168,"imageIndex":138},
{"imageOffset":1372612,"symbol":    "_CFRunLoopRunSpecificWithOptions"					,"symbolLocation":532,"imageIndex":138},
{"imageOffset":775520,"symbol":    "RunCurrentEventLoopInMode"					,"symbolLocation":320,"imageIndex":139},
{"imageOffset":788668,"symbol":    "ReceiveNextEventCommon"					,"symbolLocation":488,"imageIndex":139},
{"imageOffset":2400588,"symbol":    "_BlockUntilNextEventMatchingListInMode"					,"symbolLocation":48,"imageIndex":139},
{"imageOffset":7230300,"symbol":    "_DPSBlockUntilNextEventMatchingListInMode"					,"symbolLocation":228,"imageIndex":136},
{"imageOffset":233604,"symbol":    "_DPSNextEvent"					,"symbolLocation":576,"imageIndex":136},
{"imageOffset":12380336,"symbol":    "-[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]"					,"symbolLocation":688,"imageIndex":136},
{"imageOffset":12379580,"symbol":    "-[NSApplication(NSEventRouting) nextEventMatchingMask:untilDate:inMode:dequeue:]"					,"symbolLocation":72,"imageIndex":136},
{"imageOffset":180540,"symbol":    "-[NSApplication run]"					,"symbolLocation":368,"imageIndex":136},
{"imageOffset":94980,"imageIndex":71},
{"imageOffset":659364,"symbol":    "QEventLoop::exec(QFlags)"					,"symbolLocation":588,"imageIndex":45},
{"imageOffset":620016,"symbol":    "QCoreApplication::exec()"					,"symbolLocation":228,"imageIndex":45},
{"imageOffset":2507268,"symbol":    "meth_QApplication_exec(_object*, _object*)"					,"symbolLocation":96,"imageIndex":48},
{"imageOffset":998296,"symbol":    "cfunction_call"					,"symbolLocation":96,"imageIndex":1},
{"imageOffset":586556,"symbol":    "_PyObject_MakeTpCall"					,"symbolLocation":128,"imageIndex":1},
{"imageOffset":1798332,"symbol":    "_PyEval_EvalFrameDefault"					,"symbolLocation":54032,"imageIndex":1},
{"imageOffset":1739512,"symbol":    "PyEval_EvalCode"					,"symbolLocation":276,"imageIndex":1},
{"imageOffset":1717120,"symbol":    "builtin_exec"					,"symbolLocation":428,"imageIndex":1},
{"imageOffset":1000848,"symbol":    "cfunction_vectorcall_FASTCALL_KEYWORDS"					,"symbolLocation":80,"imageIndex":1},
{"imageOffset":1797396,"symbol":    "_PyEval_EvalFrameDefault"					,"symbolLocation":53096,"imageIndex":1},
{"imageOffset":1820600,"symbol":    "_PyEval_Vector"					,"symbolLocation":156,"imageIndex":1},
{"imageOffset":2419316,"symbol":    "pymain_run_module"					,"symbolLocation":256,"imageIndex":1},
{"imageOffset":2417940,"symbol":    "Py_RunMain"					,"symbolLocation":1784,"imageIndex":1},
{"imageOffset":2422468,"symbol":    "pymain_main"					,"symbolLocation":52,"imageIndex":1},
{"imageOffset":2422404,"symbol":    "Py_Main"					,"symbolLocation":36,"imageIndex":1},
{"imageOffset":5032,"symbol":    "main"					,"symbolLocation":128,"imageIndex":0},
{"imageOffset":130560,"symbol":    "start"					,"symbolLocation":6992,"imageIndex":140}]},{"id":215911,"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":132},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":133},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":133}],

"threadState":{"x":[{"value":260},{"value":0},{"value":18944},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6157053640},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8357998520},{"value":0},{"value":4531200016					,"symbolLocation":16,"symbol":    "thread_status"},{"value":4531200080					,"symbolLocation":80,"symbol":    "thread_status"},{"value":6157054176},{"value":0},{"value":0},{"value":18944},{"value":18945},{"value":19200},{"value":4531113984					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6521168168},"cpsr":{"value":1610612736},"fp":{"value":6157053760},"sp":{"value":6157053616},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6520902924},"far":{"value":0}}},{"id":215912,"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":132},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":133},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":133}],

"threadState":{"x":[{"value":260},{"value":0},{"value":18944},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6157627080},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8357998520},{"value":0},{"value":4531200144					,"symbolLocation":144,"symbol":    "thread_status"},{"value":4531200208					,"symbolLocation":208,"symbol":    "thread_status"},{"value":6157627616},{"value":0},{"value":0},{"value":18944},{"value":18945},{"value":19200},{"value":4531113984					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6521168168},"cpsr":{"value":1610612736},"fp":{"value":6157627200},"sp":{"value":6157627056},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6520902924},"far":{"value":0}}},{"id":215913,"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":132},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":133},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":133}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6158200520},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8357998520},{"value":0},{"value":4531200272					,"symbolLocation":272,"symbol":    "thread_status"},{"value":4531200336					,"symbolLocation":336,"symbol":    "thread_status"},{"value":6158201056},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4531113984					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6521168168},"cpsr":{"value":1610612736},"fp":{"value":6158200640},"sp":{"value":6158200496},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6520902924},"far":{"value":0}}},{"id":215914,"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":132},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":133},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":133}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6158773960},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8357998520},{"value":0},{"value":4531200400					,"symbolLocation":400,"symbol":    "thread_status"},{"value":4531200464					,"symbolLocation":464,"symbol":    "thread_status"},{"value":6158774496},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4531113984					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6521168168},"cpsr":{"value":1610612736},"fp":{"value":6158774080},"sp":{"value":6158773936},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6520902924},"far":{"value":0}}},{"id":215915,"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":132},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":133},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":133}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6159347400},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8357998520},{"value":0},{"value":4531200528					,"symbolLocation":528,"symbol":    "thread_status"},{"value":4531200592					,"symbolLocation":592,"symbol":    "thread_status"},{"value":6159347936},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4531113984					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6521168168},"cpsr":{"value":1610612736},"fp":{"value":6159347520},"sp":{"value":6159347376},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6520902924},"far":{"value":0}}},{"id":215916,"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":132},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":133},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":133}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6159920840},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8357998520},{"value":0},{"value":4531200656					,"symbolLocation":656,"symbol":    "thread_status"},{"value":4531200720					,"symbolLocation":720,"symbol":    "thread_status"},{"value":6159921376},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4531113984					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6521168168},"cpsr":{"value":1610612736},"fp":{"value":6159920960},"sp":{"value":6159920816},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6520902924},"far":{"value":0}}},{"id":215917,"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":132},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":133},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":133}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6160494280},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8357998520},{"value":0},{"value":4531200784					,"symbolLocation":784,"symbol":    "thread_status"},{"value":4531200848					,"symbolLocation":848,"symbol":    "thread_status"},{"value":6160494816},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4531113984					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6521168168},"cpsr":{"value":1610612736},"fp":{"value":6160494400},"sp":{"value":6160494256},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6520902924},"far":{"value":0}}},{"id":215918,"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":132},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":133},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":133}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6161067720},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8357998520},{"value":0},{"value":4531200912					,"symbolLocation":912,"symbol":    "thread_status"},{"value":4531200976					,"symbolLocation":976,"symbol":    "thread_status"},{"value":6161068256},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4531113984					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6521168168},"cpsr":{"value":1610612736},"fp":{"value":6161067840},"sp":{"value":6161067696},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6520902924},"far":{"value":0}}},{"id":215919,"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":132},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":133},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":133}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6161641160},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8357998520},{"value":0},{"value":4531201040					,"symbolLocation":1040,"symbol":    "thread_status"},{"value":4531201104					,"symbolLocation":1104,"symbol":    "thread_status"},{"value":6161641696},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4531113984					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6521168168},"cpsr":{"value":1610612736},"fp":{"value":6161641280},"sp":{"value":6161641136},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6520902924},"far":{"value":0}}},{"id":215920,"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":132},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":133},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":133}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6162214600},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8357998520},{"value":0},{"value":4531201168					,"symbolLocation":1168,"symbol":    "thread_status"},{"value":4531201232					,"symbolLocation":1232,"symbol":    "thread_status"},{"value":6162215136},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4531113984					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6521168168},"cpsr":{"value":1610612736},"fp":{"value":6162214720},"sp":{"value":6162214576},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6520902924},"far":{"value":0}}},{"id":215921,"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":132},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":133},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":133}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6162788040},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8357998520},{"value":0},{"value":4531201296					,"symbolLocation":1296,"symbol":    "thread_status"},{"value":4531201360					,"symbolLocation":1360,"symbol":    "thread_status"},{"value":6162788576},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4531113984					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6521168168},"cpsr":{"value":1610612736},"fp":{"value":6162788160},"sp":{"value":6162788016},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6520902924},"far":{"value":0}}},{"id":215977,"name":"com.apple.NSEventThread",

"threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592,"objc-selector":"iconForBrowsingDataExportType:"},{"value":116561117446144},{"value":0},{"value":116561117446144},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":27139},{"value":0},{"value":18446744073709551569},{"value":8358000400},{"value":0},{"value":4294967295},{"value":2},{"value":116561117446144},{"value":0},{"value":116561117446144},{"value":21592279046},{"value":6166798472},{"value":8589934592,"objc-selector":"iconForBrowsingDataExportType:"},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6520964468},"cpsr":{"value":0},"fp":{"value":6166798320},"sp":{"value":6166798240},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6520888372},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":132},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":132},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":132},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":132},
{"imageOffset":516312,"symbol":    "__CFRunLoopServiceMachPort"					,"symbolLocation":160,"imageIndex":138},
{"imageOffset":510404,"symbol":    "__CFRunLoopRun"					,"symbolLocation":1188,"imageIndex":138},
{"imageOffset":1372612,"symbol":    "_CFRunLoopRunSpecificWithOptions"					,"symbolLocation":532,"imageIndex":138},
{"imageOffset":1420412,"symbol":    "_NSEventThread"					,"symbolLocation":184,"imageIndex":136},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":133}]},{"id":216023,"name":"ThreadPoolServiceThread",

"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":44140897088},{"value":4},{"value":0},{"value":0},{"value":5118595672},{"value":0},{"value":0},{"value":3},{"value":56},{"value":5118589422},{"value":5118589422},{"value":0},{"value":0},{"value":369},{"value":6176370688},{"value":0},{"value":44164924272},{"value":44154660224},{"value":0},{"value":6176370056},{"value":12297829382473034411},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5013690372},"cpsr":{"value":1610612736},"fp":{"value":6176370032},"sp":{"value":6176369936},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6520937384},"far":{"value":0}},"frames":[


{"imageOffset":52136,"symbol":    "kevent64"					,"symbolLocation":8,"imageIndex":132},
{"imageOffset":82188292,"imageIndex":56},
{"imageOffset":82187852,"imageIndex":56},
{"imageOffset":81776256,"imageIndex":56},
{"imageOffset":81483352,"imageIndex":56},
{"imageOffset":81939912,"imageIndex":56},
{"imageOffset":81831180,"imageIndex":56},
{"imageOffset":81940312,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":133}]},{"id":216024,"name":"ThreadPoolForegroundWorker",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":264995187195904},{"value":0},{"value":264995187195904},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":61699},{"value":0},{"value":18446744073709551569},{"value":41478331163},{"value":0},{"value":0},{"value":32},{"value":264995187195904},{"value":0},{"value":264995187195904},{"value":17179869186},{"value":6184791264},{"value":0},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6520964468},"cpsr":{"value":0},"fp":{"value":6184790608},"sp":{"value":6184790528},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6520888372},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":132},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":132},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":132},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":132},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81879592,"imageIndex":56},
{"imageOffset":81882352,"imageIndex":56},
{"imageOffset":81881520,"imageIndex":56},
{"imageOffset":81881248,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":133}]},{"id":216025,"name":"ThreadPoolBackgroundWorker",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":206721070923776},{"value":0},{"value":206721070923776},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":48131},{"value":0},{"value":18446744073709551569},{"value":16728924529},{"value":0},{"value":0},{"value":32},{"value":206721070923776},{"value":0},{"value":206721070923776},{"value":17179869186},{"value":6193212640},{"value":0},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6520964468},"cpsr":{"value":0},"fp":{"value":6193211984},"sp":{"value":6193211904},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6520888372},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":132},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":132},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":132},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":132},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81879592,"imageIndex":56},
{"imageOffset":81882352,"imageIndex":56},
{"imageOffset":81881388,"imageIndex":56},
{"imageOffset":81881296,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":133}]},{"id":216026,"name":"ThreadPoolForegroundWorker",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":261696652312576},{"value":0},{"value":261696652312576},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":60931},{"value":0},{"value":18446744073709551569},{"value":22249297968},{"value":0},{"value":0},{"value":32},{"value":261696652312576},{"value":0},{"value":261696652312576},{"value":17179869186},{"value":6201634016},{"value":0},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6520964468},"cpsr":{"value":0},"fp":{"value":6201633360},"sp":{"value":6201633280},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6520888372},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":132},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":132},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":132},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":132},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81879592,"imageIndex":56},
{"imageOffset":81882352,"imageIndex":56},
{"imageOffset":81881520,"imageIndex":56},
{"imageOffset":81881248,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":133}]},{"id":216027,"name":"Chrome_IOThread",

"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":44165937216},{"value":3},{"value":0},{"value":0},{"value":5118595672},{"value":0},{"value":0},{"value":100},{"value":56},{"value":5118590834},{"value":5118590834},{"value":0},{"value":0},{"value":369},{"value":6210056192},{"value":0},{"value":44164923632},{"value":44154660544},{"value":0},{"value":6210055544},{"value":12297829382473034411},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5013690372},"cpsr":{"value":1610612736},"fp":{"value":6210055520},"sp":{"value":6210055424},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6520937384},"far":{"value":0}},"frames":[


{"imageOffset":52136,"symbol":    "kevent64"					,"symbolLocation":8,"imageIndex":132},
{"imageOffset":82188292,"imageIndex":56},
{"imageOffset":82187852,"imageIndex":56},
{"imageOffset":81776256,"imageIndex":56},
{"imageOffset":81483352,"imageIndex":56},
{"imageOffset":81939912,"imageIndex":56},
{"imageOffset":52970000,"imageIndex":56},
{"imageOffset":81940312,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":133}]},{"id":216028,"name":"NetworkConfigWatcher",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":247403001151488},{"value":0},{"value":247403001151488},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":57603},{"value":0},{"value":18446744073709551569},{"value":6218477568},{"value":0},{"value":0},{"value":32},{"value":247403001151488},{"value":0},{"value":247403001151488},{"value":17179869186},{"value":6218476624},{"value":0},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6520964468},"cpsr":{"value":0},"fp":{"value":6218475968},"sp":{"value":6218475888},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6520888372},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":132},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":132},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":132},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":132},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81623128,"imageIndex":56},
{"imageOffset":81250960,"imageIndex":56},
{"imageOffset":81776256,"imageIndex":56},
{"imageOffset":81483352,"imageIndex":56},
{"imageOffset":81939912,"imageIndex":56},
{"imageOffset":81940312,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":133}]},{"id":216029,"name":"ThreadPoolForegroundWorker",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":245203977895936},{"value":0},{"value":245203977895936},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":57091},{"value":0},{"value":18446744073709551569},{"value":25722603812},{"value":0},{"value":0},{"value":32},{"value":245203977895936},{"value":0},{"value":245203977895936},{"value":17179869186},{"value":6226898144},{"value":0},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6520964468},"cpsr":{"value":0},"fp":{"value":6226897488},"sp":{"value":6226897408},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6520888372},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":132},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":132},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":132},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":132},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81879592,"imageIndex":56},
{"imageOffset":81882352,"imageIndex":56},
{"imageOffset":81881520,"imageIndex":56},
{"imageOffset":81881248,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":133}]},{"id":216030,"name":"Chrome_InProcGpuThread",

"threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592,"objc-selector":"iconForBrowsingDataExportType:"},{"value":221014722084864},{"value":0},{"value":221014722084864},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":51459},{"value":31885837212928},{"value":18446744073709551569},{"value":8358000400},{"value":0},{"value":4294967295},{"value":2},{"value":221014722084864},{"value":0},{"value":221014722084864},{"value":21592279046},{"value":6235315752},{"value":8589934592,"objc-selector":"iconForBrowsingDataExportType:"},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6520964468},"cpsr":{"value":0},"fp":{"value":6235315600},"sp":{"value":6235315520},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6520888372},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":132},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":132},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":132},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":132},
{"imageOffset":516312,"symbol":    "__CFRunLoopServiceMachPort"					,"symbolLocation":160,"imageIndex":138},
{"imageOffset":510404,"symbol":    "__CFRunLoopRun"					,"symbolLocation":1188,"imageIndex":138},
{"imageOffset":1372612,"symbol":    "_CFRunLoopRunSpecificWithOptions"					,"symbolLocation":532,"imageIndex":138},
{"imageOffset":367428,"symbol":    "-[NSRunLoop(NSRunLoop) runMode:beforeDate:]"					,"symbolLocation":212,"imageIndex":142},
{"imageOffset":82438680,"imageIndex":56},
{"imageOffset":82433204,"imageIndex":56},
{"imageOffset":81776256,"imageIndex":56},
{"imageOffset":81483352,"imageIndex":56},
{"imageOffset":81939912,"imageIndex":56},
{"imageOffset":81940312,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":133}]},{"id":216031,"name":"Chrome_ChildIOThread",

"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":44136742848},{"value":1},{"value":0},{"value":0},{"value":5118595672},{"value":0},{"value":0},{"value":1},{"value":56},{"value":5118589422},{"value":5118589422},{"value":0},{"value":0},{"value":369},{"value":6243741696},{"value":0},{"value":44164930672},{"value":44154662144},{"value":0},{"value":6243741016},{"value":12297829382473034411},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5013690372},"cpsr":{"value":1610612736},"fp":{"value":6243740992},"sp":{"value":6243740896},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6520937384},"far":{"value":0}},"frames":[


{"imageOffset":52136,"symbol":    "kevent64"					,"symbolLocation":8,"imageIndex":132},
{"imageOffset":82188292,"imageIndex":56},
{"imageOffset":82187852,"imageIndex":56},
{"imageOffset":81776256,"imageIndex":56},
{"imageOffset":81483352,"imageIndex":56},
{"imageOffset":81939912,"imageIndex":56},
{"imageOffset":129200756,"imageIndex":56},
{"imageOffset":81940312,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":133}]},{"id":216032,"name":"CompositorTileWorker1",

"threadState":{"x":[{"value":260},{"value":0},{"value":512},{"value":0},{"value":0},{"value":161},{"value":0},{"value":0},{"value":6252162648},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8357998520},{"value":0},{"value":44137027224},{"value":44137027352},{"value":6252163296},{"value":0},{"value":0},{"value":512},{"value":513},{"value":768},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6521168168},"cpsr":{"value":1610612736},"fp":{"value":6252162768},"sp":{"value":6252162624},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6520902924},"far":{"value":0}},"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":132},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":133},
{"imageOffset":82047376,"imageIndex":56},
{"imageOffset":117254004,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":133}]},{"id":216033,"name":"NetworkConfigWatcher",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":288084931379200},{"value":0},{"value":288084931379200},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":67075},{"value":0},{"value":18446744073709551569},{"value":6260584448},{"value":0},{"value":0},{"value":32},{"value":288084931379200},{"value":0},{"value":288084931379200},{"value":17179869186},{"value":6260583504},{"value":0},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6520964468},"cpsr":{"value":0},"fp":{"value":6260582848},"sp":{"value":6260582768},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6520888372},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":132},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":132},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":132},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":132},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81623128,"imageIndex":56},
{"imageOffset":81250960,"imageIndex":56},
{"imageOffset":81776256,"imageIndex":56},
{"imageOffset":81483352,"imageIndex":56},
{"imageOffset":81939912,"imageIndex":56},
{"imageOffset":81940312,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":133}]},{"id":216034,"name":"VizCompositorThread",

"threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592,"objc-selector":"iconForBrowsingDataExportType:"},{"value":295781512773632},{"value":0},{"value":295781512773632},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":68867},{"value":10995116280320},{"value":18446744073709551569},{"value":8358000400},{"value":0},{"value":4294967295},{"value":2},{"value":295781512773632},{"value":0},{"value":295781512773632},{"value":21592279046},{"value":6269001256},{"value":8589934592,"objc-selector":"iconForBrowsingDataExportType:"},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6520964468},"cpsr":{"value":0},"fp":{"value":6269001104},"sp":{"value":6269001024},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6520888372},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":132},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":132},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":132},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":132},
{"imageOffset":516312,"symbol":    "__CFRunLoopServiceMachPort"					,"symbolLocation":160,"imageIndex":138},
{"imageOffset":510404,"symbol":    "__CFRunLoopRun"					,"symbolLocation":1188,"imageIndex":138},
{"imageOffset":1372612,"symbol":    "_CFRunLoopRunSpecificWithOptions"					,"symbolLocation":532,"imageIndex":138},
{"imageOffset":367428,"symbol":    "-[NSRunLoop(NSRunLoop) runMode:beforeDate:]"					,"symbolLocation":212,"imageIndex":142},
{"imageOffset":82438680,"imageIndex":56},
{"imageOffset":82433204,"imageIndex":56},
{"imageOffset":81776256,"imageIndex":56},
{"imageOffset":81483352,"imageIndex":56},
{"imageOffset":81939912,"imageIndex":56},
{"imageOffset":81940312,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":133}]},{"id":216035,"name":"NetworkService",

"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":44165951392},{"value":2},{"value":0},{"value":0},{"value":5118595672},{"value":0},{"value":0},{"value":2644},{"value":16027821500},{"value":5118589422},{"value":5118589422},{"value":0},{"value":0},{"value":369},{"value":6277427200},{"value":0},{"value":44166332656},{"value":44154663744},{"value":0},{"value":6277426600},{"value":12297829382473034411},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5013690372},"cpsr":{"value":1610612736},"fp":{"value":6277426576},"sp":{"value":6277426480},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6520937384},"far":{"value":0}},"frames":[


{"imageOffset":52136,"symbol":    "kevent64"					,"symbolLocation":8,"imageIndex":132},
{"imageOffset":82188292,"imageIndex":56},
{"imageOffset":82187852,"imageIndex":56},
{"imageOffset":81776256,"imageIndex":56},
{"imageOffset":81483352,"imageIndex":56},
{"imageOffset":81939912,"imageIndex":56},
{"imageOffset":81940312,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":133}]},{"id":216036,"name":"NetworkNotificationThreadMac",

"threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592,"objc-selector":"iconForBrowsingDataExportType:"},{"value":366150256951296},{"value":0},{"value":366150256951296},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":85251},{"value":0},{"value":18446744073709551569},{"value":8358000400},{"value":0},{"value":4294967295},{"value":2},{"value":366150256951296},{"value":0},{"value":366150256951296},{"value":21592279046},{"value":6285844008},{"value":8589934592,"objc-selector":"iconForBrowsingDataExportType:"},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6520964468},"cpsr":{"value":0},"fp":{"value":6285843856},"sp":{"value":6285843776},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6520888372},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":132},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":132},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":132},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":132},
{"imageOffset":516312,"symbol":    "__CFRunLoopServiceMachPort"					,"symbolLocation":160,"imageIndex":138},
{"imageOffset":510404,"symbol":    "__CFRunLoopRun"					,"symbolLocation":1188,"imageIndex":138},
{"imageOffset":1372612,"symbol":    "_CFRunLoopRunSpecificWithOptions"					,"symbolLocation":532,"imageIndex":138},
{"imageOffset":367428,"symbol":    "-[NSRunLoop(NSRunLoop) runMode:beforeDate:]"					,"symbolLocation":212,"imageIndex":142},
{"imageOffset":82438680,"imageIndex":56},
{"imageOffset":82433204,"imageIndex":56},
{"imageOffset":81776256,"imageIndex":56},
{"imageOffset":81483352,"imageIndex":56},
{"imageOffset":81939912,"imageIndex":56},
{"imageOffset":81940312,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":133}]},{"id":216037,"name":"NetworkConfigWatcher",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":308975652306944},{"value":0},{"value":308975652306944},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":71939},{"value":0},{"value":18446744073709551569},{"value":6294269952},{"value":0},{"value":0},{"value":32},{"value":308975652306944},{"value":0},{"value":308975652306944},{"value":17179869186},{"value":6294269008},{"value":0},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6520964468},"cpsr":{"value":0},"fp":{"value":6294268352},"sp":{"value":6294268272},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6520888372},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":132},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":132},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":132},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":132},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81623128,"imageIndex":56},
{"imageOffset":81250960,"imageIndex":56},
{"imageOffset":81776256,"imageIndex":56},
{"imageOffset":81483352,"imageIndex":56},
{"imageOffset":81939912,"imageIndex":56},
{"imageOffset":81940312,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":133}]},{"id":216038,"name":"ThreadPoolSingleThreadForegroundBlocking0",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":359553187184640},{"value":0},{"value":359553187184640},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":83715},{"value":0},{"value":18446744073709551569},{"value":44102619136},{"value":0},{"value":0},{"value":32},{"value":359553187184640},{"value":0},{"value":359553187184640},{"value":17179869186},{"value":6302690528},{"value":0},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6520964468},"cpsr":{"value":0},"fp":{"value":6302689872},"sp":{"value":6302689792},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6520888372},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":132},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":132},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":132},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":132},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81879592,"imageIndex":56},
{"imageOffset":81882352,"imageIndex":56},
{"imageOffset":81881608,"imageIndex":56},
{"imageOffset":81881308,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":133}]},{"id":216057,"name":"NetworkConfigWatcher",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":381543419740160},{"value":0},{"value":381543419740160},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":88835},{"value":0},{"value":18446744073709551569},{"value":6311112704},{"value":0},{"value":0},{"value":32},{"value":381543419740160},{"value":0},{"value":381543419740160},{"value":17179869186},{"value":6311111760},{"value":0},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6520964468},"cpsr":{"value":0},"fp":{"value":6311111104},"sp":{"value":6311111024},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6520888372},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":132},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":132},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":132},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":132},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81623128,"imageIndex":56},
{"imageOffset":81250960,"imageIndex":56},
{"imageOffset":81776256,"imageIndex":56},
{"imageOffset":81483352,"imageIndex":56},
{"imageOffset":81939912,"imageIndex":56},
{"imageOffset":81940312,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":133}]},{"id":216068,"name":"ThreadPoolBackgroundWorker",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":531111360856064},{"value":0},{"value":531111360856064},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":123659},{"value":0},{"value":18446744073709551569},{"value":8909766748},{"value":0},{"value":0},{"value":32},{"value":531111360856064},{"value":0},{"value":531111360856064},{"value":17179869186},{"value":6321827040},{"value":0},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6520964468},"cpsr":{"value":0},"fp":{"value":6321826384},"sp":{"value":6321826304},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6520888372},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":132},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":132},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":132},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":132},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81879592,"imageIndex":56},
{"imageOffset":81882352,"imageIndex":56},
{"imageOffset":81881388,"imageIndex":56},
{"imageOffset":81881296,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":133}]},{"id":216069,"name":"MemoryInfra",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":520081884839936},{"value":0},{"value":520081884839936},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":121091},{"value":0},{"value":18446744073709551569},{"value":6330249216},{"value":0},{"value":0},{"value":32},{"value":520081884839936},{"value":0},{"value":520081884839936},{"value":17179869186},{"value":6330248272},{"value":0},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6520964468},"cpsr":{"value":0},"fp":{"value":6330247616},"sp":{"value":6330247536},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6520888372},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":132},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":132},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":132},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":132},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81623128,"imageIndex":56},
{"imageOffset":81250960,"imageIndex":56},
{"imageOffset":81776256,"imageIndex":56},
{"imageOffset":81483352,"imageIndex":56},
{"imageOffset":81939912,"imageIndex":56},
{"imageOffset":81940312,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":133}]},{"id":216070,"name":"ThreadPoolSingleThreadSharedBackgroundBlocking1",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":418926815084544},{"value":0},{"value":418926815084544},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":97539},{"value":0},{"value":18446744073709551569},{"value":1024},{"value":0},{"value":0},{"value":32},{"value":418926815084544},{"value":0},{"value":418926815084544},{"value":17179869186},{"value":6338669792},{"value":0},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6520964468},"cpsr":{"value":0},"fp":{"value":6338669136},"sp":{"value":6338669056},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6520888372},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":132},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":132},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":132},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":132},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81879592,"imageIndex":56},
{"imageOffset":81882352,"imageIndex":56},
{"imageOffset":81881432,"imageIndex":56},
{"imageOffset":81881344,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":133}]},{"id":216071,"name":"ThreadPoolSingleThreadSharedForeground2",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":241939802750976},{"value":0},{"value":241939802750976},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":56331},{"value":0},{"value":18446744073709551569},{"value":44088123392},{"value":0},{"value":0},{"value":32},{"value":241939802750976},{"value":0},{"value":241939802750976},{"value":17179869186},{"value":6347091168},{"value":0},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6520964468},"cpsr":{"value":0},"fp":{"value":6347090512},"sp":{"value":6347090432},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6520888372},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":132},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":132},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":132},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":132},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81879592,"imageIndex":56},
{"imageOffset":81882352,"imageIndex":56},
{"imageOffset":81881564,"imageIndex":56},
{"imageOffset":81881320,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":133}]},{"id":216072,"name":"ThreadPoolForegroundWorker",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":506922105044992},{"value":0},{"value":506922105044992},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":118027},{"value":0},{"value":18446744073709551569},{"value":44088135680},{"value":0},{"value":0},{"value":32},{"value":506922105044992},{"value":0},{"value":506922105044992},{"value":17179869186},{"value":6355512544},{"value":0},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6520964468},"cpsr":{"value":0},"fp":{"value":6355511888},"sp":{"value":6355511808},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6520888372},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":132},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":132},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":132},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":132},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81879592,"imageIndex":56},
{"imageOffset":81882352,"imageIndex":56},
{"imageOffset":81881520,"imageIndex":56},
{"imageOffset":81881248,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":133}]},{"id":229145,"frames":[

],

"threadState":{"x":[{"value":6165082112},{"value":163123},{"value":6164545536},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6165082112},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6521146376},"far":{"value":0}}},{"id":235887,"frames":[

],

"threadState":{"x":[{"value":6166228992},{"value":22875},{"value":6165692416},{"value":0},{"value":409603},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6166228992},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6521146376},"far":{"value":0}}},{"id":235888,"frames":[

],

"threadState":{"x":[{"value":6167375872},{"value":180227},{"value":6166839296},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6167375872},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6521146376},"far":{"value":0}}},{"id":240406,"frames":[

],

"threadState":{"x":[{"value":6165655552},{"value":0},{"value":6165118976},{"value":0},{"value":278532},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6165655552},"esr":{"value":0},"pc":{"value":6521146376},"far":{"value":0}}},{"id":240407,"frames":[

],

"threadState":{"x":[{"value":6164508672},{"value":0},{"value":6163972096},{"value":0},{"value":278532},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6164508672},"esr":{"value":0},"pc":{"value":6521146376},"far":{"value":0}}}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4310384640,
    "CFBundleShortVersionString" : "1.11.1",
    "CFBundleIdentifier" : "edu.ucsf.cgl.ChimeraX",
    "size" : 16384,
    "uuid" : "c20e09a8-923e-3fb3-856b-3e765bcb267b",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/MacOS\/ChimeraX",
    "name" : "ChimeraX",
    "CFBundleVersion" : "1.11.1.0"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4329783296,
    "CFBundleShortVersionString" : "3.11.9, (c) 2001-2023 Python Software Foundation.",
    "CFBundleIdentifier" : "org.python.python",
    "size" : 3981312,
    "uuid" : "5662657e-7928-39be-8954-d582f8f34d51",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/Python",
    "name" : "Python",
    "CFBundleVersion" : "3.11.9"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4317970432,
    "size" : 49152,
    "uuid" : "29c3ec8a-19d4-363b-a6d9-9c2abec94f03",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/math.cpython-311-darwin.so",
    "name" : "math.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4314775552,
    "size" : 81920,
    "uuid" : "4dbedf5d-0596-39ea-b10e-f25d3a6c8cfb",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_datetime.cpython-311-darwin.so",
    "name" : "_datetime.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4314955776,
    "size" : 16384,
    "uuid" : "4b805031-de4f-3814-b939-e5cb2842c3e6",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_typing.cpython-311-darwin.so",
    "name" : "_typing.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4325769216,
    "size" : 32768,
    "uuid" : "78e93840-6aa2-3e12-88b1-3d140c86db21",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/zlib.cpython-311-darwin.so",
    "name" : "zlib.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4318101504,
    "size" : 16384,
    "uuid" : "76d59f87-05bd-3453-988f-6a1d92e48d0b",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_bz2.cpython-311-darwin.so",
    "name" : "_bz2.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4326473728,
    "size" : 196608,
    "uuid" : "aa0512bd-866a-3f89-a0b1-370c93044c89",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_lzma.cpython-311-darwin.so",
    "name" : "_lzma.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4325883904,
    "size" : 16384,
    "uuid" : "1701fe90-bec8-3df9-af49-24e174fdc9fc",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_bisect.cpython-311-darwin.so",
    "name" : "_bisect.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4325965824,
    "size" : 16384,
    "uuid" : "66c350e7-dd50-30e7-9149-bd34d073a97b",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_random.cpython-311-darwin.so",
    "name" : "_random.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4326047744,
    "size" : 16384,
    "uuid" : "2eddec17-84f0-384f-badb-24bd02d808c9",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_sha512.cpython-311-darwin.so",
    "name" : "_sha512.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4326129664,
    "size" : 32768,
    "uuid" : "b942d9ac-2a05-30f3-90ef-07a312233107",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/binascii.cpython-311-darwin.so",
    "name" : "binascii.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4326227968,
    "size" : 32768,
    "uuid" : "2a9c55d5-61e3-3c08-afe7-a90f29fb3885",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_struct.cpython-311-darwin.so",
    "name" : "_struct.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4326342656,
    "size" : 16384,
    "uuid" : "4d6fbc3b-cd0b-392c-9f1c-9ff89288e939",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/fcntl.cpython-311-darwin.so",
    "name" : "fcntl.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4326768640,
    "size" : 16384,
    "uuid" : "3a00fdd3-8009-389a-b150-0f692c95822f",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_posixsubprocess.cpython-311-darwin.so",
    "name" : "_posixsubprocess.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4326850560,
    "size" : 32768,
    "uuid" : "4c0501e5-d7a1-34d7-aa7c-75dfe924b268",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/select.cpython-311-darwin.so",
    "name" : "select.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4325670912,
    "size" : 16384,
    "uuid" : "5c810b70-a9de-37c4-b19b-ab617972ebf7",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/arrays\/_arrays.cpython-311-darwin.so",
    "name" : "_arrays.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4404297728,
    "size" : 540672,
    "uuid" : "4d61105d-8d94-34b9-ba2f-7cba2780581b",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/arrays\/lib\/libarrays.dylib",
    "name" : "libarrays.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4413767680,
    "size" : 2670592,
    "uuid" : "744b099b-9156-3efd-95ee-949f9bec068e",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/core\/_multiarray_umath.cpython-311-darwin.so",
    "name" : "_multiarray_umath.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4509777920,
    "size" : 21299200,
    "uuid" : "9854a721-2573-3169-81ec-19ea40ce8077",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/.dylibs\/libopenblas64_.0.dylib",
    "name" : "libopenblas64_.0.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4404985856,
    "size" : 3522560,
    "uuid" : "dd0e012a-b6de-31b1-a28e-260c7b51e595",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/.dylibs\/libgfortran.5.dylib",
    "name" : "libgfortran.5.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4329046016,
    "size" : 311296,
    "uuid" : "6d39d54b-d80e-3218-a095-b81ad0b3be90",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/.dylibs\/libquadmath.0.dylib",
    "name" : "libquadmath.0.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4408705024,
    "size" : 65536,
    "uuid" : "d9875303-8f38-33d9-a0d3-ab0adff3b915",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/.dylibs\/libgcc_s.1.1.dylib",
    "name" : "libgcc_s.1.1.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4329422848,
    "size" : 98304,
    "uuid" : "a262ab27-9e1b-3b52-9b2f-1c173bcac7f9",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_pickle.cpython-311-darwin.so",
    "name" : "_pickle.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4325539840,
    "size" : 16384,
    "uuid" : "dd2e6975-e10c-3bf3-9bb5-95cfb3c5d91e",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_contextvars.cpython-311-darwin.so",
    "name" : "_contextvars.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4329603072,
    "size" : 65536,
    "uuid" : "340d4f4e-8cd4-3e24-9215-eb9235031bd3",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/core\/_multiarray_tests.cpython-311-darwin.so",
    "name" : "_multiarray_tests.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4411342848,
    "size" : 81920,
    "uuid" : "1288fa0d-7e49-3d72-a33f-338b00fa673f",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_ctypes.cpython-311-darwin.so",
    "name" : "_ctypes.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4410949632,
    "size" : 98304,
    "uuid" : "09f94631-f551-3559-ba88-aff49917d8fe",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/linalg\/_umath_linalg.cpython-311-darwin.so",
    "name" : "_umath_linalg.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4411129856,
    "size" : 65536,
    "uuid" : "7b5335ce-92a1-3ae2-bde0-0e5d5641b2c9",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/fft\/_pocketfft_internal.cpython-311-darwin.so",
    "name" : "_pocketfft_internal.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4412588032,
    "size" : 622592,
    "uuid" : "05ddaab9-9d7f-3317-a3c4-5e9936fe3ceb",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/mtrand.cpython-311-darwin.so",
    "name" : "mtrand.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4413325312,
    "size" : 147456,
    "uuid" : "377e255e-f9a4-3173-8265-a899000c5d0f",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/bit_generator.cpython-311-darwin.so",
    "name" : "bit_generator.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4484775936,
    "size" : 196608,
    "uuid" : "8590d52a-d755-3ffd-8f68-f9cb638359fc",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_common.cpython-311-darwin.so",
    "name" : "_common.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4413554688,
    "size" : 32768,
    "uuid" : "473ca62c-10c9-3a36-9a61-5ab9a1b7d0ba",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_hashlib.cpython-311-darwin.so",
    "name" : "_hashlib.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4492951552,
    "size" : 2473984,
    "uuid" : "b85d21fc-4c7a-37e4-ad24-9b0d20177f55",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/libcrypto.3.dylib",
    "name" : "libcrypto.3.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4413669376,
    "size" : 32768,
    "uuid" : "6781c716-85bc-3dcc-b059-b59077dd4059",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_blake2.cpython-311-darwin.so",
    "name" : "_blake2.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4484202496,
    "size" : 311296,
    "uuid" : "0033ea49-a161-3564-b09e-6a6c3b902698",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_bounded_integers.cpython-311-darwin.so",
    "name" : "_bounded_integers.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4484595712,
    "size" : 65536,
    "uuid" : "7dab4595-a351-3061-861b-c426baee85b3",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_mt19937.cpython-311-darwin.so",
    "name" : "_mt19937.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4485332992,
    "size" : 65536,
    "uuid" : "d3035eea-ed0e-398a-afbe-f9a8016701db",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_philox.cpython-311-darwin.so",
    "name" : "_philox.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4485054464,
    "size" : 81920,
    "uuid" : "35fb9307-f991-3159-86db-21f6c67b9198",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_pcg64.cpython-311-darwin.so",
    "name" : "_pcg64.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4485218304,
    "size" : 49152,
    "uuid" : "17a4344b-3221-36c4-9019-53cc1223e124",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_sfc64.cpython-311-darwin.so",
    "name" : "_sfc64.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4488282112,
    "size" : 737280,
    "uuid" : "49451e8a-e3c8-3429-83d8-249e81e378cd",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_generator.cpython-311-darwin.so",
    "name" : "_generator.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4411260928,
    "size" : 16384,
    "uuid" : "e1984258-3aba-3351-9b97-6cc398e29690",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_opcode.cpython-311-darwin.so",
    "name" : "_opcode.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4488003584,
    "size" : 114688,
    "uuid" : "2c5648bf-cecf-318c-8fab-785db52e1e8e",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/geometry\/_geometry.cpython-311-darwin.so",
    "name" : "_geometry.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4487757824,
    "size" : 32768,
    "uuid" : "d8396ecd-b388-3762-afa8-2befbe9b0f1e",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_json.cpython-311-darwin.so",
    "name" : "_json.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4504567808,
    "size" : 1835008,
    "uuid" : "f795a5bb-1601-3eef-8a24-ff39045324ec",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtCore.abi3.so",
    "name" : "QtCore.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4496572416,
    "size" : 4931584,
    "uuid" : "983bc4f6-7df6-392c-9828-f5ce89ace591",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtCore.framework\/Versions\/A\/QtCore",
    "name" : "QtCore"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4502552576,
    "size" : 81920,
    "uuid" : "9011152a-649a-3a28-a82a-d2fbd01b3b85",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/sip.cpython-311-darwin.so",
    "name" : "sip.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4492541952,
    "CFBundleShortVersionString" : "3.0",
    "CFBundleIdentifier" : "com.apple.security.csparser",
    "size" : 114688,
    "uuid" : "3bcf8cf8-291e-348f-8aa5-7408851d3c05",
    "path" : "\/System\/Library\/Frameworks\/Security.framework\/Versions\/A\/PlugIns\/csparser.bundle\/Contents\/MacOS\/csparser",
    "name" : "csparser",
    "CFBundleVersion" : "61901.120.67"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4916838400,
    "size" : 3112960,
    "uuid" : "bbbb795a-1712-3aa5-9c1d-79c5a5d20ba7",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtWidgets.abi3.so",
    "name" : "QtWidgets.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4923310080,
    "size" : 4636672,
    "uuid" : "9afc249a-2c8a-3728-844c-43f7d4e924fa",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtWidgets.framework\/Versions\/A\/QtWidgets",
    "name" : "QtWidgets"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4904124416,
    "size" : 6946816,
    "uuid" : "a6b3ef77-1d34-362f-978d-ac598b7fad96",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtGui.framework\/Versions\/A\/QtGui",
    "name" : "QtGui"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4508598272,
    "size" : 540672,
    "uuid" : "664dcb47-7f93-3f12-86ce-6abb16c6f79a",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtDBus.framework\/Versions\/A\/QtDBus",
    "name" : "QtDBus"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4912414720,
    "size" : 1622016,
    "uuid" : "16a11f0c-dba0-350b-9e54-d52e40f9ebc1",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtGui.abi3.so",
    "name" : "QtGui.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4492771328,
    "size" : 81920,
    "uuid" : "17c6a83d-c01f-3b5e-9c29-bf7b640879fa",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtWebEngineWidgets.abi3.so",
    "name" : "QtWebEngineWidgets.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4502749184,
    "size" : 98304,
    "uuid" : "2eebba43-0408-373a-aecb-8a77cb200a61",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtWebEngineWidgets.framework\/Versions\/A\/QtWebEngineWidgets",
    "name" : "QtWebEngineWidgets"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4509286400,
    "size" : 278528,
    "uuid" : "668819e6-9a98-3b60-9237-9cf0394fbc6a",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtPrintSupport.framework\/Versions\/A\/QtPrintSupport",
    "name" : "QtPrintSupport"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4931502080,
    "size" : 193282048,
    "uuid" : "5ea53470-db41-3104-826c-b05814dc84ea",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtWebEngineCore.framework\/Versions\/A\/QtWebEngineCore",
    "name" : "QtWebEngineCore"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5167710208,
    "size" : 4358144,
    "uuid" : "d304bda4-f5ed-337c-b235-f201942b81f4",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtQuick.framework\/Versions\/A\/QtQuick",
    "name" : "QtQuick"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4915888128,
    "size" : 425984,
    "uuid" : "0687c57f-96fb-36d6-a714-bbacf61b99db",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtOpenGL.framework\/Versions\/A\/QtOpenGL",
    "name" : "QtOpenGL"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4504305664,
    "size" : 98304,
    "uuid" : "a4ecdacc-64fc-325d-b1ed-399d9a6dbecf",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtQmlMeta.framework\/Versions\/A\/QtQmlMeta",
    "name" : "QtQmlMeta"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5156896768,
    "size" : 540672,
    "uuid" : "627f1af8-e9cf-39dd-a30c-a57e796254ff",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtQmlModels.framework\/Versions\/A\/QtQmlModels",
    "name" : "QtQmlModels"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4487856128,
    "size" : 49152,
    "uuid" : "d38fe2ba-5ecd-37b4-901a-e36497b9b98d",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtQmlWorkerScript.framework\/Versions\/A\/QtQmlWorkerScript",
    "name" : "QtQmlWorkerScript"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4916527104,
    "size" : 163840,
    "uuid" : "1681a2c5-69fb-36f4-8653-176299071cef",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtWebChannel.framework\/Versions\/A\/QtWebChannel",
    "name" : "QtWebChannel"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5173641216,
    "size" : 3899392,
    "uuid" : "033ee8e1-b25b-3b1b-bd36-18a2dc897462",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtQml.framework\/Versions\/A\/QtQml",
    "name" : "QtQml"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5161058304,
    "size" : 1261568,
    "uuid" : "585eea3e-00da-38e0-9418-875f603e34db",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtNetwork.framework\/Versions\/A\/QtNetwork",
    "name" : "QtNetwork"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5157634048,
    "size" : 425984,
    "uuid" : "176c4bd0-d9d5-35c5-ba80-0bc128688ce6",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtPositioning.framework\/Versions\/A\/QtPositioning",
    "name" : "QtPositioning"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5155749888,
    "size" : 81920,
    "uuid" : "59e3d295-9588-393a-930c-2d620dee1c60",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtQuickWidgets.framework\/Versions\/A\/QtQuickWidgets",
    "name" : "QtQuickWidgets"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5162745856,
    "size" : 557056,
    "uuid" : "0863c6da-887d-3535-871b-ec1c3c84f1d2",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtNetwork.abi3.so",
    "name" : "QtNetwork.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5155373056,
    "size" : 163840,
    "uuid" : "02b63494-9435-3dbe-8428-a9f8d6e31bff",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtPrintSupport.abi3.so",
    "name" : "QtPrintSupport.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4487643136,
    "size" : 32768,
    "uuid" : "f4869ee8-0fea-3831-8bd6-3b6e7b94cbb3",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtWebChannel.abi3.so",
    "name" : "QtWebChannel.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5155946496,
    "size" : 278528,
    "uuid" : "69ae506f-5419-349f-9bb1-1fa9074f88b5",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtWebEngineCore.abi3.so",
    "name" : "QtWebEngineCore.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5159256064,
    "size" : 688128,
    "uuid" : "ee888008-7c77-3b7b-a44c-08aea0c348d4",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/platforms\/libqcocoa.dylib",
    "name" : "libqcocoa.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 5160943616,
    "size" : 49152,
    "uuid" : "ca58aa96-b997-3a6d-9132-19d49be4b3e9",
    "path" : "\/usr\/lib\/libobjc-trampolines.dylib",
    "name" : "libobjc-trampolines.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 5214863360,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.AppleMetalOpenGLRenderer",
    "size" : 409600,
    "uuid" : "ed97217d-dbc3-3bd9-a531-e874ea072aa6",
    "path" : "\/System\/Library\/Extensions\/AppleMetalOpenGLRenderer.bundle\/Contents\/MacOS\/AppleMetalOpenGLRenderer",
    "name" : "AppleMetalOpenGLRenderer",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 5240717312,
    "CFBundleShortVersionString" : "351.2",
    "CFBundleIdentifier" : "com.apple.AGXMetalG16X",
    "size" : 8880128,
    "uuid" : "7499d423-c36d-31c5-9c15-3f5b0ad94779",
    "path" : "\/System\/Library\/Extensions\/AGXMetalG16X.bundle\/Contents\/MacOS\/AGXMetalG16X",
    "name" : "AGXMetalG16X",
    "CFBundleVersion" : "351.2"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5166956544,
    "size" : 147456,
    "uuid" : "cd3087eb-2e7c-3e0a-845b-4df9d0bbc6ab",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/styles\/libqmacstyle.dylib",
    "name" : "libqmacstyle.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5166776320,
    "size" : 16384,
    "uuid" : "35d693c5-c61b-308a-974c-b88655915dcd",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_heapq.cpython-311-darwin.so",
    "name" : "_heapq.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5166612480,
    "size" : 65536,
    "uuid" : "3454571c-408b-34e5-9bae-96f393e4fb85",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_socket.cpython-311-darwin.so",
    "name" : "_socket.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5167480832,
    "size" : 49152,
    "uuid" : "9c6afc97-732b-3225-b6e4-d3cd90218697",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/array.cpython-311-darwin.so",
    "name" : "array.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5167218688,
    "size" : 114688,
    "uuid" : "99cf2bb1-f289-37d8-8b78-138157aa59f7",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_ssl.cpython-311-darwin.so",
    "name" : "_ssl.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5236555776,
    "size" : 409600,
    "uuid" : "ae09de6b-222a-3004-b8cd-719ba8f2af8f",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/libssl.3.dylib",
    "name" : "libssl.3.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5235507200,
    "size" : 49152,
    "uuid" : "0ab9ddb4-499f-3422-b288-c7314c99c753",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_asyncio.cpython-311-darwin.so",
    "name" : "_asyncio.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5166858240,
    "size" : 16384,
    "uuid" : "7f26a767-41c1-365c-9b89-706f552f36fc",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic_lib\/_load_libs.cpython-311-darwin.so",
    "name" : "_load_libs.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5255856128,
    "size" : 1130496,
    "uuid" : "58991eb8-68f8-3788-93ad-a5c12a5ba7a4",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic_lib\/lib\/libatomstruct.dylib",
    "name" : "libatomstruct.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5235654656,
    "size" : 32768,
    "uuid" : "03ffda1f-3c0e-3636-9da9-2d95cd17cc3b",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic_lib\/lib\/libelement.dylib",
    "name" : "libelement.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5167611904,
    "size" : 16384,
    "uuid" : "e6aafbdb-82a1-3498-887a-0f521256ec0c",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic_lib\/lib\/libpyinstance.dylib",
    "name" : "libpyinstance.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5235769344,
    "size" : 180224,
    "uuid" : "b29a19d3-0bc3-388b-bc1c-7c20382e7472",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic\/libmolc.dylib",
    "name" : "libmolc.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5254840320,
    "size" : 376832,
    "uuid" : "be569033-0272-3ad7-aee7-42b0ee450dfb",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic\/cymol.cpython-311-darwin.so",
    "name" : "cymol.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5235228672,
    "size" : 98304,
    "uuid" : "4ea8b2f7-ca62-3291-b3c2-d77f9d5b8a59",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/tinyarray.cpython-311-darwin.so",
    "name" : "tinyarray.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5240340480,
    "size" : 65536,
    "uuid" : "af5318ca-d45c-3bf8-a5ed-f2dcaafb11cb",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic\/cytmpl.cpython-311-darwin.so",
    "name" : "cytmpl.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5236408320,
    "size" : 32768,
    "uuid" : "1246c3db-77f6-3a6f-9f74-e5458e9e5f0b",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/psutil\/_psutil_osx.abi3.so",
    "name" : "_psutil_osx.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5240520704,
    "size" : 16384,
    "uuid" : "d7f09611-5052-3c81-9703-da75c50a95b1",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/psutil\/_psutil_posix.abi3.so",
    "name" : "_psutil_posix.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5253529600,
    "size" : 393216,
    "uuid" : "832b7f73-e854-33e1-9f65-eaf5250700d9",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/_imaging.cpython-311-darwin.so",
    "name" : "_imaging.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5262278656,
    "size" : 704512,
    "uuid" : "76ab410c-4898-3fde-a872-5cefcdd51b56",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/.dylibs\/libtiff.6.dylib",
    "name" : "libtiff.6.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5263114240,
    "size" : 540672,
    "uuid" : "688c6473-716c-32eb-8cfe-f11203c4574d",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/.dylibs\/libjpeg.62.4.0.dylib",
    "name" : "libjpeg.62.4.0.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5263769600,
    "size" : 622592,
    "uuid" : "6994e1d8-b3e5-38d6-aef0-721586b2d5ce",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/.dylibs\/libopenjp2.2.5.3.dylib",
    "name" : "libopenjp2.2.5.3.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5254316032,
    "size" : 98304,
    "uuid" : "5be17d28-46cf-3336-bfae-f315e9891018",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/.dylibs\/libz.1.3.1.zlib-ng.dylib",
    "name" : "libz.1.3.1.zlib-ng.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5254479872,
    "size" : 163840,
    "uuid" : "6fa02d7f-daaa-3c79-8b0d-c5319e003f3d",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/.dylibs\/libxcb.1.1.0.dylib",
    "name" : "libxcb.1.1.0.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5255512064,
    "size" : 262144,
    "uuid" : "8dfe23b8-ad17-3d21-8c5e-5525cd8953db",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/.dylibs\/liblzma.5.dylib",
    "name" : "liblzma.5.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5240602624,
    "size" : 16384,
    "uuid" : "32a172ad-f11b-381b-9270-3f9a195cbe7f",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/.dylibs\/libXau.6.dylib",
    "name" : "libXau.6.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5261688832,
    "size" : 409600,
    "uuid" : "08fec9a7-22ac-37a0-a6cc-bf2886a3fd20",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/map\/_map.cpython-311-darwin.so",
    "name" : "_map.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5236178944,
    "size" : 131072,
    "uuid" : "098b3b7a-4128-3f66-b743-657c99879e16",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/surface\/_surface.cpython-311-darwin.so",
    "name" : "_surface.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5268848640,
    "size" : 16384,
    "uuid" : "800c3744-a004-3c84-932a-da77907f37a6",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_scproxy.cpython-311-darwin.so",
    "name" : "_scproxy.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5268930560,
    "size" : 16384,
    "uuid" : "356d8b73-058d-392b-8461-b7bf3b5da64b",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/pdb_lib\/_load_libs.cpython-311-darwin.so",
    "name" : "_load_libs.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5268684800,
    "size" : 32768,
    "uuid" : "a67d8612-3838-3772-b1d4-4949d295eb28",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/pdb_lib\/lib\/libpdbconnect.dylib",
    "name" : "libpdbconnect.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5270355968,
    "size" : 49152,
    "uuid" : "5c70a77e-200c-3726-a6de-0399edcc9847",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/errorchecker.cpython-311-darwin.so",
    "name" : "errorchecker.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5271240704,
    "size" : 196608,
    "uuid" : "95c975a4-91e3-31fe-a715-be83480573f8",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/arraydatatype.cpython-311-darwin.so",
    "name" : "arraydatatype.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5270487040,
    "size" : 229376,
    "uuid" : "9e09bd88-c13a-3c38-9fb5-b69d0d5b5966",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/wrapper.cpython-311-darwin.so",
    "name" : "wrapper.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5270061056,
    "size" : 65536,
    "uuid" : "676cef9a-5a26-3d2a-88b9-e231f4df3205",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/formathandler.cpython-311-darwin.so",
    "name" : "formathandler.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5270208512,
    "size" : 49152,
    "uuid" : "1816c909-6f9e-3120-9611-404226815162",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/latebind.cpython-311-darwin.so",
    "name" : "latebind.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5270863872,
    "size" : 114688,
    "uuid" : "9024befe-21ad-36d1-91fc-082e1515bec2",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/vbo.cpython-311-darwin.so",
    "name" : "vbo.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5498404864,
    "size" : 163840,
    "uuid" : "6c696eae-d97e-30fa-9d5e-4d3a6cba4cdc",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/pyexpat.cpython-311-darwin.so",
    "name" : "pyexpat.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5501075456,
    "size" : 1114112,
    "uuid" : "8294cace-7433-3592-87d9-468d949e3e9c",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/unicodedata.cpython-311-darwin.so",
    "name" : "unicodedata.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5498830848,
    "size" : 16384,
    "uuid" : "945d14e6-b458-32cb-a9c2-f5ef33935314",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/core\/_mac_util.cpython-311-darwin.so",
    "name" : "_mac_util.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5566267392,
    "size" : 49152,
    "uuid" : "f25fdffe-add6-3aae-825d-f2495e64f8af",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/iconengines\/libqsvgicon.dylib",
    "name" : "libqsvgicon.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5567545344,
    "size" : 360448,
    "uuid" : "951b12b1-06d2-324d-962a-c3dbec95434b",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtSvg.framework\/Versions\/A\/QtSvg",
    "name" : "QtSvg"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5664964608,
    "size" : 81920,
    "uuid" : "d8712301-6342-3f60-9863-a3ef5aaf2ec2",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/numpy_formathandler.cpython-311-darwin.so",
    "name" : "numpy_formathandler.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5664833536,
    "size" : 49152,
    "uuid" : "5bd21324-288d-31d8-a98b-f8c1776ff590",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/nones_formathandler.cpython-311-darwin.so",
    "name" : "nones_formathandler.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5601394688,
    "size" : 409600,
    "uuid" : "3f1c3540-f7eb-3a3d-860e-c55452ccf717",
    "path" : "\/Applications\/ChimeraX-1.11.1.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" : 5627379712,
    "size" : 376832,
    "uuid" : "5d18d096-20ff-384b-84fb-bd6d8f5aaf40",
    "path" : "\/Applications\/ChimeraX-1.11.1.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" : 5602017280,
    "size" : 81920,
    "uuid" : "d92182fe-4f0b-3c92-8bb7-0b79cd82503a",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic\/_ribbons.cpython-311-darwin.so",
    "name" : "_ribbons.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5600526336,
    "size" : 16384,
    "uuid" : "1cc9ad85-9303-310d-acec-456c2181bee3",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/graphics\/_graphics.cpython-311-darwin.so",
    "name" : "_graphics.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5699469312,
    "size" : 180224,
    "uuid" : "8e2ee74d-d576-3b31-9afa-bcb515675310",
    "path" : "\/Applications\/ChimeraX-1.11.1.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" : 5537726464,
    "size" : 32768,
    "uuid" : "7c43df7b-5e3e-3a91-9bc6-b8f9ebd02ec2",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/_imagingmath.cpython-311-darwin.so",
    "name" : "_imagingmath.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5539627008,
    "size" : 32768,
    "uuid" : "f660af98-8bcc-35ff-a0a7-91590a2716eb",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_csv.cpython-311-darwin.so",
    "name" : "_csv.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5543100416,
    "size" : 753664,
    "uuid" : "0d5e2b04-5266-3fcf-8917-51cab65a30b4",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtOpenGL.abi3.so",
    "name" : "QtOpenGL.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5539430400,
    "size" : 49152,
    "uuid" : "6159a840-3c3a-3d9e-9af1-35dea6d209e4",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtOpenGLWidgets.abi3.so",
    "name" : "QtOpenGLWidgets.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5539971072,
    "size" : 49152,
    "uuid" : "bdbfbc59-c41d-3a69-8112-739716f2e836",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtOpenGLWidgets.framework\/Versions\/A\/QtOpenGLWidgets",
    "name" : "QtOpenGLWidgets"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5515296768,
    "size" : 16384,
    "uuid" : "245ac4ad-48b5-3360-af6e-23a4d96f08b7",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/alignment_algs\/_sw.cpython-311-darwin.so",
    "name" : "_sw.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5515378688,
    "size" : 16384,
    "uuid" : "03329fbd-13db-3a9b-8998-eab0e4600032",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/alignment_algs\/libalign_algs.dylib",
    "name" : "libalign_algs.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5514936320,
    "size" : 16384,
    "uuid" : "6701b09a-c27d-3d91-81ea-183e4fdb1b8a",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/dssp\/_dssp.cpython-311-darwin.so",
    "name" : "_dssp.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5515460608,
    "size" : 32768,
    "uuid" : "e5088297-99a2-3f58-bc07-abaed2cec4dd",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/alignment_algs\/_nw.cpython-311-darwin.so",
    "name" : "_nw.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6520885248,
    "size" : 250544,
    "uuid" : "cc1cf985-bc65-3725-809f-4c1e36b8f4ba",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6521139200,
    "size" : 52028,
    "uuid" : "4f33683c-18c8-39a1-800b-2e3bd43bcc13",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6519652352,
    "size" : 527776,
    "uuid" : "694b7881-1bf3-3d0f-8f19-b50ae4e8ef8a",
    "path" : "\/usr\/lib\/system\/libsystem_c.dylib",
    "name" : "libsystem_c.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6521192448,
    "size" : 35172,
    "uuid" : "160fd864-8d15-36fc-9e97-9725388cfafe",
    "path" : "\/usr\/lib\/system\/libsystem_platform.dylib",
    "name" : "libsystem_platform.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6593196032,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.AppKit",
    "size" : 24260512,
    "uuid" : "cf57a4fc-4be3-3d95-b543-d744e8718b26",
    "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
    "name" : "AppKit",
    "CFBundleVersion" : "2685.60.104"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6645538816,
    "CFBundleShortVersionString" : "1.22",
    "CFBundleIdentifier" : "com.apple.HIServices",
    "size" : 439136,
    "uuid" : "34c40608-353d-3a06-bbf1-6b927cb8b39d",
    "path" : "\/System\/Library\/Frameworks\/ApplicationServices.framework\/Versions\/A\/Frameworks\/HIServices.framework\/Versions\/A\/HIServices",
    "name" : "HIServices"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6521425920,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 5628704,
    "uuid" : "04e3598b-f226-3250-b3b2-ce938dd4db7e",
    "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "5026.5.4"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6737059840,
    "CFBundleShortVersionString" : "2.1.1",
    "CFBundleIdentifier" : "com.apple.HIToolbox",
    "size" : 3125536,
    "uuid" : "8716490e-acc2-3688-8c2f-5ca42b4c9da9",
    "path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox",
    "name" : "HIToolbox"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6517112832,
    "size" : 680472,
    "uuid" : "a237ef81-b68b-37ba-a165-92c965529534",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "size" : 0,
    "source" : "A",
    "base" : 0,
    "uuid" : "00000000-0000-0000-0000-000000000000"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6547038208,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.Foundation",
    "size" : 16655392,
    "uuid" : "49dd529f-1708-3767-997b-1a4639a07536",
    "path" : "\/System\/Library\/Frameworks\/Foundation.framework\/Versions\/C\/Foundation",
    "name" : "Foundation",
    "CFBundleVersion" : "5026.5.4"
  }
],
  "sharedCache" : {
  "base" : 6515982336,
  "size" : 5990596608,
  "uuid" : "46e0097f-f385-36c8-84a9-a40d315a32d1"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=2.1G resident=0K(0%) swapped_out_or_unallocated=2.1G(100%)
Writable regions: Total=1.0G written=9122K(1%) resident=1234K(0%) swapped_out=7888K(1%) unallocated=1.0G(99%)

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               128K        1 
Activity Tracing                   256K        1 
AttributeGraph Data               1024K        1 
ColorSync                          128K        6 
CoreAnimation                     1584K       94 
CoreGraphics                        48K        3 
CoreUI image data                 2848K       19 
Foundation                          80K        2 
Kernel Alloc Once                   32K        1 
MALLOC                           288.3M       83 
MALLOC guard page                 3728K        4 
Mach message                        64K        3 
Memory Tag 22                     64.0M        1 
OpenGL GLSL                        256K        3 
PROTECTED_MEMORY                    16K        1 
STACK GUARD                        624K       39 
Stack                            193.4M       40 
Stack Guard                       56.0M        1 
VM_ALLOCATE                      183.3M      147 
VM_ALLOCATE (reserved)           288.0M        1         reserved VM address space (unallocated)
__AUTH                            6144K      646 
__AUTH_CONST                      91.3M     1042 
__CTF                               824        1 
__DATA                            42.5M     1130 
__DATA_CONST                      61.3M     1178 
__DATA_DIRTY                      8458K      896 
__FONT_DATA                        2352        1 
__GLSLBUILTINS                    5176K        1 
__LINKEDIT                       604.3M      133 
__OBJC_RO                         79.1M        1 
__OBJC_RW                         2599K        1 
__TEXT                             1.5G     1200 
__TPRO_CONST                       128K        2 
dyld private memory                304K        5 
mapped file                      327.6M       57 
page table in kernel              1234K        1 
shared memory                     3712K       26 
===========                     =======  ======= 
TOTAL                              3.7G     6772 
TOTAL, minus reserved VM space     3.5G     6772 
",
  "legacyInfo" : {
  "threadTriggered" : {
    "name" : "CrBrowserMain",
    "queue" : "com.apple.main-thread"
  }
},
  "logWritingSignature" : "f5e14e193fc5ff30984282cc5492eaaf55c16cd7",
  "bug_type" : "309",
  "roots_installed" : 0,
  "trmStatus" : 1,
  "voucherInfos" : [{"originatorName":"SkyComputerUseClient","proximateName":"SkyComputerUseService","thread_id":215895}],
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "644114de41e7236e6177f9bd",
      "factorPackIds" : [

      ],
      "deploymentId" : 240000013
    },
    {
      "rolloutId" : "6425c75e4327780c10cc4252",
      "factorPackIds" : [
        "642600a457e7664b1698eb32"
      ],
      "deploymentId" : 240000004
    }
  ],
  "experiments" : [

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

> open /Users/jin/Downloads/1BF5-assembly1.cif

1BF5-assembly1.cif title:  
Tyrosine phosphorylated stat-1/DNA complex [more info...]  
  
Chain information for 1BF5-assembly1.cif #1  
---  
Chain | Description  
A A-2 | SIGNAL TRANSDUCER AND ACTIVATOR OF TRANSCRIPTION 1-ALPHA/BETA  
B-2 | DNA (5'-D(*AP*CP*AP*GP*TP*TP*TP*CP*CP*CP*GP*TP*AP*AP*AP*TP*G P*C)-3')  
C-2 | DNA (5'-D(*TP*GP*CP*AP*TP*TP*TP*AP*CP*GP*GP*GP*AP*AP*AP*CP*T P*G)-3')  
  

> save /Users/jin/Downloads/1BF5_assembly.pdb models #1

Chain IDs longer than 2 characters; truncating  

> split #2 atoms #2//chain_id==A atoms #2//chain_id=="A-2" atoms (#2//chain_id=="B-2" | #2//chain_id=="C-2")

> split #1 atoms #1//chain_id==A atoms #1//chain_id=="A-2" atoms (#1//chain_id=="B-2" | #1//chain_id=="C-2")

Split 1BF5-assembly1.cif (#1) into 3 models  
Chain information for 1BF5-assembly1.cif 1 #1.1  
---  
Chain | Description  
A | No description available  
  
Chain information for 1BF5-assembly1.cif 2 #1.2  
---  
Chain | Description  
A-2 | No description available  
  
Chain information for 1BF5-assembly1.cif 3 #1.3  
---  
Chain | Description  
B-2 | No description available  
C-2 | No description available  
  

> hide #!1 models

> show #!1 models

> hide #!1.1 models

> show #!1.1 models

> hide #!1.2 models

> show #!1.2 models

> hide #1.3 models

> show #1.3 models

> hide #1.3 models

> hide #!1.2 models

> show #!1.2 models

> hide #!1.2 models

> show #!1.2 models

> hide #!1.2 models

> show #!1.2 models

> open
> /Users/jin/Downloads/fold_stat5b_human_2026_05_13_14_48/fold_stat5b_human_2026_05_13_14_48_model_0.cif

Chain information for fold_stat5b_human_2026_05_13_14_48_model_0.cif #2  
---  
Chain | Description  
A | .  
  
Computing secondary structure  

Called accessibilityLabel on invalid object: 2147489986  

Called accessibilityLabel on invalid object: 2147489999  

Called accessibilityLabel on invalid object: 2147489955  

Called accessibilityLabel on invalid object: 2147490062  

Called accessibilityLabel on invalid object: 2147490012  

> matchmaker #2 to #1.1

Parameters  
---  
Chain pairing | bb  
Alignment algorithm | Needleman-Wunsch  
Similarity matrix | BLOSUM-62  
SS fraction | 0.3  
Gap open (HH/SS/other) | 18/18/6  
Gap extend | 1  
SS matrix |  |  | H | S | O  
---|---|---|---  
H | 6 | -9 | -6  
S |  | 6 | -6  
O |  |  | 4  
Iteration cutoff | 2  
  
Matchmaker 1BF5-assembly1.cif 1, chain A (#1.1) with
fold_stat5b_human_2026_05_13_14_48_model_0.cif, chain A (#2), sequence
alignment score = 1017.1  
RMSD between 297 pruned atom pairs is 1.162 angstroms; (across all 513 pairs:
11.341)  
  

> show #1.3 models

> hide #1.3 models

> hide #!1.2 models

> select #1.1:699

Nothing selected  


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

Log:
UCSF ChimeraX version: 1.11.1 (2026-01-23)  
© 2016-2025 Regents of the University of California. All rights reserved.  
How to cite UCSF ChimeraX  




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

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

    Hardware Overview:

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

Software:

    System Software Overview:

      System Version: macOS 26.5 (25F71)
      Kernel Version: Darwin 25.5.0
      Time since boot: 4小时27分钟

Graphics/Displays:

    Apple M4 Pro:

      Chipset Model: Apple M4 Pro
      Type: GPU
      Bus: Built-In
      Total Number of Cores: 16
      Vendor: Apple (0x106b)
      Metal Support: Metal 4
      Displays:
        Mi Monitor:
          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
        Color LCD:
          Display Type: Built-in Liquid Retina XDR Display
          Resolution: 3024 x 1964 Retina
          Mirror: Off
          Online: Yes
          Automatically Adjust Brightness: Yes
          Connection Type: Internal


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.1
    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.2
    build: 1.3.0
    certifi: 2025.7.14
    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-Clashes: 2.3
    ChimeraX-ColorActions: 1.0.5
    ChimeraX-ColorGlobe: 1.0
    ChimeraX-ColorKey: 1.5.8
    ChimeraX-CommandLine: 1.3.0
    ChimeraX-ConnectStructure: 2.0.1
    ChimeraX-Contacts: 1.0.1
    ChimeraX-Core: 1.11.1
    ChimeraX-CoreFormats: 1.2
    ChimeraX-coulombic: 1.4.5
    ChimeraX-Crosslinks: 1.0
    ChimeraX-Crystal: 1.0
    ChimeraX-CrystalContacts: 1.0.1
    ChimeraX-DataFormats: 1.2.4
    ChimeraX-Dicom: 1.2.7
    ChimeraX-DistMonitor: 1.4.2
    ChimeraX-DockPrep: 1.1.4
    ChimeraX-Dssp: 2.0
    ChimeraX-EMDB-SFF: 1.0
    ChimeraX-ESMFold: 1.0
    ChimeraX-FileHistory: 1.0.1
    ChimeraX-FunctionKey: 1.0.1
    ChimeraX-Geometry: 1.3
    ChimeraX-gltf: 1.0
    ChimeraX-Graphics: 1.4.1
    ChimeraX-Hbonds: 2.5.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.12
    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.2
    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-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.13.1
    cxservices: 1.2.3
    cycler: 0.12.1
    Cython: 3.1.4
    debugpy: 1.8.19
    decorator: 5.2.1
    docutils: 0.21.2
    executing: 2.2.1
    filelock: 3.19.1
    fonttools: 4.61.1
    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.26.0
    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
    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.1
    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.3.2
    pyproject_hooks: 1.2.0
    PyQt6-commercial: 6.9.1
    PyQt6-Qt6: 6.9.2
    PyQt6-WebEngine-commercial: 6.9.0
    PyQt6-WebEngine-Qt6: 6.9.2
    PyQt6_sip: 13.10.2
    pytest: 9.0.2
    pytest-cov: 7.0.0
    python-dateutil: 2.9.0.post0
    python-dotenv: 1.2.1
    python-multipart: 0.0.21
    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: 4.1.0
    roman-numerals-py: 4.1.0
    rpds-py: 0.30.0
    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.3
    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.2.0
    stack-data: 0.6.3
    starlette: 0.52.1
    superqt: 0.7.6
    tables: 3.10.2
    tcia_utils: 1.5.1
    tifffile: 2025.3.13
    tinyarray: 1.2.5
    tornado: 6.5.4
    traitlets: 5.14.3
    typing-inspection: 0.4.2
    typing_extensions: 4.15.0
    urllib3: 2.6.3
    uvicorn: 0.40.0
    wcwidth: 0.3.2
    webcolors: 24.11.1
    wheel: 0.45.1
    wheel-filename: 1.4.2
    widgetsnbextension: 4.0.15
    yarl: 1.22.0
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. Basically, the filters are separated by ampersands (&). Each filter then 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 left out 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

Note: See TracWiki for help on using the wiki.