wiki:TracQuery

Trac Ticket Queries

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

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

Filters

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

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

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

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

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

Some shortcuts can be used to manipulate checkbox filters.

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

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

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

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

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

Saving Queries

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

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

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

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

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

Which is displayed as:

Active tickets against 1.0

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

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

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

Which is displayed as:

Assigned tickets by owner

Customizing the table format

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

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

This is displayed as:

Results (1 - 3 of 13676)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#20144 duplicate glClear: invalid framebuffer operation on statusbar expose Tom Goddard chimerax-bug-report@…
#20143 can't reproduce Crash drawing status line text Tom Goddard omar.mena@…
#20141 can't reproduce UniProt fetch failure Eric Pettersen vijayapillaik@…
1 2 3 4 5 6 7 8 9 10 11

Full rows

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

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

This is displayed as:

Results (1 - 3 of 13676)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#20144 duplicate glClear: invalid framebuffer operation on statusbar expose Tom Goddard chimerax-bug-report@…
Description
The following bug report has been submitted:
Platform:        macOS-26.4-arm64-arm-64bit
ChimeraX Version: 1.11.1 (2026-01-23 05:51:34 UTC)
Description
Replace this text with list of actions that caused this problem to occur

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  

> open /Users/xwb17127/Work/code/cgNAplusParams/Curvature/test.cxc

> set bgColor white

> lighting simple

> graphics silhouettes true color black width 1.5

> open test.pdb

Chain information for test.pdb #1  
---  
Chain | Description  
A | No description available  
B | No description available  
  
Computing secondary structure  

> open test.pdb

Chain information for test.pdb #2  
---  
Chain | Description  
A | No description available  
B | No description available  
  

> style ball

Changed 34308 atom styles  

> nucleotides atoms

> color white target a

> color light gray target c

> cartoon style nucleic xsection oval width 3.0 thickness 1.2

Computing secondary structure  

> hide #2 atoms

> hide #1 cartoons

> open test_triads.bild

Summary of feedback from opening test_triads.bild  
---  
warning | text is not implemented on line 1  
  
Opened BILD data containing 810 objects  
executed test.cxc  

> close all

> open /Users/xwb17127/Work/code/cgNAplusParams/Curvature/test.cxc

> set bgColor white

> lighting simple

> graphics silhouettes true color black width 1.5

> open test.pdb

Chain information for test.pdb #1  
---  
Chain | Description  
A | No description available  
B | No description available  
  
Computing secondary structure  

> open test.pdb

Chain information for test.pdb #2  
---  
Chain | Description  
A | No description available  
B | No description available  
  

> style ball

Changed 34302 atom styles  

> nucleotides atoms

> color white target a

> color light gray target c

> cartoon style nucleic xsection oval width 3.0 thickness 1.2

Computing secondary structure  

> hide #2 atoms

> hide #1 cartoons

> open test_triads.bild

Summary of feedback from opening test_triads.bild  
---  
warning | text is not implemented on line 1  
  
Opened BILD data containing 810 objects  
executed test.cxc  

> close all

> open /Users/xwb17127/Work/code/cgNAplusParams/Curvature/test.cxc

> set bgColor white

> lighting simple

> graphics silhouettes true color black width 1.5

> open test.pdb

Chain information for test.pdb #1  
---  
Chain | Description  
A | No description available  
B | No description available  
  
Computing secondary structure  

> open test.pdb

Chain information for test.pdb #2  
---  
Chain | Description  
A | No description available  
B | No description available  
  

> style ball

Changed 34322 atom styles  

> nucleotides atoms

> color white target a

> color light gray target c

> cartoon style nucleic xsection oval width 3.0 thickness 1.2

Computing secondary structure  

> hide #2 atoms

> hide #1 cartoons

> open test_triads.bild

Summary of feedback from opening test_triads.bild  
---  
warning | text is not implemented on line 1  
  
Opened BILD data containing 810 objects  
executed test.cxc  

> open /Users/xwb17127/Work/code/cgNAplusParams/Curvature/test.cxc

> set bgColor white

> lighting simple

> graphics silhouettes true color black width 1.5

> open test.pdb

Chain information for test.pdb #4  
---  
Chain | Description  
A | No description available  
B | No description available  
  

> open test.pdb

Chain information for test.pdb #5  
---  
Chain | Description  
A | No description available  
B | No description available  
  

> style ball

Changed 52980 atom styles  

> nucleotides atoms

> color white target a

> color light gray target c

> cartoon style nucleic xsection oval width 3.0 thickness 1.2

Computing secondary structure  
[Repeated 1 time(s)]

> hide #2 atoms

> hide #1 cartoons

> open test_triads.bild

Summary of feedback from opening test_triads.bild  
---  
warning | text is not implemented on line 1  
  
Opened BILD data containing 441 objects  
executed test.cxc  

> close all

> open /Users/xwb17127/Work/code/cgNAplusParams/Curvature/test.cxc

> set bgColor white

> lighting simple

> graphics silhouettes true color black width 1.5

> open test.pdb

Chain information for test.pdb #1  
---  
Chain | Description  
A | No description available  
B | No description available  
  
Computing secondary structure  

> open test.pdb

Chain information for test.pdb #2  
---  
Chain | Description  
A | No description available  
B | No description available  
  

> style ball

Changed 45764 atom styles  

> nucleotides atoms

> color white target a

> color light gray target c

> cartoon style nucleic xsection oval width 3.0 thickness 1.2

Computing secondary structure  

> hide #2 atoms

> hide #1 cartoons

> open test_triads.bild

Summary of feedback from opening test_triads.bild  
---  
warning | text is not implemented on line 1  
  
Opened BILD data containing 1080 objects  
executed test.cxc  

> open /Users/xwb17127/Work/code/cgNAplusParams/Curvature/test.cxc

> set bgColor white

> lighting simple

> graphics silhouettes true color black width 1.5

> open test.pdb

Chain information for test.pdb #4  
---  
Chain | Description  
A | No description available  
B | No description available  
  

> open test.pdb

Chain information for test.pdb #5  
---  
Chain | Description  
A | No description available  
B | No description available  
  

> style ball

Changed 91526 atom styles  

> nucleotides atoms

> color white target a

> color light gray target c

> cartoon style nucleic xsection oval width 3.0 thickness 1.2

Computing secondary structure  
[Repeated 1 time(s)]

> hide #2 atoms

> hide #1 cartoons

> open test_triads.bild

Summary of feedback from opening test_triads.bild  
---  
warning | text is not implemented on line 1  
  
Opened BILD data containing 1080 objects  
executed test.cxc  

> select add #1

22882 atoms, 24680 bonds, 720 residues, 1 model selected  

> select add #2

45764 atoms, 49360 bonds, 1440 residues, 2 models selected  

> select add #3

45764 atoms, 49360 bonds, 1440 residues, 3 models selected  

> close #2

> select add #3

22882 atoms, 24680 bonds, 720 residues, 2 models selected  

> select add #3

22882 atoms, 24680 bonds, 720 residues, 2 models selected  

> close #3

> close

> open /Users/xwb17127/Work/code/cgNAplusParams/Curvature/test.cxc format cmd

> set bgColor white

> lighting simple

> graphics silhouettes true color black width 1.5

> open test.pdb

Chain information for test.pdb #1  
---  
Chain | Description  
A | No description available  
B | No description available  
  
Computing secondary structure  

> open test.pdb

Chain information for test.pdb #2  
---  
Chain | Description  
A | No description available  
B | No description available  
  

> style ball

Changed 45762 atom styles  

> nucleotides atoms

> color white target a

> color light gray target c

> cartoon style nucleic xsection oval width 3.0 thickness 1.2

Computing secondary structure  

> hide #2 atoms

> hide #1 cartoons

> open test_triads.bild

Summary of feedback from opening test_triads.bild  
---  
warning | text is not implemented on line 1  
  
Opened BILD data containing 1080 objects  
executed test.cxc  

> close all

> open /Users/xwb17127/Work/code/cgNAplusParams/Curvature/test.cxc

> set bgColor white

> lighting simple

> graphics silhouettes true color black width 1.5

> open test.pdb

Chain information for test.pdb #1  
---  
Chain | Description  
A | No description available  
B | No description available  
  
Computing secondary structure  

> open test.pdb

Chain information for test.pdb #2  
---  
Chain | Description  
A | No description available  
B | No description available  
  

> style ball

Changed 45722 atom styles  

> nucleotides atoms

> color white target a

> color light gray target c

> cartoon style nucleic xsection oval width 3.0 thickness 1.2

Computing secondary structure  

> hide #2 atoms

> hide #1 cartoons

> open test_triads.bild

Summary of feedback from opening test_triads.bild  
---  
warning | text is not implemented on line 1  
  
Opened BILD data containing 1080 objects  
executed test.cxc  

> close session

> open /Users/xwb17127/Work/code/cgNAplusParams/Curvature/test.cxc

> set bgColor white

> lighting simple

> graphics silhouettes true color black width 1.5

> open test.pdb

Chain information for test.pdb #1  
---  
Chain | Description  
A | No description available  
B | No description available  
  
Computing secondary structure  

> open test.pdb

Chain information for test.pdb #2  
---  
Chain | Description  
A | No description available  
B | No description available  
  

> style ball

Changed 45722 atom styles  

> nucleotides atoms

> color white target a

> color light gray target c

> cartoon style nucleic xsection oval width 3.0 thickness 1.2

Computing secondary structure  

> hide #2 atoms

> hide #1 cartoons

> open test_triads.bild

Summary of feedback from opening test_triads.bild  
---  
warning | text is not implemented on line 1  
  
Opened BILD data containing 1080 objects  
executed test.cxc  

> close session

> open /Users/xwb17127/Work/code/cgNAplusParams/Curvature/test.cxc

> set bgColor white

> lighting simple

> graphics silhouettes true color black width 1.5

> open test.pdb

Chain information for test.pdb #1  
---  
Chain | Description  
A | No description available  
B | No description available  
  
Computing secondary structure  

> open test.pdb

Chain information for test.pdb #2  
---  
Chain | Description  
A | No description available  
B | No description available  
  

> style ball

Changed 45722 atom styles  

> nucleotides atoms

> color white target a

> color light gray target c

> cartoon style nucleic xsection oval width 3.0 thickness 1.2

Computing secondary structure  

> hide #2 atoms

> hide #1 cartoons

> open test_triads.bild

Summary of feedback from opening test_triads.bild  
---  
warning | text is not implemented on line 1  
  
Opened BILD data containing 1080 objects  
executed test.cxc  

> close session

> open /Users/xwb17127/Work/code/cgNAplusParams/Curvature/test.cxc

> set bgColor white

> lighting simple

> graphics silhouettes true color black width 1.5

> open test.pdb

Chain information for test.pdb #1  
---  
Chain | Description  
A | No description available  
B | No description available  
  
Computing secondary structure  

> open test.pdb

Chain information for test.pdb #2  
---  
Chain | Description  
A | No description available  
B | No description available  
  

> style ball

Changed 45758 atom styles  

> nucleotides atoms

> color white target a

> color light gray target c

> cartoon style nucleic xsection oval width 3.0 thickness 1.2

Computing secondary structure  

> hide #2 atoms

> hide #1 cartoons

> open test_triads.bild

Summary of feedback from opening test_triads.bild  
---  
warning | text is not implemented on line 1  
  
Opened BILD data containing 1080 objects  
executed test.cxc  

> close session

> open /Users/xwb17127/Work/code/cgNAplusParams/Curvature/test.cxc

> set bgColor white

> lighting simple

> graphics silhouettes true color black width 1.5

> open test.pdb

Chain information for test.pdb #1  
---  
Chain | Description  
A | No description available  
B | No description available  
  
Computing secondary structure  

> open test.pdb

Chain information for test.pdb #2  
---  
Chain | Description  
A | No description available  
B | No description available  
  

> style ball

Changed 45774 atom styles  

> nucleotides atoms

> color white target a

> color light gray target c

> cartoon style nucleic xsection oval width 3.0 thickness 1.2

Computing secondary structure  

> hide #2 atoms

> hide #1 cartoons

> open test_triads.bild

Summary of feedback from opening test_triads.bild  
---  
warning | text is not implemented on line 1  
  
Opened BILD data containing 1080 objects  
executed test.cxc  

> open /Users/xwb17127/Work/code/cgNAplusParams/Curvature/test.cxc

> set bgColor white

> lighting simple

> graphics silhouettes true color black width 1.5

> open test.pdb

Chain information for test.pdb #4  
---  
Chain | Description  
A | No description available  
B | No description available  
  

> open test.pdb

Chain information for test.pdb #5  
---  
Chain | Description  
A | No description available  
B | No description available  
  

> style ball

Changed 91510 atom styles  

> nucleotides atoms

> color white target a

> color light gray target c

> cartoon style nucleic xsection oval width 3.0 thickness 1.2

Computing secondary structure  
[Repeated 1 time(s)]

> hide #2 atoms

> hide #1 cartoons

> open test_triads.bild

