wiki:TracQuery

Version 2 (modified by trac, 10 years ago) ( diff )

--

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

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#20869 limitation Toolshed searching broken Greg Couch samuels.lobo@…
#20868 limitation Crash in NSAccessibility routines in Qt 6.10.2 Tom Goddard chimerax-bug-report@…
#20865 limitation glGetError: invalid operation Tom Goddard chimerax-bug-report@…
1 2 3 4 5 6 7 8 9 10 11

Full rows

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

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

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#20869 limitation Toolshed searching broken Greg Couch samuels.lobo@…
Description

Toolshed searching is not working right now. Searching for "FastHydroMap" or "PhenixUI" produces no result rather than those bundles. Searching for "phenix" produces PhenixUI as a result, along with LigandRecognizer and TugLigands. LigandRecognizer makes sense since it makes reference to Phenix in its description, but I can find no reason that TugLigands would be included in the results.

#20868 limitation Crash in NSAccessibility routines in Qt 6.10.2 Tom Goddard chimerax-bug-report@…
Description
The following bug report has been submitted:
Platform:        macOS-15.7.9-arm64-arm-64bit-Mach-O
ChimeraX Version: 1.13.dev202608172052 (2026-08-17 20:52:46 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 0x00000001f2df22c0 [CrBrowserMain] (most recent call first):
  File "/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.14/lib/python3.14/site-packages/chimerax/ui/gui.py", line 434 in event_loop
  File "/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.14/lib/python3.14/site-packages/chimerax/core/__main__.py", line 1075 in init
  File "/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.14/lib/python3.14/site-packages/chimerax/core/__main__.py", line 1240 in 
  File "", line 88 in _run_code
  File "", line 203 in _run_module_as_main

Current thread's C stack trace (most recent call first):
  Binary file "/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.14/lib/libpython3.14.dylib", at _Py_DumpStack+0x44 [0x104620fc4]
  Binary file "/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.14/lib/libpython3.14.dylib", at faulthandler_dump_c_stack+0x54 [0x104699c68]
  Binary file "/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.14/lib/libpython3.14.dylib", at faulthandler_fatal_error+0x16c [0x104699b18]
  Binary file "/usr/lib/system/libsystem_platform.dylib", at _sigtramp+0x38 [0x184e696a4]
  Binary file "/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.14/lib/python3.14/site-packages/PyQt6/Qt6/plugins/platforms/libqcocoa.dylib", at qt_plugin_instance+0x7c7e8 [0x11c870008]
  Binary file "/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit", at -[NSAccessibilityAttributeAccessorInfo getAttributeValue:forObject:]+0x3c [0x188eb7364]
  Binary file "/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit", at ___NSAccessibilityEntryPointValueForAttribute_block_invoke.770+0x5f0 [0x189643af4]
  Binary file "/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit", at NSAccessibilityPerformEntryPointObject+0x2c [0x18963f6b4]
  Binary file "/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit", at _NSAccessibilityEntryPointValueForAttribute+0xe0 [0x189084914]
  Binary file "/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit", at -[NSObject(NSObjectAccessibilityAttributeAccessAdditions) accessibilityArrayAttributeCount:]+0x24 [0x18939ca4c]
  Binary file "/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit", at -[NSObject(NSAccessibilityInternal) _accessibilityArrayAttributeCount:clientError:]+0x78 [0x18939d974]
  Binary file "/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit", at GetAttributeValueCount+0xb4 [0x1893a129c]
  Binary file "/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices", at __AXCopyAttributeValueForHierarchy+0x98 [0x18bca46a0]
  Binary file "/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices", at _AXXMIGCopyHierarchy+0x638 [0x18bca2b30]
  Binary file "/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices", at _XCopyHierarchy+0x24c [0x18bcc1eb0]
  Binary file "/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices", at mshMIGPerform+0xd0 [0x18bc7fff8]
  Binary file "/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation", at __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__+0x3c [0x184f1ae50]
  Binary file "/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation", at __CFRunLoopDoSource1+0x1fc [0x184f1ad78]
  Binary file "/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation", at __CFRunLoopRun+0x898 [0x184f19778]
  Binary file "/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation", at CFRunLoopRunSpecific+0x23c [0x184f18858]
  Binary file "/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox", at RunCurrentEventLoopInMode+0x144 [0x1909c027c]
  Binary file "/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox", at ReceiveNextEventCommon+0x2a4 [0x1909c34e8]
  Binary file "/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox", at _BlockUntilNextEventMatchingListInModeWithFilter+0x4c [0x190b4e484]
  Binary file "/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit", at _DPSNextEvent+0x2ac [0x188e3aa34]
  Binary file "/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit", at -[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]+0x2b0 [0x1897d95cc]
  Binary file "/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit", at -[NSApplication run]+0x1e0 [0x188e2dbe4]
  Binary file "/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.14/lib/python3.14/site-packages/PyQt6/Qt6/plugins/platforms/libqcocoa.dylib", at qt_plugin_instance+0xdde8 [0x11c801608]
  Binary file "/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.14/lib/python3.14/site-packages/PyQt6/Qt6/lib/QtCore.framework/Versions/A/QtCore", at _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE+0x24c [0x10686df9c]
  Binary file "/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.14/lib/python3.14/site-packages/PyQt6/Qt6/lib/QtCore.framework/Versions/A/QtCore", at _ZN16QCoreApplication4execEv+0xe4 [0x106864704]
  Binary file "/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.14/lib/python3.14/site-packages/PyQt6/QtWidgets.abi3.so", at _ZL22meth_QApplication_execP7_objectS0_+0x60 [0x107a67c1c]
  Binary file "/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.14/lib/libpython3.14.dylib", at cfunction_call+0x6c [0x103f9fab8]
  Binary file "/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.14/lib/libpython3.14.dylib", at _TAIL_CALL_CALL.llvm.12785051352303791014+0x66c [0x103d64ae8]
  

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, psutil._psutil_osx, lxml._elementpath, lxml.etree, chimerax.surface._surface, chimerax.pdb_lib._load_libs, OpenGL_accelerate.errorchecker, OpenGL_accelerate.wrapper, OpenGL_accelerate.formathandler, OpenGL_accelerate.arraydatatype, OpenGL_accelerate.latebind, OpenGL_accelerate.vbo, PIL._imaging, PIL._imagingmath, chimerax.core._mac_util, OpenGL_accelerate.numpy_formathandler, OpenGL_accelerate.nones_formathandler (total: 33)


{"app_name":"ChimeraX","timestamp":"2026-08-24 14:10:30.00 -0400","app_version":"1.13.0","slice_uuid":"f56b7142-6eee-3a82-80e9-250d34800ab7","build_version":"1.13.0.0","platform":1,"bundleID":"edu.ucsf.cgl.ChimeraX","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 15.7.9 (24G830)","roots_installed":0,"name":"ChimeraX","incident_id":"8CB7A139-4F92-413E-A2C1-9C1930374B6F"}
{
  "uptime" : 5100,
  "procRole" : "Foreground",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "Mac15,10",
  "coalitionID" : 9898,
  "osVersion" : {
    "train" : "macOS 15.7.9",
    "build" : "24G830",
    "releaseType" : "User"
  },
  "captureTime" : "2026-08-24 14:10:29.3132 -0400",
  "codeSigningMonitor" : 1,
  "incident" : "8CB7A139-4F92-413E-A2C1-9C1930374B6F",
  "pid" : 36796,
  "translated" : false,
  "cpuType" : "ARM-64",
  "roots_installed" : 0,
  "bug_type" : "309",
  "procLaunch" : "2026-08-24 14:09:22.0353 -0400",
  "procStartAbsTime" : 120969356251,
  "procExitAbsTime" : 122583582051,
  "procName" : "ChimeraX",
  "procPath" : "\/Applications\/ChimeraX_Daily.app\/Contents\/MacOS\/ChimeraX",
  "bundleInfo" : {"CFBundleShortVersionString":"1.13.0","CFBundleVersion":"1.13.0.0","CFBundleIdentifier":"edu.ucsf.cgl.ChimeraX"},
  "storeInfo" : {"deviceIdentifierForVendor":"D6BFB603-C2EE-5A8F-B8EB-5A16565F3EB5","thirdParty":true},
  "parentProc" : "launchd",
  "parentPid" : 1,
  "coalitionName" : "edu.ucsf.cgl.ChimeraX",
  "crashReporterKey" : "42F338FD-4B2B-FFBA-FAFC-F63B79483015",
  "appleIntelligenceStatus" : {"reasons":["assetIsNotReady"],"state":"restricted"},
  "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" : "661031A0-C4D1-4ED4-8AE1-C7DADD92DF5D",
  "sip" : "enabled",
  "vmRegionInfo" : "0x5e9cb2de3f10 is not in any region.  Bytes after previous region: 103546072481553  Bytes before following region: 1526007447792
      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL
      commpage (reserved)        1000000000-7000000000   [384.0G] ---\/--- SM=NUL  reserved VM address space (unallocated)
--->  GAP OF 0x5f9000000000 BYTES
      MALLOC_NANO              600000000000-600020000000 [512.0M] rw-\/rwx SM=PRV  ",
  "exception" : {"codes":"0x0000000000000001, 0x0000de9cb2de3f10","rawCodes":[1,244764597174032],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"KERN_INVALID_ADDRESS at 0x0000de9cb2de3f10 -> 0x00005e9cb2de3f10 (possible pointer authentication failure)"},
  "termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","byProc":"ChimeraX","byPid":36796},
  "vmregioninfo" : "0x5e9cb2de3f10 is not in any region.  Bytes after previous region: 103546072481553  Bytes before following region: 1526007447792
      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL
      commpage (reserved)        1000000000-7000000000   [384.0G] ---\/--- SM=NUL  reserved VM address space (unallocated)
--->  GAP OF 0x5f9000000000 BYTES
      MALLOC_NANO              600000000000-600020000000 [512.0M] rw-\/rwx SM=PRV  ",
  "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":10},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
  "faultingThread" : 0,
  "threads" : [{

"threadState":{"x":[{"value":0},{"value":0},{"value":1},{"value":0},{"value":0},{"value":98},{"value":4359341180					,"symbolLocation":0,"symbol":    "_TAIL_CALL_CALL.llvm.12785051352303791014"},{"value":0},{"value":530917812490140697},{"value":530917820783517401},{"value":10},{"value":0},{"value":51},{"value":1},{"value":10244864},{"value":540180},{"value":328},{"value":8386811272},{"value":0},{"value":11},{"value":259},{"value":8369677216					,"symbolLocation":224,"symbol":    "_main_thread"},{"value":0},{"value":1},{"value":1668244335},{"value":100},{"value":105553147130880},{"value":105553136621040},{"value":3}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6524434504},"cpsr":{"value":1073745920},"fp":{"value":4429478624},"sp":{"value":4429478592},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6524199816,"matchesCrashFrame":1},"far":{"value":0}},"id":277314,"triggered":true,"name":"CrBrowserMain","queue":"com.apple.main-thread","frames":[


{"imageOffset":37768,"symbol":    "__pthread_kill"					,"symbolLocation":8,"imageIndex":73},
{"imageOffset":26696,"symbol":    "pthread_kill"					,"symbolLocation":296,"imageIndex":74},
{"imageOffset":263496,"symbol":    "raise"					,"symbolLocation":32,"imageIndex":75},
{"imageOffset":10197812,"symbol":    "faulthandler_fatal_error"					,"symbolLocation":392,"imageIndex":1},
{"imageOffset":13988,"symbol":    "_sigtramp"					,"symbolLocation":56,"imageIndex":76},
{"imageOffset":540680,"imageIndex":33},
{"imageOffset":750436,"symbol":    "-[NSAccessibilityAttributeAccessorInfo getAttributeValue:forObject:]"					,"symbolLocation":60,"imageIndex":77},
{"imageOffset":8665844,"symbol":    "___NSAccessibilityEntryPointValueForAttribute_block_invoke.770"					,"symbolLocation":1520,"imageIndex":77},
{"imageOffset":8648372,"symbol":    "NSAccessibilityPerformEntryPointObject"					,"symbolLocation":44,"imageIndex":77},
{"imageOffset":2640148,"symbol":    "_NSAccessibilityEntryPointValueForAttribute"					,"symbolLocation":224,"imageIndex":77},
{"imageOffset":5884492,"symbol":    "-[NSObject(NSObjectAccessibilityAttributeAccessAdditions) accessibilityArrayAttributeCount:]"					,"symbolLocation":36,"imageIndex":77},
{"imageOffset":5888372,"symbol":    "-[NSObject(NSAccessibilityInternal) _accessibilityArrayAttributeCount:clientError:]"					,"symbolLocation":120,"imageIndex":77},
{"imageOffset":5903004,"symbol":    "GetAttributeValueCount"					,"symbolLocation":180,"imageIndex":77},
{"imageOffset":181920,"symbol":    "__AXCopyAttributeValueForHierarchy"					,"symbolLocation":152,"imageIndex":78},
{"imageOffset":174896,"symbol":    "_AXXMIGCopyHierarchy"					,"symbolLocation":1592,"imageIndex":78},
{"imageOffset":302768,"symbol":    "_XCopyHierarchy"					,"symbolLocation":588,"imageIndex":78},
{"imageOffset":32760,"symbol":    "mshMIGPerform"					,"symbolLocation":208,"imageIndex":78},
{"imageOffset":511568,"symbol":    "__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__"					,"symbolLocation":60,"imageIndex":79},
{"imageOffset":511352,"symbol":    "__CFRunLoopDoSource1"					,"symbolLocation":508,"imageIndex":79},
{"imageOffset":505720,"symbol":    "__CFRunLoopRun"					,"symbolLocation":2200,"imageIndex":79},
{"imageOffset":501848,"symbol":    "CFRunLoopRunSpecific"					,"symbolLocation":572,"imageIndex":79},
{"imageOffset":799356,"symbol":    "RunCurrentEventLoopInMode"					,"symbolLocation":324,"imageIndex":80},
{"imageOffset":812264,"symbol":    "ReceiveNextEventCommon"					,"symbolLocation":676,"imageIndex":80},
{"imageOffset":2430084,"symbol":    "_BlockUntilNextEventMatchingListInModeWithFilter"					,"symbolLocation":76,"imageIndex":80},
{"imageOffset":240180,"symbol":    "_DPSNextEvent"					,"symbolLocation":684,"imageIndex":77},
{"imageOffset":10327500,"symbol":    "-[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]"					,"symbolLocation":688,"imageIndex":77},
{"imageOffset":187364,"symbol":    "-[NSApplication run]"					,"symbolLocation":480,"imageIndex":77},
{"imageOffset":87560,"imageIndex":33},
{"imageOffset":663452,"symbol":    "QEventLoop::exec(QFlags)"					,"symbolLocation":588,"imageIndex":8},
{"imageOffset":624388,"symbol":    "QCoreApplication::exec()"					,"symbolLocation":228,"imageIndex":8},
{"imageOffset":2522140,"symbol":    "meth_QApplication_exec(_object*, _object*)"					,"symbolLocation":96,"imageIndex":10},
{"imageOffset":2882232,"symbol":    "cfunction_call"					,"symbolLocation":108,"imageIndex":1},
{"imageOffset":543464,"symbol":    "_TAIL_CALL_CALL.llvm.12785051352303791014"					,"symbolLocation":1644,"imageIndex":1},
{"imageOffset":1343872,"symbol":    "_PyEval_Vector"					,"symbolLocation":780,"imageIndex":1},
{"imageOffset":1431656,"symbol":    "PyEval_EvalCode"					,"symbolLocation":160,"imageIndex":1},
{"imageOffset":1430236,"symbol":    "builtin_exec"					,"symbolLocation":368,"imageIndex":1},
{"imageOffset":542140,"symbol":    "_TAIL_CALL_CALL.llvm.12785051352303791014"					,"symbolLocation":320,"imageIndex":1},
{"imageOffset":2715540,"symbol":    "_PyFunction_Vectorcall"					,"symbolLocation":824,"imageIndex":1},
{"imageOffset":2254092,"symbol":    "pymain_run_module"					,"symbolLocation":172,"imageIndex":1},
{"imageOffset":2243224,"symbol":    "Py_RunMain"					,"symbolLocation":504,"imageIndex":1},
{"imageOffset":1951780,"symbol":    "pymain_main"					,"symbolLocation":464,"imageIndex":1},
{"imageOffset":9719672,"symbol":    "Py_Main"					,"symbolLocation":32,"imageIndex":1},
{"imageOffset":4960,"symbol":    "main"					,"symbolLocation":120,"imageIndex":0},
{"imageOffset":27544,"symbol":    "start"					,"symbolLocation":6076,"imageIndex":81}]},{"id":277328,"frames":[


{"imageOffset":7020,"symbol":    "start_wqthread"					,"symbolLocation":0,"imageIndex":74}],

"threadState":{"x":[{"value":6131314688},{"value":3075},{"value":6130778112},{"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":4096},"fp":{"value":0},"sp":{"value":6131314688},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6524414828},"far":{"value":0}}},{"id":277439,"name":"ThreadPoolServiceThread",

"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":105553158915008},{"value":4},{"value":0},{"value":0},{"value":5919798132},{"value":0},{"value":0},{"value":3},{"value":56},{"value":5919794685},{"value":5919794685},{"value":0},{"value":0},{"value":369},{"value":6285963264},{"value":0},{"value":4393222048},{"value":4747321280},{"value":0},{"value":12297829382473034411},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5811526820},"cpsr":{"value":1610616832},"fp":{"value":6285962624},"sp":{"value":6285962544},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6524213596},"far":{"value":0}},"frames":[


{"imageOffset":51548,"symbol":    "kevent64"					,"symbolLocation":8,"imageIndex":73},
{"imageOffset":84335780,"imageIndex":18},
{"imageOffset":84335344,"imageIndex":18},
{"imageOffset":83899364,"imageIndex":18},
{"imageOffset":83592152,"imageIndex":18},
{"imageOffset":84063784,"imageIndex":18},
{"imageOffset":83956196,"imageIndex":18},
{"imageOffset":84064184,"imageIndex":18},
{"imageOffset":84175948,"imageIndex":18},
{"imageOffset":27592,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":74},
{"imageOffset":7040,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":74}]},{"id":277440,"name":"ThreadPoolForegroundWorker",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":150645977907200},{"value":0},{"value":150645977907200},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":35075},{"value":0},{"value":18446744073709551569},{"value":129},{"value":0},{"value":0},{"value":32},{"value":150645977907200},{"value":0},{"value":150645977907200},{"value":6294383840},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6524240696},"cpsr":{"value":4096},"fp":{"value":6294383184},"sp":{"value":6294383104},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6524165172},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":73},
{"imageOffset":78648,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":73},
{"imageOffset":38756,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":73},
{"imageOffset":4008,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":73},
{"imageOffset":84291672,"imageIndex":18},
{"imageOffset":83741660,"imageIndex":18},
{"imageOffset":84006264,"imageIndex":18},
{"imageOffset":84008924,"imageIndex":18},
{"imageOffset":84008092,"imageIndex":18},
{"imageOffset":84007820,"imageIndex":18},
{"imageOffset":84175948,"imageIndex":18},
{"imageOffset":27592,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":74},
{"imageOffset":7040,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":74}]},{"id":277441,"name":"ThreadPoolBackgroundWorker",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":153944512790528},{"value":0},{"value":153944512790528},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":35843},{"value":0},{"value":18446744073709551569},{"value":65},{"value":0},{"value":0},{"value":32},{"value":153944512790528},{"value":0},{"value":153944512790528},{"value":6302805216},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6524240696},"cpsr":{"value":4096},"fp":{"value":6302804560},"sp":{"value":6302804480},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6524165172},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":73},
{"imageOffset":78648,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":73},
{"imageOffset":38756,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":73},
{"imageOffset":4008,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":73},
{"imageOffset":84291672,"imageIndex":18},
{"imageOffset":83741660,"imageIndex":18},
{"imageOffset":84006264,"imageIndex":18},
{"imageOffset":84008924,"imageIndex":18},
{"imageOffset":84007960,"imageIndex":18},
{"imageOffset":84007868,"imageIndex":18},
{"imageOffset":84175948,"imageIndex":18},
{"imageOffset":27592,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":74},
{"imageOffset":7040,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":74}]},{"id":277442,"name":"ThreadPoolForegroundWorker",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":152862181031936},{"value":0},{"value":152862181031936},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":35591},{"value":0},{"value":18446744073709551569},{"value":85},{"value":0},{"value":0},{"value":32},{"value":152862181031936},{"value":0},{"value":152862181031936},{"value":12893301984},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6524240696},"cpsr":{"value":4096},"fp":{"value":12893301328},"sp":{"value":12893301248},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6524165172},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":73},
{"imageOffset":78648,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":73},
{"imageOffset":38756,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":73},
{"imageOffset":4008,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":73},
{"imageOffset":84291672,"imageIndex":18},
{"imageOffset":83741660,"imageIndex":18},
{"imageOffset":84006264,"imageIndex":18},
{"imageOffset":84008924,"imageIndex":18},
{"imageOffset":84008092,"imageIndex":18},
{"imageOffset":84007820,"imageIndex":18},
{"imageOffset":84175948,"imageIndex":18},
{"imageOffset":27592,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":74},
{"imageOffset":7040,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":74}]},{"id":277443,"name":"Chrome_IOThread",

"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":105553158940416},{"value":3},{"value":0},{"value":0},{"value":5919798132},{"value":0},{"value":0},{"value":100},{"value":56},{"value":5917088661},{"value":5917088661},{"value":0},{"value":0},{"value":369},{"value":12901724160},{"value":0},{"value":4393213968},{"value":4747334320},{"value":0},{"value":12297829382473034411},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5811526820},"cpsr":{"value":1610616832},"fp":{"value":12901723504},"sp":{"value":12901723424},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6524213596},"far":{"value":0}},"frames":[


{"imageOffset":51548,"symbol":    "kevent64"					,"symbolLocation":8,"imageIndex":73},
{"imageOffset":84335780,"imageIndex":18},
{"imageOffset":84335344,"imageIndex":18},
{"imageOffset":83899364,"imageIndex":18},
{"imageOffset":83592152,"imageIndex":18},
{"imageOffset":84063784,"imageIndex":18},
{"imageOffset":53605052,"imageIndex":18},
{"imageOffset":84064184,"imageIndex":18},
{"imageOffset":84175948,"imageIndex":18},
{"imageOffset":27592,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":74},
{"imageOffset":7040,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":74}]},{"id":277444,"name":"MemoryInfra",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":163840117440512},{"value":0},{"value":163840117440512},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":38147},{"value":0},{"value":18446744073709551569},{"value":12910145536},{"value":0},{"value":0},{"value":32},{"value":163840117440512},{"value":0},{"value":163840117440512},{"value":12910144496},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6524240696},"cpsr":{"value":4096},"fp":{"value":12910143840},"sp":{"value":12910143760},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6524165172},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":73},
{"imageOffset":78648,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":73},
{"imageOffset":38756,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":73},
{"imageOffset":4008,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":73},
{"imageOffset":84291672,"imageIndex":18},
{"imageOffset":83741660,"imageIndex":18},
{"imageOffset":83741516,"imageIndex":18},
{"imageOffset":83356920,"imageIndex":18},
{"imageOffset":83899364,"imageIndex":18},
{"imageOffset":83592152,"imageIndex":18},
{"imageOffset":84063784,"imageIndex":18},
{"imageOffset":84064184,"imageIndex":18},
{"imageOffset":84175948,"imageIndex":18},
{"imageOffset":27592,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":74},
{"imageOffset":7040,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":74}]},{"id":277445,"name":"NetworkConfigWatcher",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":188029373251584},{"value":0},{"value":188029373251584},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":43779},{"value":0},{"value":18446744073709551569},{"value":12918566912},{"value":0},{"value":0},{"value":32},{"value":188029373251584},{"value":0},{"value":188029373251584},{"value":12918565872},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6524240696},"cpsr":{"value":4096},"fp":{"value":12918565216},"sp":{"value":12918565136},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6524165172},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":73},
{"imageOffset":78648,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":73},
{"imageOffset":38756,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":73},
{"imageOffset":4008,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":73},
{"imageOffset":84291672,"imageIndex":18},
{"imageOffset":83741660,"imageIndex":18},
{"imageOffset":83741516,"imageIndex":18},
{"imageOffset":83356920,"imageIndex":18},
{"imageOffset":83899364,"imageIndex":18},
{"imageOffset":83592152,"imageIndex":18},
{"imageOffset":84063784,"imageIndex":18},
{"imageOffset":84064184,"imageIndex":18},
{"imageOffset":84175948,"imageIndex":18},
{"imageOffset":27592,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":74},
{"imageOffset":7040,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":74}]},{"id":277446,"name":"ThreadPoolForegroundWorker",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":189128884879360},{"value":0},{"value":189128884879360},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":44035},{"value":0},{"value":18446744073709551569},{"value":10},{"value":0},{"value":0},{"value":32},{"value":189128884879360},{"value":0},{"value":189128884879360},{"value":12926987488},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6524240696},"cpsr":{"value":4096},"fp":{"value":12926986832},"sp":{"value":12926986752},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6524165172},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":73},
{"imageOffset":78648,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":73},
{"imageOffset":38756,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":73},
{"imageOffset":4008,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":73},
{"imageOffset":84291672,"imageIndex":18},
{"imageOffset":83741660,"imageIndex":18},
{"imageOffset":84006264,"imageIndex":18},
{"imageOffset":84008924,"imageIndex":18},
{"imageOffset":84008092,"imageIndex":18},
{"imageOffset":84007820,"imageIndex":18},
{"imageOffset":84175948,"imageIndex":18},
{"imageOffset":27592,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":74},
{"imageOffset":7040,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":74}]},{"id":277447,"name":"Chrome_InProcGpuThread",

"threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592,"objc-selector":"hDateComponentsRange:"},{"value":270492745334784},{"value":0},{"value":270492745334784},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":62979},{"value":0},{"value":18446744073709551569},{"value":8386813080},{"value":0},{"value":4294967295},{"value":2},{"value":270492745334784},{"value":0},{"value":270492745334784},{"value":12935405096},{"value":8589934592,"objc-selector":"hDateComponentsRange:"},{"value":21592279046},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6524240696},"cpsr":{"value":4096},"fp":{"value":12935404944},"sp":{"value":12935404864},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6524165172},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":73},
{"imageOffset":78648,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":73},
{"imageOffset":38756,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":73},
{"imageOffset":4008,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":73},
{"imageOffset":510588,"symbol":    "__CFRunLoopServiceMachPort"					,"symbolLocation":160,"imageIndex":79},
{"imageOffset":504728,"symbol":    "__CFRunLoopRun"					,"symbolLocation":1208,"imageIndex":79},
{"imageOffset":501848,"symbol":    "CFRunLoopRunSpecific"					,"symbolLocation":572,"imageIndex":79},
{"imageOffset":367736,"symbol":    "-[NSRunLoop(NSRunLoop) runMode:beforeDate:]"					,"symbolLocation":212,"imageIndex":83},
{"imageOffset":84561764,"imageIndex":18},
{"imageOffset":84556424,"imageIndex":18},
{"imageOffset":83899364,"imageIndex":18},
{"imageOffset":83592152,"imageIndex":18},
{"imageOffset":84063784,"imageIndex":18},
{"imageOffset":84064184,"imageIndex":18},
{"imageOffset":84175948,"imageIndex":18},
{"imageOffset":27592,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":74},
{"imageOffset":7040,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":74}]},{"id":277448,"name":"Chrome_ChildIOThread",

"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":105553136905856},{"value":1},{"value":0},{"value":0},{"value":5919798132},{"value":0},{"value":0},{"value":1},{"value":56},{"value":5919794685},{"value":5919794685},{"value":0},{"value":0},{"value":369},{"value":12943831040},{"value":0},{"value":5053284496},{"value":4765489760},{"value":0},{"value":12297829382473034411},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5811526820},"cpsr":{"value":1610616832},"fp":{"value":12943830352},"sp":{"value":12943830272},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6524213596},"far":{"value":0}},"frames":[


{"imageOffset":51548,"symbol":    "kevent64"					,"symbolLocation":8,"imageIndex":73},
{"imageOffset":84335780,"imageIndex":18},
{"imageOffset":84335344,"imageIndex":18},
{"imageOffset":83899364,"imageIndex":18},
{"imageOffset":83592152,"imageIndex":18},
{"imageOffset":84063784,"imageIndex":18},
{"imageOffset":130465432,"imageIndex":18},
{"imageOffset":84064184,"imageIndex":18},
{"imageOffset":84175948,"imageIndex":18},
{"imageOffset":27592,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":74},
{"imageOffset":7040,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":74}]},{"id":277449,"name":"CompositorTileWorker1",

"threadState":{"x":[{"value":260},{"value":0},{"value":512},{"value":0},{"value":0},{"value":161},{"value":0},{"value":0},{"value":12952251976},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8386811200},{"value":0},{"value":5057780776},{"value":5057780904},{"value":12952252640},{"value":0},{"value":0},{"value":512},{"value":513},{"value":768},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6524436636},"cpsr":{"value":1610616832},"fp":{"value":12952252096},"sp":{"value":12952251952},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6524179404},"far":{"value":0}},"frames":[


{"imageOffset":17356,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":73},
{"imageOffset":28828,"symbol":    "_pthread_cond_wait"					,"symbolLocation":984,"imageIndex":74},
{"imageOffset":84172932,"imageIndex":18},
{"imageOffset":120601064,"imageIndex":18},
{"imageOffset":84175948,"imageIndex":18},
{"imageOffset":27592,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":74},
{"imageOffset":7040,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":74}]},{"id":277450,"name":"VizCompositorThread",

"threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592,"objc-selector":"hDateComponentsRange:"},{"value":257298605801472},{"value":0},{"value":257298605801472},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":59907},{"value":0},{"value":18446744073709551569},{"value":8386813080},{"value":0},{"value":4294967295},{"value":2},{"value":257298605801472},{"value":0},{"value":257298605801472},{"value":12960669224},{"value":8589934592,"objc-selector":"hDateComponentsRange:"},{"value":21592279046},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6524240696},"cpsr":{"value":4096},"fp":{"value":12960669072},"sp":{"value":12960668992},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6524165172},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":73},
{"imageOffset":78648,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":73},
{"imageOffset":38756,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":73},
{"imageOffset":4008,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":73},
{"imageOffset":510588,"symbol":    "__CFRunLoopServiceMachPort"					,"symbolLocation":160,"imageIndex":79},
{"imageOffset":504728,"symbol":    "__CFRunLoopRun"					,"symbolLocation":1208,"imageIndex":79},
{"imageOffset":501848,"symbol":    "CFRunLoopRunSpecific"					,"symbolLocation":572,"imageIndex":79},
{"imageOffset":367736,"symbol":    "-[NSRunLoop(NSRunLoop) runMode:beforeDate:]"					,"symbolLocation":212,"imageIndex":83},
{"imageOffset":84561764,"imageIndex":18},
{"imageOffset":84556424,"imageIndex":18},
{"imageOffset":83899364,"imageIndex":18},
{"imageOffset":83592152,"imageIndex":18},
{"imageOffset":84063784,"imageIndex":18},
{"imageOffset":84064184,"imageIndex":18},
{"imageOffset":84175948,"imageIndex":18},
{"imageOffset":27592,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":74},
{"imageOffset":7040,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":74}]},{"id":277451,"name":"NetworkConfigWatcher",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":215517163945984},{"value":0},{"value":215517163945984},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":50179},{"value":0},{"value":18446744073709551569},{"value":12969095168},{"value":0},{"value":0},{"value":32},{"value":215517163945984},{"value":0},{"value":215517163945984},{"value":12969094128},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6524240696},"cpsr":{"value":4096},"fp":{"value":12969093472},"sp":{"value":12969093392},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6524165172},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":73},
{"imageOffset":78648,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":73},
{"imageOffset":38756,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":73},
{"imageOffset":4008,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":73},
{"imageOffset":84291672,"imageIndex":18},
{"imageOffset":83741660,"imageIndex":18},
{"imageOffset":83741516,"imageIndex":18},
{"imageOffset":83356920,"imageIndex":18},
{"imageOffset":83899364,"imageIndex":18},
{"imageOffset":83592152,"imageIndex":18},
{"imageOffset":84063784,"imageIndex":18},
{"imageOffset":84064184,"imageIndex":18},
{"imageOffset":84175948,"imageIndex":18},
{"imageOffset":27592,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":74},
{"imageOffset":7040,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":74}]},{"id":277452,"name":"NetworkService",

"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":105553177008128},{"value":2},{"value":0},{"value":0},{"value":5919798132},{"value":0},{"value":0},{"value":2},{"value":56},{"value":5919794685},{"value":5919794685},{"value":0},{"value":0},{"value":369},{"value":12977516544},{"value":0},{"value":5660280704},{"value":5053366624},{"value":0},{"value":12297829382473034411},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5811526820},"cpsr":{"value":1610616832},"fp":{"value":12977515936},"sp":{"value":12977515856},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6524213596},"far":{"value":0}},"frames":[


{"imageOffset":51548,"symbol":    "kevent64"					,"symbolLocation":8,"imageIndex":73},
{"imageOffset":84335780,"imageIndex":18},
{"imageOffset":84335344,"imageIndex":18},
{"imageOffset":83899364,"imageIndex":18},
{"imageOffset":83592152,"imageIndex":18},
{"imageOffset":84063784,"imageIndex":18},
{"imageOffset":84064184,"imageIndex":18},
{"imageOffset":84175948,"imageIndex":18},
{"imageOffset":27592,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":74},
{"imageOffset":7040,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":74}]},{"id":277453,"name":"NetworkNotificationThreadMac",

"threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592,"objc-selector":"hDateComponentsRange:"},{"value":247403001151488},{"value":0},{"value":247403001151488},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":57603},{"value":0},{"value":18446744073709551569},{"value":8386813080},{"value":0},{"value":4294967295},{"value":2},{"value":247403001151488},{"value":0},{"value":247403001151488},{"value":12985933352},{"value":8589934592,"objc-selector":"hDateComponentsRange:"},{"value":21592279046},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6524240696},"cpsr":{"value":4096},"fp":{"value":12985933200},"sp":{"value":12985933120},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6524165172},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":73},
{"imageOffset":78648,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":73},
{"imageOffset":38756,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":73},
{"imageOffset":4008,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":73},
{"imageOffset":510588,"symbol":    "__CFRunLoopServiceMachPort"					,"symbolLocation":160,"imageIndex":79},
{"imageOffset":504728,"symbol":    "__CFRunLoopRun"					,"symbolLocation":1208,"imageIndex":79},
{"imageOffset":501848,"symbol":    "CFRunLoopRunSpecific"					,"symbolLocation":572,"imageIndex":79},
{"imageOffset":367736,"symbol":    "-[NSRunLoop(NSRunLoop) runMode:beforeDate:]"					,"symbolLocation":212,"imageIndex":83},
{"imageOffset":84561764,"imageIndex":18},
{"imageOffset":84556424,"imageIndex":18},
{"imageOffset":83899364,"imageIndex":18},
{"imageOffset":83592152,"imageIndex":18},
{"imageOffset":84063784,"imageIndex":18},
{"imageOffset":84064184,"imageIndex":18},
{"imageOffset":84175948,"imageIndex":18},
{"imageOffset":27592,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":74},
{"imageOffset":7040,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":74}]},{"id":277454,"name":"NetworkConfigWatcher",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":241905443012608},{"value":0},{"value":241905443012608},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":56323},{"value":0},{"value":18446744073709551569},{"value":12994359296},{"value":0},{"value":0},{"value":32},{"value":241905443012608},{"value":0},{"value":241905443012608},{"value":12994358256},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6524240696},"cpsr":{"value":4096},"fp":{"value":12994357600},"sp":{"value":12994357520},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6524165172},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":73},
{"imageOffset":78648,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":73},
{"imageOffset":38756,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":73},
{"imageOffset":4008,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":73},
{"imageOffset":84291672,"imageIndex":18},
{"imageOffset":83741660,"imageIndex":18},
{"imageOffset":83741516,"imageIndex":18},
{"imageOffset":83356920,"imageIndex":18},
{"imageOffset":83899364,"imageIndex":18},
{"imageOffset":83592152,"imageIndex":18},
{"imageOffset":84063784,"imageIndex":18},
{"imageOffset":84064184,"imageIndex":18},
{"imageOffset":84175948,"imageIndex":18},
{"imageOffset":27592,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":74},
{"imageOffset":7040,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":74}]},{"id":277455,"name":"ThreadPoolSingleThreadForegroundBlocking0",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":237507396501504},{"value":0},{"value":237507396501504},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":55299},{"value":0},{"value":18446744073709551569},{"value":4761348608},{"value":0},{"value":0},{"value":32},{"value":237507396501504},{"value":0},{"value":237507396501504},{"value":13002779872},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6524240696},"cpsr":{"value":4096},"fp":{"value":13002779216},"sp":{"value":13002779136},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6524165172},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":73},
{"imageOffset":78648,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":73},
{"imageOffset":38756,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":73},
{"imageOffset":4008,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":73},
{"imageOffset":84291672,"imageIndex":18},
{"imageOffset":83741660,"imageIndex":18},
{"imageOffset":84006264,"imageIndex":18},
{"imageOffset":84008924,"imageIndex":18},
{"imageOffset":84008180,"imageIndex":18},
{"imageOffset":84007880,"imageIndex":18},
{"imageOffset":84175948,"imageIndex":18},
{"imageOffset":27592,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":74},
{"imageOffset":7040,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":74}]},{"id":277459,"frames":[


{"imageOffset":7020,"symbol":    "start_wqthread"					,"symbolLocation":0,"imageIndex":74}],

"threadState":{"x":[{"value":6277541888},{"value":87303},{"value":6277005312},{"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":4096},"fp":{"value":0},"sp":{"value":6277541888},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6524414828},"far":{"value":0}}},{"id":277471,"name":"NetworkConfigWatcher",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":305677117423616},{"value":0},{"value":305677117423616},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":71171},{"value":0},{"value":18446744073709551569},{"value":13422948352},{"value":0},{"value":0},{"value":32},{"value":305677117423616},{"value":0},{"value":305677117423616},{"value":13422947312},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6524240696},"cpsr":{"value":4096},"fp":{"value":13422946656},"sp":{"value":13422946576},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6524165172},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":73},
{"imageOffset":78648,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":73},
{"imageOffset":38756,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":73},
{"imageOffset":4008,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":73},
{"imageOffset":84291672,"imageIndex":18},
{"imageOffset":83741660,"imageIndex":18},
{"imageOffset":83741516,"imageIndex":18},
{"imageOffset":83356920,"imageIndex":18},
{"imageOffset":83899364,"imageIndex":18},
{"imageOffset":83592152,"imageIndex":18},
{"imageOffset":84063784,"imageIndex":18},
{"imageOffset":84064184,"imageIndex":18},
{"imageOffset":84175948,"imageIndex":18},
{"imageOffset":27592,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":74},
{"imageOffset":7040,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":74}]},{"id":277491,"name":"ThreadPoolBackgroundWorker",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":551967722045440},{"value":0},{"value":551967722045440},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":128515},{"value":0},{"value":18446744073709551569},{"value":161},{"value":0},{"value":0},{"value":32},{"value":551967722045440},{"value":0},{"value":551967722045440},{"value":14050094304},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6524240696},"cpsr":{"value":4096},"fp":{"value":14050093648},"sp":{"value":14050093568},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6524165172},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":73},
{"imageOffset":78648,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":73},
{"imageOffset":38756,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":73},
{"imageOffset":4008,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":73},
{"imageOffset":84291672,"imageIndex":18},
{"imageOffset":83741660,"imageIndex":18},
{"imageOffset":84006264,"imageIndex":18},
{"imageOffset":84008924,"imageIndex":18},
{"imageOffset":84007960,"imageIndex":18},
{"imageOffset":84007868,"imageIndex":18},
{"imageOffset":84175948,"imageIndex":18},
{"imageOffset":27592,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":74},
{"imageOffset":7040,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":74}]},{"id":277690,"name":"com.apple.NSEventThread",

"threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592,"objc-selector":"hDateComponentsRange:"},{"value":548686367031296},{"value":0},{"value":548686367031296},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":127751},{"value":0},{"value":18446744073709551569},{"value":8386813080},{"value":0},{"value":4294967295},{"value":2},{"value":548686367031296},{"value":0},{"value":548686367031296},{"value":13067182216},{"value":8589934592,"objc-selector":"hDateComponentsRange:"},{"value":21592279046},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6524240696},"cpsr":{"value":4096},"fp":{"value":13067182064},"sp":{"value":13067181984},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6524165172},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":73},
{"imageOffset":78648,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":73},
{"imageOffset":38756,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":73},
{"imageOffset":4008,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":73},
{"imageOffset":510588,"symbol":    "__CFRunLoopServiceMachPort"					,"symbolLocation":160,"imageIndex":79},
{"imageOffset":504728,"symbol":    "__CFRunLoopRun"					,"symbolLocation":1208,"imageIndex":79},
{"imageOffset":501848,"symbol":    "CFRunLoopRunSpecific"					,"symbolLocation":572,"imageIndex":79},
{"imageOffset":1435532,"symbol":    "_NSEventThread"					,"symbolLocation":140,"imageIndex":77},
{"imageOffset":27592,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":74},
{"imageOffset":7040,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":74}]},{"id":277691,"name":"ThreadPoolSingleThreadSharedBackgroundBlocking1",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":501390187167744},{"value":0},{"value":501390187167744},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":116739},{"value":0},{"value":18446744073709551569},{"value":11},{"value":0},{"value":0},{"value":32},{"value":501390187167744},{"value":0},{"value":501390187167744},{"value":14058515680},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6524240696},"cpsr":{"value":4096},"fp":{"value":14058515024},"sp":{"value":14058514944},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6524165172},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":73},
{"imageOffset":78648,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":73},
{"imageOffset":38756,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":73},
{"imageOffset":4008,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":73},
{"imageOffset":84291672,"imageIndex":18},
{"imageOffset":83741660,"imageIndex":18},
{"imageOffset":84006264,"imageIndex":18},
{"imageOffset":84008924,"imageIndex":18},
{"imageOffset":84008004,"imageIndex":18},
{"imageOffset":84007916,"imageIndex":18},
{"imageOffset":84175948,"imageIndex":18},
{"imageOffset":27592,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":74},
{"imageOffset":7040,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":74}]},{"id":277692,"name":"ThreadPoolSingleThreadSharedForeground2",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":431021442990080},{"value":0},{"value":431021442990080},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":100355},{"value":0},{"value":18446744073709551569},{"value":4353533440},{"value":0},{"value":0},{"value":32},{"value":431021442990080},{"value":0},{"value":431021442990080},{"value":13011201248},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6524240696},"cpsr":{"value":4096},"fp":{"value":13011200592},"sp":{"value":13011200512},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6524165172},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":73},
{"imageOffset":78648,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":73},
{"imageOffset":38756,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":73},
{"imageOffset":4008,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":73},
{"imageOffset":84291672,"imageIndex":18},
{"imageOffset":83741660,"imageIndex":18},
{"imageOffset":84006264,"imageIndex":18},
{"imageOffset":84008924,"imageIndex":18},
{"imageOffset":84008136,"imageIndex":18},
{"imageOffset":84007892,"imageIndex":18},
{"imageOffset":84175948,"imageIndex":18},
{"imageOffset":27592,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":74},
{"imageOffset":7040,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":74}]},{"id":277693,"name":"ThreadPoolForegroundWorker",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":427774447714304},{"value":0},{"value":427774447714304},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":99599},{"value":0},{"value":18446744073709551569},{"value":234},{"value":0},{"value":0},{"value":32},{"value":427774447714304},{"value":0},{"value":427774447714304},{"value":13075606752},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6524240696},"cpsr":{"value":4096},"fp":{"value":13075606096},"sp":{"value":13075606016},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6524165172},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":73},
{"imageOffset":78648,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":73},
{"imageOffset":38756,"symbol":    "mach_msg_overwrite"					,"symbolLocation":484,"imageIndex":73},
{"imageOffset":4008,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":73},
{"imageOffset":84291672,"imageIndex":18},
{"imageOffset":83741660,"imageIndex":18},
{"imageOffset":84006264,"imageIndex":18},
{"imageOffset":84008924,"imageIndex":18},
{"imageOffset":84008092,"imageIndex":18},
{"imageOffset":84007820,"imageIndex":18},
{"imageOffset":84175948,"imageIndex":18},
{"imageOffset":27592,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":74},
{"imageOffset":7040,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":74}]},{"id":277822,"frames":[


{"imageOffset":7020,"symbol":    "start_wqthread"					,"symbolLocation":0,"imageIndex":74}],

"threadState":{"x":[{"value":13364768768},{"value":172475},{"value":13364232192},{"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":4096},"fp":{"value":0},"sp":{"value":13364768768},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6524414828},"far":{"value":0}}},{"id":279523,"frames":[


{"imageOffset":7020,"symbol":    "start_wqthread"					,"symbolLocation":0,"imageIndex":74}],

"threadState":{"x":[{"value":6131888128},{"value":129811},{"value":6131351552},{"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":4096},"fp":{"value":0},"sp":{"value":6131888128},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6524414828},"far":{"value":0}}},{"id":280650,"frames":[


{"imageOffset":7020,"symbol":    "start_wqthread"					,"symbolLocation":0,"imageIndex":74}],

"threadState":{"x":[{"value":6132461568},{"value":120679},{"value":6131924992},{"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":4096},"fp":{"value":0},"sp":{"value":6132461568},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6524414828},"far":{"value":0}}},{"id":281160,"name":"Thread (pooled)",

"threadState":{"x":[{"value":260},{"value":0},{"value":2560},{"value":0},{"value":0},{"value":160},{"value":29},{"value":999997000},{"value":6303378776},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8386811200},{"value":0},{"value":105553169846784},{"value":105553169846848},{"value":6303379680},{"value":999997000},{"value":29},{"value":2560},{"value":2561},{"value":2816},{"value":18446744072709551616},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6524436636},"cpsr":{"value":1610616832},"fp":{"value":6303378896},"sp":{"value":6303378752},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6524179404},"far":{"value":0}},"frames":[


{"imageOffset":17356,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":73},
{"imageOffset":28828,"symbol":    "_pthread_cond_wait"					,"symbolLocation":984,"imageIndex":74},
{"imageOffset":2327884,"imageIndex":8},
{"imageOffset":2327516,"symbol":    "QWaitCondition::wait(QMutex*, QDeadlineTimer)"					,"symbolLocation":108,"imageIndex":8},
{"imageOffset":1655384,"imageIndex":8},
{"imageOffset":2292012,"imageIndex":8},
{"imageOffset":27592,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":74},
{"imageOffset":7040,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":74}]},{"id":281161,"name":"Thread (pooled)",

"threadState":{"x":[{"value":260},{"value":0},{"value":3328},{"value":0},{"value":0},{"value":160},{"value":29},{"value":999996000},{"value":6303952216},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8386811200},{"value":0},{"value":105553169847168},{"value":105553169847232},{"value":6303953120},{"value":999996000},{"value":29},{"value":3328},{"value":3329},{"value":3584},{"value":18446744072709551616},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6524436636},"cpsr":{"value":1610616832},"fp":{"value":6303952336},"sp":{"value":6303952192},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6524179404},"far":{"value":0}},"frames":[


{"imageOffset":17356,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":73},
{"imageOffset":28828,"symbol":    "_pthread_cond_wait"					,"symbolLocation":984,"imageIndex":74},
{"imageOffset":2327884,"imageIndex":8},
{"imageOffset":2327516,"symbol":    "QWaitCondition::wait(QMutex*, QDeadlineTimer)"					,"symbolLocation":108,"imageIndex":8},
{"imageOffset":1655384,"imageIndex":8},
{"imageOffset":2292012,"imageIndex":8},
{"imageOffset":27592,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":74},
{"imageOffset":7040,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":74}]},{"id":281162,"name":"Thread (pooled)",

"threadState":{"x":[{"value":260},{"value":0},{"value":2816},{"value":0},{"value":0},{"value":160},{"value":29},{"value":999998000},{"value":6306721112},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8386811200},{"value":0},{"value":105553169846400},{"value":105553169846464},{"value":6306722016},{"value":999998000},{"value":29},{"value":2816},{"value":2817},{"value":3072},{"value":18446744072709551616},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6524436636},"cpsr":{"value":1610616832},"fp":{"value":6306721232},"sp":{"value":6306721088},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6524179404},"far":{"value":0}},"frames":[


{"imageOffset":17356,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":73},
{"imageOffset":28828,"symbol":    "_pthread_cond_wait"					,"symbolLocation":984,"imageIndex":74},
{"imageOffset":2327884,"imageIndex":8},
{"imageOffset":2327516,"symbol":    "QWaitCondition::wait(QMutex*, QDeadlineTimer)"					,"symbolLocation":108,"imageIndex":8},
{"imageOffset":1655384,"imageIndex":8},
{"imageOffset":2292012,"imageIndex":8},
{"imageOffset":27592,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":74},
{"imageOffset":7040,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":74}]},{"id":281268,"frames":[


{"imageOffset":7020,"symbol":    "start_wqthread"					,"symbolLocation":0,"imageIndex":74}],

"threadState":{"x":[{"value":13259976704},{"value":0},{"value":13259440128},{"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":4096},"fp":{"value":0},"sp":{"value":13259976704},"esr":{"value":0,"description":" Address size fault"},"pc":{"value":6524414828},"far":{"value":0}}}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4336123904,
    "CFBundleShortVersionString" : "1.13.0",
    "CFBundleIdentifier" : "edu.ucsf.cgl.ChimeraX",
    "size" : 16384,
    "uuid" : "f56b7142-6eee-3a82-80e9-250d34800ab7",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/MacOS\/ChimeraX",
    "name" : "ChimeraX",
    "CFBundleVersion" : "1.13.0.0"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4358799360,
    "size" : 14434304,
    "uuid" : "4c4c44c4-5555-3144-a1f6-2736e1ab67f9",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/libpython3.14.dylib",
    "name" : "libpython3.14.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4340252672,
    "size" : 16384,
    "uuid" : "016dce47-1a79-3336-b175-8d09474cc164",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/chimerax\/arrays\/_arrays.cpython-314-darwin.so",
    "name" : "_arrays.cpython-314-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4356833280,
    "size" : 589824,
    "uuid" : "3652db82-4411-34a7-b3d4-166b34f49549",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/chimerax\/arrays\/lib\/libarrays.dylib",
    "name" : "libarrays.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4381605888,
    "size" : 3080192,
    "uuid" : "f54bd6fa-e928-3f19-b169-c60b70299ca0",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/numpy\/_core\/_multiarray_umath.cpython-314-darwin.so",
    "name" : "_multiarray_umath.cpython-314-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4340514816,
    "size" : 98304,
    "uuid" : "db11f106-e295-3c29-90ca-af4b71a96d77",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/numpy\/linalg\/_umath_linalg.cpython-314-darwin.so",
    "name" : "_umath_linalg.cpython-314-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4381048832,
    "size" : 114688,
    "uuid" : "9efd8663-905b-3868-af53-720f4b494415",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/chimerax\/geometry\/_geometry.cpython-314-darwin.so",
    "name" : "_geometry.cpython-314-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4399677440,
    "size" : 1900544,
    "uuid" : "ec3c35cc-39fe-3295-bae0-4656804236b6",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/PyQt6\/QtCore.abi3.so",
    "name" : "QtCore.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4403806208,
    "size" : 4997120,
    "uuid" : "e466a732-59fd-3389-a648-6755c7a11779",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/PyQt6\/Qt6\/lib\/QtCore.framework\/Versions\/A\/QtCore",
    "name" : "QtCore"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4381261824,
    "size" : 98304,
    "uuid" : "5f86c8e5-a03c-3de7-beb3-a4ddaa286841",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/PyQt6\/sip.cpython-314-darwin.so",
    "name" : "sip.cpython-314-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4420796416,
    "size" : 3129344,
    "uuid" : "66b0f07a-d12c-3d6f-869d-9f9e10ca932f",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/PyQt6\/QtWidgets.abi3.so",
    "name" : "QtWidgets.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4731600896,
    "size" : 4636672,
    "uuid" : "8b9e7348-1a3a-3c83-b96e-dee2c157d019",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/PyQt6\/Qt6\/lib\/QtWidgets.framework\/Versions\/A\/QtWidgets",
    "name" : "QtWidgets"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4774150144,
    "size" : 7094272,
    "uuid" : "53b05af4-58bf-3c19-970e-d4d7ea26e175",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/PyQt6\/Qt6\/lib\/QtGui.framework\/Versions\/A\/QtGui",
    "name" : "QtGui"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4393533440,
    "size" : 557056,
    "uuid" : "4b88f97c-cb47-32e5-9d60-db9403f74fbe",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/PyQt6\/Qt6\/lib\/QtDBus.framework\/Versions\/A\/QtDBus",
    "name" : "QtDBus"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4394237952,
    "size" : 1622016,
    "uuid" : "7edb6695-d165-31a3-97c5-caa97ba1ac02",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/PyQt6\/QtGui.abi3.so",
    "name" : "QtGui.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4358619136,
    "size" : 81920,
    "uuid" : "c55978be-8b1a-3b50-ad86-5cb8bd4f53f3",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/PyQt6\/QtWebEngineWidgets.abi3.so",
    "name" : "QtWebEngineWidgets.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4387717120,
    "size" : 98304,
    "uuid" : "4351f3fa-7a0e-3649-983c-0ed4ab7e8772",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/PyQt6\/Qt6\/lib\/QtWebEngineWidgets.framework\/Versions\/A\/QtWebEngineWidgets",
    "name" : "QtWebEngineWidgets"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4409688064,
    "size" : 278528,
    "uuid" : "b3bd9f53-6bae-3fcc-bf32-01833d254b17",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/PyQt6\/Qt6\/lib\/QtPrintSupport.framework\/Versions\/A\/QtPrintSupport",
    "name" : "QtPrintSupport"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5727191040,
    "size" : 196116480,
    "uuid" : "995a5864-6374-3cc3-858d-727e887360c4",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/PyQt6\/Qt6\/lib\/QtWebEngineCore.framework\/Versions\/A\/QtWebEngineCore",
    "name" : "QtWebEngineCore"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4765777920,
    "size" : 4407296,
    "uuid" : "bf879ca0-d014-39d6-b7f6-a26000eb9bba",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/PyQt6\/Qt6\/lib\/QtQuick.framework\/Versions\/A\/QtQuick",
    "name" : "QtQuick"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4428300288,
    "size" : 425984,
    "uuid" : "3add0700-8733-3c7e-b203-af1dc88da330",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/PyQt6\/Qt6\/lib\/QtOpenGL.framework\/Versions\/A\/QtOpenGL",
    "name" : "QtOpenGL"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4387930112,
    "size" : 98304,
    "uuid" : "c960974b-06bf-3493-ba37-58c181a98ba2",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/PyQt6\/Qt6\/lib\/QtQmlMeta.framework\/Versions\/A\/QtQmlMeta",
    "name" : "QtQmlMeta"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4737662976,
    "size" : 704512,
    "uuid" : "9bf3908e-bd3e-38f9-b853-67643b758c01",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/PyQt6\/Qt6\/lib\/QtQmlModels.framework\/Versions\/A\/QtQmlModels",
    "name" : "QtQmlModels"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4381458432,
    "size" : 49152,
    "uuid" : "6e6da0c0-c299-358e-8c22-24dfb21865ed",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/PyQt6\/Qt6\/lib\/QtQmlWorkerScript.framework\/Versions\/A\/QtQmlWorkerScript",
    "name" : "QtQmlWorkerScript"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4399022080,
    "size" : 180224,
    "uuid" : "257e25a5-ca66-3764-9efc-852023532211",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/PyQt6\/Qt6\/lib\/QtWebChannel.framework\/Versions\/A\/QtWebChannel",
    "name" : "QtWebChannel"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4782555136,
    "size" : 3932160,
    "uuid" : "2c285a8f-9c08-3ead-b712-e0695febad69",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/PyQt6\/Qt6\/lib\/QtQml.framework\/Versions\/A\/QtQml",
    "name" : "QtQml"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4740284416,
    "size" : 1277952,
    "uuid" : "d7b6fdc3-d644-328c-ad41-d3f2701e0394",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/PyQt6\/Qt6\/lib\/QtNetwork.framework\/Versions\/A\/QtNetwork",
    "name" : "QtNetwork"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4739170304,
    "size" : 425984,
    "uuid" : "6c4bcf98-d9a3-3ccd-9a18-285f40aed120",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/PyQt6\/Qt6\/lib\/QtPositioning.framework\/Versions\/A\/QtPositioning",
    "name" : "QtPositioning"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4398743552,
    "size" : 81920,
    "uuid" : "bf76367b-7d6a-3b0f-86bf-5d6e715f5f0d",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/PyQt6\/Qt6\/lib\/QtQuickWidgets.framework\/Versions\/A\/QtQuickWidgets",
    "name" : "QtQuickWidgets"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4771725312,
    "size" : 573440,
    "uuid" : "7c6e8877-5d41-3c91-b218-5815379aa2d1",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/PyQt6\/QtNetwork.abi3.so",
    "name" : "QtNetwork.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4399300608,
    "size" : 163840,
    "uuid" : "2c37e568-4bf1-3ad9-ba7f-f6338576e432",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/PyQt6\/QtPrintSupport.abi3.so",
    "name" : "QtPrintSupport.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4388126720,
    "size" : 32768,
    "uuid" : "3568d025-715d-384f-97c4-3f89df18a5fd",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/PyQt6\/QtWebChannel.abi3.so",
    "name" : "QtWebChannel.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4743544832,
    "size" : 294912,
    "uuid" : "104a4674-4e41-3123-b060-7cb8b9e211da",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/PyQt6\/QtWebEngineCore.abi3.so",
    "name" : "QtWebEngineCore.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4773036032,
    "size" : 704512,
    "uuid" : "631d7b2a-437a-38f3-8105-b58ab69238a9",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/PyQt6\/Qt6\/plugins\/platforms\/libqcocoa.dylib",
    "name" : "libqcocoa.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4743397376,
    "size" : 49152,
    "uuid" : "9a87f143-aa9d-3c46-b2e8-b3fb9215e33e",
    "path" : "\/usr\/lib\/libobjc-trampolines.dylib",
    "name" : "libobjc-trampolines.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4831330304,
    "size" : 147456,
    "uuid" : "ad97ba5a-ee5d-3dae-92c9-95531e31f059",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/PyQt6\/Qt6\/plugins\/styles\/libqmacstyle.dylib",
    "name" : "libqmacstyle.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4744511488,
    "size" : 16384,
    "uuid" : "349b51e4-3f3e-3b87-9231-40626cc0d48b",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/chimerax\/atomic_lib\/_load_libs.cpython-314-darwin.so",
    "name" : "_load_libs.cpython-314-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5010735104,
    "size" : 1163264,
    "uuid" : "43c54bed-f9f1-3a22-a0e6-8d97c45830ba",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/chimerax\/atomic_lib\/lib\/libatomstruct.dylib",
    "name" : "libatomstruct.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4774002688,
    "size" : 32768,
    "uuid" : "ba0db2f9-117e-3adb-8bbb-9788d03fb181",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/chimerax\/atomic_lib\/lib\/libelement.dylib",
    "name" : "libelement.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4744593408,
    "size" : 16384,
    "uuid" : "a9b7484b-fffb-3047-9abb-45eddeff5474",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/chimerax\/atomic_lib\/lib\/libpyinstance.dylib",
    "name" : "libpyinstance.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4973887488,
    "size" : 196608,
    "uuid" : "ec79155c-d920-3d9c-a334-983d2a005b54",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/chimerax\/atomic\/libmolc.dylib",
    "name" : "libmolc.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5009670144,
    "size" : 376832,
    "uuid" : "1194c5af-d74b-3a9d-a447-bac8b5fd00a3",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/chimerax\/atomic\/cymol.cpython-314-darwin.so",
    "name" : "cymol.cpython-314-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4973461504,
    "size" : 98304,
    "uuid" : "21b40325-2806-3228-bea3-c609fe06cfff",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/tinyarray.cpython-314-darwin.so",
    "name" : "tinyarray.cpython-314-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4973674496,
    "size" : 65536,
    "uuid" : "2ca23695-7590-35e3-a369-ff56a6ebd4aa",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/chimerax\/atomic\/cytmpl.cpython-314-darwin.so",
    "name" : "cytmpl.cpython-314-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5042601984,
    "size" : 475136,
    "uuid" : "58e97eff-925d-32be-811a-847c67741689",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/chimerax\/map\/_map.cpython-314-darwin.so",
    "name" : "_map.cpython-314-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4831592448,
    "size" : 49152,
    "uuid" : "9f38d1a0-1af2-3062-9683-0e0d0af4a252",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/psutil\/_psutil_osx.abi3.so",
    "name" : "_psutil_osx.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5058543616,
    "size" : 3817472,
    "uuid" : "e02c4c59-ad32-3512-b8b6-e1eacb29ab4b",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/lxml\/etree.cpython-314-darwin.so",
    "name" : "etree.cpython-314-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5009047552,
    "size" : 147456,
    "uuid" : "a9da84be-cce4-31f0-8da1-c84133320f27",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/lxml\/_elementpath.cpython-314-darwin.so",
    "name" : "_elementpath.cpython-314-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5006639104,
    "size" : 147456,
    "uuid" : "a99d8da0-f8ff-3aa3-bb01-a2407cafbc8e",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/chimerax\/surface\/_surface.cpython-314-darwin.so",
    "name" : "_surface.cpython-314-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4831723520,
    "size" : 16384,
    "uuid" : "b1f482fa-26e8-3ba0-8d34-0f9a21bb0767",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/chimerax\/pdb_lib\/_load_libs.cpython-314-darwin.so",
    "name" : "_load_libs.cpython-314-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4974313472,
    "size" : 32768,
    "uuid" : "d7b82500-6ecb-3040-85de-126fd3fc2fc6",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/chimerax\/pdb_lib\/lib\/libpdbconnect.dylib",
    "name" : "libpdbconnect.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5009309696,
    "size" : 49152,
    "uuid" : "d6f829fa-6751-38ae-94fb-1ddc72d254a9",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/OpenGL_accelerate\/errorchecker.cpython-314-darwin.so",
    "name" : "errorchecker.cpython-314-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5013471232,
    "size" : 196608,
    "uuid" : "eb668587-9834-32c0-abd6-a4c2d4419bff",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/OpenGL_accelerate\/arraydatatype.cpython-314-darwin.so",
    "name" : "arraydatatype.cpython-314-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5013782528,
    "size" : 229376,
    "uuid" : "54e35c9c-2b4f-3dfe-ac66-7db8a52f4c1e",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/OpenGL_accelerate\/wrapper.cpython-314-darwin.so",
    "name" : "wrapper.cpython-314-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5010309120,
    "size" : 65536,
    "uuid" : "7682d161-0bb9-3061-aa00-d02033324e88",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/OpenGL_accelerate\/formathandler.cpython-314-darwin.so",
    "name" : "formathandler.cpython-314-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5009440768,
    "size" : 49152,
    "uuid" : "95a6b9b1-9991-3cbf-9a02-a561ac4da83a",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/OpenGL_accelerate\/latebind.cpython-314-darwin.so",
    "name" : "latebind.cpython-314-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5044289536,
    "size" : 114688,
    "uuid" : "78a1dfc8-9ab7-3165-b694-3061055367c6",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/OpenGL_accelerate\/vbo.cpython-314-darwin.so",
    "name" : "vbo.cpython-314-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 5089296384,
    "CFBundleShortVersionString" : "329.2",
    "CFBundleIdentifier" : "com.apple.AGXMetalG15X-M1",
    "size" : 7553024,
    "uuid" : "21561e2c-5c80-3192-839f-fc7c3a7446d2",
    "path" : "\/System\/Library\/Extensions\/AGXMetalG15X_M1.bundle\/Contents\/MacOS\/AGXMetalG15X_M1",
    "name" : "AGXMetalG15X_M1",
    "CFBundleVersion" : "329.2"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5654806528,
    "size" : 442368,
    "uuid" : "fa291eec-3799-3e32-b188-59c5109c45e0",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/PIL\/_imaging.cpython-314-darwin.so",
    "name" : "_imaging.cpython-314-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5656199168,
    "size" : 655360,
    "uuid" : "d6423d17-c1d0-3d07-878a-9313993f323b",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/PIL\/.dylibs\/libtiff.6.dylib",
    "name" : "libtiff.6.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5656969216,
    "size" : 573440,
    "uuid" : "ed74d7ae-7c43-3421-9076-3139840106a9",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/PIL\/.dylibs\/libjpeg.62.4.0.dylib",
    "name" : "libjpeg.62.4.0.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5657640960,
    "size" : 573440,
    "uuid" : "1ccae3df-8f33-3d89-a003-74ab46296cce",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/PIL\/.dylibs\/libopenjp2.2.5.4.dylib",
    "name" : "libopenjp2.2.5.4.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5058330624,
    "size" : 114688,
    "uuid" : "9ea7c0dd-e134-3f03-993d-5684959b80ca",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/PIL\/.dylibs\/libz.1.3.1.zlib-ng.dylib",
    "name" : "libz.1.3.1.zlib-ng.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5654462464,
    "size" : 163840,
    "uuid" : "e113eb59-2487-3314-ba50-a1600863d73d",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/PIL\/.dylibs\/libxcb.1.1.0.dylib",
    "name" : "libxcb.1.1.0.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5655756800,
    "size" : 245760,
    "uuid" : "44f9e356-56ff-3bbf-a891-ac38f38d5bcf",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/PIL\/.dylibs\/liblzma.5.dylib",
    "name" : "liblzma.5.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5044584448,
    "size" : 16384,
    "uuid" : "076c8f8e-760a-39f4-a37c-3f99e4b3ed4c",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/PIL\/.dylibs\/libXau.6.dylib",
    "name" : "libXau.6.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5063475200,
    "size" : 32768,
    "uuid" : "c85170c2-2bc8-30b0-8dff-cc4b74965950",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/PIL\/_imagingmath.cpython-314-darwin.so",
    "name" : "_imagingmath.cpython-314-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5659934720,
    "size" : 16384,
    "uuid" : "12872ac6-932a-3d5b-be28-42780b636c28",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/chimerax\/core\/_mac_util.cpython-314-darwin.so",
    "name" : "_mac_util.cpython-314-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 5693800448,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.AppleMetalOpenGLRenderer",
    "size" : 425984,
    "uuid" : "b8b2fef8-4c40-3a0e-a1e7-d84f1c8447a7",
    "path" : "\/System\/Library\/Extensions\/AppleMetalOpenGLRenderer.bundle\/Contents\/MacOS\/AppleMetalOpenGLRenderer",
    "name" : "AppleMetalOpenGLRenderer",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5726388224,
    "size" : 49152,
    "uuid" : "247093f1-b033-3055-8edd-62a7a0eeb1fb",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/PyQt6\/Qt6\/plugins\/iconengines\/libqsvgicon.dylib",
    "name" : "libqsvgicon.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6060589056,
    "size" : 376832,
    "uuid" : "5fb9270f-e5f6-375d-8bdf-6975cf4c4f37",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/PyQt6\/Qt6\/lib\/QtSvg.framework\/Versions\/A\/QtSvg",
    "name" : "QtSvg"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5689606144,
    "size" : 81920,
    "uuid" : "ba06af80-58c0-397e-b44a-9d5990cad0b1",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/OpenGL_accelerate\/numpy_formathandler.cpython-314-darwin.so",
    "name" : "numpy_formathandler.cpython-314-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5999329280,
    "size" : 32768,
    "uuid" : "2b29d95d-af7b-38d9-b9fb-88a0c72b1e1f",
    "path" : "\/Applications\/ChimeraX_Daily.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.14\/lib\/python3.14\/site-packages\/OpenGL_accelerate\/nones_formathandler.cpython-314-darwin.so",
    "name" : "nones_formathandler.cpython-314-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6524162048,
    "size" : 243188,
    "uuid" : "4d7a9e23-5b73-3c87-80e2-3b5e13f74f58",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6524407808,
    "size" : 51832,
    "uuid" : "2886f4f3-500b-36c8-a20c-c457eb754e3d",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6522929152,
    "size" : 529228,
    "uuid" : "2f87f7e4-6d67-339d-9db1-756a5618cfc7",
    "path" : "\/usr\/lib\/system\/libsystem_c.dylib",
    "name" : "libsystem_c.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6524657664,
    "size" : 32268,
    "uuid" : "c26e58a4-34a1-3f9c-bdbc-ebc34426633a",
    "path" : "\/usr\/lib\/system\/libsystem_platform.dylib",
    "name" : "libsystem_platform.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6591348736,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.AppKit",
    "size" : 21563232,
    "uuid" : "934e3129-a982-329c-bace-27cbe73d6320",
    "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
    "name" : "AppKit",
    "CFBundleVersion" : "2575.70.57"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6640074752,
    "CFBundleShortVersionString" : "1.22",
    "CFBundleIdentifier" : "com.apple.HIServices",
    "size" : 443328,
    "uuid" : "b86b0a85-c920-3c9e-b39a-5142b8b91484",
    "path" : "\/System\/Library\/Frameworks\/ApplicationServices.framework\/Versions\/A\/Frameworks\/HIServices.framework\/Versions\/A\/HIServices",
    "name" : "HIServices"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6524887040,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 5500928,
    "uuid" : "bdc82415-a029-3463-ac49-1a792208ce00",
    "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "3603.1.411"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6720311296,
    "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" : 6520602624,
    "size" : 636284,
    "uuid" : "aa296324-126c-32dd-9026-5b744f8eb283",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "size" : 0,
    "source" : "A",
    "base" : 0,
    "uuid" : "00000000-0000-0000-0000-000000000000"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6547894272,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.Foundation",
    "size" : 14587328,
    "uuid" : "39be75ac-350f-3b8c-9c10-8b2b5321ce8e",
    "path" : "\/System\/Library\/Frameworks\/Foundation.framework\/Versions\/C\/Foundation",
    "name" : "Foundation",
    "CFBundleVersion" : "3603.1.411"
  }
],
  "sharedCache" : {
  "base" : 6519767040,
  "size" : 5039996928,
  "uuid" : "0517ae48-31dc-3086-8d85-545fef4d70b7"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=1.9G resident=0K(0%) swapped_out_or_unallocated=1.9G(100%)
Writable regions: Total=2.9G written=1462K(0%) resident=1462K(0%) swapped_out=0K(0%) unallocated=2.9G(100%)

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               128K        1 
Activity Tracing                   256K        1 
CG image                          5264K       11 
CG raster data                    3296K        7 
ColorSync                          688K       32 
CoreAnimation                      240K       15 
CoreGraphics                        64K        4 
CoreUI image data                 3472K       25 
Foundation                          16K        1 
Kernel Alloc Once                   32K        1 
MALLOC                             2.6G      110 
MALLOC guard page                  288K       18 
Mach message                        64K        3 
OpenGL GLSL                        256K        3 
PROTECTED_MEMORY                    16K        1 
STACK GUARD                        512K       32 
Stack                            189.6M       33 
Stack Guard                       56.0M        1 
VM_ALLOCATE                       61.8M      119 
VM_ALLOCATE (reserved)              16K        1         reserved VM address space (unallocated)
__AUTH                            5441K      690 
__AUTH_CONST                      76.8M      936 
__CTF                               824        1 
__DATA                            31.9M      995 
__DATA_CONST                      53.7M     1016 
__DATA_DIRTY                      2776K      340 
__FONT_DATA                        2352        1 
__GLSLBUILTINS                    5174K        1 
__INFO_FILTER                         8        1 
__LINKEDIT                       641.0M       74 
__OBJC_RO                         61.4M        1 
__OBJC_RW                         2397K        1 
__TEXT                             1.3G     1018 
__TEXT (graphics)                 16.8M       18 
__TPRO_CONST                       128K        2 
dyld private memory                304K        4 
mapped file                      259.6M       50 
page table in kernel              1462K        1 
shared memory                     3696K       25 
===========                     =======  ======= 
TOTAL                              5.3G     5594 
TOTAL, minus reserved VM space     5.3G     5594 
",
  "legacyInfo" : {
  "threadTriggered" : {
    "name" : "CrBrowserMain",
    "queue" : "com.apple.main-thread"
  }
},
  "logWritingSignature" : "b9157bc68ef2ffcbba0f7822dab59bf63c4ba56d",
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "61675b89201f677a9a4cbd65",
      "factorPackIds" : {
        "HEALTH_FEATURE_AVAILABILITY" : "65a855f5f087695cfac03d1f"
      },
      "deploymentId" : 240000275
    },
    {
      "rolloutId" : "6410af69ed1e1e7ab93ed169",
      "factorPackIds" : {

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

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

> open
> /Users/yang/Desktop/DUF3800/Flowchart/TbCar6dL/cryosparc_P53_J16_class_01_00142_volume.mrc

Opened cryosparc_P53_J16_class_01_00142_volume.mrc as #1, grid size
128,128,128, pixel 1.94, shown at level 0.262, step 1, values float32  

> open
> /Users/yang/Desktop/DUF3800/Flowchart/TbCar6dL/cryosparc_P53_J16_class_02_00142_volume.mrc

Opened cryosparc_P53_J16_class_02_00142_volume.mrc as #2, grid size
128,128,128, pixel 1.94, shown at level 0.262, step 1, values float32  

> hide #!1 models

> set bgColor white

> volume #2 level 0.4084

> open
> /Users/yang/Desktop/DUF3800/Flowchart/TbCar6dL/cryosparc_P53_J16_class_00_00142_volume.mrc

Opened cryosparc_P53_J16_class_00_00142_volume.mrc as #3, grid size
128,128,128, pixel 1.94, shown at level 0.427, step 1, values float32  

> hide #!2 models

> volume #3 level 0.6193

> open
> /Users/yang/Desktop/DUF3800/Flowchart/TbCar6dL/cryosparc_P53_J25_005_volume_map.mrc

Opened cryosparc_P53_J25_005_volume_map.mrc as #4, grid size 340,340,340,
pixel 0.732, shown at level 0.079, step 2, values float32  

> hide #!3 models


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

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

> open
> /Users/yang/Desktop/DUF3800/Flowchart/TbCar6dL/cryosparc_P53_J16_class_00_00142_volume.mrc

Opened cryosparc_P53_J16_class_00_00142_volume.mrc as #1, grid size
128,128,128, pixel 1.94, shown at level 0.427, step 1, values float32  

> open
> /Users/yang/Desktop/DUF3800/Flowchart/TbCar6dL/cryosparc_P53_J16_class_01_00142_volume.mrc

Opened cryosparc_P53_J16_class_01_00142_volume.mrc as #2, grid size
128,128,128, pixel 1.94, shown at level 0.262, step 1, values float32  

> open
> /Users/yang/Desktop/DUF3800/Flowchart/TbCar6dL/cryosparc_P53_J16_class_02_00142_volume.mrc

Opened cryosparc_P53_J16_class_02_00142_volume.mrc as #3, grid size
128,128,128, pixel 1.94, shown at level 0.262, step 1, values float32  

> open
> /Users/yang/Desktop/DUF3800/Flowchart/TbCar6dL/cryosparc_P53_J25_005_volume_map.mrc

Opened cryosparc_P53_J25_005_volume_map.mrc as #4, grid size 340,340,340,
pixel 0.732, shown at level 0.079, step 2, values float32  




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

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

    Hardware Overview:

      Model Name: MacBook Pro
      Model Identifier: Mac15,10
      Model Number: MRX53LL/A
      Chip: Apple M3 Max
      Total Number of Cores: 14 (10 performance and 4 efficiency)
      Memory: 36 GB
      System Firmware Version: mBoot-18000.161.10
      OS Loader Version: 11881.140.96.701.1

Software:

    System Software Overview:

      System Version: macOS 15.7.9 (24G830)
      Kernel Version: Darwin 24.6.0
      Time since boot: 1 hour, 25 minutes

Graphics/Displays:

    Apple M3 Max:

      Chipset Model: Apple M3 Max
      Type: GPU
      Bus: Built-In
      Total Number of Cores: 30
      Vendor: Apple (0x106b)
      Metal Support: Metal 3
      Displays:
        DELL U4323QE:
          Resolution: 7616 x 4284
          UI Looks like: 3808 x 2142 @ 60.00Hz
          Main Display: Yes
          Mirror: Off
          Online: Yes
          Rotation: Supported
          Television: Yes
        LG ULTRAGEAR:
          Resolution: 2560 x 1440 (QHD/WQHD - Wide Quad High Definition)
          UI Looks like: 1280 x 720 @ 60.00Hz
          Mirror: Off
          Online: Yes
          Rotation: Supported
        LG HDR 4K:
          Resolution: 3888 x 6912
          UI Looks like: 1944 x 3456 @ 60.00Hz
          Mirror: Off
          Online: Yes
          Rotation: 90


Installed Packages:
    accessible-pygments: 0.0.5
    aiohappyeyeballs: 2.7.1
    aiohttp: 3.14.3
    aiosignal: 1.4.0
    alabaster: 1.0.0
    annotated-types: 0.8.0
    anyio: 4.14.2
    appdirs: 1.4.4
    appnope: 0.1.4
    asttokens: 3.0.2
    attrs: 26.1.0
    babel: 2.18.0
    beautifulsoup4: 4.15.0
    blockdiag: 3.0.0
    blosc2: 4.11.0
    build: 1.5.0
    certifi: 2026.7.22
    cffi: 2.1.1
    cftime: 1.6.5
    charset-normalizer: 3.5.1
    ChimeraX-AddCharge: 1.5.20
    ChimeraX-AddH: 2.3.1
    ChimeraX-AlignmentAlgorithms: 2.0.3
    ChimeraX-AlignmentHdrs: 3.6.2
    ChimeraX-AlignmentMatrices: 2.1
    ChimeraX-Alignments: 3.2.2
    ChimeraX-AlphaFold: 1.0.1
    ChimeraX-AltlocExplorer: 1.2
    ChimeraX-AmberInfo: 1.0
    ChimeraX-Animations: 1.0
    ChimeraX-Aniso: 1.3.2
    ChimeraX-Arrays: 1.1
    ChimeraX-Atomic: 1.71.1
    ChimeraX-AtomicLibrary: 14.4.3
    ChimeraX-AtomSearch: 2.0.1
    ChimeraX-AxesPlanes: 2.4
    ChimeraX-BasicActions: 1.1.3
    ChimeraX-BILD: 1.0
    ChimeraX-BlastProtein: 3.0.0
    ChimeraX-Boltz: 1.1
    ChimeraX-BondRot: 2.0.4
    ChimeraX-BugReporter: 1.0.2
    ChimeraX-BuildStructure: 2.13.1
    ChimeraX-Bumps: 1.0
    ChimeraX-BundleBuilder: 1.6.0
    ChimeraX-ButtonPanel: 1.0.1
    ChimeraX-CageBuilder: 1.0.1
    ChimeraX-CellPack: 1.0
    ChimeraX-Centroids: 1.4.1
    ChimeraX-ChangeChains: 1.1
    ChimeraX-CheckWaters: 1.5.1
    ChimeraX-ChemGroup: 2.0.2
    ChimeraX-Clashes: 2.4
    ChimeraX-Cluster: 1.0.1
    ChimeraX-ColorActions: 1.0.5
    ChimeraX-ColorGlobe: 1.0
    ChimeraX-ColorKey: 1.5.8
    ChimeraX-CommandLine: 1.3.1
    ChimeraX-ConnectStructure: 2.0.1
    ChimeraX-Contacts: 1.0.1
    ChimeraX-Core: 1.13.dev202608172052
    ChimeraX-CoreFormats: 1.2
    ChimeraX-coulombic: 1.4.6
    ChimeraX-Crosslinks: 1.0
    ChimeraX-Crystal: 1.0
    ChimeraX-CrystalContacts: 1.0.1
    ChimeraX-DataFormats: 1.3
    ChimeraX-DistMonitor: 1.4.2
    ChimeraX-DockPrep: 1.2.2
    ChimeraX-Dssp: 2.0
    ChimeraX-EMDB-SFF: 1.0
    ChimeraX-ESMFold: 1.0
    ChimeraX-FileHistory: 1.0.1
    ChimeraX-FunctionKey: 1.0.1
    ChimeraX-Geometry: 1.3
    ChimeraX-gltf: 1.0
    ChimeraX-Graphics: 1.4.1
    ChimeraX-Hbonds: 2.5.4
    ChimeraX-Help: 1.3
    ChimeraX-HKCage: 1.3
    ChimeraX-IHM: 1.1
    ChimeraX-ImageFormats: 1.2
    ChimeraX-IMOD: 1.0
    ChimeraX-IO: 1.0.4
    ChimeraX-ItemsInspection: 1.0.1
    ChimeraX-IUPAC: 1.0
    ChimeraX-KVFinder: 1.8.5
    ChimeraX-Label: 1.5
    ChimeraX-LightingGUI: 1.0
    ChimeraX-ListInfo: 1.3.1
    ChimeraX-Log: 1.2.2
    ChimeraX-LookingGlass: 1.1
    ChimeraX-Maestro: 1.9.3
    ChimeraX-Map: 1.3
    ChimeraX-MapData: 2.0
    ChimeraX-MapEraser: 1.0.1
    ChimeraX-MapFilter: 2.0.1
    ChimeraX-MapFit: 2.0
    ChimeraX-MapSeries: 2.1.1
    ChimeraX-Markers: 1.0.1
    ChimeraX-Mask: 1.0.2
    ChimeraX-MatchAlign: 1.2.1
    ChimeraX-MatchMaker: 2.4.1
    ChimeraX-MCopy: 1.0
    ChimeraX-MCPServer: 0.2.0
    ChimeraX-MDcrds: 2.20
    ChimeraX-Meeting: 1.0.1
    ChimeraX-Minimize: 1.4.4
    ChimeraX-MLP: 1.1.1
    ChimeraX-mmCIF: 2.17
    ChimeraX-ModelArchive: 1.0
    ChimeraX-Modeller: 1.5.24
    ChimeraX-ModelPanel: 1.6.1
    ChimeraX-ModelSeries: 1.0.1
    ChimeraX-Mol2: 2.0.4
    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-NMRSTAR: 1.0.2
    ChimeraX-Nucleotides: 2.0.3
    ChimeraX-OpenCommand: 1.16.2
    ChimeraX-OpenFold: 1.0
    ChimeraX-OrthoPick: 1.0.1
    ChimeraX-PDB: 2.7.13
    ChimeraX-PDBBio: 1.0.1
    ChimeraX-PDBLibrary: 1.0.5
    ChimeraX-PDBMatrices: 1.0
    ChimeraX-PickBlobs: 1.0.1
    ChimeraX-Positions: 1.0
    ChimeraX-PresetMgr: 1.1.4
    ChimeraX-ProfileGrids: 1.12
    ChimeraX-PubChem: 2.2
    ChimeraX-ReadPbonds: 1.0.1
    ChimeraX-Registration: 1.1.2
    ChimeraX-RemoteControl: 1.0
    ChimeraX-RenderByAttr: 1.8.3
    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.3
    ChimeraX-Scenes: 0.3.1
    ChimeraX-SchemeMgr: 1.0
    ChimeraX-SDF: 2.0.3
    ChimeraX-Segger: 1.0
    ChimeraX-Segment: 1.0.1
    ChimeraX-Segmentations: 3.5.12
    ChimeraX-SelInspector: 1.0
    ChimeraX-SeqView: 2.20
    ChimeraX-Shape: 1.1
    ChimeraX-Shell: 1.0.1
    ChimeraX-Shortcuts: 1.2.1
    ChimeraX-ShowSequences: 1.0.3
    ChimeraX-SideView: 1.0.1
    ChimeraX-SimilarStructures: 1.0.1
    ChimeraX-Smiles: 2.1.2
    ChimeraX-SmoothLines: 1.0
    ChimeraX-SNFG: 1.0
    ChimeraX-SpaceNavigator: 1.0
    ChimeraX-StdCommands: 1.20
    ChimeraX-STL: 1.0.1
    ChimeraX-Storm: 1.0
    ChimeraX-StructMeasure: 1.2.1
    ChimeraX-Struts: 1.0.1
    ChimeraX-Surface: 1.0.1
    ChimeraX-SwapAA: 2.0.1
    ChimeraX-SwapRes: 2.5.3
    ChimeraX-TapeMeasure: 1.0
    ChimeraX-TaskManager: 1.0
    ChimeraX-Test: 1.0
    ChimeraX-Toolbar: 1.2.4
    ChimeraX-ToolshedUtils: 1.2.4
    ChimeraX-Topography: 1.0
    ChimeraX-ToQuest: 1.0
    ChimeraX-Tug: 1.0.1
    ChimeraX-UI: 1.56
    ChimeraX-Umap: 1.0
    ChimeraX-uniprot: 2.3.2
    ChimeraX-UnitCell: 1.0.1
    ChimeraX-ViewDock: 1.6.5
    ChimeraX-VIPERdb: 1.0
    ChimeraX-Vive: 1.1
    ChimeraX-VolumeMenu: 1.0.1
    ChimeraX-vrml: 1.0
    ChimeraX-VTK: 1.0
    ChimeraX-WavefrontOBJ: 1.0
    ChimeraX-WebCam: 1.0.2
    ChimeraX-WebServices: 1.1.5
    ChimeraX-Zone: 1.0.1
    click: 8.4.2
    colorama: 0.4.6
    comm: 0.2.3
    contourpy: 1.3.3
    coverage: 7.15.4
    cryptography: 50.0.0
    cxservices: 1.2.3
    cycler: 0.12.1
    Cython: 3.2.9
    debugpy: 1.8.21
    decorator: 5.3.1
    docutils: 0.22
    executing: 2.2.1
    filelock: 3.32.0
    fonttools: 4.63.0
    frozenlist: 1.8.0
    funcparserlib: 2.0.0a0
    glfw: 2.10.2
    grako: 3.16.5
    h11: 0.16.0
    h2: 4.4.1
    h5py: 3.16.0
    hpack: 4.2.0
    html2text: 2025.4.15
    httpcore: 1.0.9
    httpx: 0.28.1
    httpx-sse: 0.4.3
    hyperframe: 6.1.0
    idna: 3.18
    ihm: 2.2
    imagecodecs: 2026.6.26
    imagesize: 2.0.0
    iniconfig: 2.3.0
    ipykernel: 7.3.0
    ipython: 9.14.1
    ipython_pygments_lexers: 1.1.1
    jedi: 0.20.0
    Jinja2: 3.1.6
    jsonschema: 4.26.0
    jsonschema-specifications: 2025.9.1
    jupyter_client: 8.9.1
    jupyter_core: 5.9.1
    kiwisolver: 1.5.0
    line_profiler: 5.0.2
    lxml: 6.1.1
    lz4: 4.4.5
    Markdown: 3.10.2
    markdown-it-py: 4.2.0
    MarkupSafe: 3.0.3
    matplotlib: 3.10.7
    matplotlib-inline: 0.2.2
    mcp: 1.28.1
    mdurl: 0.1.2
    msgpack: 1.2.1
    multidict: 6.7.1
    ndindex: 1.10.1
    nest-asyncio2: 1.7.2
    netCDF4: 1.7.4
    networkx: 3.3
    numexpr: 2.14.2
    numpy: 2.4.6
    OpenMM: 8.4.0
    openvr: 1.26.701
    packaging: 26.2
    ParmEd: 4.2.2
    parso: 0.8.7
    pep517: 0.13.1
    pexpect: 4.9.0
    pickleshare: 0.7.5
    pillow: 12.3.0
    pip: 26.1.2
    pkginfo: 1.12.1.2
    platformdirs: 4.11.3
    pluggy: 1.6.0
    prompt_toolkit: 3.0.53
    propcache: 0.5.2
    psutil: 7.2.2
    ptyprocess: 0.7.0
    pure_eval: 0.2.3
    py-cpuinfo: 9.0.0
    pybind11: 3.0.4
    pycollada: 0.8
    pycparser: 3.0
    pydantic: 2.13.4
    pydantic-settings: 2.15.0
    pydantic_core: 2.46.4
    pydata-sphinx-theme: 0.20.0
    Pygments: 2.20.0
    PyJWT: 2.13.0
    pynmrstar: 3.5.1
    PyOpenGL: 3.1.10
    PyOpenGL-accelerate: 3.1.10
    pyopenxr: 1.1.4501
    pyparsing: 3.3.2
    pyproject_hooks: 1.2.0
    PyQt6-commercial: 6.10.2
    PyQt6-Qt6: 6.10.2
    PyQt6-WebEngine-commercial: 6.10.0
    PyQt6-WebEngine-Qt6: 6.10.2
    PyQt6_sip: 13.10.3
    pytest: 9.1.1
    pytest-cov: 7.1.0
    python-dateutil: 2.9.0.post0
    python-dotenv: 1.2.3
    python-multipart: 0.0.32
    pyzmq: 27.1.0
    qtconsole: 5.7.2
    QtPy: 2.4.3
    qtshim: 1.2.2
    RandomWords: 0.4.0
    referencing: 0.37.0
    requests: 2.34.2
    rich: 15.0.0
    roman-numerals: 4.1.0
    rpds-py: 2026.6.3
    scipy: 1.18.0
    setuptools: 83.0.0
    sfftk-rw: 0.8.1
    six: 1.17.0
    snowballstemmer: 3.1.1
    sortedcontainers: 2.4.0
    soupsieve: 2.9.2
    Sphinx: 9.1.0
    sphinx-autodoc-typehints: 3.13.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.4.8
    stack-data: 0.6.3
    starlette: 1.6.0
    superqt: 0.8.1
    tables: 3.11.1
    threadpoolctl: 3.6.0
    tifffile: 2026.7.14
    tinyarray: 1.2.5
    tornado: 6.5.8
    tqdm: 4.70.0
    traitlets: 5.15.1
    typing-inspection: 0.4.4
    typing_extensions: 4.16.0
    urllib3: 2.7.0
    uvicorn: 0.52.3
    wcwidth: 0.8.2
    webcolors: 25.10.0
    wheel: 0.47.0
    wheel-filename: 1.4.2
    yarl: 1.24.5
#20865 limitation glGetError: invalid operation Tom Goddard chimerax-bug-report@…
Description
The following bug report has been submitted:
Platform:        Windows-10-10.0.26100
ChimeraX Version: 1.12 (2026-06-12 03:42:34 UTC)
Description
Replace this text with list of actions that caused this problem to occur

Log:
Startup Errors  
---  
error | ChimeraX requires an OpenGL graphics core profile.  
Your computer graphics driver is only offering a non-core profile (version
4.1).  
Try updating your graphics driver.  
warning | Unknown Vendor ID: 0x1ab8  
note | available bundle cache has not been initialized yet  
  
You can double click a model's Name or ID in the model panel to edit those
fields  
UCSF ChimeraX version: 1.12 (2026-06-12)  
© 2016-2026 Regents of the University of California. All rights reserved.  
How to cite UCSF ChimeraX  

No statusbar messages will be shown due to inadequate OpenGL  

You can double click a model's Name or ID in the model panel to edit those
fields  
  
  
  
  

> open //mac/Home/Downloads/pre2C0K.pdb

Summary of feedback from opening //mac/Home/Downloads/pre2C0K.pdb  
---  
warnings | Ignored bad PDB record found on line 1  
REMARK BIOVIA PDB file  
  
Ignored bad PDB record found on line 2  
REMARK Created: 2026-08-23T21:41:37Z  
  
Chain information for pre2C0K.pdb #1  
---  
Chain | Description  
A | No description available  
B | No description available  
  
Computing secondary structure  
  

> ui tool show "Dock Prep"

Starting dock prep  
[Repeated 1 time(s)]Deleting solvent  
[Repeated 1 time(s)]Deleting non-metal-complex ions  
[Repeated 1 time(s)]Deleting non-current alt locs  
[Repeated 1 time(s)]

/A MET 150 is missing heavy backbone atoms  

Filling out missing side chains  
[Repeated 1 time(s)]/A LYS 84: phi -60.5, psi -19.3 trans  
Retrieving rotamers from Dunbrack library  
Rotamers retrieved from Dunbrack library  
/A GLU 99: phi -67.0, psi -36.3 trans  
Retrieving rotamers from Dunbrack library  
Rotamers retrieved from Dunbrack library  
/A LYS 123: phi -77.6, psi 107.4 trans  
Retrieving rotamers from Dunbrack library  
Rotamers retrieved from Dunbrack library  
/B PHE 50: phi -58.6, psi -24.5 trans  
Retrieving rotamers from Dunbrack library  
Rotamers retrieved from Dunbrack library  
/B GLU 55: phi -119.3, psi 6.6 trans  
Retrieving rotamers from Dunbrack library  
Rotamers retrieved from Dunbrack library  
/B ARG 65: phi -61.0, psi -42.4 trans  
Retrieving rotamers from Dunbrack library  
Rotamers retrieved from Dunbrack library  
/B LYS 84: phi -71.1, psi -2.5 trans  
Retrieving rotamers from Dunbrack library  
Rotamers retrieved from Dunbrack library  
/B LYS 85: phi -72.0, psi -21.6 trans  
Retrieving rotamers from Dunbrack library  
Rotamers retrieved from Dunbrack library  
/B LYS 100: phi -129.2, psi 120.7 trans  
Retrieving rotamers from Dunbrack library  
Rotamers retrieved from Dunbrack library  
/B LYS 101: phi -69.1, psi 83.4 trans  
Retrieving rotamers from Dunbrack library  
Rotamers retrieved from Dunbrack library  
/B LYS 123: phi -82.8, psi 116.7 trans  
Retrieving rotamers from Dunbrack library  
Rotamers retrieved from Dunbrack library  
/B LYS 149: phi -87.0, psi none trans  
Retrieving rotamers from Dunbrack library  
Rotamers retrieved from Dunbrack library  
Processing H-bonds for /B LYS 149  
  
Applying LYS rotamer (chi angles: 51.3 89.3 70.7 178.4) to /A LYS 84  
Applying GLU rotamer (chi angles: -66.4 80.3 9.3) to /A GLU 99  
Applying LYS rotamer (chi angles: -62.5 -75.3 99.0 -88.6) to /A LYS 123  
Applying PHE rotamer (chi angles: 72.0 88.6) to /B PHE 50  
Applying GLU rotamer (chi angles: -177.6 65.5 47.7) to /B GLU 55  
Applying ARG rotamer (chi angles: 178.6 66.1 -178.0 85.6) to /B ARG 65  
Applying LYS rotamer (chi angles: -62.1 -74.2 86.5 168.9) to /B LYS 84  
Applying LYS rotamer (chi angles: -62.5 -75.3 99.0 -88.6) to /B LYS 85  
Applying LYS rotamer (chi angles: -177.3 -177.5 -70.5 -175.7) to /B LYS 100  
Applying LYS rotamer (chi angles: -62.5 -75.3 99.0 -88.6) to /B LYS 101  
Applying LYS rotamer (chi angles: -177.4 77.6 -89.8 -82.1) to /B LYS 123  
Applying LYS rotamer (chi angles: -67.1 -179.4 -179.4 179.5) to /B LYS 149  
  
Summary of feedback from adding hydrogens to pre2C0K.pdb #1  
---  
warning | Not adding hydrogens to /A MET 150 CA because it is missing heavy-atom bond partners  
notes | Adding hydrogens  
No usable SEQRES records for pre2C0K.pdb (#1) chain A; guessing termini
instead  
No usable SEQRES records for pre2C0K.pdb (#1) chain B; guessing termini
instead  
Chain-initial residues that are actual N termini: /A MET 1, /B MET 1  
Chain-initial residues that are not actual N termini:  
Chain-final residues that are actual C termini: /A MET 150  
Chain-final residues that are not actual C termini: /B LYS 149  
Categorizing heavy atoms  
Adding simple fixed hydrogens  
Adding co-planar hydrogens  
Finding hydrogen bonds  
Finding acceptors in model 'pre2C0K.pdb'  
Building search tree of acceptor atoms  
Finding donors in model 'pre2C0K.pdb'  
Matching donors in model 'pre2C0K.pdb' to acceptors  
  
315 hydrogen bonds  
Sorting hydrogen bonds by distance  
Organizing h-bond info  
Adding hydrogens by h-bond strength (0/67)  
Adding hydrogens by h-bond strength (23/67)  
Adding hydrogens to primary aromatic amines  
Using steric criteria to resolve partial h-bonders  
Adding hydrogens to non-h-bonding atoms  
Deciding aromatic nitrogen protonation  
  
/B LYS 149 is not terminus, removing H atom from 'C'  
Hydrogens added  
2479 hydrogens added  
  
Closest equivalent command: addcharge standardizeResidues none  
Using Amber 20 recommended default charges and atom types for standard
residues  
Dock prep finished  
[Repeated 1 time(s)]  

> save //mac/Home/Downloads/pro2C0K.pdp.mol2

Writing Mol2 file //mac/Home/Downloads/pro2C0K.pdp.mol2  
Finding amides  
Putting atoms in input order  
writing atoms  
writing bonds  
writing residues  
Wrote Mol2 file //mac/Home/Downloads/pro2C0K.pdp.mol2  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\add_charge\tool.py", line 120, in add_charges  
self._finish_add_charge(residues)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\add_charge\tool.py", line 159, in _finish_add_charge  
self.dock_prep_info['callback'](AtomicStructures(self.structures),
tool_settings=params)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\add_charge\dock_prep.py", line 49, in <lambda>  
run_for_dock_prep(*tuple(args1+[used_structures, kw]),
tool_settings=tool_settings)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\add_charge\dock_prep.py", line 58, in run_for_dock_prep  
callback(session, state, structures)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\dock_prep\cmd.py", line 156, in run_steps  
callback()  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\dock_prep\prep.py", line 144, in postscript  
show_save_file_dialog(session,
format=session.data_formats.save_format_from_suffix(".mol2").name)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\save_command\dialog.py", line 144, in show_save_file_dialog  
_dlg.display(session, **kw)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\save_command\dialog.py", line 68, in display  
run(session, cmd)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\commands\run.py", line 49, in run  
results = command.run(text, log=log, return_json=return_json)  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\commands\cli.py", line 3245, in run  
result = ci.function(session, **kw_args)  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\save_command\cmd.py", line 86, in cmd_save  
Command(session, registry=registry).run(provider_cmd_text, log=log)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\commands\cli.py", line 3245, in run  
result = ci.function(session, **kw_args)  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\save_command\cmd.py", line 114, in provider_save  
remember_file(session, path, data_format.nicknames[0],  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\filehistory.py", line 241, in remember_file  
h.remember_file(filename, format, models, database = database, file_saved =
file_saved,  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\filehistory.py", line 79, in remember_file  
self.capture_thumbnails_cb()  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\filehistory.py", line 96, in capture_thumbnails_cb  
fs.capture_image(models, ses)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\filehistory.py", line 190, in capture_image  
self.image = models_image(session, models, size)  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\filehistory.py", line 252, in models_image  
image = v.image(width, height, camera = c, drawings = models)  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\graphics\view.py", line 452, in image  
rgba = self.image_rgba(width=width, height=height, supersample=supersample,  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\graphics\view.py", line 469, in image_rgba  
if not self._use_opengl():  
^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\graphics\view.py", line 127, in _use_opengl  
if not self._render.make_current():  
^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\graphics\opengl.py", line 553, in make_current  
e = self.check_for_opengl_errors()  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\graphics\opengl.py", line 1110, in check_for_opengl_errors  
e = GL.glGetError()  
^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\OpenGL\platform\baseplatform.py", line 487, in __call__  
return self(*args, **named)  
^^^^^^^^^^^^^^^^^^^^  
File "src/errorchecker.pyx", line 59, in
OpenGL_accelerate.errorchecker._ErrorChecker.glCheckError  
OpenGL.error.GLError: GLError(  
err = 1282,  
description = b'invalid operation',  
baseOperation = glGetError,  
cArguments = (),  
result = 1282  
)  
  
OpenGL.error.GLError: GLError(  
err = 1282,  
description = b'invalid operation',  
baseOperation = glGetError,  
cArguments = (),  
result = 1282  
)  
  
File "src/errorchecker.pyx", line 59, in
OpenGL_accelerate.errorchecker._ErrorChecker.glCheckError  
  
See log for complete Python traceback.  
  
Wrote Mol2 file //mac/Home/Downloads/pro2C0K.pdp.mol2  
  




OpenGL version: unknown
Could not make opengl context current

Python: 3.11.9
Locale: en_US.cp1252
Qt version: PyQt6 6.10.2, Qt 6.10.0
Qt runtime version: 6.10.2
Qt platform: windows

Manufacturer: Parallels International GmbH.
Model: Parallels Virtual Platform
OS: Microsoft Windows 11 Home (Build 26100.4349)
Memory: 4,275,355,648
MaxProcessMemory: 137,438,953,344
CPU: 2 Intel(R) Core(TM) i5-5250U CPU @ 1.60GHz
OSLanguage: en-US

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

Note: See TracWiki for help on using the wiki.