Summary of feedback from opening test_triads.bild  
---  
warning | text is not implemented on line 1  
  
Opened BILD data containing 1080 objects  
executed test.cxc  

> hide #1 models

> hide #2 models

> hide #4 models

> hide #5 models

> open /Users/xwb17127/Work/code/cgNAplusParams/Curvature/test.cxc

> set bgColor white

> lighting simple

> graphics silhouettes true color black width 1.5

> open test.pdb

Chain information for test.pdb #7  
---  
Chain | Description  
A | No description available  
B | No description available  
  

> open test.pdb

Chain information for test.pdb #8  
---  
Chain | Description  
A | No description available  
B | No description available  
  

> style ball

Changed 137246 atom styles  

> nucleotides atoms

> color white target a

> color light gray target c

> cartoon style nucleic xsection oval width 3.0 thickness 1.2

Computing secondary structure  
[Repeated 1 time(s)]

> hide #2 atoms

> hide #1 cartoons

> open test_triads.bild

Summary of feedback from opening test_triads.bild  
---  
warning | text is not implemented on line 1  
  
Opened BILD data containing 1080 objects  
executed test.cxc  

> hide #6 models

> hide #7 models

> hide #8 models

> show #6 models

> hide #3 models

> open /Users/xwb17127/Work/code/cgNAplusParams/Curvature/test.cxc

> set bgColor white

> lighting simple

> graphics silhouettes true color black width 1.5

> open test.pdb

Chain information for test.pdb #10  
---  
Chain | Description  
A | No description available  
B | No description available  
  

> open test.pdb

Chain information for test.pdb #11  
---  
Chain | Description  
A | No description available  
B | No description available  
  

> style ball

Changed 182988 atom styles  

> nucleotides atoms

> color white target a

> color light gray target c

> cartoon style nucleic xsection oval width 3.0 thickness 1.2

Computing secondary structure  
[Repeated 1 time(s)]

> hide #2 atoms

> hide #1 cartoons

> open test_triads.bild

Summary of feedback from opening test_triads.bild  
---  
warning | text is not implemented on line 1  
  
Opened BILD data containing 1080 objects  
executed test.cxc  

> show #1 models

> select add #1

22887 atoms, 24685 bonds, 720 residues, 1 model selected  

> hide #1 models

> hide #12 models

> hide #11 models

> hide #10 models

> hide #9 models

> hide #6 models

> select add #8

45755 atoms, 49351 bonds, 1440 residues, 2 models selected  

> select add #7

68623 atoms, 74017 bonds, 2160 residues, 3 models selected  

> select add #6

68623 atoms, 74017 bonds, 2160 residues, 4 models selected  

> select add #5

91491 atoms, 98683 bonds, 2880 residues, 5 models selected  

> select add #4

114359 atoms, 123349 bonds, 3600 residues, 6 models selected  

> select add #3

114359 atoms, 123349 bonds, 3600 residues, 7 models selected  

> select add #2

137246 atoms, 148034 bonds, 4320 residues, 8 models selected  

> close #3

> select add #9

137246 atoms, 148034 bonds, 4320 residues, 8 models selected  

> hide target m

> close

> open /Users/xwb17127/Work/code/cgNAplusParams/Curvature/test.cxc format cmd

> set bgColor white

> lighting simple

> graphics silhouettes true color black width 1.5

> open test.pdb

Chain information for test.pdb #1  
---  
Chain | Description  
A | No description available  
B | No description available  
  
Computing secondary structure  

> open test.pdb

Chain information for test.pdb #2  
---  
Chain | Description  
A | No description available  
B | No description available  
  

> style ball

Changed 45742 atom styles  

> nucleotides atoms

> color white target a

> color light gray target c

> cartoon style nucleic xsection oval width 3.0 thickness 1.2

Computing secondary structure  

> hide #2 atoms

> hide #1 cartoons

> open test_triads.bild

Summary of feedback from opening test_triads.bild  
---  
warning | text is not implemented on line 1  
  
Opened BILD data containing 1080 objects  
executed test.cxc  

> open /Users/xwb17127/Work/code/cgNAplusParams/Curvature/test.cxc

> set bgColor white

> lighting simple

> graphics silhouettes true color black width 1.5

> open test.pdb

Chain information for test.pdb #4  
---  
Chain | Description  
A | No description available  
B | No description available  
  

> open test.pdb

Chain information for test.pdb #5  
---  
Chain | Description  
A | No description available  
B | No description available  
  

> style ball

Changed 91454 atom styles  

> nucleotides atoms

> color white target a

> color light gray target c

> cartoon style nucleic xsection oval width 3.0 thickness 1.2

Computing secondary structure  
[Repeated 1 time(s)]

> hide #2 atoms

> hide #1 cartoons

> open test_triads.bild

Summary of feedback from opening test_triads.bild  
---  
warning | text is not implemented on line 1  
  
Opened BILD data containing 1080 objects  
executed test.cxc  

> hide #3 models

> hide #2 models

> hide #1 models

> show #3 models

> hide #4 models

> hide #5 models

> hide #6 models

> show #6 models

> hide #6 models

> show #6 models

> hide #6 models

> show #6 models

> hide #6 models

> show #6 models

> hide #6 models

> show #6 models

> hide #6 models

> show #6 models

> hide #6 models

> show #6 models

> hide #6 models

> show #6 models

> hide #6 models

> show #6 models

> hide #6 models

> show #6 models

> hide #6 models

> show #6 models

> hide #3 models

> open /Users/xwb17127/Work/code/cgNAplusParams/Curvature/test.cxc

> set bgColor white

> lighting simple

> graphics silhouettes true color black width 1.5

> open test.pdb

Chain information for test.pdb #7  
---  
Chain | Description  
A | No description available  
B | No description available  
  

> open test.pdb

Chain information for test.pdb #8  
---  
Chain | Description  
A | No description available  
B | No description available  
  

> style ball

Changed 137190 atom styles  

> nucleotides atoms

> color white target a

> color light gray target c

> cartoon style nucleic xsection oval width 3.0 thickness 1.2

Computing secondary structure  
[Repeated 1 time(s)]

> hide #2 atoms

> hide #1 cartoons

> open test_triads.bild

Summary of feedback from opening test_triads.bild  
---  
warning | text is not implemented on line 1  
  
Opened BILD data containing 1080 objects  
executed test.cxc  

> hide #6 models

> hide #7 models

> hide #8 models

> hide #9 models

> show #6 models

> close session

> open /Users/xwb17127/Work/code/cgNAplusParams/Curvature/test.cxc

> set bgColor white

> lighting simple

> graphics silhouettes true color black width 1.5

> open test.pdb

Chain information for test.pdb #1  
---  
Chain | Description  
A | No description available  
B | No description available  
  
Computing secondary structure  

> open test.pdb

Chain information for test.pdb #2  
---  
Chain | Description  
A | No description available  
B | No description available  
  

> style ball

Changed 45736 atom styles  

> nucleotides atoms

> color white target a

> color light gray target c

> cartoon style nucleic xsection oval width 3.0 thickness 1.2

Computing secondary structure  

> hide #2 atoms

> hide #1 cartoons

> open test_triads.bild

Summary of feedback from opening test_triads.bild  
---  
warning | text is not implemented on line 1  
  
Opened BILD data containing 1080 objects  
executed test.cxc  

> color bynucleotide

> save /Users/xwb17127/Desktop/image2.png supersample 3

Traceback (most recent call last):  
File
"/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/ui/statusbar.py", line 98, in _expose_event  
self.status(self._last_message, self._last_color)  
File
"/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/ui/statusbar.py", line 164, in status  
r.draw_background()  
File
"/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/graphics/opengl.py", line 1238, in draw_background  
GL.glClear(flags)  
File "src/errorchecker.pyx", line 59, in
OpenGL_accelerate.errorchecker._ErrorChecker.glCheckError  
OpenGL.error.GLError: GLError(  
err = 1286,  
description = b'invalid framebuffer operation',  
baseOperation = glClear,  
cArguments = (16640,)  
)  
  
OpenGL.error.GLError: GLError(  
err = 1286,  
description = b'invalid framebuffer operation',  
baseOperation = glClear,  
cArguments = (16640,)  
)  
  
File "src/errorchecker.pyx", line 59, in
OpenGL_accelerate.errorchecker._ErrorChecker.glCheckError  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File
"/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/ui/statusbar.py", line 98, in _expose_event  
self.status(self._last_message, self._last_color)  
File
"/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/ui/statusbar.py", line 164, in status  
r.draw_background()  
File
"/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/graphics/opengl.py", line 1238, in draw_background  
GL.glClear(flags)  
File "src/errorchecker.pyx", line 59, in
OpenGL_accelerate.errorchecker._ErrorChecker.glCheckError  
OpenGL.error.GLError: GLError(  
err = 1286,  
description = b'invalid framebuffer operation',  
baseOperation = glClear,  
cArguments = (16640,)  
)  
  
OpenGL.error.GLError: GLError(  
err = 1286,  
description = b'invalid framebuffer operation',  
baseOperation = glClear,  
cArguments = (16640,)  
)  
  
File "src/errorchecker.pyx", line 59, in
OpenGL_accelerate.errorchecker._ErrorChecker.glCheckError  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File
"/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/ui/statusbar.py", line 98, in _expose_event  
self.status(self._last_message, self._last_color)  
File
"/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/ui/statusbar.py", line 164, in status  
r.draw_background()  
File
"/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/graphics/opengl.py", line 1238, in draw_background  
GL.glClear(flags)  
File "src/errorchecker.pyx", line 59, in
OpenGL_accelerate.errorchecker._ErrorChecker.glCheckError  
OpenGL.error.GLError: GLError(  
err = 1286,  
description = b'invalid framebuffer operation',  
baseOperation = glClear,  
cArguments = (16640,)  
)  
  
OpenGL.error.GLError: GLError(  
err = 1286,  
description = b'invalid framebuffer operation',  
baseOperation = glClear,  
cArguments = (16640,)  
)  
  
File "src/errorchecker.pyx", line 59, in
OpenGL_accelerate.errorchecker._ErrorChecker.glCheckError  
  
See log for complete Python traceback.  
  




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,7
      Model Number: Z1FT000GHB/A
      Chip: Apple M4 Pro
      Total Number of Cores: 14 (10 Performance and 4 Efficiency)
      Memory: 24 GB
      System Firmware Version: 18000.101.7
      OS Loader Version: 18000.101.7

Software:

    System Software Overview:

      System Version: macOS 26.4 (25E246)
      Kernel Version: Darwin 25.4.0
      Time since boot: 23 hours, 53 minutes

Graphics/Displays:

    Apple M4 Pro:

      Chipset Model: Apple M4 Pro
      Type: GPU
      Bus: Built-In
      Total Number of Cores: 20
      Vendor: Apple (0x106b)
      Metal Support: Metal 4
      Displays:
        DELL U2415:
          Resolution: 1920 x 1200 (WUXGA - Widescreen Ultra eXtended Graphics Array)
          UI Looks like: 1920 x 1200 @ 60.00Hz
          Main Display: Yes
          Mirror: Off
          Online: Yes
          Rotation: Supported
        Color LCD:
          Display Type: Built-in Liquid Retina XDR Display
          Resolution: 3456 x 2234 Retina
          Mirror: Off
          Online: Yes
          Automatically Adjust Brightness: No
          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
#20143 can't reproduce Crash drawing status line text Tom Goddard omar.mena@…
Description
The following bug report has been submitted:
Platform:        macOS-15.7.4-arm64-arm-64bit
ChimeraX Version: 1.9 (2024-12-11 19:11:19 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 0x00000001ff88e240 (most recent call first):
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/geometry/place.py", line 415 in is_identity
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/graphics/opengl.py", line 861 in set_model_matrix
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/graphics/drawing.py", line 1603 in draw_overlays
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/ui/statusbar.py", line 165 in _draw_text
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/ui/statusbar.py", line 155 in status
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/ui/statusbar.py", line 88 in _expose_event
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/ui/gui.py", line 330 in event_loop
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/core/__main__.py", line 1054 in init
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/core/__main__.py", line 1217 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.linalg._umath_linalg, 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, charset_normalizer.md, requests.packages.charset_normalizer.md, requests.packages.chardet.md, PIL._imaging, kiwisolver._cext, OpenGL_accelerate.errorchecker, OpenGL_accelerate.wrapper, OpenGL_accelerate.formathandler, OpenGL_accelerate.arraydatatype, OpenGL_accelerate.latebind, OpenGL_accelerate.vbo, chimerax.surface._surface, chimerax.pdb_lib._load_libs, chimerax.core._mac_util (total: 31)


{"app_name":"ChimeraX","timestamp":"2026-04-07 19:48:26.00 -0600","app_version":"1.9.0","slice_uuid":"17982d98-65bc-3327-8526-577ec996453c","build_version":"1.9.0.0","platform":1,"bundleID":"edu.ucsf.cgl.ChimeraX","share_with_app_devs":1,"is_first_party":0,"bug_type":"309","os_version":"macOS 15.7.4 (24G517)","roots_installed":0,"name":"ChimeraX","incident_id":"65C71475-00A6-4E33-9735-590C1B9CEB0C"}
{
  "uptime" : 290000,
  "procRole" : "Foreground",
  "version" : 2,
  "userID" : 1040991037,
  "deployVersion" : 210,
  "modelCode" : "Mac16,7",
  "coalitionID" : 23984,
  "osVersion" : {
    "train" : "macOS 15.7.4",
    "build" : "24G517",
    "releaseType" : "User"
  },
  "captureTime" : "2026-04-07 19:48:25.6496 -0600",
  "codeSigningMonitor" : 2,
  "incident" : "65C71475-00A6-4E33-9735-590C1B9CEB0C",
  "pid" : 22640,
  "translated" : false,
  "cpuType" : "ARM-64",
  "roots_installed" : 0,
  "bug_type" : "309",
  "procLaunch" : "2026-04-07 19:48:24.3757 -0600",
  "procStartAbsTime" : 6996971035712,
  "procExitAbsTime" : 6997001196941,
  "procName" : "ChimeraX",
  "procPath" : "\/Applications\/ChimeraX-1.9.app\/Contents\/MacOS\/ChimeraX",
  "bundleInfo" : {"CFBundleShortVersionString":"1.9.0","CFBundleVersion":"1.9.0.0","CFBundleIdentifier":"edu.ucsf.cgl.ChimeraX"},
  "storeInfo" : {"deviceIdentifierForVendor":"CB5BA4BE-9C9B-54D6-A8FD-836ABB4DA3DC","thirdParty":true},
  "parentProc" : "launchd",
  "parentPid" : 1,
  "coalitionName" : "edu.ucsf.cgl.ChimeraX",
  "crashReporterKey" : "78131662-ED84-32F2-71C6-C3363D0ACC7E",
  "appleIntelligenceStatus" : {"state":"unavailable","reasons":["unableToFetchAvailability"]},
  "codeSigningID" : "edu.ucsf.cgl.ChimeraX",
  "codeSigningTeamID" : "LWV8X224YF",
  "codeSigningFlags" : 570491649,
  "codeSigningValidationCategory" : 6,
  "codeSigningTrustLevel" : 4294967295,
  "codeSigningAuxiliaryInfo" : 0,
  "instructionByteStream" : {"beforePC":"fyMD1f17v6n9AwCRm+D\/l78DAJH9e8Go\/w9f1sADX9YQKYDSARAA1A==","atPC":"AwEAVH8jA9X9e7+p\/QMAkZDg\/5e\/AwCR\/XvBqP8PX9bAA1\/WcAqA0g=="},
  "bootSessionUUID" : "971887D0-A082-45C1-A023-CFB3C720DA09",
  "wakeTime" : 2634,
  "sleepWakeUUID" : "8F514DC3-D288-4916-9A1F-A9407687AFF9",
  "sip" : "enabled",
  "vmRegionInfo" : "0x10 is not in any region.  Bytes before following region: 4336861168\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      UNUSED SPACE AT START\n--->  \n      __TEXT                      1027f4000-1027f8000    [   16K] r-x\/r-x SM=COW  \/Applications\/ChimeraX-1.9.app\/Contents\/MacOS\/ChimeraX",
  "exception" : {"codes":"0x0000000000000001, 0x0000000000000010","rawCodes":[1,16],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"KERN_INVALID_ADDRESS at 0x0000000000000010"},
  "termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","byProc":"ChimeraX","byPid":22640},
  "vmregioninfo" : "0x10 is not in any region.  Bytes before following region: 4336861168\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      UNUSED SPACE AT START\n--->  \n      __TEXT                      1027f4000-1027f8000    [   16K] r-x\/r-x SM=COW  \/Applications\/ChimeraX-1.9.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" : [{"triggered":true,"id":9682188,"name":"CrBrowserMain","threadState":{"x":[{"value":0},{"value":0},{"value":1},{"value":4564417176},{"value":99},{"value":97},{"value":116},{"value":6129999304},{"value":14959612743515026933},{"value":14959612735906011061},{"value":14757395258967641293},{"value":4294967286},{"value":4564417106},{"value":0},{"value":51},{"value":4294967280},{"value":328},{"value":8599262536},{"value":0},{"value":11},{"value":259},{"value":8582128416},{"value":0},{"value":1},{"value":4357703216,"symbolLocation":0,"symbol":"faulthandler_handlers"},{"value":6130003816},{"value":4350127132,"symbolLocation":0,"symbol":"parse_contiguous_double_3x4_array"},{"value":4349768549},{"value":79}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6737049672},"cpsr":{"value":1073741824},"fp":{"value":4564417248},"sp":{"value":4564417216},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6736814984,"matchesCrashFrame":1},"far":{"value":0}},"frames":[{"imageOffset":37768,"symbol":"__pthread_kill","symbolLocation":8,"imageIndex":124},{"imageOffset":26696,"symbol":"pthread_kill","symbolLocation":296,"imageIndex":125},{"imageOffset":265412,"symbol":"raise","symbolLocation":32,"imageIndex":126},{"imageOffset":2417160,"symbol":"faulthandler_fatal_error","symbolLocation":392,"imageIndex":1},{"imageOffset":13988,"symbol":"_sigtramp","symbolLocation":56,"imageIndex":127},{"imageOffset":14536,"symbol":"array_from_python(_object*, int, Reference_Counted_Array::Numeric_Array*, bool)","symbolLocation":48,"imageIndex":17},{"imageOffset":15968,"symbol":"array_from_python(_object*, int, Reference_Counted_Array::Numeric_Array::Value_Type, Reference_Counted_Array::Numeric_Array*, bool)","symbolLocation":72,"imageIndex":17},{"imageOffset":27732,"symbol":"parse_contiguous_double_3x4_array","symbolLocation":56,"imageIndex":17},{"imageOffset":1999120,"symbol":"convertitem","symbolLocation":1728,"imageIndex":1},{"imageOffset":2007204,"symbol":"vgetargskeywords","symbolLocation":504,"imageIndex":1},{"imageOffset":2006624,"symbol":"PyArg_ParseTupleAndKeywords","symbolLocation":60,"imageIndex":1},{"imageOffset":81724,"symbol":"is_identity_matrix","symbolLocation":140,"imageIndex":24},{"imageOffset":1004468,"symbol":"cfunction_call","symbolLocation":60,"imageIndex":1},{"imageOffset":594156,"symbol":"_PyObject_MakeTpCall","symbolLocation":128,"imageIndex":1},{"imageOffset":1789244,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54984,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611268,"symbol":"method_vectorcall","symbolLocation":164,"imageIndex":1},{"imageOffset":22776,"symbol":"sip_api_call_procedure_method","symbolLocation":100,"imageIndex":29},{"imageOffset":233916,"symbol":"sipQWindow::exposeEvent(QExposeEvent*)","symbolLocation":132,"imageIndex":34},{"imageOffset":867740,"symbol":"QWindow::event(QEvent*)","symbolLocation":660,"imageIndex":32},{"imageOffset":235572,"symbol":"sipQWindow::event(QEvent*)","symbolLocation":224,"imageIndex":34},{"imageOffset":51532,"symbol":"QApplicationPrivate::notify_helper(QObject*, QEvent*)","symbolLocation":272,"imageIndex":31},{"imageOffset":55200,"symbol":"QApplication::notify(QObject*, QEvent*)","symbolLocation":504,"imageIndex":31},{"imageOffset":1413600,"symbol":"sipQApplication::notify(QObject*, QEvent*)","symbolLocation":248,"imageIndex":30},{"imageOffset":533000,"symbol":"QCoreApplication::notifyInternal2(QObject*, QEvent*)","symbolLocation":212,"imageIndex":27},{"imageOffset":530912,"symbol":"QGuiApplicationPrivate::processExposeEvent(QWindowSystemInterfacePrivate::ExposeEvent*)","symbolLocation":404,"imageIndex":32},{"imageOffset":919588,"imageIndex":32},{"imageOffset":903008,"symbol":"bool QWindowSystemInterface::handleExposeEvent(QWindow*, QRegion const&)","symbolLocation":60,"imageIndex":32},{"imageOffset":264748,"imageIndex":51},{"imageOffset":351264,"imageIndex":51},{"imageOffset":137392,"symbol":"-[CALayer display]","symbolLocation":212,"imageIndex":128},{"imageOffset":8430944,"symbol":"-[NSViewBackingLayer display]","symbolLocation":688,"imageIndex":129},{"imageOffset":135348,"symbol":"CA::Layer::display_if_needed(CA::Transaction*)","symbolLocation":748,"imageIndex":128},{"imageOffset":1791092,"symbol":"CA::Context::commit_transaction(CA::Transaction*, double, double*)","symbolLocation":492,"imageIndex":128},{"imageOffset":9128,"symbol":"CA::Transaction::commit()","symbolLocation":644,"imageIndex":128},{"imageOffset":1429428,"symbol":"__62+[CATransaction(NSCATransaction) NS_setFlushesWithDisplayLink]_block_invoke","symbolLocation":272,"imageIndex":129},{"imageOffset":12215292,"symbol":"___NSRunLoopObserverCreateWithHandler_block_invoke","symbolLocation":64,"imageIndex":129},{"imageOffset":507432,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__","symbolLocation":36,"imageIndex":130},{"imageOffset":507152,"symbol":"__CFRunLoopDoObservers","symbolLocation":536,"imageIndex":130},{"imageOffset":504704,"symbol":"__CFRunLoopRun","symbolLocation":784,"imageIndex":130},{"imageOffset":502248,"symbol":"CFRunLoopRunSpecific","symbolLocation":572,"imageIndex":130},{"imageOffset":799356,"symbol":"RunCurrentEventLoopInMode","symbolLocation":324,"imageIndex":131},{"imageOffset":811804,"symbol":"ReceiveNextEventCommon","symbolLocation":216,"imageIndex":131},{"imageOffset":2430084,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":76,"imageIndex":131},{"imageOffset":240180,"symbol":"_DPSNextEvent","symbolLocation":684,"imageIndex":129},{"imageOffset":10327500,"symbol":"-[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":688,"imageIndex":129},{"imageOffset":187364,"symbol":"-[NSApplication run]","symbolLocation":480,"imageIndex":129},{"imageOffset":88376,"imageIndex":51},{"imageOffset":572692,"symbol":"QEventLoop::exec(QFlags)","symbolLocation":540,"imageIndex":27},{"imageOffset":534620,"symbol":"QCoreApplication::exec()","symbolLocation":112,"imageIndex":27},{"imageOffset":2477972,"symbol":"meth_QApplication_exec(_object*, _object*)","symbolLocation":96,"imageIndex":30},{"imageOffset":1004504,"symbol":"cfunction_call","symbolLocation":96,"imageIndex":1},{"imageOffset":594156,"symbol":"_PyObject_MakeTpCall","symbolLocation":128,"imageIndex":1},{"imageOffset":1789244,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54984,"imageIndex":1},{"imageOffset":1729512,"symbol":"PyEval_EvalCode","symbolLocation":276,"imageIndex":1},{"imageOffset":1707120,"symbol":"builtin_exec","symbolLocation":428,"imageIndex":1},{"imageOffset":1007044,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS","symbolLocation":80,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":2389028,"symbol":"pymain_run_module","symbolLocation":256,"imageIndex":1},{"imageOffset":2387652,"symbol":"Py_RunMain","symbolLocation":1784,"imageIndex":1},{"imageOffset":2392180,"symbol":"pymain_main","symbolLocation":52,"imageIndex":1},{"imageOffset":2392116,"symbol":"Py_Main","symbolLocation":36,"imageIndex":1},{"imageOffset":15700,"symbol":"main","symbolLocation":128,"imageIndex":0},{"imageOffset":27544,"imageIndex":132}]},{"id":9682196,"frames":[{"imageOffset":7020,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":125}],"threadState":{"x":[{"value":6131150848},{"value":6403},{"value":6130614272},{"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":6131150848},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6737029996},"far":{"value":0}}},{"id":9682197,"frames":[{"imageOffset":7020,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":125}],"threadState":{"x":[{"value":6131724288},{"value":10499},{"value":6131187712},{"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":6131724288},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6737029996},"far":{"value":0}}},{"id":9682262,"frames":[{"imageOffset":7020,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":125}],"threadState":{"x":[{"value":6319386624},{"value":30211},{"value":6318850048},{"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":6319386624},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6737029996},"far":{"value":0}}},{"id":9682370,"name":"ThreadPoolServiceThread","threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":105553141587840},{"value":4},{"value":0},{"value":0},{"value":1944706494},{"value":0},{"value":0},{"value":48},{"value":2},{"value":6313171536},{"value":36611},{"value":1},{"value":1},{"value":369},{"value":6327808000},{"value":0},{"value":4823011056},{"value":4790353440},{"value":6327807312},{"value":0},{"value":12297829382473034411},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6202932136},"cpsr":{"value":2684354560},"fp":{"value":6327807296},"sp":{"value":6327807200},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6736828764},"far":{"value":0}},"frames":[{"imageOffset":51548,"symbol":"kevent64","symbolLocation":8,"imageIndex":124},{"imageOffset":71187368,"imageIndex":38},{"imageOffset":71186848,"imageIndex":38},{"imageOffset":70809656,"imageIndex":38},{"imageOffset":70544784,"imageIndex":38},{"imageOffset":70952276,"imageIndex":38},{"imageOffset":70856668,"imageIndex":38},{"imageOffset":70952656,"imageIndex":38},{"imageOffset":71057880,"imageIndex":38},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":125},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":125}]},{"id":9682371,"name":"ThreadPoolForegroundWorker","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":158342559301632},{"value":0},{"value":158342559301632},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":36867},{"value":2043},{"value":18446744073709551569},{"value":8599271008},{"value":0},{"value":0},{"value":32},{"value":158342559301632},{"value":0},{"value":158342559301632},{"value":6336228656},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6736855864},"cpsr":{"value":0},"fp":{"value":6336228000},"sp":{"value":6336227920},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6736780340},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":124},{"imageOffset":78648,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":124},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":124},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":124},{"imageOffset":71161832,"imageIndex":38},{"imageOffset":70677284,"imageIndex":38},{"imageOffset":70900888,"imageIndex":38},{"imageOffset":70904380,"imageIndex":38},{"imageOffset":70902644,"imageIndex":38},{"imageOffset":71057880,"imageIndex":38},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":125},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":125}]},{"id":9682372,"name":"ThreadPoolBackgroundWorker","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":169337675579392},{"value":0},{"value":169337675579392},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":39427},{"value":2357217616},{"value":18446744073709551569},{"value":4406324736},{"value":0},{"value":0},{"value":32},{"value":169337675579392},{"value":0},{"value":169337675579392},{"value":6344650032},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6736855864},"cpsr":{"value":0},"fp":{"value":6344649376},"sp":{"value":6344649296},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6736780340},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":124},{"imageOffset":78648,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":124},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":124},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":124},{"imageOffset":71161832,"imageIndex":38},{"imageOffset":70677284,"imageIndex":38},{"imageOffset":70900888,"imageIndex":38},{"imageOffset":70903324,"imageIndex":38},{"imageOffset":70902696,"imageIndex":38},{"imageOffset":71057880,"imageIndex":38},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":125},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":125}]},{"id":9682373,"name":"Chrome_IOThread","threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":105553125731488},{"value":2},{"value":0},{"value":0},{"value":6353069792},{"value":0},{"value":0},{"value":2},{"value":2},{"value":6313171584},{"value":44035},{"value":1},{"value":1},{"value":369},{"value":6353072128},{"value":0},{"value":4823002480},{"value":4790349024},{"value":6353071424},{"value":0},{"value":12297829382473034411},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6202932136},"cpsr":{"value":2684354560},"fp":{"value":6353071408},"sp":{"value":6353071312},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6736828764},"far":{"value":0}},"frames":[{"imageOffset":51548,"symbol":"kevent64","symbolLocation":8,"imageIndex":124},{"imageOffset":71187368,"imageIndex":38},{"imageOffset":71186848,"imageIndex":38},{"imageOffset":70809656,"imageIndex":38},{"imageOffset":70544784,"imageIndex":38},{"imageOffset":70952276,"imageIndex":38},{"imageOffset":45328188,"imageIndex":38},{"imageOffset":70952656,"imageIndex":38},{"imageOffset":71057880,"imageIndex":38},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":125},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":125}]},{"id":9682374,"name":"NetworkConfigWatcher","threadState":{"x":[{"value":268451845},{"value":17179869442},{"value":0},{"value":193526931390464},{"value":0},{"value":193526931390464},{"value":32},{"value":1000},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":45059},{"value":1},{"value":18446744073709551569},{"value":6361493504},{"value":0},{"value":1000},{"value":32},{"value":193526931390464},{"value":0},{"value":193526931390464},{"value":6361492560},{"value":0},{"value":17179870466},{"value":18446744073709550527},{"value":1282}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6736855864},"cpsr":{"value":0},"fp":{"value":6361491904},"sp":{"value":6361491824},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6736780340},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":124},{"imageOffset":78648,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":124},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":124},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":124},{"imageOffset":71161832,"imageIndex":38},{"imageOffset":70677284,"imageIndex":38},{"imageOffset":70343392,"imageIndex":38},{"imageOffset":70809656,"imageIndex":38},{"imageOffset":70544784,"imageIndex":38},{"imageOffset":70952276,"imageIndex":38},{"imageOffset":70952656,"imageIndex":38},{"imageOffset":71057880,"imageIndex":38},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":125},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":125}]},{"id":9682375,"name":"ThreadPoolForegroundWorker","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":272708948459520},{"value":0},{"value":272708948459520},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":63495},{"value":2043},{"value":18446744073709551569},{"value":8599271008},{"value":0},{"value":0},{"value":32},{"value":272708948459520},{"value":0},{"value":272708948459520},{"value":6369914160},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6736855864},"cpsr":{"value":0},"fp":{"value":6369913504},"sp":{"value":6369913424},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6736780340},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":124},{"imageOffset":78648,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":124},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":124},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":124},{"imageOffset":71161832,"imageIndex":38},{"imageOffset":70677284,"imageIndex":38},{"imageOffset":70900888,"imageIndex":38},{"imageOffset":70904380,"imageIndex":38},{"imageOffset":70902644,"imageIndex":38},{"imageOffset":71057880,"imageIndex":38},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":125},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":125}]},{"id":9682376,"name":"ThreadPoolForegroundWorker","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":194626443018240},{"value":0},{"value":194626443018240},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":45315},{"value":2043},{"value":18446744073709551569},{"value":8599271008},{"value":0},{"value":0},{"value":32},{"value":194626443018240},{"value":0},{"value":194626443018240},{"value":6378335536},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6736855864},"cpsr":{"value":0},"fp":{"value":6378334880},"sp":{"value":6378334800},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6736780340},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":124},{"imageOffset":78648,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":124},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":124},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":124},{"imageOffset":71161832,"imageIndex":38},{"imageOffset":70677284,"imageIndex":38},{"imageOffset":70900888,"imageIndex":38},{"imageOffset":70904380,"imageIndex":38},{"imageOffset":70902644,"imageIndex":38},{"imageOffset":71057880,"imageIndex":38},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":125},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":125}]},{"id":9682377,"name":"ThreadPoolForegroundWorker","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":4291366939},{"value":18446744073709551569},{"value":4373966336},{"value":0},{"value":0},{"value":32},{"value":266094698823680},{"value":0},{"value":266094698823680},{"value":6386756912},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6736855864},"cpsr":{"value":0},"fp":{"value":6386756256},"sp":{"value":6386756176},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6736780340},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":124},{"imageOffset":78648,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":124},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":124},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":124},{"imageOffset":71161832,"imageIndex":38},{"imageOffset":70677284,"imageIndex":38},{"imageOffset":70900888,"imageIndex":38},{"imageOffset":70903324,"imageIndex":38},{"imageOffset":70902644,"imageIndex":38},{"imageOffset":71057880,"imageIndex":38},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":125},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":125}]},{"id":9682378,"name":"Chrome_InProcGpuThread","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":1},{"value":18446744073709551569},{"value":6395179008},{"value":0},{"value":0},{"value":32},{"value":261696652312576},{"value":0},{"value":261696652312576},{"value":6395178048},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6736855864},"cpsr":{"value":0},"fp":{"value":6395177392},"sp":{"value":6395177312},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6736780340},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":124},{"imageOffset":78648,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":124},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":124},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":124},{"imageOffset":71161832,"imageIndex":38},{"imageOffset":70677284,"imageIndex":38},{"imageOffset":70677152,"imageIndex":38},{"imageOffset":70343492,"imageIndex":38},{"imageOffset":70809656,"imageIndex":38},{"imageOffset":70544784,"imageIndex":38},{"imageOffset":70952276,"imageIndex":38},{"imageOffset":70952656,"imageIndex":38},{"imageOffset":71057880,"imageIndex":38},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":125},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":125}]},{"id":9682379,"name":"Chrome_ChildIOThread","threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":105553153287600},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":1},{"value":2},{"value":6313171680},{"value":47107},{"value":1},{"value":1},{"value":369},{"value":6403600384},{"value":0},{"value":4848281648},{"value":4403190976},{"value":6403599680},{"value":0},{"value":12297829382473034411},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6202932136},"cpsr":{"value":2684354560},"fp":{"value":6403599664},"sp":{"value":6403599568},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6736828764},"far":{"value":0}},"frames":[{"imageOffset":51548,"symbol":"kevent64","symbolLocation":8,"imageIndex":124},{"imageOffset":71187368,"imageIndex":38},{"imageOffset":71186848,"imageIndex":38},{"imageOffset":70809656,"imageIndex":38},{"imageOffset":70544784,"imageIndex":38},{"imageOffset":70952276,"imageIndex":38},{"imageOffset":114048632,"imageIndex":38},{"imageOffset":70952656,"imageIndex":38},{"imageOffset":71057880,"imageIndex":38},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":125},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":125}]},{"id":9682380,"name":"CompositorTileWorker1","threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":161},{"value":0},{"value":0},{"value":6412021320},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8599262464},{"value":0},{"value":4823046536},{"value":4823046664},{"value":6412021984},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6737051804},"cpsr":{"value":1610612736},"fp":{"value":6412021440},"sp":{"value":6412021296},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6736794572},"far":{"value":0}},"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":124},{"imageOffset":28828,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":125},{"imageOffset":71055056,"imageIndex":38},{"imageOffset":104344336,"imageIndex":38},{"imageOffset":71057880,"imageIndex":38},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":125},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":125}]},{"id":9682381,"name":"ThreadPoolSingleThreadSharedForeground0","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":206738250792960},{"value":0},{"value":206738250792960},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":48135},{"value":3527673851},{"value":18446744073709551569},{"value":212},{"value":0},{"value":0},{"value":32},{"value":206738250792960},{"value":0},{"value":206738250792960},{"value":6420442416},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6736855864},"cpsr":{"value":0},"fp":{"value":6420441760},"sp":{"value":6420441680},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6736780340},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":124},{"imageOffset":78648,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":124},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":124},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":124},{"imageOffset":71161832,"imageIndex":38},{"imageOffset":70677284,"imageIndex":38},{"imageOffset":70900888,"imageIndex":38},{"imageOffset":70903324,"imageIndex":38},{"imageOffset":70902728,"imageIndex":38},{"imageOffset":71057880,"imageIndex":38},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":125},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":125}]},{"id":9682382,"name":"NetworkConfigWatcher","threadState":{"x":[{"value":268451845},{"value":17179869442},{"value":0},{"value":212218629062656},{"value":0},{"value":212218629062656},{"value":32},{"value":1000},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":49411},{"value":1},{"value":18446744073709551569},{"value":6428864512},{"value":0},{"value":1000},{"value":32},{"value":212218629062656},{"value":0},{"value":212218629062656},{"value":6428863568},{"value":0},{"value":17179870466},{"value":18446744073709550527},{"value":1282}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6736855864},"cpsr":{"value":0},"fp":{"value":6428862912},"sp":{"value":6428862832},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6736780340},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":124},{"imageOffset":78648,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":124},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":124},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":124},{"imageOffset":71161832,"imageIndex":38},{"imageOffset":70677284,"imageIndex":38},{"imageOffset":70343392,"imageIndex":38},{"imageOffset":70809656,"imageIndex":38},{"imageOffset":70544784,"imageIndex":38},{"imageOffset":70952276,"imageIndex":38},{"imageOffset":70952656,"imageIndex":38},{"imageOffset":71057880,"imageIndex":38},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":125},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":125}]},{"id":9682383,"name":"VizCompositorThread","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":217716187201536},{"value":0},{"value":217716187201536},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":50691},{"value":1},{"value":18446744073709551569},{"value":6437285888},{"value":0},{"value":0},{"value":32},{"value":217716187201536},{"value":0},{"value":217716187201536},{"value":6437284928},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6736855864},"cpsr":{"value":0},"fp":{"value":6437284272},"sp":{"value":6437284192},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6736780340},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":124},{"imageOffset":78648,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":124},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":124},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":124},{"imageOffset":71161832,"imageIndex":38},{"imageOffset":70677284,"imageIndex":38},{"imageOffset":70677152,"imageIndex":38},{"imageOffset":70343492,"imageIndex":38},{"imageOffset":70809656,"imageIndex":38},{"imageOffset":70544784,"imageIndex":38},{"imageOffset":70952276,"imageIndex":38},{"imageOffset":70952656,"imageIndex":38},{"imageOffset":71057880,"imageIndex":38},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":125},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":125}]},{"id":9682384,"name":"NetworkService","threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":105553125745856},{"value":2},{"value":0},{"value":0},{"value":1},{"value":0},{"value":0},{"value":2},{"value":2},{"value":6313171872},{"value":56579},{"value":1},{"value":1},{"value":369},{"value":13027520512},{"value":0},{"value":4855258448},{"value":4790529728},{"value":13027519856},{"value":0},{"value":12297829382473034411},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6202932136},"cpsr":{"value":2684354560},"fp":{"value":13027519840},"sp":{"value":13027519744},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6736828764},"far":{"value":0}},"frames":[{"imageOffset":51548,"symbol":"kevent64","symbolLocation":8,"imageIndex":124},{"imageOffset":71187368,"imageIndex":38},{"imageOffset":71186848,"imageIndex":38},{"imageOffset":70809656,"imageIndex":38},{"imageOffset":70544784,"imageIndex":38},{"imageOffset":70952276,"imageIndex":38},{"imageOffset":70952656,"imageIndex":38},{"imageOffset":71057880,"imageIndex":38},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":125},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":125}]},{"id":9682385,"name":"NetworkNotificationThreadMac","threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":235308373245952},{"value":0},{"value":235308373245952},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":54787},{"value":0},{"value":18446744073709551569},{"value":8599264344},{"value":0},{"value":4294967295},{"value":2},{"value":235308373245952},{"value":0},{"value":235308373245952},{"value":13035937256},{"value":8589934592},{"value":21592279046},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6736855864},"cpsr":{"value":0},"fp":{"value":13035937104},"sp":{"value":13035937024},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6736780340},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":124},{"imageOffset":78648,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":124},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":124},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":124},{"imageOffset":510988,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":130},{"imageOffset":505128,"symbol":"__CFRunLoopRun","symbolLocation":1208,"imageIndex":130},{"imageOffset":502248,"symbol":"CFRunLoopRunSpecific","symbolLocation":572,"imageIndex":130},{"imageOffset":367736,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":212,"imageIndex":134},{"imageOffset":71382916,"imageIndex":38},{"imageOffset":71377136,"imageIndex":38},{"imageOffset":70809656,"imageIndex":38},{"imageOffset":70544784,"imageIndex":38},{"imageOffset":70952276,"imageIndex":38},{"imageOffset":70952656,"imageIndex":38},{"imageOffset":71057880,"imageIndex":38},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":125},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":125}]},{"id":9682386,"name":"NetworkConfigWatcher","threadState":{"x":[{"value":268451845},{"value":17179869442},{"value":0},{"value":225412768595968},{"value":0},{"value":225412768595968},{"value":32},{"value":1000},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":52483},{"value":1},{"value":18446744073709551569},{"value":13044363264},{"value":0},{"value":1000},{"value":32},{"value":225412768595968},{"value":0},{"value":225412768595968},{"value":13044362320},{"value":0},{"value":17179870466},{"value":18446744073709550527},{"value":1282}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6736855864},"cpsr":{"value":0},"fp":{"value":13044361664},"sp":{"value":13044361584},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6736780340},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":124},{"imageOffset":78648,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":124},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":124},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":124},{"imageOffset":71161832,"imageIndex":38},{"imageOffset":70677284,"imageIndex":38},{"imageOffset":70343392,"imageIndex":38},{"imageOffset":70809656,"imageIndex":38},{"imageOffset":70544784,"imageIndex":38},{"imageOffset":70952276,"imageIndex":38},{"imageOffset":70952656,"imageIndex":38},{"imageOffset":71057880,"imageIndex":38},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":125},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":125}]},{"id":9682387,"name":"ThreadPoolSingleThreadForegroundBlocking1","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":230910326734848},{"value":0},{"value":230910326734848},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":53763},{"value":61231206},{"value":18446744073709551569},{"value":200},{"value":0},{"value":0},{"value":32},{"value":230910326734848},{"value":0},{"value":230910326734848},{"value":13052783920},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6736855864},"cpsr":{"value":0},"fp":{"value":13052783264},"sp":{"value":13052783184},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6736780340},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":124},{"imageOffset":78648,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":124},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":124},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":124},{"imageOffset":71161832,"imageIndex":38},{"imageOffset":70677284,"imageIndex":38},{"imageOffset":70900888,"imageIndex":38},{"imageOffset":70904380,"imageIndex":38},{"imageOffset":70902712,"imageIndex":38},{"imageOffset":71057880,"imageIndex":38},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":125},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":125}]},{"id":9682404,"frames":[{"imageOffset":7020,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":125}],"threadState":{"x":[{"value":6437859328},{"value":68099},{"value":6437322752},{"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":6437859328},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6737029996},"far":{"value":0}}},{"id":9682405,"name":"Thread (pooled)","threadState":{"x":[{"value":260},{"value":0},{"value":1536},{"value":0},{"value":0},{"value":160},{"value":29},{"value":999999000},{"value":6438432136},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8599262464},{"value":0},{"value":105553120073216},{"value":105553120073280},{"value":6438432992},{"value":999999000},{"value":29},{"value":1536},{"value":1537},{"value":1792},{"value":18446744072709551616},{"value":105553175976304}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6737051804},"cpsr":{"value":1610612736},"fp":{"value":6438432256},"sp":{"value":6438432112},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6736794572},"far":{"value":0}},"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":124},{"imageOffset":28828,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":125},{"imageOffset":2118156,"imageIndex":27},{"imageOffset":2117824,"symbol":"QWaitCondition::wait(QMutex*, QDeadlineTimer)","symbolLocation":108,"imageIndex":27},{"imageOffset":2094896,"imageIndex":27},{"imageOffset":2063036,"imageIndex":27},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":125},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":125}]},{"id":9682406,"name":"Thread (pooled)","threadState":{"x":[{"value":260},{"value":0},{"value":2048},{"value":0},{"value":0},{"value":160},{"value":30},{"value":0},{"value":6439005576},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8599262464},{"value":0},{"value":105553120073984},{"value":105553120074048},{"value":6439006432},{"value":0},{"value":30},{"value":2048},{"value":2049},{"value":2304},{"value":18446744072709551616},{"value":4402790784}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6737051804},"cpsr":{"value":1610612736},"fp":{"value":6439005696},"sp":{"value":6439005552},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6736794572},"far":{"value":0}},"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":124},{"imageOffset":28828,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":125},{"imageOffset":2118156,"imageIndex":27},{"imageOffset":2117824,"symbol":"QWaitCondition::wait(QMutex*, QDeadlineTimer)","symbolLocation":108,"imageIndex":27},{"imageOffset":2094896,"imageIndex":27},{"imageOffset":2063036,"imageIndex":27},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":125},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":125}]},{"id":9682407,"name":"Thread (pooled)","threadState":{"x":[{"value":260},{"value":0},{"value":1536},{"value":0},{"value":0},{"value":160},{"value":29},{"value":999999000},{"value":6439579016},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8599262464},{"value":0},{"value":105553120074368},{"value":105553120074432},{"value":6439579872},{"value":999999000},{"value":29},{"value":1536},{"value":1537},{"value":1792},{"value":18446744072709551616},{"value":105553175976304}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6737051804},"cpsr":{"value":1610612736},"fp":{"value":6439579136},"sp":{"value":6439578992},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6736794572},"far":{"value":0}},"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":124},{"imageOffset":28828,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":125},{"imageOffset":2118156,"imageIndex":27},{"imageOffset":2117824,"symbol":"QWaitCondition::wait(QMutex*, QDeadlineTimer)","symbolLocation":108,"imageIndex":27},{"imageOffset":2094896,"imageIndex":27},{"imageOffset":2063036,"imageIndex":27},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":125},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":125}]},{"id":9682408,"name":"Thread (pooled)","threadState":{"x":[{"value":260},{"value":0},{"value":1792},{"value":0},{"value":0},{"value":160},{"value":30},{"value":0},{"value":6440152456},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8599262464},{"value":0},{"value":105553120074752},{"value":105553120074816},{"value":6440153312},{"value":0},{"value":30},{"value":1792},{"value":1793},{"value":2048},{"value":18446744072709551616},{"value":4402790784}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6737051804},"cpsr":{"value":1610612736},"fp":{"value":6440152576},"sp":{"value":6440152432},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6736794572},"far":{"value":0}},"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":124},{"imageOffset":28828,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":125},{"imageOffset":2118156,"imageIndex":27},{"imageOffset":2117824,"symbol":"QWaitCondition::wait(QMutex*, QDeadlineTimer)","symbolLocation":108,"imageIndex":27},{"imageOffset":2094896,"imageIndex":27},{"imageOffset":2063036,"imageIndex":27},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":125},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":125}]},{"id":9682410,"name":"NetworkConfigWatcher","threadState":{"x":[{"value":268451845},{"value":17179869442},{"value":0},{"value":311174675562496},{"value":0},{"value":311174675562496},{"value":32},{"value":1000},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":72451},{"value":1},{"value":18446744073709551569},{"value":13249589248},{"value":0},{"value":1000},{"value":32},{"value":311174675562496},{"value":0},{"value":311174675562496},{"value":13249588304},{"value":0},{"value":17179870466},{"value":18446744073709550527},{"value":1282}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6736855864},"cpsr":{"value":0},"fp":{"value":13249587648},"sp":{"value":13249587568},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6736780340},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":124},{"imageOffset":78648,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":124},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":124},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":124},{"imageOffset":71161832,"imageIndex":38},{"imageOffset":70677284,"imageIndex":38},{"imageOffset":70343392,"imageIndex":38},{"imageOffset":70809656,"imageIndex":38},{"imageOffset":70544784,"imageIndex":38},{"imageOffset":70952276,"imageIndex":38},{"imageOffset":70952656,"imageIndex":38},{"imageOffset":71057880,"imageIndex":38},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":125},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":125}]},{"id":9682414,"frames":[{"imageOffset":7020,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":125}],"threadState":{"x":[{"value":13333475328},{"value":0},{"value":13332938752},{"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":13333475328},"esr":{"value":0,"description":" Address size fault"},"pc":{"value":6737029996},"far":{"value":0}}},{"id":9682415,"frames":[{"imageOffset":7020,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":125}],"threadState":{"x":[{"value":13334048768},{"value":0},{"value":13333512192},{"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":13334048768},"esr":{"value":0,"description":" Address size fault"},"pc":{"value":6737029996},"far":{"value":0}}}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4336861184,
    "CFBundleShortVersionString" : "1.9.0",
    "CFBundleIdentifier" : "edu.ucsf.cgl.ChimeraX",
    "size" : 16384,
    "uuid" : "17982d98-65bc-3327-8526-577ec996453c",
    "path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/MacOS\/ChimeraX",
    "name" : "ChimeraX",
    "CFBundleVersion" : "1.9.0.0"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4353425408,
    "CFBundleShortVersionString" : "3.11.4, (c) 2001-2023 Python Software Foundation.",
    "CFBundleIdentifier" : "org.python.python",
    "size" : 3948544,
    "uuid" : "88bffd37-99d8-36ab-9b95-9f54b30bd667",
    "path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/Python",
    "name" : "Python",
    "CFBundleVersion" : "3.11.4"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4338679808,
    "size" : 49152,
    "uuid" : "51d31d0d-1dcc-31ad-b6c1-73d57e544a3a",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4338417664,
    "size" : 81920,
    "uuid" : "3b2e1e73-f5e1-3fa3-80b3-e46009060893",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4338597888,
    "size" : 16384,
    "uuid" : "39aa96c6-b691-3e20-9540-292b9dd1c861",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4340482048,
    "size" : 32768,
    "uuid" : "65172ede-2b95-337d-970f-ed6c4a217cb1",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4340596736,
    "size" : 16384,
    "uuid" : "dc7a591b-ef8a-3b77-9396-ecee27303fdb",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4340678656,
    "size" : 196608,
    "uuid" : "a4b86716-73ef-3046-b7ee-1d069dfd7cd0",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4340973568,
    "size" : 16384,
    "uuid" : "a97f3cfd-a5a7-3ce2-9eb6-5ebc0943bd1d",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4346347520,
    "size" : 16384,
    "uuid" : "1eab426b-5d06-3a22-b7b5-6dbc112704d6",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4346429440,
    "size" : 16384,
    "uuid" : "487467f0-5417-397f-8fb9-43ce116abec8",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4346511360,
    "size" : 32768,
    "uuid" : "c4b2ad90-cc7d-3780-bee9-9f1dbc2aa560",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4346609664,
    "size" : 32768,
    "uuid" : "167d8231-8346-37b6-9d67-149a1fe3df21",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4346724352,
    "size" : 16384,
    "uuid" : "9e9f3dfb-1383-3420-bfcf-d996842d8e9e",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4346806272,
    "size" : 16384,
    "uuid" : "d685528c-5d21-3c1a-b720-81f8ba0b399a",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4346888192,
    "size" : 32768,
    "uuid" : "d25f2f2d-a87d-3870-ad6a-3d977d50c9ca",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4348035072,
    "size" : 16384,
    "uuid" : "af325f57-7a09-34ec-a4c1-5868641db36e",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4350099456,
    "size" : 458752,
    "uuid" : "951d36fb-0a20-3aac-8b75-7821933bfa58",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4382539776,
    "size" : 3063808,
    "uuid" : "33ecbce3-8c24-3356-870f-23ca5526fc8a",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4348116992,
    "size" : 16384,
    "uuid" : "c1a0a0c0-1986-3338-a63d-eb396e783c91",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4348198912,
    "size" : 16384,
    "uuid" : "5973ec29-8c62-3285-97ee-5797aef28b1c",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4340252672,
    "size" : 98304,
    "uuid" : "ad5b1457-a682-3233-ac84-0f75b349239d",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4349886464,
    "size" : 81920,
    "uuid" : "6c214dd2-6044-3285-949b-8d8ba72ca17b",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4349493248,
    "size" : 98304,
    "uuid" : "2a4f3bcf-b527-354f-acd5-cce5ed4c3be4",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4349657088,
    "size" : 114688,
    "uuid" : "af1d1557-4982-31c1-ab8f-e757042d2b31",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4348280832,
    "size" : 32768,
    "uuid" : "0722922a-a378-3dee-b11b-96d1ae381b09",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4396974080,
    "size" : 1769472,
    "uuid" : "96b797fa-3120-323b-9d82-a251f6e48226",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4389470208,
    "size" : 4603904,
    "uuid" : "5e316915-192d-32ae-b085-7c0986279324",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4361814016,
    "CFBundleShortVersionString" : "3.0",
    "CFBundleIdentifier" : "com.apple.security.csparser",
    "size" : 131072,
    "uuid" : "15885d05-97c9-3e20-bb67-6a960abbbdb9",
    "path" : "\/System\/Library\/Frameworks\/Security.framework\/Versions\/A\/PlugIns\/csparser.bundle\/Contents\/MacOS\/csparser",
    "name" : "csparser",
    "CFBundleVersion" : "61439.140.12.702.1"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4394958848,
    "size" : 81920,
    "uuid" : "039b5788-14d5-3758-a055-c3275cdca941",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4483973120,
    "size" : 3080192,
    "uuid" : "ac9bb37f-d5ad-31aa-8307-d081879d1aef",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4471554048,
    "size" : 4620288,
    "uuid" : "6b195f36-d220-34c8-afd3-7caa96572118",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4506861568,
    "size" : 6635520,
    "uuid" : "3efe39e7-026f-3417-94b4-be4f2ec95e51",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4479074304,
    "size" : 524288,
    "uuid" : "d5cb7913-29ba-3362-8f22-91b25e5f4250",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4479762432,
    "size" : 1572864,
    "uuid" : "2d40a77e-ea0d-33d8-8ddb-9615990e83a8",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4395155456,
    "size" : 65536,
    "uuid" : "f9ba94a8-7757-3733-870c-e667c5a1eac6",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4396679168,
    "size" : 98304,
    "uuid" : "9a009330-7967-389a-9d24-401c184a66b8",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4483088384,
    "size" : 278528,
    "uuid" : "22cc3ad5-b1ab-349a-aab1-007383dfd9e1",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 6131744768,
    "size" : 173883392,
    "uuid" : "309d9313-74e8-3f16-8acc-0f13b36d8e00",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4514775040,
    "size" : 4063232,
    "uuid" : "6b8269f9-29eb-32c3-b658-8981c8718100",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4490297344,
    "size" : 409600,
    "uuid" : "47c5e5aa-3706-361b-8fc9-63a272e0f6ec",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4495704064,
    "size" : 540672,
    "uuid" : "4b1fc39b-ed97-3be9-8399-c5e13b22612d",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4478697472,
    "size" : 163840,
    "uuid" : "2a9f4886-f5c7-3296-b65b-c4fdba19ccdc",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4520394752,
    "size" : 3784704,
    "uuid" : "1fbd4770-8846-37d4-983b-fad2a999afea",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4499750912,
    "size" : 1196032,
    "uuid" : "c733a080-e019-3fcd-8938-ba01bb37c481",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4496441344,
    "size" : 442368,
    "uuid" : "da5588b2-40af-38bc-911f-17891298ddbf",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4494196736,
    "size" : 81920,
    "uuid" : "5307f882-fbe3-3ab9-8a5d-b5c5f2c24784",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4494393344,
    "size" : 507904,
    "uuid" : "f816cdd7-ea60-3006-b798-7a4807a11088",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4483563520,
    "size" : 163840,
    "uuid" : "095c1d58-dfc9-30a4-87af-1eff15158ef2",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4352835584,
    "size" : 32768,
    "uuid" : "a6f65afe-0ffb-3b51-9a3f-4970263023c3",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4501356544,
    "size" : 245760,
    "uuid" : "a2e04b1b-3dff-365f-b33a-bc4e51cd97e8",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4503879680,
    "size" : 655360,
    "uuid" : "fab03cd7-ccd1-33ab-bc97-91ce7e4911a2",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4502437888,
    "size" : 49152,
    "uuid" : "9a87f143-aa9d-3c46-b2e8-b3fb9215e33e",
    "path" : "\/usr\/lib\/libobjc-trampolines.dylib",
    "name" : "libobjc-trampolines.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4525015040,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.AppleMetalOpenGLRenderer",
    "size" : 425984,
    "uuid" : "993a7f68-a0cf-32ec-bd84-9a23cd55b5e2",
    "path" : "\/System\/Library\/Extensions\/AppleMetalOpenGLRenderer.bundle\/Contents\/MacOS\/AppleMetalOpenGLRenderer",
    "name" : "AppleMetalOpenGLRenderer",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4760059904,
    "CFBundleShortVersionString" : "329.2",
    "CFBundleIdentifier" : "com.apple.AGXMetalG16X",
    "size" : 7553024,
    "uuid" : "0ce453ff-9f17-321f-bc18-383573a48221",
    "path" : "\/System\/Library\/Extensions\/AGXMetalG16X.bundle\/Contents\/MacOS\/AGXMetalG16X",
    "name" : "AGXMetalG16X",
    "CFBundleVersion" : "329.2"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4506599424,
    "size" : 147456,
    "uuid" : "f4a72a04-0d1a-3821-9bf6-2c55ef9c6f62",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4560896000,
    "size" : 16384,
    "uuid" : "157e3710-caca-35b5-9fda-d1c4efc75429",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4560732160,
    "size" : 65536,
    "uuid" : "ff7c6b72-2303-3d40-a4fa-f3d840425be2",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4722622464,
    "size" : 49152,
    "uuid" : "0895ead1-fff8-3401-9c5c-5c4254ce969b",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4560977920,
    "size" : 98304,
    "uuid" : "5c15959b-b36d-32f8-80b0-b0558dbb9fcc",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4785471488,
    "size" : 344064,
    "uuid" : "edcc52bf-058b-3550-8a40-7e432a5ee6bb",
    "path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/libssl.1.1.dylib",
    "name" : "libssl.1.1.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4791255040,
    "size" : 1687552,
    "uuid" : "59149ee6-b873-3c5d-8fed-d11966210295",
    "path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/libcrypto.1.1.dylib",
    "name" : "libcrypto.1.1.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4784291840,
    "size" : 49152,
    "uuid" : "651053b2-7ecc-3ea1-9b86-d9e6abfd212c",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4561207296,
    "size" : 16384,
    "uuid" : "d1ab66f9-4e1b-33ed-9f42-c0b8da85176d",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4798349312,
    "size" : 1114112,
    "uuid" : "53b26948-66e6-3561-982a-bf81ea781c85",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4784439296,
    "size" : 32768,
    "uuid" : "84cdb79d-2ae7-34a7-b16e-9fb329a85f3b",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4759863296,
    "size" : 16384,
    "uuid" : "c1972023-5d8e-34f3-86d6-1ff9eb40e53c",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4784570368,
    "size" : 180224,
    "uuid" : "61648853-65ec-36d8-b740-28ff2b9a73bd",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4789174272,
    "size" : 425984,
    "uuid" : "7d78f51d-a55e-3e6f-9176-00bfae4106a0",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4785012736,
    "size" : 98304,
    "uuid" : "12f930bf-d331-3ae7-88cb-fbf14c2f66f7",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4759683072,
    "size" : 49152,
    "uuid" : "fbc563dc-cb14-3b04-bd2d-071509b4cbb0",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4801626112,
    "size" : 409600,
    "uuid" : "32de1d9a-e106-35cd-88a8-1cef9e0dbcd6",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4759945216,
    "size" : 32768,
    "uuid" : "322b4be7-35a8-331a-a549-7a0297d9dd70",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4790943744,
    "size" : 32768,
    "uuid" : "3206e248-2c9b-345c-98ac-8f9dfc6d639b",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4791042048,
    "size" : 16384,
    "uuid" : "cd5f3f7c-54a3-322d-a180-6c7b94deed82",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4791123968,
    "size" : 16384,
    "uuid" : "b3287e1f-ce2c-3c6f-bc12-deb15c14593c",
    "path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_queue.cpython-311-darwin.so",
    "name" : "_queue.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4797775872,
    "size" : 32768,
    "uuid" : "d197680c-26b9-3292-85bc-f61af0ff34bb",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4797874176,
    "size" : 16384,
    "uuid" : "1033546a-393e-3cec-89ae-4ad3d9019e81",
    "path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/charset_normalizer\/md.cpython-311-darwin.so",
    "name" : "md.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4797956096,
    "size" : 147456,
    "uuid" : "97b6add7-b8ac-37d0-9675-bb372fc61e08",
    "path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/charset_normalizer\/md__mypyc.cpython-311-darwin.so",
    "name" : "md__mypyc.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4808015872,
    "size" : 1114112,
    "uuid" : "5200c6a0-ccdb-3607-9947-1defdd6fb647",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4785258496,
    "size" : 32768,
    "uuid" : "7503f11a-978c-3a80-b5da-ab207a441c5e",
    "path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_multibytecodec.cpython-311-darwin.so",
    "name" : "_multibytecodec.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4785373184,
    "size" : 16384,
    "uuid" : "8eb0c267-c007-3e24-9604-1f0a78868795",
    "path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_uuid.cpython-311-darwin.so",
    "name" : "_uuid.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4801167360,
    "size" : 262144,
    "uuid" : "f2c706bd-a2c4-39ce-b4c0-048c01ea0eca",
    "path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_decimal.cpython-311-darwin.so",
    "name" : "_decimal.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4810375168,
    "size" : 376832,
    "uuid" : "449dd33a-e724-335b-9ef9-bf9b2730bf05",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4809211904,
    "size" : 688128,
    "uuid" : "d800b974-86b2-386e-be4e-8ac8e22fd3cd",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4812341248,
    "size" : 540672,
    "uuid" : "dbec2c14-6e39-3319-a2c0-3606ed70093e",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4812996608,
    "size" : 606208,
    "uuid" : "78bac0b1-a0df-3e6e-b906-cbc961cdb354",
    "path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/.dylibs\/libopenjp2.2.5.2.dylib",
    "name" : "libopenjp2.2.5.2.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4807720960,
    "size" : 114688,
    "uuid" : "6e171b67-e226-3c3e-bc7c-5bd522f28494",
    "path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/.dylibs\/libz.1.3.1.dylib",
    "name" : "libz.1.3.1.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4810031104,
    "size" : 163840,
    "uuid" : "8c16ecf4-eb91-3dbb-8543-fe43fcd625a5",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4811603968,
    "size" : 262144,
    "uuid" : "37441cb2-0945-3607-9e47-10990b396b4c",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4798218240,
    "size" : 16384,
    "uuid" : "9ee33d4a-150e-3574-9258-2061bb970c27",
    "path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/.dylibs\/libXau.6.0.0.dylib",
    "name" : "libXau.6.0.0.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4802363392,
    "size" : 16384,
    "uuid" : "10cb0192-6e54-3232-ba83-11bac176e9df",
    "path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/termios.cpython-311-darwin.so",
    "name" : "termios.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4811309056,
    "size" : 81920,
    "uuid" : "8fddd516-f019-3f18-a8d7-1e8f187c0b62",
    "path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/matplotlib\/_c_internal_utils.cpython-311-darwin.so",
    "name" : "_c_internal_utils.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4810932224,
    "size" : 212992,
    "uuid" : "3f83baa6-2f1a-3b75-82dd-124cf0b58e99",
    "path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/matplotlib\/_path.cpython-311-darwin.so",
    "name" : "_path.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4825006080,
    "size" : 589824,
    "uuid" : "9ac66732-0f4f-3bc5-933a-a81e408776fc",
    "path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/matplotlib\/ft2font.cpython-311-darwin.so",
    "name" : "ft2font.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4811948032,
    "size" : 114688,
    "uuid" : "cb98e849-be4f-3629-bb70-bd39127aa907",
    "path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/kiwisolver\/_cext.cpython-311-darwin.so",
    "name" : "_cext.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4822089728,
    "size" : 163840,
    "uuid" : "78ab6dee-103a-31de-bb4e-ea5e9b694cb0",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4824498176,
    "size" : 229376,
    "uuid" : "74604ba2-d481-3430-97e0-f41fc690a918",
    "path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/matplotlib\/_image.cpython-311-darwin.so",
    "name" : "_image.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4812193792,
    "size" : 49152,
    "uuid" : "4c5d42bf-4e9d-3c59-bf2e-303deda3aeb2",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4848615424,
    "size" : 196608,
    "uuid" : "c4b0c9bc-a01b-3cf7-b16b-77f9b13b6cd9",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4848943104,
    "size" : 229376,
    "uuid" : "33919aef-b02e-386a-8f81-a661fe002ddc",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4829184000,
    "size" : 65536,
    "uuid" : "d9a192eb-4bf9-362f-99d4-f6bc1e368b01",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4824858624,
    "size" : 49152,
    "uuid" : "38eab131-624a-32cf-8d4e-374bca53e017",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4828889088,
    "size" : 131072,
    "uuid" : "3ef700f1-b0ef-333f-8291-6877887bedaa",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4829347840,
    "size" : 147456,
    "uuid" : "9540919f-e960-3dd7-a464-8e3be0a0f8e0",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4807901184,
    "size" : 16384,
    "uuid" : "c744335a-61a0-3429-9788-36011a780828",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4811489280,
    "size" : 32768,
    "uuid" : "4880efb8-6354-3012-9b92-a07d26209492",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4890361856,
    "size" : 32768,
    "uuid" : "8d31db78-2ab7-3822-aba7-563348c79c50",
    "path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqgif.dylib",
    "name" : "libqgif.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4890460160,
    "size" : 32768,
    "uuid" : "22c65698-3eb0-39bd-8bf5-5aaadf3bd9f2",
    "path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqwbmp.dylib",
    "name" : "libqwbmp.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4890951680,
    "size" : 442368,
    "uuid" : "7c98e1e6-dd90-36a2-bfd3-a3103c39fd9b",
    "path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqwebp.dylib",
    "name" : "libqwebp.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4890558464,
    "size" : 32768,
    "uuid" : "a9183dd9-e1b4-3965-9435-807451ca1b18",
    "path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqico.dylib",
    "name" : "libqico.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4890656768,
    "size" : 32768,
    "uuid" : "c83b2c9f-0456-339b-831c-a6b5ce376d0e",
    "path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqmacheif.dylib",
    "name" : "libqmacheif.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4891475968,
    "size" : 425984,
    "uuid" : "3a31c2cb-a63c-3143-ab9a-2a656704ea01",
    "path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqjpeg.dylib",
    "name" : "libqjpeg.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4893442048,
    "size" : 393216,
    "uuid" : "c9dba68f-5403-31e3-8f56-810ebbe9e9e9",
    "path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqtiff.dylib",
    "name" : "libqtiff.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4891983872,
    "size" : 32768,
    "uuid" : "7f110607-7426-3513-90c8-2dba39d2af55",
    "path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqsvg.dylib",
    "name" : "libqsvg.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4893917184,
    "size" : 311296,
    "uuid" : "02114ea2-50c1-37b9-93ed-521c1a24dfce",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4892426240,
    "size" : 32768,
    "uuid" : "1046822e-ff07-35c9-b66d-f77cd27ce910",
    "path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqpdf.dylib",
    "name" : "libqpdf.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4912496640,
    "size" : 8175616,
    "uuid" : "40798962-c2d9-31a8-9401-e18da232af20",
    "path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtPdf.framework\/Versions\/A\/QtPdf",
    "name" : "QtPdf"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4890148864,
    "size" : 32768,
    "uuid" : "21777c49-4a6a-3e5b-8525-85f4d3d90644",
    "path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqicns.dylib",
    "name" : "libqicns.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4890247168,
    "size" : 32768,
    "uuid" : "04182ebf-3ae6-32e2-a430-a1fcac4f4bfd",
    "path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqtga.dylib",
    "name" : "libqtga.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4892737536,
    "size" : 32768,
    "uuid" : "8659aa4e-a5dd-30ef-9dcb-66fb8dff410e",
    "path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqmacjp2.dylib",
    "name" : "libqmacjp2.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4892082176,
    "size" : 16384,
    "uuid" : "f32b33dd-7a90-33ee-8137-4f8d18ea925d",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 4964876288,
    "size" : 49152,
    "uuid" : "94921430-81c9-39ce-b5ef-78d1a90b407d",
    "path" : "\/Applications\/ChimeraX-1.9.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" : 13302988800,
    "size" : 81920,
    "uuid" : "703104dc-b212-3b8d-9c78-4f57b3c9cb18",
    "path" : "\/Applications\/ChimeraX-1.9.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" : "arm64e",
    "base" : 6736777216,
    "size" : 243188,
    "uuid" : "85034943-c8b6-3c69-8b4b-039cd25ef16d",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6737022976,
    "size" : 51832,
    "uuid" : "c0519bf8-8fc4-3222-a4a7-d98af817277c",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6735544320,
    "size" : 528888,
    "uuid" : "e098cb59-2c56-395c-ade1-6ef590e61199",
    "path" : "\/usr\/lib\/system\/libsystem_c.dylib",
    "name" : "libsystem_c.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6737272832,
    "size" : 32268,
    "uuid" : "c26e58a4-34a1-3f9c-bdbc-ebc34426633a",
    "path" : "\/usr\/lib\/system\/libsystem_platform.dylib",
    "name" : "libsystem_platform.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6889377792,
    "CFBundleShortVersionString" : "1.11",
    "CFBundleIdentifier" : "com.apple.QuartzCore",
    "size" : 4013184,
    "uuid" : "f4b507c4-0fac-308a-ac29-fb3e64505cd8",
    "path" : "\/System\/Library\/Frameworks\/QuartzCore.framework\/Versions\/A\/QuartzCore",
    "name" : "QuartzCore",
    "CFBundleVersion" : "1156.18.1"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6803959808,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.AppKit",
    "size" : 21563232,
    "uuid" : "13f235c2-6acb-3fb1-b165-a05f83ee09cb",
    "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
    "name" : "AppKit",
    "CFBundleVersion" : "2575.70.55"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6737502208,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 5500928,
    "uuid" : "a62a694c-6a33-3d79-81ce-37440d549d08",
    "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "3603.1.405"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6932901888,
    "CFBundleShortVersionString" : "2.1.1",
    "CFBundleIdentifier" : "com.apple.HIToolbox",
    "size" : 3174368,
    "uuid" : "7537dc6d-3280-335e-9259-ed5d308d29ec",
    "path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox",
    "name" : "HIToolbox"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6733217792,
    "size" : 636284,
    "uuid" : "057e5157-4105-3787-b549-e605eb246448",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "size" : 0,
    "source" : "A",
    "base" : 0,
    "uuid" : "00000000-0000-0000-0000-000000000000"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6760509440,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.Foundation",
    "size" : 14587328,
    "uuid" : "7c9aba87-468a-3830-86e2-6ac8f8105acd",
    "path" : "\/System\/Library\/Frameworks\/Foundation.framework\/Versions\/C\/Foundation",
    "name" : "Foundation",
    "CFBundleVersion" : "3603.1.405"
  }
],
  "sharedCache" : {
  "base" : 6732382208,
  "size" : 5039783936,
  "uuid" : "06500f56-f17f-34b5-bbbb-ca9b1caea316"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=1.9G resident=0K(0%) swapped_out_or_unallocated=1.9G(100%)\nWritable regions: Total=2.0G written=1058K(0%) resident=1058K(0%) swapped_out=0K(0%) unallocated=2.0G(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nAccelerate framework               128K        1 \nActivity Tracing                   256K        1 \nCG image                            80K        4 \nColorSync                          624K       33 \nCoreAnimation                      112K        7 \nCoreGraphics                        16K        1 \nCoreUI image data                 1408K        8 \nFoundation                          16K        1 \nKernel Alloc Once                   32K        1 \nMALLOC                             1.8G       87 \nMALLOC guard page                  288K       18 \nMach message                        32K        1 \nSTACK GUARD                        464K       29 \nStack                            165.6M       30 \nStack Guard                       56.0M        1 \nVM_ALLOCATE                       62.8M       83 \n__AUTH                            5437K      689 \n__AUTH_CONST                      76.8M      936 \n__CTF                               824        1 \n__DATA                            33.2M     1046 \n__DATA_CONST                      36.3M     1067 \n__DATA_DIRTY                      2776K      341 \n__FONT_DATA                        2352        1 \n__GLSLBUILTINS                    5174K        1 \n__INFO_FILTER                         8        1 \n__LINKEDIT                       643.6M      125 \n__OBJC_RO                         61.4M        1 \n__OBJC_RW                         2397K        1 \n__TEXT                             1.3G     1087 \n__TPRO_CONST                       128K        2 \ndyld private memory                288K        4 \nmapped file                      276.5M       50 \npage table in kernel              1058K        1 \nshared memory                     1376K       14 \n===========                     =======  ======= \nTOTAL                              4.5G     5674 \n",
  "legacyInfo" : {
  "threadTriggered" : {
    "name" : "CrBrowserMain"
  }
},
  "logWritingSignature" : "50330fe2c26111c12e0aa7be2fa4d80599829424",
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "5ffde50ce2aacd000d47a95f",
      "factorPackIds" : {

      },
      "deploymentId" : 240000512
    },
    {
      "rolloutId" : "644114de41e7236e6177f9bd",
      "factorPackIds" : {

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

  ]
}
}


Log:
Startup Messages  
---  
warnings | Unable to find icon for toolbar provider 'Launch' in bundle 'ChimeraX-ArtiaX'  
Unable to find icon for toolbar provider 'Help' in bundle 'ChimeraX-ArtiaX'  
Unable to find icon for toolbar provider 'Show Markers' in bundle 'ChimeraX-
ArtiaX'  
Unable to find icon for toolbar provider 'Hide Markers' in bundle 'ChimeraX-
ArtiaX'  
Unable to find icon for toolbar provider 'Show Axes' in bundle 'ChimeraX-
ArtiaX'  
33 messages similar to the above omitted  
  
UCSF ChimeraX version: 1.9 (2024-12-11)  
© 2016-2024 Regents of the University of California. All rights reserved.  
How to cite UCSF ChimeraX  




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

Python: 3.11.4
Locale: en_US.UTF-8
Qt version: PyQt6 6.7.1, Qt 6.7.1
Qt runtime version: 6.7.3
Qt platform: cocoa
Hardware:

    Hardware Overview:

      Model Name: MacBook Pro
      Model Identifier: Mac16,7
      Model Number: MX2U3AB/A
      Chip: Apple M4 Pro
      Total Number of Cores: 14 (10 performance and 4 efficiency)
      Memory: 48 GB
      System Firmware Version: mBoot-18000.101.6
      OS Loader Version: 11881.140.96

Software:

    System Software Overview:

      System Version: macOS 15.7.4 (24G517)
      Kernel Version: Darwin 24.6.0
      Time since boot: 12 days, 9 hours, 18 minutes

Graphics/Displays:

    Apple M4 Pro:

      Chipset Model: Apple M4 Pro
      Type: GPU
      Bus: Built-In
      Total Number of Cores: 20
      Vendor: Apple (0x106b)
      Metal Support: Metal 3
      Displays:
        Color LCD:
          Display Type: Built-in Liquid Retina XDR Display
          Resolution: 3456 x 2234 Retina
          Main Display: Yes
          Mirror: Off
          Online: Yes
          Automatically Adjust Brightness: Yes
          Connection Type: Internal
        BenQ LCD:
          Resolution: 2560 x 1440 (QHD/WQHD - Wide Quad High Definition)
          UI Looks like: 2560 x 1440 @ 60.00Hz
          Mirror: Off
          Online: Yes
          Rotation: Supported


Installed Packages:
    alabaster: 1.0.0
    anyio: 4.7.0
    appdirs: 1.4.4
    appnope: 0.1.4
    asttokens: 3.0.0
    auditwheel: 6.1.0
    babel: 2.16.0
    beautifulsoup4: 4.12.3
    blockdiag: 3.0.0
    blosc2: 3.0.0
    build: 1.2.1
    certifi: 2023.11.17
    cftime: 1.6.4.post1
    charset-normalizer: 3.4.0
    ChimeraX-AddCharge: 1.5.18
    ChimeraX-AddH: 2.2.6
    ChimeraX-AlignmentAlgorithms: 2.0.2
    ChimeraX-AlignmentHdrs: 3.5
    ChimeraX-AlignmentMatrices: 2.1
    ChimeraX-Alignments: 2.16.1
    ChimeraX-AlphaFold: 1.0.1
    ChimeraX-AltlocExplorer: 1.1.2
    ChimeraX-AmberInfo: 1.0
    ChimeraX-Arrays: 1.1
    ChimeraX-Atomic: 1.58.8
    ChimeraX-AtomicLibrary: 14.1.11
    ChimeraX-AtomSearch: 2.0.1
    ChimeraX-AxesPlanes: 2.4
    ChimeraX-BasicActions: 1.1.2
    ChimeraX-BILD: 1.0
    ChimeraX-BlastProtein: 3.0.0
    ChimeraX-BondRot: 2.0.4
    ChimeraX-BugReporter: 1.0.1
    ChimeraX-BuildStructure: 2.13.1
    ChimeraX-Bumps: 1.0
    ChimeraX-BundleBuilder: 1.4.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.4
    ChimeraX-ChemGroup: 2.0.1
    ChimeraX-Clashes: 2.3
    ChimeraX-ColorActions: 1.0.5
    ChimeraX-ColorGlobe: 1.0
    ChimeraX-ColorKey: 1.5.6
    ChimeraX-CommandLine: 1.2.5
    ChimeraX-ConnectStructure: 2.0.1
    ChimeraX-Contacts: 1.0.1
    ChimeraX-Core: 1.9
    ChimeraX-CoreFormats: 1.2
    ChimeraX-coulombic: 1.4.4
    ChimeraX-Crosslinks: 1.0
    ChimeraX-Crystal: 1.0
    ChimeraX-CrystalContacts: 1.0.1
    ChimeraX-DataFormats: 1.2.3
    ChimeraX-Dicom: 1.2.6
    ChimeraX-DistMonitor: 1.4.2
    ChimeraX-DockPrep: 1.1.3
    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
    ChimeraX-Help: 1.3
    ChimeraX-HKCage: 1.3
    ChimeraX-IHM: 1.1
    ChimeraX-ImageFormats: 1.2
    ChimeraX-IMOD: 1.0
    ChimeraX-IO: 1.0.3
    ChimeraX-ItemsInspection: 1.0.1
    ChimeraX-IUPAC: 1.0
    ChimeraX-KVFinder: 1.2.1
    ChimeraX-Label: 1.1.14
    ChimeraX-ListInfo: 1.2.2
    ChimeraX-Log: 1.2
    ChimeraX-LookingGlass: 1.1
    ChimeraX-Maestro: 1.9.1
    ChimeraX-Map: 1.3
    ChimeraX-MapData: 2.0
    ChimeraX-MapEraser: 1.0.1
    ChimeraX-MapFilter: 2.0.1
    ChimeraX-MapFit: 2.0
    ChimeraX-MapSeries: 2.1.1
    ChimeraX-Markers: 1.0.1
    ChimeraX-Mask: 1.0.2
    ChimeraX-MatchMaker: 2.1.6
    ChimeraX-MCopy: 1.0
    ChimeraX-MDcrds: 2.7.2
    ChimeraX-MedicalToolbar: 1.1
    ChimeraX-Meeting: 1.0.1
    ChimeraX-MLP: 1.1.1
    ChimeraX-mmCIF: 2.14.2
    ChimeraX-MMTF: 2.2
    ChimeraX-ModelArchive: 1.0
    ChimeraX-Modeller: 1.5.18
    ChimeraX-ModelPanel: 1.5
    ChimeraX-ModelSeries: 1.0.1
    ChimeraX-Mol2: 2.0.3
    ChimeraX-Mole: 1.0
    ChimeraX-Morph: 1.0.2
    ChimeraX-MouseModes: 1.2
    ChimeraX-Movie: 1.0
    ChimeraX-MutationScores: 1.0
    ChimeraX-Neuron: 1.0
    ChimeraX-Nifti: 1.2
    ChimeraX-NMRSTAR: 1.0.2
    ChimeraX-NRRD: 1.2
    ChimeraX-Nucleotides: 2.0.3
    ChimeraX-OpenCommand: 1.14
    ChimeraX-OrthoPick: 1.0.1
    ChimeraX-PDB: 2.7.6
    ChimeraX-PDBBio: 1.0.1
    ChimeraX-PDBLibrary: 1.0.4
    ChimeraX-PDBMatrices: 1.0
    ChimeraX-PickBlobs: 1.0.1
    ChimeraX-Positions: 1.0
    ChimeraX-PresetMgr: 1.1.2
    ChimeraX-PubChem: 2.2
    ChimeraX-ReadPbonds: 1.0.1
    ChimeraX-Registration: 1.1.2
    ChimeraX-RemoteControl: 1.0
    ChimeraX-RenderByAttr: 1.6.2
    ChimeraX-RenumberResidues: 1.1
    ChimeraX-ResidueFit: 1.0.1
    ChimeraX-RestServer: 1.3.1
    ChimeraX-RNALayout: 1.0
    ChimeraX-RotamerLibMgr: 4.0
    ChimeraX-RotamerLibsDunbrack: 2.0
    ChimeraX-RotamerLibsDynameomics: 2.0
    ChimeraX-RotamerLibsRichardson: 2.0
    ChimeraX-SaveCommand: 1.5.1
    ChimeraX-SchemeMgr: 1.0
    ChimeraX-SDF: 2.0.2
    ChimeraX-Segger: 1.0
    ChimeraX-Segment: 1.0.1
    ChimeraX-Segmentations: 3.5.6
    ChimeraX-SelInspector: 1.0
    ChimeraX-SeqView: 2.14
    ChimeraX-Shape: 1.0.1
    ChimeraX-Shell: 1.0.1
    ChimeraX-Shortcuts: 1.2.0
    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.18.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
    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.41
    ChimeraX-Umap: 1.0
    ChimeraX-uniprot: 2.3.1
    ChimeraX-UnitCell: 1.0.1
    ChimeraX-ViewDockX: 1.4.4
    ChimeraX-VIPERdb: 1.0
    ChimeraX-Vive: 1.1
    ChimeraX-VolumeMenu: 1.0.1
    ChimeraX-vrml: 1.0
    ChimeraX-VTK: 1.0
    ChimeraX-WavefrontOBJ: 1.0
    ChimeraX-WebCam: 1.0.2
    ChimeraX-WebServices: 1.1.4
    ChimeraX-Zone: 1.0.1
    colorama: 0.4.6
    comm: 0.2.2
    contourpy: 1.3.1
    cxservices: 1.2.3
    cycler: 0.12.1
    Cython: 3.0.10
    debugpy: 1.8.9
    decorator: 5.1.1
    docutils: 0.21.2
    executing: 2.1.0
    filelock: 3.15.4
    fonttools: 4.55.3
    funcparserlib: 2.0.0a0
    glfw: 2.8.0
    grako: 3.16.5
    h11: 0.14.0
    h5py: 3.12.1
    html2text: 2024.2.26
    httpcore: 1.0.7
    httpx: 0.28.1
    idna: 3.10
    ihm: 1.3
    imagecodecs: 2024.6.1
    imagesize: 1.4.1
    ipykernel: 6.29.5
    ipython: 8.26.0
    ipywidgets: 8.1.5
    jedi: 0.19.1
    Jinja2: 3.1.4
    jupyter_client: 8.6.2
    jupyter_core: 5.7.2
    jupyterlab_widgets: 3.0.13
    kiwisolver: 1.4.7
    line_profiler: 4.1.3
    lxml: 5.2.2
    lz4: 4.3.3
    MarkupSafe: 3.0.2
    matplotlib: 3.9.2
    matplotlib-inline: 0.1.7
    msgpack: 1.0.8
    ndindex: 1.9.2
    nest-asyncio: 1.6.0
    netCDF4: 1.6.5
    networkx: 3.3
    nibabel: 5.2.0
    nptyping: 2.5.0
    numexpr: 2.10.2
    numpy: 1.26.4
    openvr: 1.26.701
    packaging: 23.2
    ParmEd: 4.2.2
    parso: 0.8.4
    pep517: 0.13.1
    pexpect: 4.9.0
    pillow: 10.4.0
    pip: 24.2
    pkginfo: 1.11.1
    platformdirs: 4.3.6
    prompt_toolkit: 3.0.48
    psutil: 6.0.0
    ptyprocess: 0.7.0
    pure_eval: 0.2.3
    py-cpuinfo: 9.0.0
    pycollada: 0.8
    pydicom: 2.4.4
    pyelftools: 0.31
    Pygments: 2.18.0
    pynmrstar: 3.3.4
    pynrrd: 1.0.0
    PyOpenGL: 3.1.7
    PyOpenGL-accelerate: 3.1.7
    pyopenxr: 1.0.3401
    pyparsing: 3.2.0
    pyproject_hooks: 1.2.0
    PyQt6-commercial: 6.7.1
    PyQt6-Qt6: 6.7.3
    PyQt6-WebEngine-commercial: 6.7.0
    PyQt6-WebEngine-Qt6: 6.7.3
    PyQt6-WebEngineSubwheel-Qt6: 6.7.3
    PyQt6_sip: 13.8.0
    python-dateutil: 2.9.0.post0
    pytz: 2024.2
    pyzmq: 26.2.0
    qtconsole: 5.5.2
    QtPy: 2.4.2
    qtshim: 1.0
    RandomWords: 0.4.0
    requests: 2.32.3
    scipy: 1.14.0
    setuptools: 72.1.0
    sfftk-rw: 0.8.1
    six: 1.16.0
    sniffio: 1.3.1
    snowballstemmer: 2.2.0
    sortedcontainers: 2.4.0
    soupsieve: 2.6
    Sphinx: 8.0.2
    sphinx-autodoc-typehints: 2.2.3
    sphinxcontrib-applehelp: 2.0.0
    sphinxcontrib-blockdiag: 3.0.0
    sphinxcontrib-devhelp: 2.0.0
    sphinxcontrib-htmlhelp: 2.1.0
    sphinxcontrib-jsmath: 1.0.1
    sphinxcontrib-qthelp: 2.0.0
    sphinxcontrib-serializinghtml: 2.0.0
    stack-data: 0.6.3
    superqt: 0.6.3
    tables: 3.10.1
    tcia_utils: 1.5.1
    tifffile: 2024.7.24
    tinyarray: 1.2.4
    tornado: 6.4.2
    traitlets: 5.14.3
    typing_extensions: 4.12.2
    tzdata: 2024.2
    urllib3: 2.2.3
    wcwidth: 0.2.13
    webcolors: 24.6.0
    wheel: 0.43.0
    wheel-filename: 1.4.1
    widgetsnbextension: 4.0.13
#20141 can't reproduce UniProt fetch failure Eric Pettersen vijayapillaik@…
Description
The following bug report has been submitted:
Platform:        Windows-10-10.0.26200
ChimeraX Version: 1.11.1 (2026-01-23 05:51:34 UTC)
Description
issue faced regarding the process of generating the loop

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  

> open C:/Users/HP/Downloads/3pjc.pdb

3pjc.pdb title:  
Crystal structure of JAK3 complexed with A potent atp site inhibitor showing
high selectivity within the janus kinase family [more info...]  
  
Chain information for 3pjc.pdb #1  
---  
Chain | Description | UniProt  
A | tyrosine-protein kinase JAK3 | JAK3_HUMAN 812-1124  
  
Non-standard residues in 3pjc.pdb #1  
---  
PJC —
3-(1H-indol-3-yl)-4-[2-(4-oxopiperidin-1-yl)-5-(trifluoromethyl)pyrimidin-4-yl]-1H-pyrrole-2,5-dione  
  

> select ::name="HOH"::name="PJC"

172 atoms, 37 bonds, 140 residues, 1 model selected  

> delete atoms sel

> delete bonds sel

> open P52333 fromDatabase uniprot associate #1/A

Error from UniProt web server while checking job status: HTTP Error 400:  
  
Try again later. If you then still get the error, you could use Help->Report a
Bug to report the error to the ChimeraX team. They may be able to help you
work around the problem.  

Failed to send bug report. Possibly no internet connection.  

[Repeated 1 time(s)]




OpenGL version: 3.3.0 - Build 31.0.101.5186
OpenGL renderer: Intel(R) Iris(R) Xe Graphics
OpenGL vendor: Intel

Python: 3.11.9
Locale: en_US.cp1252
Qt version: PyQt6 6.9.1, Qt 6.9.0
Qt runtime version: 6.9.2
Qt platform: windows

Manufacturer: HP
Model: HP Laptop 15-dy2xxx
OS: Microsoft Windows 11 Home (Build 26200)
Memory: 8,215,126,016
MaxProcessMemory: 137,438,953,344
CPU: 8 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz
OSLanguage: en-US

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
    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: 2026.1.4
    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
    comtypes: 1.4.11
    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
    nvidia-nvjitlink-cu12: 12.9.86
    OpenMM: 8.2.0
    OpenMM-CUDA-12: 8.2.0
    openvr: 1.26.701
    packaging: 25.0
    ParmEd: 4.2.2
    parso: 0.8.5
    pep517: 0.13.1
    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
    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
    pywin32: 311
    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
    tzdata: 2025.3
    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
    WMI: 1.5.1
    yarl: 1.22.0
File attachment: 3pjc achain.pdb

3pjc achain.pdb

1 2 3 4 5 6 7 8 9 10 11

Query Language

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

The available operators are:

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

All of these operators can also be negated:

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

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

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

See also: TracTickets, TracReports, TracGuide, TicketQuery

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