wiki:TracQuery

Trac Ticket Queries

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

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

Filters

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

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

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

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

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

Some shortcuts can be used to manipulate checkbox filters.

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

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

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

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

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

Saving Queries

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

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

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

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

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

Which is displayed as:

Active tickets against 1.0

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

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

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

Which is displayed as:

Assigned tickets by owner

Customizing the table format

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

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

This is displayed as:

Results (1 - 3 of 13976)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#20484 can't reproduce Crash cleaning up traceback object Eric Pettersen chimerax-bug-report@…
#20483 fixed The slab position for PSU residues is wrong Greg Couch Daniel Larsson <daniel.larsson@…>
#20481 duplicate Multiple consecutive Find Cavities: dead models Eric Pettersen alexandrevasconcelosjr@…
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 13976)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#20484 can't reproduce Crash cleaning up traceback object Eric Pettersen chimerax-bug-report@…
Description
The following bug report has been submitted:
Platform:        macOS-26.5-arm64-arm-64bit
ChimeraX Version: 1.12rc202605220400 (2026-05-22 04:00:34 UTC)
Description
Last time you used ChimeraX it crashed.
Please describe steps that led to the crash here.
Fatal Python error: Segmentation fault

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

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


{"app_name":"ChimeraX","timestamp":"2026-06-11 14:05:31.00 -0400","app_version":"1.12.0","slice_uuid":"544eb719-b770-3601-b425-1ceb237637ac","build_version":"1.12.0.0","platform":1,"bundleID":"edu.ucsf.cgl.ChimeraX","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 26.5 (25F71)","roots_installed":0,"name":"ChimeraX","incident_id":"60DBD0E9-4EAB-4FC2-9FA3-F03436807C8D"}
{
  "uptime" : 180000,
  "procRole" : "Background",
  "version" : 2,
  "userID" : 1261398879,
  "deployVersion" : 210,
  "modelCode" : "Mac14,9",
  "coalitionID" : 8697,
  "osVersion" : {
    "train" : "macOS 26.5",
    "build" : "25F71",
    "releaseType" : "User"
  },
  "captureTime" : "2026-06-11 14:05:07.5406 -0400",
  "codeSigningMonitor" : 2,
  "incident" : "60DBD0E9-4EAB-4FC2-9FA3-F03436807C8D",
  "pid" : 92451,
  "translated" : false,
  "cpuType" : "ARM-64",
  "procLaunch" : "2026-06-11 14:05:04.6901 -0400",
  "procStartAbsTime" : 4406438057251,
  "procExitAbsTime" : 4406506301431,
  "procName" : "ChimeraX",
  "procPath" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/MacOS\/ChimeraX",
  "bundleInfo" : {"CFBundleShortVersionString":"1.12.0","CFBundleVersion":"1.12.0.0","CFBundleIdentifier":"edu.ucsf.cgl.ChimeraX"},
  "storeInfo" : {"deviceIdentifierForVendor":"0BBC309F-1CA2-5B0B-994D-2600A9878F75","thirdParty":true},
  "parentProc" : "launchd",
  "parentPid" : 1,
  "coalitionName" : "edu.ucsf.cgl.ChimeraX",
  "crashReporterKey" : "FEC5FECF-79C4-B399-5570-79E503CDDF19",
  "appleIntelligenceStatus" : {"state":"unavailable","reasons":["notOptedIn","assetIsNotReady"]},
  "developerMode" : 1,
  "codeSigningID" : "edu.ucsf.cgl.ChimeraX",
  "codeSigningTeamID" : "LWV8X224YF",
  "codeSigningFlags" : 570491649,
  "codeSigningValidationCategory" : 6,
  "codeSigningTrustLevel" : 4294967295,
  "codeSigningAuxiliaryInfo" : 0,
  "instructionByteStream" : {"beforePC":"fyMD1f17v6n9AwCRCuD\/l78DAJH9e8Go\/w9f1sADX9YQKYDSARAA1A==","atPC":"AwEAVH8jA9X9e7+p\/QMAkf\/f\/5e\/AwCR\/XvBqP8PX9bAA1\/WcAqA0g=="},
  "bootSessionUUID" : "9D5C085D-77E5-4FC7-85BA-F530571D8072",
  "wakeTime" : 16993,
  "sleepWakeUUID" : "1842581A-3617-4441-813E-120D2F25F608",
  "sip" : "enabled",
  "vmRegionInfo" : "0x15358c088 is not in any region.  Bytes after previous region: 137  Bytes before following region: 8388472
      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL
      VM_ALLOCATE                 15348c000-15358c000    [ 1024K] rw-\/rwx SM=PRV  
--->  GAP OF 0x800000 BYTES
      VM_ALLOCATE                 153d8c000-153e8c000    [ 1024K] rw-\/rwx SM=PRV  ",
  "exception" : {"codes":"0x0000000000000001, 0x000000015358c088","rawCodes":[1,5693292680],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"KERN_INVALID_ADDRESS at 0x000000015358c088"},
  "termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","byProc":"ChimeraX","byPid":92451},
  "vmregioninfo" : "0x15358c088 is not in any region.  Bytes after previous region: 137  Bytes before following region: 8388472
      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL
      VM_ALLOCATE                 15348c000-15358c000    [ 1024K] rw-\/rwx SM=PRV  
--->  GAP OF 0x800000 BYTES
      VM_ALLOCATE                 153d8c000-153e8c000    [ 1024K] rw-\/rwx SM=PRV  ",
  "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
  "faultingThread" : 0,
  "threads" : [{"queue":"com.apple.main-thread","frames":[


{"imageOffset":38376,"symbol":    "__pthread_kill"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":26840,"symbol":    "pthread_kill"					,"symbolLocation":296,"imageIndex":108},
{"imageOffset":266260,"symbol":    "raise"					,"symbolLocation":32,"imageIndex":109},
{"imageOffset":2447420,"symbol":    "faulthandler_fatal_error"					,"symbolLocation":392,"imageIndex":1},
{"imageOffset":14148,"symbol":    "_sigtramp"					,"symbolLocation":56,"imageIndex":110},
{"imageOffset":1022456,"symbol":    "PyObject_CallFinalizerFromDealloc"					,"symbolLocation":72,"imageIndex":1},
{"imageOffset":1139788,"symbol":    "subtype_dealloc"					,"symbolLocation":1416,"imageIndex":1},
{"imageOffset":787084,"symbol":    "list_dealloc"					,"symbolLocation":200,"imageIndex":1},
{"imageOffset":758320,"symbol":    "frame_dealloc"					,"symbolLocation":960,"imageIndex":1},
{"imageOffset":2340520,"symbol":    "tb_dealloc"					,"symbolLocation":324,"imageIndex":1},
{"imageOffset":2340504,"symbol":    "tb_dealloc"					,"symbolLocation":308,"imageIndex":1},
{"imageOffset":2340504,"symbol":    "tb_dealloc"					,"symbolLocation":308,"imageIndex":1},
{"imageOffset":2340504,"symbol":    "tb_dealloc"					,"symbolLocation":308,"imageIndex":1},
{"imageOffset":2340504,"symbol":    "tb_dealloc"					,"symbolLocation":308,"imageIndex":1},
{"imageOffset":2340504,"symbol":    "tb_dealloc"					,"symbolLocation":308,"imageIndex":1},
{"imageOffset":2340504,"symbol":    "tb_dealloc"					,"symbolLocation":308,"imageIndex":1},
{"imageOffset":668232,"symbol":    "BaseException_clear"					,"symbolLocation":148,"imageIndex":1},
{"imageOffset":667536,"symbol":    "BaseException_dealloc"					,"symbolLocation":124,"imageIndex":1},
{"imageOffset":1139368,"symbol":    "subtype_dealloc"					,"symbolLocation":996,"imageIndex":1},
{"imageOffset":1745904,"symbol":    "_PyEval_EvalFrameDefault"					,"symbolLocation":1604,"imageIndex":1},
{"imageOffset":1820600,"symbol":    "_PyEval_Vector"					,"symbolLocation":156,"imageIndex":1},
{"imageOffset":603732,"symbol":    "method_vectorcall"					,"symbolLocation":164,"imageIndex":1},
{"imageOffset":22552,"symbol":    "sip_api_call_method"					,"symbolLocation":88,"imageIndex":46},
{"imageOffset":1431364,"symbol":    "sipQApplication::event(QEvent*)"					,"symbolLocation":148,"imageIndex":47},
{"imageOffset":64136,"symbol":    "QApplicationPrivate::notify_helper(QObject*, QEvent*)"					,"symbolLocation":332,"imageIndex":48},
{"imageOffset":68320,"symbol":    "QApplication::notify(QObject*, QEvent*)"					,"symbolLocation":516,"imageIndex":48},
{"imageOffset":1431188,"symbol":    "sipQApplication::notify(QObject*, QEvent*)"					,"symbolLocation":248,"imageIndex":47},
{"imageOffset":625464,"symbol":    "QCoreApplication::sendSpontaneousEvent(QObject*, QEvent*)"					,"symbolLocation":176,"imageIndex":45},
{"imageOffset":584528,"symbol":    "QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*)"					,"symbolLocation":1668,"imageIndex":49},
{"imageOffset":984576,"symbol":    "QWindowSystemInterface::handleFileOpenEvent(QString const&)"					,"symbolLocation":100,"imageIndex":49},
{"imageOffset":35160,"imageIndex":70},
{"imageOffset":8574032,"symbol":    "withWindowOrderingObserverHeuristic"					,"symbolLocation":320,"imageIndex":111},
{"imageOffset":8573044,"symbol":    "-[NSApplication(NSAppleEventHandling) _openURLs:requestedBySourceApp:completionHandler:]"					,"symbolLocation":1108,"imageIndex":111},
{"imageOffset":2670832,"symbol":    "__69-[NSApplication(NSAppleEventHandling) _handleAEOpenDocumentsForURLs:]_block_invoke"					,"symbolLocation":572,"imageIndex":111},
{"imageOffset":8517676,"symbol":    "__102-[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:withFullFidelity:completionHandler:]_block_invoke"					,"symbolLocation":96,"imageIndex":111},
{"imageOffset":1402136,"symbol":    "__97-[NSDocumentController(NSInternal) _autoreopenDocumentsIgnoringExpendable:withCompletionHandler:]_block_invoke_3"					,"symbolLocation":176,"imageIndex":111},
{"imageOffset":1400152,"symbol":    "-[NSDocumentController(NSInternal) _autoreopenDocumentsIgnoringExpendable:withCompletionHandler:]"					,"symbolLocation":656,"imageIndex":111},
{"imageOffset":8517496,"symbol":    "-[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:withFullFidelity:completionHandler:]"					,"symbolLocation":508,"imageIndex":111},
{"imageOffset":2670128,"symbol":    "-[NSApplication(NSAppleEventHandling) _handleAEOpenDocumentsForURLs:]"					,"symbolLocation":244,"imageIndex":111},
{"imageOffset":259464,"symbol":    "-[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:]"					,"symbolLocation":408,"imageIndex":111},
{"imageOffset":204732,"symbol":    "-[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:]"					,"symbolLocation":316,"imageIndex":112},
{"imageOffset":204212,"symbol":    "_NSAppleEventManagerGenericHandler"					,"symbolLocation":80,"imageIndex":112},
{"imageOffset":44852,"imageIndex":113},
{"imageOffset":43148,"imageIndex":113},
{"imageOffset":16312,"symbol":    "aeProcessAppleEvent"					,"symbolLocation":484,"imageIndex":113},
{"imageOffset":90948,"symbol":    "AEProcessAppleEvent"					,"symbolLocation":68,"imageIndex":114},
{"imageOffset":234312,"symbol":    "_DPSNextEvent"					,"symbolLocation":1284,"imageIndex":111},
{"imageOffset":12380336,"symbol":    "-[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]"					,"symbolLocation":688,"imageIndex":111},
{"imageOffset":12379580,"symbol":    "-[NSApplication(NSEventRouting) nextEventMatchingMask:untilDate:inMode:dequeue:]"					,"symbolLocation":72,"imageIndex":111},
{"imageOffset":180540,"symbol":    "-[NSApplication run]"					,"symbolLocation":368,"imageIndex":111},
{"imageOffset":87560,"imageIndex":70},
{"imageOffset":663452,"symbol":    "QEventLoop::exec(QFlags)"					,"symbolLocation":588,"imageIndex":45},
{"imageOffset":624388,"symbol":    "QCoreApplication::exec()"					,"symbolLocation":228,"imageIndex":45},
{"imageOffset":2522140,"symbol":    "meth_QApplication_exec(_object*, _object*)"					,"symbolLocation":96,"imageIndex":47},
{"imageOffset":998296,"symbol":    "cfunction_call"					,"symbolLocation":96,"imageIndex":1},
{"imageOffset":586556,"symbol":    "_PyObject_MakeTpCall"					,"symbolLocation":128,"imageIndex":1},
{"imageOffset":1798332,"symbol":    "_PyEval_EvalFrameDefault"					,"symbolLocation":54032,"imageIndex":1},
{"imageOffset":1739512,"symbol":    "PyEval_EvalCode"					,"symbolLocation":276,"imageIndex":1},
{"imageOffset":1717120,"symbol":    "builtin_exec"					,"symbolLocation":428,"imageIndex":1},
{"imageOffset":1000848,"symbol":    "cfunction_vectorcall_FASTCALL_KEYWORDS"					,"symbolLocation":80,"imageIndex":1},
{"imageOffset":1797396,"symbol":    "_PyEval_EvalFrameDefault"					,"symbolLocation":53096,"imageIndex":1},
{"imageOffset":1820600,"symbol":    "_PyEval_Vector"					,"symbolLocation":156,"imageIndex":1},
{"imageOffset":2419316,"symbol":    "pymain_run_module"					,"symbolLocation":256,"imageIndex":1},
{"imageOffset":2417940,"symbol":    "Py_RunMain"					,"symbolLocation":1784,"imageIndex":1},
{"imageOffset":2422468,"symbol":    "pymain_main"					,"symbolLocation":52,"imageIndex":1},
{"imageOffset":2422404,"symbol":    "Py_Main"					,"symbolLocation":36,"imageIndex":1},
{"imageOffset":5032,"symbol":    "main"					,"symbolLocation":128,"imageIndex":0},
{"imageOffset":130560,"symbol":    "start"					,"symbolLocation":6992,"imageIndex":115}],"id":3572293,"recursionInfoArray":[{"hottestElided":13,"coldestElided":16,"depth":10,"keyFrame":
{"imageOffset":2340504,"symbol":    "tb_dealloc"					,"symbolLocation":308,"imageIndex":1}}],"originalLength":73,"triggered":true,

"threadState":{"x":[{"value":0},{"value":0},{"value":1},{"value":53742451352},{"value":99},{"value":115},{"value":102},{"value":0},{"value":17045769856671515199},{"value":17045769853818248383},{"value":14757395258967641293},{"value":4294967286},{"value":53742451282},{"value":0},{"value":51},{"value":4294967280},{"value":328},{"value":8312418304},{"value":0},{"value":11},{"value":259},{"value":8289099616					,"symbolLocation":224,"symbol":    "_main_thread"},{"value":0},{"value":1},{"value":4355589688					,"symbolLocation":0,"symbol":    "faulthandler_handlers"},{"value":4351946516					,"symbolLocation":0,"symbol":    "BaseException_dealloc"},{"value":4},{"value":0},{"value":53729219460}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6475585752},"cpsr":{"value":1073745920},"fp":{"value":53742451424},"sp":{"value":53742451392},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6475343336,"matchesCrashFrame":1},"far":{"value":0}},"name":"CrBrowserMain"},{"id":3572317,"frames":[


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

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6133542600},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8312418232},{"value":0},{"value":4554465296					,"symbolLocation":16,"symbol":    "thread_status"},{"value":4554465360					,"symbolLocation":80,"symbol":    "thread_status"},{"value":6133543136},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4554379264					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6475587880},"cpsr":{"value":1610616832},"fp":{"value":6133542720},"sp":{"value":6133542576},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6475322636},"far":{"value":0}}},{"id":3572318,"frames":[


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

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6134116040},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8312418232},{"value":0},{"value":4554465424					,"symbolLocation":144,"symbol":    "thread_status"},{"value":4554465488					,"symbolLocation":208,"symbol":    "thread_status"},{"value":6134116576},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4554379264					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6475587880},"cpsr":{"value":1610616832},"fp":{"value":6134116160},"sp":{"value":6134116016},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6475322636},"far":{"value":0}}},{"id":3572319,"frames":[


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

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6134689480},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8312418232},{"value":0},{"value":4554465552					,"symbolLocation":272,"symbol":    "thread_status"},{"value":4554465616					,"symbolLocation":336,"symbol":    "thread_status"},{"value":6134690016},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4554379264					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6475587880},"cpsr":{"value":1610616832},"fp":{"value":6134689600},"sp":{"value":6134689456},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6475322636},"far":{"value":0}}},{"id":3572320,"frames":[


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

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6135262920},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8312418232},{"value":0},{"value":4554465680					,"symbolLocation":400,"symbol":    "thread_status"},{"value":4554465744					,"symbolLocation":464,"symbol":    "thread_status"},{"value":6135263456},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4554379264					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6475587880},"cpsr":{"value":1610616832},"fp":{"value":6135263040},"sp":{"value":6135262896},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6475322636},"far":{"value":0}}},{"id":3572321,"frames":[


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

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6135836360},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8312418232},{"value":0},{"value":4554465808					,"symbolLocation":528,"symbol":    "thread_status"},{"value":4554465872					,"symbolLocation":592,"symbol":    "thread_status"},{"value":6135836896},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4554379264					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6475587880},"cpsr":{"value":1610616832},"fp":{"value":6135836480},"sp":{"value":6135836336},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6475322636},"far":{"value":0}}},{"id":3572322,"frames":[


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

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6136409800},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8312418232},{"value":0},{"value":4554465936					,"symbolLocation":656,"symbol":    "thread_status"},{"value":4554466000					,"symbolLocation":720,"symbol":    "thread_status"},{"value":6136410336},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4554379264					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6475587880},"cpsr":{"value":1610616832},"fp":{"value":6136409920},"sp":{"value":6136409776},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6475322636},"far":{"value":0}}},{"id":3572323,"frames":[


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

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6136983240},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8312418232},{"value":0},{"value":4554466064					,"symbolLocation":784,"symbol":    "thread_status"},{"value":4554466128					,"symbolLocation":848,"symbol":    "thread_status"},{"value":6136983776},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4554379264					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6475587880},"cpsr":{"value":1610616832},"fp":{"value":6136983360},"sp":{"value":6136983216},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6475322636},"far":{"value":0}}},{"id":3572324,"frames":[


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

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6137556680},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8312418232},{"value":0},{"value":4554466192					,"symbolLocation":912,"symbol":    "thread_status"},{"value":4554466256					,"symbolLocation":976,"symbol":    "thread_status"},{"value":6137557216},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4554379264					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6475587880},"cpsr":{"value":1610616832},"fp":{"value":6137556800},"sp":{"value":6137556656},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6475322636},"far":{"value":0}}},{"id":3572325,"frames":[


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

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6138130120},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8312418232},{"value":0},{"value":4554466320					,"symbolLocation":1040,"symbol":    "thread_status"},{"value":4554466384					,"symbolLocation":1104,"symbol":    "thread_status"},{"value":6138130656},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4554379264					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6475587880},"cpsr":{"value":1610616832},"fp":{"value":6138130240},"sp":{"value":6138130096},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6475322636},"far":{"value":0}}},{"id":3572329,"frames":[

],

"threadState":{"x":[{"value":6138703872},{"value":10499},{"value":6138167296},{"value":0},{"value":409602},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6138703872},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6475566088},"far":{"value":0}}},{"id":3572330,"frames":[

],

"threadState":{"x":[{"value":6139277312},{"value":8707},{"value":6138740736},{"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":6139277312},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6475566088},"far":{"value":0}}},{"id":3572331,"frames":[

],

"threadState":{"x":[{"value":6139850752},{"value":10755},{"value":6139314176},{"value":0},{"value":409602},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6139850752},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6475566088},"far":{"value":0}}},{"id":3572398,"frames":[

],

"threadState":{"x":[{"value":6140424192},{"value":26127},{"value":6139887616},{"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":6140424192},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6475566088},"far":{"value":0}}},{"id":3572399,"frames":[

],

"threadState":{"x":[{"value":6140997632},{"value":29187},{"value":6140461056},{"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":6140997632},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6475566088},"far":{"value":0}}},{"id":3572403,"name":"com.apple.NSEventThread",

"threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592,"objc-selector":""},{"value":123158187212800},{"value":0},{"value":123158187212800},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":28675},{"value":0},{"value":18446744073709551569},{"value":8312420112},{"value":0},{"value":4294967295},{"value":2},{"value":123158187212800},{"value":0},{"value":123158187212800},{"value":21592279046},{"value":6141567112},{"value":8589934592,"objc-selector":""},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6475384180},"cpsr":{"value":4096},"fp":{"value":6141566960},"sp":{"value":6141566880},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6475308084},"far":{"value":0}},"frames":[


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

"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":53737265344},{"value":4},{"value":0},{"value":0},{"value":5164675956},{"value":0},{"value":0},{"value":48},{"value":56},{"value":5164672509},{"value":5164672509},{"value":0},{"value":0},{"value":369},{"value":6149992448},{"value":0},{"value":53721099120},{"value":53731578368},{"value":0},{"value":12297829382473034411},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5056404644},"cpsr":{"value":1610616832},"fp":{"value":6149991808},"sp":{"value":6149991728},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6475357096},"far":{"value":0}},"frames":[


{"imageOffset":52136,"symbol":    "kevent64"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":84335780,"imageIndex":55},
{"imageOffset":84335344,"imageIndex":55},
{"imageOffset":83899364,"imageIndex":55},
{"imageOffset":83592152,"imageIndex":55},
{"imageOffset":84063784,"imageIndex":55},
{"imageOffset":83956196,"imageIndex":55},
{"imageOffset":84064184,"imageIndex":55},
{"imageOffset":84175948,"imageIndex":55},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}]},{"id":3572445,"name":"ThreadPoolForegroundWorker",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":197924977901568},{"value":0},{"value":197924977901568},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":46083},{"value":0},{"value":18446744073709551569},{"value":42703225195},{"value":0},{"value":0},{"value":32},{"value":197924977901568},{"value":0},{"value":197924977901568},{"value":17179869186},{"value":6158413024},{"value":0},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6475384180},"cpsr":{"value":4096},"fp":{"value":6158412368},"sp":{"value":6158412288},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6475308084},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":107},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":107},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":107},
{"imageOffset":84291672,"imageIndex":55},
{"imageOffset":83741660,"imageIndex":55},
{"imageOffset":84006264,"imageIndex":55},
{"imageOffset":84008924,"imageIndex":55},
{"imageOffset":84008092,"imageIndex":55},
{"imageOffset":84007820,"imageIndex":55},
{"imageOffset":84175948,"imageIndex":55},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}]},{"id":3572446,"name":"ThreadPoolBackgroundWorker",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":199024489529344},{"value":0},{"value":199024489529344},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":46339},{"value":0},{"value":18446744073709551569},{"value":53748125696},{"value":0},{"value":0},{"value":32},{"value":199024489529344},{"value":0},{"value":199024489529344},{"value":17179869186},{"value":6166834400},{"value":0},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6475384180},"cpsr":{"value":4096},"fp":{"value":6166833744},"sp":{"value":6166833664},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6475308084},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":107},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":107},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":107},
{"imageOffset":84291672,"imageIndex":55},
{"imageOffset":83741660,"imageIndex":55},
{"imageOffset":84006264,"imageIndex":55},
{"imageOffset":84008924,"imageIndex":55},
{"imageOffset":84007960,"imageIndex":55},
{"imageOffset":84007868,"imageIndex":55},
{"imageOffset":84175948,"imageIndex":55},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}]},{"id":3572447,"name":"ThreadPoolForegroundWorker",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":202323024412672},{"value":0},{"value":202323024412672},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":47107},{"value":0},{"value":18446744073709551569},{"value":42614129664},{"value":0},{"value":0},{"value":32},{"value":202323024412672},{"value":0},{"value":202323024412672},{"value":17179869186},{"value":6175255776},{"value":0},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6475384180},"cpsr":{"value":4096},"fp":{"value":6175255120},"sp":{"value":6175255040},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6475308084},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":107},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":107},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":107},
{"imageOffset":84291672,"imageIndex":55},
{"imageOffset":83741660,"imageIndex":55},
{"imageOffset":84006264,"imageIndex":55},
{"imageOffset":84008924,"imageIndex":55},
{"imageOffset":84008092,"imageIndex":55},
{"imageOffset":84007820,"imageIndex":55},
{"imageOffset":84175948,"imageIndex":55},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}]},{"id":3572448,"name":"Chrome_IOThread",

"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":53771043776},{"value":2},{"value":0},{"value":0},{"value":5164675956},{"value":0},{"value":0},{"value":2},{"value":56},{"value":5164672509},{"value":5164672509},{"value":0},{"value":0},{"value":369},{"value":6183677952},{"value":0},{"value":53721098480},{"value":53731579520},{"value":0},{"value":12297829382473034411},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5056404644},"cpsr":{"value":1610616832},"fp":{"value":6183677296},"sp":{"value":6183677216},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6475357096},"far":{"value":0}},"frames":[


{"imageOffset":52136,"symbol":    "kevent64"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":84335780,"imageIndex":55},
{"imageOffset":84335344,"imageIndex":55},
{"imageOffset":83899364,"imageIndex":55},
{"imageOffset":83592152,"imageIndex":55},
{"imageOffset":84063784,"imageIndex":55},
{"imageOffset":53605052,"imageIndex":55},
{"imageOffset":84064184,"imageIndex":55},
{"imageOffset":84175948,"imageIndex":55},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}]},{"id":3572449,"name":"MemoryInfra",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":257298605801472},{"value":0},{"value":257298605801472},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":59907},{"value":0},{"value":18446744073709551569},{"value":6192099328},{"value":0},{"value":0},{"value":32},{"value":257298605801472},{"value":0},{"value":257298605801472},{"value":17179869186},{"value":6192098288},{"value":0},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6475384180},"cpsr":{"value":4096},"fp":{"value":6192097632},"sp":{"value":6192097552},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6475308084},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":107},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":107},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":107},
{"imageOffset":84291672,"imageIndex":55},
{"imageOffset":83741660,"imageIndex":55},
{"imageOffset":83741516,"imageIndex":55},
{"imageOffset":83356920,"imageIndex":55},
{"imageOffset":83899364,"imageIndex":55},
{"imageOffset":83592152,"imageIndex":55},
{"imageOffset":84063784,"imageIndex":55},
{"imageOffset":84064184,"imageIndex":55},
{"imageOffset":84175948,"imageIndex":55},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}]},{"id":3572450,"name":"NetworkConfigWatcher",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":254000070918144},{"value":0},{"value":254000070918144},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":59139},{"value":0},{"value":18446744073709551569},{"value":6200520704},{"value":0},{"value":0},{"value":32},{"value":254000070918144},{"value":0},{"value":254000070918144},{"value":17179869186},{"value":6200519664},{"value":0},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6475384180},"cpsr":{"value":4096},"fp":{"value":6200519008},"sp":{"value":6200518928},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6475308084},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":107},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":107},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":107},
{"imageOffset":84291672,"imageIndex":55},
{"imageOffset":83741660,"imageIndex":55},
{"imageOffset":83741516,"imageIndex":55},
{"imageOffset":83356920,"imageIndex":55},
{"imageOffset":83899364,"imageIndex":55},
{"imageOffset":83592152,"imageIndex":55},
{"imageOffset":84063784,"imageIndex":55},
{"imageOffset":84064184,"imageIndex":55},
{"imageOffset":84175948,"imageIndex":55},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}]},{"id":3572451,"name":"ThreadPoolForegroundWorker",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":251801047662592},{"value":0},{"value":251801047662592},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":58627},{"value":0},{"value":18446744073709551569},{"value":167773184},{"value":0},{"value":0},{"value":32},{"value":251801047662592},{"value":0},{"value":251801047662592},{"value":17179869186},{"value":6208941280},{"value":0},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6475384180},"cpsr":{"value":4096},"fp":{"value":6208940624},"sp":{"value":6208940544},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6475308084},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":107},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":107},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":107},
{"imageOffset":84291672,"imageIndex":55},
{"imageOffset":83741660,"imageIndex":55},
{"imageOffset":84006264,"imageIndex":55},
{"imageOffset":84008924,"imageIndex":55},
{"imageOffset":84008092,"imageIndex":55},
{"imageOffset":84007820,"imageIndex":55},
{"imageOffset":84175948,"imageIndex":55},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}]},{"id":3572452,"name":"Chrome_InProcGpuThread",

"threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592,"objc-selector":""},{"value":243004954640384},{"value":2181299200},{"value":243004954640384},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":56579},{"value":0},{"value":18446744073709551569},{"value":8312420112},{"value":0},{"value":4294967295},{"value":2},{"value":243004954640384},{"value":2181299200},{"value":243004954640384},{"value":21592279046},{"value":6217358888},{"value":8589934592,"objc-selector":""},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6475384180},"cpsr":{"value":4096},"fp":{"value":6217358736},"sp":{"value":6217358656},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6475308084},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":107},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":107},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":107},
{"imageOffset":516312,"symbol":    "__CFRunLoopServiceMachPort"					,"symbolLocation":160,"imageIndex":117},
{"imageOffset":510404,"symbol":    "__CFRunLoopRun"					,"symbolLocation":1188,"imageIndex":117},
{"imageOffset":1372612,"symbol":    "_CFRunLoopRunSpecificWithOptions"					,"symbolLocation":532,"imageIndex":117},
{"imageOffset":367428,"symbol":    "-[NSRunLoop(NSRunLoop) runMode:beforeDate:]"					,"symbolLocation":212,"imageIndex":112},
{"imageOffset":84561764,"imageIndex":55},
{"imageOffset":84556424,"imageIndex":55},
{"imageOffset":83899364,"imageIndex":55},
{"imageOffset":83592152,"imageIndex":55},
{"imageOffset":84063784,"imageIndex":55},
{"imageOffset":84064184,"imageIndex":55},
{"imageOffset":84175948,"imageIndex":55},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}]},{"id":3572453,"name":"Chrome_ChildIOThread",

"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":53724915984},{"value":1},{"value":0},{"value":0},{"value":5164675956},{"value":0},{"value":0},{"value":1},{"value":56},{"value":5164672509},{"value":5164672509},{"value":0},{"value":0},{"value":369},{"value":6225784832},{"value":0},{"value":53721103600},{"value":53731580672},{"value":0},{"value":12297829382473034411},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5056404644},"cpsr":{"value":1610616832},"fp":{"value":6225784144},"sp":{"value":6225784064},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6475357096},"far":{"value":0}},"frames":[


{"imageOffset":52136,"symbol":    "kevent64"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":84335780,"imageIndex":55},
{"imageOffset":84335344,"imageIndex":55},
{"imageOffset":83899364,"imageIndex":55},
{"imageOffset":83592152,"imageIndex":55},
{"imageOffset":84063784,"imageIndex":55},
{"imageOffset":130465432,"imageIndex":55},
{"imageOffset":84064184,"imageIndex":55},
{"imageOffset":84175948,"imageIndex":55},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}]},{"id":3572454,"name":"CompositorTileWorker1",

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":161},{"value":0},{"value":0},{"value":6234205768},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8312418232},{"value":0},{"value":53731581080},{"value":53731581208},{"value":6234206432},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6475587880},"cpsr":{"value":1610616832},"fp":{"value":6234205888},"sp":{"value":6234205744},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6475322636},"far":{"value":0}},"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":108},
{"imageOffset":84172932,"imageIndex":55},
{"imageOffset":120601064,"imageIndex":55},
{"imageOffset":84175948,"imageIndex":55},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}]},{"id":3572455,"name":"VizCompositorThread",

"threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592,"objc-selector":""},{"value":282587373240320},{"value":0},{"value":282587373240320},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":65795},{"value":0},{"value":18446744073709551569},{"value":8312420112},{"value":0},{"value":4294967295},{"value":2},{"value":282587373240320},{"value":0},{"value":282587373240320},{"value":21592279046},{"value":6242623016},{"value":8589934592,"objc-selector":""},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6475384180},"cpsr":{"value":4096},"fp":{"value":6242622864},"sp":{"value":6242622784},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6475308084},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":107},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":107},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":107},
{"imageOffset":516312,"symbol":    "__CFRunLoopServiceMachPort"					,"symbolLocation":160,"imageIndex":117},
{"imageOffset":510404,"symbol":    "__CFRunLoopRun"					,"symbolLocation":1188,"imageIndex":117},
{"imageOffset":1372612,"symbol":    "_CFRunLoopRunSpecificWithOptions"					,"symbolLocation":532,"imageIndex":117},
{"imageOffset":367428,"symbol":    "-[NSRunLoop(NSRunLoop) runMode:beforeDate:]"					,"symbolLocation":212,"imageIndex":112},
{"imageOffset":84561764,"imageIndex":55},
{"imageOffset":84556424,"imageIndex":55},
{"imageOffset":83899364,"imageIndex":55},
{"imageOffset":83592152,"imageIndex":55},
{"imageOffset":84063784,"imageIndex":55},
{"imageOffset":84064184,"imageIndex":55},
{"imageOffset":84175948,"imageIndex":55},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}]},{"id":3572456,"name":"NetworkConfigWatcher",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":371647815090176},{"value":0},{"value":371647815090176},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":86531},{"value":0},{"value":18446744073709551569},{"value":6251048960},{"value":0},{"value":0},{"value":32},{"value":371647815090176},{"value":0},{"value":371647815090176},{"value":17179869186},{"value":6251047920},{"value":0},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6475384180},"cpsr":{"value":4096},"fp":{"value":6251047264},"sp":{"value":6251047184},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6475308084},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":107},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":107},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":107},
{"imageOffset":84291672,"imageIndex":55},
{"imageOffset":83741660,"imageIndex":55},
{"imageOffset":83741516,"imageIndex":55},
{"imageOffset":83356920,"imageIndex":55},
{"imageOffset":83899364,"imageIndex":55},
{"imageOffset":83592152,"imageIndex":55},
{"imageOffset":84063784,"imageIndex":55},
{"imageOffset":84064184,"imageIndex":55},
{"imageOffset":84175948,"imageIndex":55},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}]},{"id":3572463,"name":"NetworkService",

"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":53728296128},{"value":1},{"value":0},{"value":0},{"value":5164675956},{"value":0},{"value":0},{"value":588},{"value":183603402250},{"value":5164672509},{"value":5164672509},{"value":0},{"value":0},{"value":369},{"value":6259470336},{"value":0},{"value":53728848752},{"value":53731583744},{"value":0},{"value":12297829382473034411},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5056404644},"cpsr":{"value":1610616832},"fp":{"value":6259469728},"sp":{"value":6259469648},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6475357096},"far":{"value":0}},"frames":[


{"imageOffset":52136,"symbol":    "kevent64"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":84335780,"imageIndex":55},
{"imageOffset":84335344,"imageIndex":55},
{"imageOffset":83899364,"imageIndex":55},
{"imageOffset":83592152,"imageIndex":55},
{"imageOffset":84063784,"imageIndex":55},
{"imageOffset":84064184,"imageIndex":55},
{"imageOffset":84175948,"imageIndex":55},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}]},{"id":3572464,"name":"NetworkNotificationThreadMac",

"threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592,"objc-selector":""},{"value":293582489518080},{"value":0},{"value":293582489518080},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":68355},{"value":0},{"value":18446744073709551569},{"value":8312420112},{"value":0},{"value":4294967295},{"value":2},{"value":293582489518080},{"value":0},{"value":293582489518080},{"value":21592279046},{"value":6267887144},{"value":8589934592,"objc-selector":""},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6475384180},"cpsr":{"value":4096},"fp":{"value":6267886992},"sp":{"value":6267886912},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6475308084},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":107},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":107},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":107},
{"imageOffset":516312,"symbol":    "__CFRunLoopServiceMachPort"					,"symbolLocation":160,"imageIndex":117},
{"imageOffset":510404,"symbol":    "__CFRunLoopRun"					,"symbolLocation":1188,"imageIndex":117},
{"imageOffset":1372612,"symbol":    "_CFRunLoopRunSpecificWithOptions"					,"symbolLocation":532,"imageIndex":117},
{"imageOffset":367428,"symbol":    "-[NSRunLoop(NSRunLoop) runMode:beforeDate:]"					,"symbolLocation":212,"imageIndex":112},
{"imageOffset":84561764,"imageIndex":55},
{"imageOffset":84556424,"imageIndex":55},
{"imageOffset":83899364,"imageIndex":55},
{"imageOffset":83592152,"imageIndex":55},
{"imageOffset":84063784,"imageIndex":55},
{"imageOffset":84064184,"imageIndex":55},
{"imageOffset":84175948,"imageIndex":55},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}]},{"id":3572465,"name":"NetworkConfigWatcher",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":361752210440192},{"value":0},{"value":361752210440192},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":84227},{"value":0},{"value":18446744073709551569},{"value":6276313088},{"value":0},{"value":0},{"value":32},{"value":361752210440192},{"value":0},{"value":361752210440192},{"value":17179869186},{"value":6276312048},{"value":0},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6475384180},"cpsr":{"value":4096},"fp":{"value":6276311392},"sp":{"value":6276311312},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6475308084},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":107},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":107},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":107},
{"imageOffset":84291672,"imageIndex":55},
{"imageOffset":83741660,"imageIndex":55},
{"imageOffset":83741516,"imageIndex":55},
{"imageOffset":83356920,"imageIndex":55},
{"imageOffset":83899364,"imageIndex":55},
{"imageOffset":83592152,"imageIndex":55},
{"imageOffset":84063784,"imageIndex":55},
{"imageOffset":84064184,"imageIndex":55},
{"imageOffset":84175948,"imageIndex":55},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}]},{"id":3572472,"name":"ThreadPoolSingleThreadForegroundBlocking0",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":356254652301312},{"value":0},{"value":356254652301312},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":82947},{"value":0},{"value":18446744073709551569},{"value":570492948},{"value":0},{"value":0},{"value":32},{"value":356254652301312},{"value":0},{"value":356254652301312},{"value":17179869186},{"value":6284733664},{"value":0},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6475384180},"cpsr":{"value":4096},"fp":{"value":6284733008},"sp":{"value":6284732928},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6475308084},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":107},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":107},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":107},
{"imageOffset":84291672,"imageIndex":55},
{"imageOffset":83741660,"imageIndex":55},
{"imageOffset":84006264,"imageIndex":55},
{"imageOffset":84008924,"imageIndex":55},
{"imageOffset":84008180,"imageIndex":55},
{"imageOffset":84007880,"imageIndex":55},
{"imageOffset":84175948,"imageIndex":55},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}]},{"id":3572496,"name":"NetworkConfigWatcher",

"threadState":{"x":[{"value":268451845},{"value":17179869442},{"value":0},{"value":381543419740160},{"value":0},{"value":381543419740160},{"value":32},{"value":1000},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":88835},{"value":0},{"value":18446744073709551569},{"value":6293155840},{"value":0},{"value":1000},{"value":32},{"value":381543419740160},{"value":0},{"value":381543419740160},{"value":17179870466},{"value":6293154816},{"value":0},{"value":18446744073709550527},{"value":1282}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6475384180},"cpsr":{"value":4096},"fp":{"value":6293154160},"sp":{"value":6293154080},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6475308084},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":107},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":107},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":107},
{"imageOffset":84291672,"imageIndex":55},
{"imageOffset":83741660,"imageIndex":55},
{"imageOffset":83357188,"imageIndex":55},
{"imageOffset":83899364,"imageIndex":55},
{"imageOffset":83592152,"imageIndex":55},
{"imageOffset":84063784,"imageIndex":55},
{"imageOffset":84064184,"imageIndex":55},
{"imageOffset":84175948,"imageIndex":55},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}]},{"id":3572498,"name":"Thread (pooled)",

"threadState":{"x":[{"value":260},{"value":0},{"value":256},{"value":0},{"value":0},{"value":160},{"value":29},{"value":999998000},{"value":6293728600},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8312418232},{"value":0},{"value":53774077952},{"value":53774078016},{"value":6293729504},{"value":999998000},{"value":29},{"value":256},{"value":257},{"value":512},{"value":18446744072709551616},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6475587880},"cpsr":{"value":1610616832},"fp":{"value":6293728720},"sp":{"value":6293728576},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6475322636},"far":{"value":0}},"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":108},
{"imageOffset":2327884,"imageIndex":45},
{"imageOffset":2327516,"symbol":    "QWaitCondition::wait(QMutex*, QDeadlineTimer)"					,"symbolLocation":108,"imageIndex":45},
{"imageOffset":1655384,"imageIndex":45},
{"imageOffset":2292012,"imageIndex":45},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}]},{"id":3572499,"name":"Thread (pooled)",

"threadState":{"x":[{"value":260},{"value":0},{"value":512},{"value":0},{"value":0},{"value":160},{"value":29},{"value":999998000},{"value":6294302040},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8312418232},{"value":0},{"value":53774078336},{"value":53774078400},{"value":6294302944},{"value":999998000},{"value":29},{"value":512},{"value":513},{"value":768},{"value":18446744072709551616},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6475587880},"cpsr":{"value":1610616832},"fp":{"value":6294302160},"sp":{"value":6294302016},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6475322636},"far":{"value":0}},"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":108},
{"imageOffset":2327884,"imageIndex":45},
{"imageOffset":2327516,"symbol":    "QWaitCondition::wait(QMutex*, QDeadlineTimer)"					,"symbolLocation":108,"imageIndex":45},
{"imageOffset":1655384,"imageIndex":45},
{"imageOffset":2292012,"imageIndex":45},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}]},{"id":3572500,"name":"Thread (pooled)",

"threadState":{"x":[{"value":260},{"value":0},{"value":256},{"value":0},{"value":0},{"value":160},{"value":29},{"value":999999000},{"value":6294875480},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8312418232},{"value":0},{"value":53774078720},{"value":53774078784},{"value":6294876384},{"value":999999000},{"value":29},{"value":256},{"value":257},{"value":512},{"value":18446744072709551616},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6475587880},"cpsr":{"value":1610616832},"fp":{"value":6294875600},"sp":{"value":6294875456},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6475322636},"far":{"value":0}},"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":108},
{"imageOffset":2327884,"imageIndex":45},
{"imageOffset":2327516,"symbol":    "QWaitCondition::wait(QMutex*, QDeadlineTimer)"					,"symbolLocation":108,"imageIndex":45},
{"imageOffset":1655384,"imageIndex":45},
{"imageOffset":2292012,"imageIndex":45},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}]},{"id":3572501,"name":"Thread (pooled)",

"threadState":{"x":[{"value":260},{"value":0},{"value":512},{"value":0},{"value":0},{"value":160},{"value":29},{"value":999998000},{"value":6295448920},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8312418232},{"value":0},{"value":53774079104},{"value":53774079168},{"value":6295449824},{"value":999998000},{"value":29},{"value":512},{"value":513},{"value":768},{"value":18446744072709551616},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6475587880},"cpsr":{"value":1610616832},"fp":{"value":6295449040},"sp":{"value":6295448896},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6475322636},"far":{"value":0}},"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":107},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":108},
{"imageOffset":2327884,"imageIndex":45},
{"imageOffset":2327516,"symbol":    "QWaitCondition::wait(QMutex*, QDeadlineTimer)"					,"symbolLocation":108,"imageIndex":45},
{"imageOffset":1655384,"imageIndex":45},
{"imageOffset":2292012,"imageIndex":45},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":108},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":108}]}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4333895680,
    "CFBundleShortVersionString" : "1.12.0",
    "CFBundleIdentifier" : "edu.ucsf.cgl.ChimeraX",
    "size" : 16384,
    "uuid" : "544eb719-b770-3601-b425-1ceb237637ac",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/MacOS\/ChimeraX",
    "name" : "ChimeraX",
    "CFBundleVersion" : "1.12.0.0"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4351279104,
    "CFBundleShortVersionString" : "3.11.9, (c) 2001-2023 Python Software Foundation.",
    "CFBundleIdentifier" : "org.python.python",
    "size" : 3981312,
    "uuid" : "5662657e-7928-39be-8954-d582f8f34d51",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/Python",
    "name" : "Python",
    "CFBundleVersion" : "3.11.9"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4336418816,
    "size" : 49152,
    "uuid" : "29c3ec8a-19d4-363b-a6d9-9c2abec94f03",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/math.cpython-311-darwin.so",
    "name" : "math.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4336156672,
    "size" : 81920,
    "uuid" : "4dbedf5d-0596-39ea-b10e-f25d3a6c8cfb",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_datetime.cpython-311-darwin.so",
    "name" : "_datetime.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4336336896,
    "size" : 16384,
    "uuid" : "4b805031-de4f-3814-b939-e5cb2842c3e6",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_typing.cpython-311-darwin.so",
    "name" : "_typing.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4348788736,
    "size" : 32768,
    "uuid" : "78e93840-6aa2-3e12-88b1-3d140c86db21",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/zlib.cpython-311-darwin.so",
    "name" : "zlib.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4339957760,
    "size" : 16384,
    "uuid" : "76d59f87-05bd-3453-988f-6a1d92e48d0b",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_bz2.cpython-311-darwin.so",
    "name" : "_bz2.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4349493248,
    "size" : 196608,
    "uuid" : "aa0512bd-866a-3f89-a0b1-370c93044c89",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_lzma.cpython-311-darwin.so",
    "name" : "_lzma.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4348903424,
    "size" : 16384,
    "uuid" : "1701fe90-bec8-3df9-af49-24e174fdc9fc",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_bisect.cpython-311-darwin.so",
    "name" : "_bisect.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4348985344,
    "size" : 16384,
    "uuid" : "66c350e7-dd50-30e7-9149-bd34d073a97b",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_random.cpython-311-darwin.so",
    "name" : "_random.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4339793920,
    "size" : 16384,
    "uuid" : "2eddec17-84f0-384f-badb-24bd02d808c9",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_sha512.cpython-311-darwin.so",
    "name" : "_sha512.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4349263872,
    "size" : 32768,
    "uuid" : "b942d9ac-2a05-30f3-90ef-07a312233107",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/binascii.cpython-311-darwin.so",
    "name" : "binascii.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4349067264,
    "size" : 32768,
    "uuid" : "2a9c55d5-61e3-3c08-afe7-a90f29fb3885",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_struct.cpython-311-darwin.so",
    "name" : "_struct.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4339875840,
    "size" : 16384,
    "uuid" : "4d6fbc3b-cd0b-392c-9f1c-9ff89288e939",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/fcntl.cpython-311-darwin.so",
    "name" : "fcntl.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4349181952,
    "size" : 16384,
    "uuid" : "3a00fdd3-8009-389a-b150-0f692c95822f",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_posixsubprocess.cpython-311-darwin.so",
    "name" : "_posixsubprocess.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4349362176,
    "size" : 32768,
    "uuid" : "4c0501e5-d7a1-34d7-aa7c-75dfe924b268",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/select.cpython-311-darwin.so",
    "name" : "select.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4350967808,
    "size" : 16384,
    "uuid" : "ae628c4c-2d19-3414-94c3-7c0ba601755d",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/arrays\/_arrays.cpython-311-darwin.so",
    "name" : "_arrays.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4427563008,
    "size" : 540672,
    "uuid" : "5f2eb0b5-6fca-3b9a-8a6e-dcdb796e9fc4",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/arrays\/lib\/libarrays.dylib",
    "name" : "libarrays.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4437032960,
    "size" : 2670592,
    "uuid" : "744b099b-9156-3efd-95ee-949f9bec068e",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/core\/_multiarray_umath.cpython-311-darwin.so",
    "name" : "_multiarray_umath.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4533043200,
    "size" : 21299200,
    "uuid" : "9854a721-2573-3169-81ec-19ea40ce8077",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/.dylibs\/libopenblas64_.0.dylib",
    "name" : "libopenblas64_.0.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4428251136,
    "size" : 3522560,
    "uuid" : "dd0e012a-b6de-31b1-a28e-260c7b51e595",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/.dylibs\/libgfortran.5.dylib",
    "name" : "libgfortran.5.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4426842112,
    "size" : 311296,
    "uuid" : "6d39d54b-d80e-3218-a095-b81ad0b3be90",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/.dylibs\/libquadmath.0.dylib",
    "name" : "libquadmath.0.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4351049728,
    "size" : 65536,
    "uuid" : "d9875303-8f38-33d9-a0d3-ab0adff3b915",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/.dylibs\/libgcc_s.1.1.dylib",
    "name" : "libgcc_s.1.1.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4427218944,
    "size" : 98304,
    "uuid" : "a262ab27-9e1b-3b52-9b2f-1c173bcac7f9",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_pickle.cpython-311-darwin.so",
    "name" : "_pickle.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4350836736,
    "size" : 16384,
    "uuid" : "dd2e6975-e10c-3bf3-9bb5-95cfb3c5d91e",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_contextvars.cpython-311-darwin.so",
    "name" : "_contextvars.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4427399168,
    "size" : 65536,
    "uuid" : "340d4f4e-8cd4-3e24-9215-eb9235031bd3",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/core\/_multiarray_tests.cpython-311-darwin.so",
    "name" : "_multiarray_tests.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4434460672,
    "size" : 81920,
    "uuid" : "1288fa0d-7e49-3d72-a33f-338b00fa673f",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_ctypes.cpython-311-darwin.so",
    "name" : "_ctypes.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4434067456,
    "size" : 98304,
    "uuid" : "09f94631-f551-3559-ba88-aff49917d8fe",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/linalg\/_umath_linalg.cpython-311-darwin.so",
    "name" : "_umath_linalg.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4434247680,
    "size" : 65536,
    "uuid" : "7b5335ce-92a1-3ae2-bde0-0e5d5641b2c9",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/fft\/_pocketfft_internal.cpython-311-darwin.so",
    "name" : "_pocketfft_internal.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4435705856,
    "size" : 622592,
    "uuid" : "05ddaab9-9d7f-3317-a3c4-5e9936fe3ceb",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/mtrand.cpython-311-darwin.so",
    "name" : "mtrand.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4507467776,
    "size" : 147456,
    "uuid" : "377e255e-f9a4-3173-8265-a899000c5d0f",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/bit_generator.cpython-311-darwin.so",
    "name" : "bit_generator.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4507697152,
    "size" : 196608,
    "uuid" : "8590d52a-d755-3ffd-8f68-f9cb638359fc",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_common.cpython-311-darwin.so",
    "name" : "_common.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4436672512,
    "size" : 32768,
    "uuid" : "473ca62c-10c9-3a36-9a61-5ab9a1b7d0ba",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_hashlib.cpython-311-darwin.so",
    "name" : "_hashlib.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4515872768,
    "size" : 2473984,
    "uuid" : "b85d21fc-4c7a-37e4-ad24-9b0d20177f55",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/libcrypto.3.dylib",
    "name" : "libcrypto.3.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4436787200,
    "size" : 32768,
    "uuid" : "6781c716-85bc-3dcc-b059-b59077dd4059",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_blake2.cpython-311-darwin.so",
    "name" : "_blake2.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4508827648,
    "size" : 311296,
    "uuid" : "0033ea49-a161-3564-b09e-6a6c3b902698",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_bounded_integers.cpython-311-darwin.so",
    "name" : "_bounded_integers.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4436443136,
    "size" : 65536,
    "uuid" : "7dab4595-a351-3061-861b-c426baee85b3",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_mt19937.cpython-311-darwin.so",
    "name" : "_mt19937.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4436885504,
    "size" : 65536,
    "uuid" : "d3035eea-ed0e-398a-afbe-f9a8016701db",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_philox.cpython-311-darwin.so",
    "name" : "_philox.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4508303360,
    "size" : 81920,
    "uuid" : "35fb9307-f991-3159-86db-21f6c67b9198",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_pcg64.cpython-311-darwin.so",
    "name" : "_pcg64.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4508467200,
    "size" : 49152,
    "uuid" : "17a4344b-3221-36c4-9019-53cc1223e124",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_sfc64.cpython-311-darwin.so",
    "name" : "_sfc64.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4512038912,
    "size" : 737280,
    "uuid" : "49451e8a-e3c8-3429-83d8-249e81e378cd",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_generator.cpython-311-darwin.so",
    "name" : "_generator.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4351197184,
    "size" : 16384,
    "uuid" : "e1984258-3aba-3351-9b97-6cc398e29690",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_opcode.cpython-311-darwin.so",
    "name" : "_opcode.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4507975680,
    "size" : 114688,
    "uuid" : "7a1de064-20e5-39d6-86f7-50935db3043e",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/geometry\/_geometry.cpython-311-darwin.so",
    "name" : "_geometry.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4508188672,
    "size" : 32768,
    "uuid" : "d8396ecd-b388-3762-afa8-2befbe9b0f1e",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_json.cpython-311-darwin.so",
    "name" : "_json.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4528816128,
    "size" : 1900544,
    "uuid" : "ec3c35cc-39fe-3295-bae0-4656804236b6",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtCore.abi3.so",
    "name" : "QtCore.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4520542208,
    "size" : 4997120,
    "uuid" : "e466a732-59fd-3389-a648-6755c7a11779",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtCore.framework\/Versions\/A\/QtCore",
    "name" : "QtCore"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4508581888,
    "size" : 81920,
    "uuid" : "b862c442-bbb5-36a7-a739-ce267baddfb1",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/sip.cpython-311-darwin.so",
    "name" : "sip.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4824825856,
    "size" : 3129344,
    "uuid" : "66b0f07a-d12c-3d6f-869d-9f9e10ca932f",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtWidgets.abi3.so",
    "name" : "QtWidgets.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4963876864,
    "size" : 4636672,
    "uuid" : "8b9e7348-1a3a-3c83-b96e-dee2c157d019",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtWidgets.framework\/Versions\/A\/QtWidgets",
    "name" : "QtWidgets"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4951179264,
    "size" : 7094272,
    "uuid" : "53b05af4-58bf-3c19-970e-d4d7ea26e175",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtGui.framework\/Versions\/A\/QtGui",
    "name" : "QtGui"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4527915008,
    "size" : 557056,
    "uuid" : "4b88f97c-cb47-32e5-9d60-db9403f74fbe",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtDBus.framework\/Versions\/A\/QtDBus",
    "name" : "QtDBus"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4959633408,
    "size" : 1622016,
    "uuid" : "7edb6695-d165-31a3-97c5-caa97ba1ac02",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtGui.abi3.so",
    "name" : "QtGui.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4515250176,
    "size" : 81920,
    "uuid" : "c55978be-8b1a-3b50-ad86-5cb8bd4f53f3",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtWebEngineWidgets.abi3.so",
    "name" : "QtWebEngineWidgets.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4515430400,
    "size" : 98304,
    "uuid" : "4351f3fa-7a0e-3649-983c-0ed4ab7e8772",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtWebEngineWidgets.framework\/Versions\/A\/QtWebEngineWidgets",
    "name" : "QtWebEngineWidgets"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4831330304,
    "size" : 278528,
    "uuid" : "b3bd9f53-6bae-3fcc-bf32-01833d254b17",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtPrintSupport.framework\/Versions\/A\/QtPrintSupport",
    "name" : "QtPrintSupport"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4972068864,
    "size" : 196116480,
    "uuid" : "995a5864-6374-3cc3-858d-727e887360c4",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtWebEngineCore.framework\/Versions\/A\/QtWebEngineCore",
    "name" : "QtWebEngineCore"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5212307456,
    "size" : 4407296,
    "uuid" : "bf879ca0-d014-39d6-b7f6-a26000eb9bba",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtQuick.framework\/Versions\/A\/QtQuick",
    "name" : "QtQuick"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4963123200,
    "size" : 425984,
    "uuid" : "3add0700-8733-3c7e-b203-af1dc88da330",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtOpenGL.framework\/Versions\/A\/QtOpenGL",
    "name" : "QtOpenGL"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4515659776,
    "size" : 98304,
    "uuid" : "c960974b-06bf-3493-ba37-58c181a98ba2",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtQmlMeta.framework\/Versions\/A\/QtQmlMeta",
    "name" : "QtQmlMeta"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5201805312,
    "size" : 704512,
    "uuid" : "9bf3908e-bd3e-38f9-b853-67643b758c01",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtQmlModels.framework\/Versions\/A\/QtQmlModels",
    "name" : "QtQmlModels"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4511825920,
    "size" : 49152,
    "uuid" : "6e6da0c0-c299-358e-8c22-24dfb21865ed",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtQmlWorkerScript.framework\/Versions\/A\/QtQmlWorkerScript",
    "name" : "QtQmlWorkerScript"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4527505408,
    "size" : 180224,
    "uuid" : "257e25a5-ca66-3764-9efc-852023532211",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtWebChannel.framework\/Versions\/A\/QtWebChannel",
    "name" : "QtWebChannel"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5202755584,
    "size" : 3932160,
    "uuid" : "2c285a8f-9c08-3ead-b712-e0695febad69",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtQml.framework\/Versions\/A\/QtQml",
    "name" : "QtQml"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5199839232,
    "size" : 1277952,
    "uuid" : "d7b6fdc3-d644-328c-ad41-d3f2701e0394",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtNetwork.framework\/Versions\/A\/QtNetwork",
    "name" : "QtNetwork"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5208735744,
    "size" : 425984,
    "uuid" : "6c4bcf98-d9a3-3ccd-9a18-285f40aed120",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtPositioning.framework\/Versions\/A\/QtPositioning",
    "name" : "QtPositioning"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4511580160,
    "size" : 81920,
    "uuid" : "bf76367b-7d6a-3b0f-86bf-5d6e715f5f0d",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtQuickWidgets.framework\/Versions\/A\/QtQuickWidgets",
    "name" : "QtQuickWidgets"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5218287616,
    "size" : 573440,
    "uuid" : "7c6e8877-5d41-3c91-b218-5815379aa2d1",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtNetwork.abi3.so",
    "name" : "QtNetwork.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5208244224,
    "size" : 163840,
    "uuid" : "2c37e568-4bf1-3ad9-ba7f-f6338576e432",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtPrintSupport.abi3.so",
    "name" : "QtPrintSupport.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4514988032,
    "size" : 32768,
    "uuid" : "3568d025-715d-384f-97c4-3f89df18a5fd",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtWebChannel.abi3.so",
    "name" : "QtWebChannel.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5210865664,
    "size" : 294912,
    "uuid" : "104a4674-4e41-3123-b060-7cb8b9e211da",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtWebEngineCore.abi3.so",
    "name" : "QtWebEngineCore.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5221580800,
    "size" : 704512,
    "uuid" : "631d7b2a-437a-38f3-8105-b58ab69238a9",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/platforms\/libqcocoa.dylib",
    "name" : "libqcocoa.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 5201690624,
    "size" : 49152,
    "uuid" : "ca58aa96-b997-3a6d-9132-19d49be4b3e9",
    "path" : "\/usr\/lib\/libobjc-trampolines.dylib",
    "name" : "libobjc-trampolines.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5221171200,
    "size" : 147456,
    "uuid" : "ad97ba5a-ee5d-3dae-92c9-95531e31f059",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/styles\/libqmacstyle.dylib",
    "name" : "libqmacstyle.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5208604672,
    "size" : 16384,
    "uuid" : "35d693c5-c61b-308a-974c-b88655915dcd",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_heapq.cpython-311-darwin.so",
    "name" : "_heapq.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5210685440,
    "size" : 65536,
    "uuid" : "3454571c-408b-34e5-9bae-96f393e4fb85",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_socket.cpython-311-darwin.so",
    "name" : "_socket.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5211914240,
    "size" : 49152,
    "uuid" : "9c6afc97-732b-3225-b6e4-d3cd90218697",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/array.cpython-311-darwin.so",
    "name" : "array.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5211652096,
    "size" : 114688,
    "uuid" : "99cf2bb1-f289-37d8-8b78-138157aa59f7",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_ssl.cpython-311-darwin.so",
    "name" : "_ssl.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5276712960,
    "size" : 409600,
    "uuid" : "ae09de6b-222a-3004-b8cd-719ba8f2af8f",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/libssl.3.dylib",
    "name" : "libssl.3.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5212045312,
    "size" : 49152,
    "uuid" : "0ab9ddb4-499f-3422-b288-c7314c99c753",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_asyncio.cpython-311-darwin.so",
    "name" : "_asyncio.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5212192768,
    "size" : 16384,
    "uuid" : "f22536c7-ed16-3185-afcb-d09d2bc239be",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic_lib\/_load_libs.cpython-311-darwin.so",
    "name" : "_load_libs.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5283872768,
    "size" : 1130496,
    "uuid" : "f1ab5c03-79f1-3499-be98-3bf35af17eaa",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic_lib\/lib\/libatomstruct.dylib",
    "name" : "libatomstruct.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5221433344,
    "size" : 32768,
    "uuid" : "4fc4aa83-0cf9-383c-b58d-b34a932cc910",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic_lib\/lib\/libelement.dylib",
    "name" : "libelement.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5276581888,
    "size" : 16384,
    "uuid" : "6145c5ed-2d05-31d5-8d96-d242c53dbbe5",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic_lib\/lib\/libpyinstance.dylib",
    "name" : "libpyinstance.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5281808384,
    "size" : 180224,
    "uuid" : "1982ef7b-830a-3ae9-8eee-8e137367e96d",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic\/libmolc.dylib",
    "name" : "libmolc.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5280497664,
    "size" : 360448,
    "uuid" : "dd823135-ca91-363b-8a39-b9ed3b4485e6",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic\/cymol.cpython-311-darwin.so",
    "name" : "cymol.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5282217984,
    "size" : 81920,
    "uuid" : "f764c475-917a-3daf-b30a-3928be4e56ef",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/tinyarray.cpython-311-darwin.so",
    "name" : "tinyarray.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5281431552,
    "size" : 65536,
    "uuid" : "8d03e95c-0316-3081-af6e-9c147eeeac34",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic\/cytmpl.cpython-311-darwin.so",
    "name" : "cytmpl.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5276434432,
    "size" : 16384,
    "uuid" : "800c3744-a004-3c84-932a-da77907f37a6",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_scproxy.cpython-311-darwin.so",
    "name" : "_scproxy.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5281120256,
    "size" : 131072,
    "uuid" : "7bf5df6e-a026-311f-8f6c-f1d77dc1ee42",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/surface\/_surface.cpython-311-darwin.so",
    "name" : "_surface.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5451300864,
    "size" : 409600,
    "uuid" : "30628752-aeda-3dab-acb4-48d7500225ab",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/map\/_map.cpython-311-darwin.so",
    "name" : "_map.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5283692544,
    "size" : 32768,
    "uuid" : "1246c3db-77f6-3a6f-9f74-e5458e9e5f0b",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/psutil\/_psutil_osx.abi3.so",
    "name" : "_psutil_osx.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5281349632,
    "size" : 16384,
    "uuid" : "d7f09611-5052-3c81-9703-da75c50a95b1",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/psutil\/_psutil_posix.abi3.so",
    "name" : "_psutil_posix.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5281595392,
    "size" : 16384,
    "uuid" : "038b77d0-2929-3efc-aca0-719578faf217",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/pdb_lib\/_load_libs.cpython-311-darwin.so",
    "name" : "_load_libs.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5290754048,
    "size" : 32768,
    "uuid" : "6bf0dd64-3500-3f45-a8aa-1f515035e9be",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/pdb_lib\/lib\/libpdbconnect.dylib",
    "name" : "libpdbconnect.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5283463168,
    "size" : 49152,
    "uuid" : "5c70a77e-200c-3726-a6de-0399edcc9847",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/errorchecker.cpython-311-darwin.so",
    "name" : "errorchecker.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5455757312,
    "size" : 196608,
    "uuid" : "95c975a4-91e3-31fe-a715-be83480573f8",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/arraydatatype.cpython-311-darwin.so",
    "name" : "arraydatatype.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5455036416,
    "size" : 229376,
    "uuid" : "9e09bd88-c13a-3c38-9fb5-b69d0d5b5966",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/wrapper.cpython-311-darwin.so",
    "name" : "wrapper.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5290868736,
    "size" : 65536,
    "uuid" : "676cef9a-5a26-3d2a-88b9-e231f4df3205",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/formathandler.cpython-311-darwin.so",
    "name" : "formathandler.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5456068608,
    "size" : 49152,
    "uuid" : "1816c909-6f9e-3120-9611-404226815162",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/latebind.cpython-311-darwin.so",
    "name" : "latebind.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5455413248,
    "size" : 114688,
    "uuid" : "9024befe-21ad-36d1-91fc-082e1515bec2",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/vbo.cpython-311-darwin.so",
    "name" : "vbo.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 5484019712,
    "CFBundleShortVersionString" : "351.2",
    "CFBundleIdentifier" : "com.apple.AGXMetalG14X",
    "size" : 8404992,
    "uuid" : "c71ae01d-a535-38c0-84c6-7e23cc4cda3e",
    "path" : "\/System\/Library\/Extensions\/AGXMetalG14X.bundle\/Contents\/MacOS\/AGXMetalG14X",
    "name" : "AGXMetalG14X",
    "CFBundleVersion" : "351.2"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5482119168,
    "size" : 163840,
    "uuid" : "6c696eae-d97e-30fa-9d5e-4d3a6cba4cdc",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/pyexpat.cpython-311-darwin.so",
    "name" : "pyexpat.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5516722176,
    "size" : 1114112,
    "uuid" : "8294cace-7433-3592-87d9-468d949e3e9c",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/unicodedata.cpython-311-darwin.so",
    "name" : "unicodedata.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5483118592,
    "size" : 16384,
    "uuid" : "04d177b5-19ee-329b-9089-e7c904c12b64",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/core\/_mac_util.cpython-311-darwin.so",
    "name" : "_mac_util.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 5483200512,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.AppleMetalOpenGLRenderer",
    "size" : 409600,
    "uuid" : "ed97217d-dbc3-3bd9-a531-e874ea072aa6",
    "path" : "\/System\/Library\/Extensions\/AppleMetalOpenGLRenderer.bundle\/Contents\/MacOS\/AppleMetalOpenGLRenderer",
    "name" : "AppleMetalOpenGLRenderer",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5541871616,
    "size" : 49152,
    "uuid" : "247093f1-b033-3055-8edd-62a7a0eeb1fb",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/iconengines\/libqsvgicon.dylib",
    "name" : "libqsvgicon.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5543182336,
    "size" : 376832,
    "uuid" : "5fb9270f-e5f6-375d-8bdf-6975cf4c4f37",
    "path" : "\/Applications\/ChimeraX-1.12-rc2026.05.26.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtSvg.framework\/Versions\/A\/QtSvg",
    "name" : "QtSvg"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6475304960,
    "size" : 250544,
    "uuid" : "cc1cf985-bc65-3725-809f-4c1e36b8f4ba",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6475558912,
    "size" : 52028,
    "uuid" : "4f33683c-18c8-39a1-800b-2e3bd43bcc13",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6474072064,
    "size" : 527776,
    "uuid" : "694b7881-1bf3-3d0f-8f19-b50ae4e8ef8a",
    "path" : "\/usr\/lib\/system\/libsystem_c.dylib",
    "name" : "libsystem_c.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6475612160,
    "size" : 35172,
    "uuid" : "160fd864-8d15-36fc-9e97-9725388cfafe",
    "path" : "\/usr\/lib\/system\/libsystem_platform.dylib",
    "name" : "libsystem_platform.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6547615744,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.AppKit",
    "size" : 24260512,
    "uuid" : "cf57a4fc-4be3-3d95-b543-d744e8718b26",
    "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
    "name" : "AppKit",
    "CFBundleVersion" : "2685.60.104"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6501457920,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.Foundation",
    "size" : 16655392,
    "uuid" : "49dd529f-1708-3767-997b-1a4639a07536",
    "path" : "\/System\/Library\/Frameworks\/Foundation.framework\/Versions\/C\/Foundation",
    "name" : "Foundation",
    "CFBundleVersion" : "5026.5.4"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6612832256,
    "CFBundleShortVersionString" : "944",
    "CFBundleIdentifier" : "com.apple.AE",
    "size" : 474168,
    "uuid" : "0b347618-0bcf-3104-84b4-c0c0909e9c80",
    "path" : "\/System\/Library\/Frameworks\/CoreServices.framework\/Versions\/A\/Frameworks\/AE.framework\/Versions\/A\/AE",
    "name" : "AE",
    "CFBundleVersion" : "944"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6691479552,
    "CFBundleShortVersionString" : "2.1.1",
    "CFBundleIdentifier" : "com.apple.HIToolbox",
    "size" : 3125536,
    "uuid" : "8716490e-acc2-3688-8c2f-5ca42b4c9da9",
    "path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox",
    "name" : "HIToolbox"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6471532544,
    "size" : 680472,
    "uuid" : "a237ef81-b68b-37ba-a165-92c965529534",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "size" : 0,
    "source" : "A",
    "base" : 0,
    "uuid" : "00000000-0000-0000-0000-000000000000"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6475845632,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 5628704,
    "uuid" : "04e3598b-f226-3250-b3b2-ce938dd4db7e",
    "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "5026.5.4"
  }
],
  "sharedCache" : {
  "base" : 6470402048,
  "size" : 5990596608,
  "uuid" : "46e0097f-f385-36c8-84a9-a40d315a32d1"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=2.0G resident=0K(0%) swapped_out_or_unallocated=2.0G(100%)
Writable regions: Total=907.7M written=1090K(0%) resident=1090K(0%) swapped_out=0K(0%) unallocated=906.6M(100%)

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               128K        1 
Activity Tracing                   256K        1 
CG image                          5104K        5 
CG raster data                    3296K        7 
ColorSync                           48K        3 
CoreAnimation                     1344K       84 
CoreGraphics                        48K        3 
CoreUI image data                 1856K       11 
Dispatch continuations            80.0M        1 
Foundation                          16K        1 
Kernel Alloc Once                   96K        2 
MALLOC                           214.8M       70 
MALLOC guard page                 3360K        4 
Mach message                        32K        1 
Memory Tag 22                     64.0M        1 
PROTECTED_MEMORY                    16K        1 
STACK GUARD                        592K       37 
Stack                            162.4M       38 
Stack Guard                       56.0M        1 
VM_ALLOCATE                      152.8M       83 
VM_ALLOCATE (reserved)           224.0M        1         reserved VM address space (unallocated)
__AUTH                            6023K      632 
__AUTH_CONST                      89.5M     1024 
__CTF                               824        1 
__DATA                            41.4M     1086 
__DATA_CONST                      61.5M     1135 
__DATA_DIRTY                      8345K      879 
__FONT_DATA                        2352        1 
__GLSLBUILTINS                    5176K        1 
__LINKEDIT                       601.8M      108 
__OBJC_RO                         79.1M        1 
__OBJC_RW                         2599K        1 
__TEXT                             1.5G     1158 
__TPRO_CONST                       128K        2 
dyld private memory                304K        5 
mapped file                      266.6M       40 
page table in kernel              1090K        1 
shared memory                     1376K       15 
===========                     =======  ======= 
TOTAL                              3.5G     6446 
TOTAL, minus reserved VM space     3.3G     6446 
",
  "legacyInfo" : {
  "threadTriggered" : {
    "name" : "CrBrowserMain",
    "queue" : "com.apple.main-thread"
  }
},
  "logWritingSignature" : "b8e3a0caa2381cc146eff3936015645adb3b481c",
  "roots_installed" : 0,
  "bug_type" : "309",
  "trmStatus" : 32776,
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "60f8ddccefea4203d95cbeef",
      "factorPackIds" : [

      ],
      "deploymentId" : 240000025
    },
    {
      "rolloutId" : "67d07cd6a7affa169ae21f45",
      "factorPackIds" : [

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

  ]
}
}


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

> open
> /Users/ojedaom/Desktop/Philogenetic_Project/Dengue_project/Genomes_Humans/DENV-4_Humans.fasta

Failed opening file
/Users/ojedaom/Desktop/Philogenetic_Project/Dengue_project/Genomes_Humans/DENV-4_Humans.fasta:  
Sequence 'accn|OP120949 Dengue virus 1 isolate Mdy-106-19-DENV4 polyprotein (POLY) gene, complete cds; and sfRNA2 lncRNA gene, partial sequence. [dengue virus type 1 Mdy-106-19-DENV4 | 11053.16832]' differs in length from preceding sequences, and it is therefore impossible to open these sequences as an alignment. If you want to open the sequences individually, specify 'false' as the value of the 'alignment' keyword in the 'open' command.  




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

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

    Hardware Overview:

      Model Name: MacBook Pro
      Model Identifier: Mac14,9
      Model Number: Z17G000QALL/A
      Chip: Apple M2 Pro
      Total Number of Cores: 10 (6 Performance and 4 Efficiency)
      Memory: 16 GB
      System Firmware Version: 18000.120.36
      OS Loader Version: 18000.120.36

Software:

    System Software Overview:

      System Version: macOS 26.5 (25F71)
      Kernel Version: Darwin 25.5.0
      Time since boot: 6 days, 2 hours, 34 minutes

Graphics/Displays:

    Apple M2 Pro:

      Chipset Model: Apple M2 Pro
      Type: GPU
      Bus: Built-In
      Total Number of Cores: 16
      Vendor: Apple (0x106b)
      Metal Support: Metal 4
      Displays:
        HP Z27k G3:
          Resolution: 3840 x 2160 (2160p/4K UHD 1 - Ultra High Definition)
          UI Looks like: 1920 x 1080 @ 60.00Hz
          Main Display: Yes
          Mirror: Off
          Online: Yes
          Rotation: Supported
        DELL C2722DE:
          Resolution: 2560 x 1440 (QHD/WQHD - Wide Quad High Definition)
          UI Looks like: 2560 x 1440 @ 60.00Hz
          Mirror: Off
          Online: Yes
          Rotation: Supported


Installed Packages:
    accessible-pygments: 0.0.5
    aiohappyeyeballs: 2.6.2
    aiohttp: 3.13.1
    aiosignal: 1.4.0
    alabaster: 1.0.0
    annotated-types: 0.7.0
    anyio: 4.13.0
    appdirs: 1.4.4
    appnope: 0.1.4
    asttokens: 3.0.1
    attrs: 26.1.0
    babel: 2.18.0
    beautifulsoup4: 4.13.5
    blockdiag: 3.0.0
    blosc2: 4.3.3
    bs4: 0.0.2
    build: 1.3.0
    certifi: 2025.7.14
    cftime: 1.6.5
    charset-normalizer: 3.4.7
    ChimeraX-AddCharge: 1.5.20
    ChimeraX-AddH: 2.2.8
    ChimeraX-AlignmentAlgorithms: 2.0.2
    ChimeraX-AlignmentHdrs: 3.6.2
    ChimeraX-AlignmentMatrices: 2.1
    ChimeraX-Alignments: 3.2
    ChimeraX-AlphaFold: 1.0.1
    ChimeraX-AltlocExplorer: 1.2
    ChimeraX-AmberInfo: 1.0
    ChimeraX-Animations: 1.0
    ChimeraX-Aniso: 1.3.2
    ChimeraX-Arrays: 1.1
    ChimeraX-Atomic: 1.67.1
    ChimeraX-AtomicLibrary: 14.4
    ChimeraX-AtomSearch: 2.0.1
    ChimeraX-AxesPlanes: 2.4
    ChimeraX-BasicActions: 1.1.3
    ChimeraX-BILD: 1.0
    ChimeraX-BlastProtein: 3.0.0
    ChimeraX-Boltz: 1.1
    ChimeraX-BondRot: 2.0.4
    ChimeraX-BugReporter: 1.0.2
    ChimeraX-BuildStructure: 2.13.1
    ChimeraX-Bumps: 1.0
    ChimeraX-BundleBuilder: 1.6.0
    ChimeraX-ButtonPanel: 1.0.1
    ChimeraX-CageBuilder: 1.0.1
    ChimeraX-CellPack: 1.0
    ChimeraX-Centroids: 1.4.1
    ChimeraX-ChangeChains: 1.1
    ChimeraX-CheckWaters: 1.5
    ChimeraX-ChemGroup: 2.0.2
    ChimeraX-Clashes: 2.4
    ChimeraX-Cluster: 1.0
    ChimeraX-ColorActions: 1.0.5
    ChimeraX-ColorGlobe: 1.0
    ChimeraX-ColorKey: 1.5.8
    ChimeraX-CommandLine: 1.3.1
    ChimeraX-ConnectStructure: 2.0.1
    ChimeraX-Contacts: 1.0.1
    ChimeraX-Core: 1.12rc202605220400
    ChimeraX-CoreFormats: 1.2
    ChimeraX-coulombic: 1.4.5
    ChimeraX-Crosslinks: 1.0
    ChimeraX-Crystal: 1.0
    ChimeraX-CrystalContacts: 1.0.1
    ChimeraX-DataFormats: 1.2.4
    ChimeraX-Dicom: 1.2.7
    ChimeraX-DistMonitor: 1.4.2
    ChimeraX-DockPrep: 1.2.1
    ChimeraX-Dssp: 2.0
    ChimeraX-EMDB-SFF: 1.0
    ChimeraX-ESMFold: 1.0
    ChimeraX-FileHistory: 1.0.1
    ChimeraX-FunctionKey: 1.0.1
    ChimeraX-Geometry: 1.3
    ChimeraX-gltf: 1.0
    ChimeraX-Graphics: 1.4.1
    ChimeraX-Hbonds: 2.5.3
    ChimeraX-Help: 1.3
    ChimeraX-HKCage: 1.3
    ChimeraX-IHM: 1.1
    ChimeraX-ImageFormats: 1.2
    ChimeraX-IMOD: 1.0
    ChimeraX-IO: 1.0.4
    ChimeraX-ItemsInspection: 1.0.1
    ChimeraX-IUPAC: 1.0
    ChimeraX-KVFinder: 1.8.2
    ChimeraX-Label: 1.5
    ChimeraX-LightingGUI: 1.0
    ChimeraX-ListInfo: 1.3.1
    ChimeraX-Log: 1.2.2
    ChimeraX-LookingGlass: 1.1
    ChimeraX-Maestro: 1.9.3
    ChimeraX-Map: 1.3
    ChimeraX-MapData: 2.0
    ChimeraX-MapEraser: 1.0.1
    ChimeraX-MapFilter: 2.0.1
    ChimeraX-MapFit: 2.0
    ChimeraX-MapSeries: 2.1.1
    ChimeraX-Markers: 1.0.1
    ChimeraX-Mask: 1.0.2
    ChimeraX-MatchAlign: 1.1
    ChimeraX-MatchMaker: 2.4.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.8
    ChimeraX-MLP: 1.1.1
    ChimeraX-mmCIF: 2.16
    ChimeraX-MMTF: 2.2
    ChimeraX-ModelArchive: 1.0
    ChimeraX-Modeller: 1.5.23
    ChimeraX-ModelPanel: 1.6.1
    ChimeraX-ModelSeries: 1.0.1
    ChimeraX-Mol2: 2.0.3
    ChimeraX-Mole: 1.0
    ChimeraX-Morph: 1.0.2
    ChimeraX-MouseModes: 1.2
    ChimeraX-Movie: 1.0.1
    ChimeraX-MutationScores: 1.0
    ChimeraX-Neuron: 1.0
    ChimeraX-Nifti: 1.2
    ChimeraX-NMRSTAR: 1.0.2
    ChimeraX-NRRD: 1.2
    ChimeraX-Nucleotides: 2.0.3
    ChimeraX-OpenCommand: 1.15.4
    ChimeraX-OpenFold: 1.0
    ChimeraX-OrthoPick: 1.0.1
    ChimeraX-PDB: 2.7.13
    ChimeraX-PDBBio: 1.0.1
    ChimeraX-PDBLibrary: 1.0.5
    ChimeraX-PDBMatrices: 1.0
    ChimeraX-PickBlobs: 1.0.1
    ChimeraX-Positions: 1.0
    ChimeraX-PresetMgr: 1.1.4
    ChimeraX-ProfileGrids: 1.6
    ChimeraX-PubChem: 2.2
    ChimeraX-ReadPbonds: 1.0.1
    ChimeraX-Registration: 1.1.2
    ChimeraX-RemoteControl: 1.0
    ChimeraX-RenderByAttr: 1.8.2
    ChimeraX-RenumberResidues: 1.1
    ChimeraX-ResidueFit: 1.0.1
    ChimeraX-RestServer: 1.3.3
    ChimeraX-RNALayout: 1.0
    ChimeraX-RotamerLibMgr: 4.0
    ChimeraX-RotamerLibsDunbrack: 2.0
    ChimeraX-RotamerLibsDynameomics: 2.0
    ChimeraX-RotamerLibsRichardson: 2.0
    ChimeraX-SaveCommand: 1.5.2
    ChimeraX-Scenes: 0.3.1
    ChimeraX-SchemeMgr: 1.0
    ChimeraX-SDF: 2.0.3
    ChimeraX-Segger: 1.0
    ChimeraX-Segment: 1.0.1
    ChimeraX-Segmentations: 3.5.12
    ChimeraX-SelInspector: 1.0
    ChimeraX-SeqView: 2.18
    ChimeraX-Shape: 1.1
    ChimeraX-Shell: 1.0.1
    ChimeraX-Shortcuts: 1.2.1
    ChimeraX-ShowSequences: 1.0.3
    ChimeraX-SideView: 1.0.1
    ChimeraX-SimilarStructures: 1.0.1
    ChimeraX-Smiles: 2.1.2
    ChimeraX-SmoothLines: 1.0
    ChimeraX-SNFG: 1.0
    ChimeraX-SpaceNavigator: 1.0
    ChimeraX-StdCommands: 1.19.3
    ChimeraX-STL: 1.0.1
    ChimeraX-Storm: 1.0
    ChimeraX-StructMeasure: 1.2.1
    ChimeraX-Struts: 1.0.1
    ChimeraX-Surface: 1.0.1
    ChimeraX-SwapAA: 2.0.1
    ChimeraX-SwapRes: 2.5.3
    ChimeraX-TapeMeasure: 1.0
    ChimeraX-TaskManager: 1.0
    ChimeraX-Test: 1.0
    ChimeraX-Toolbar: 1.2.4
    ChimeraX-ToolshedUtils: 1.2.4
    ChimeraX-Topography: 1.0
    ChimeraX-ToQuest: 1.0
    ChimeraX-Tug: 1.0.1
    ChimeraX-UI: 1.50.7
    ChimeraX-Umap: 1.0
    ChimeraX-uniprot: 2.3.2
    ChimeraX-UnitCell: 1.0.1
    ChimeraX-ViewDock: 1.6.2
    ChimeraX-VIPERdb: 1.0
    ChimeraX-Vive: 1.1
    ChimeraX-VolumeMenu: 1.0.1
    ChimeraX-vrml: 1.0
    ChimeraX-VTK: 1.0
    ChimeraX-WavefrontOBJ: 1.0
    ChimeraX-WebCam: 1.0.2
    ChimeraX-WebServices: 1.1.5
    ChimeraX-Zone: 1.0.1
    click: 8.4.1
    colorama: 0.4.6
    comm: 0.2.3
    contourpy: 1.3.3
    coverage: 7.14.0
    cxservices: 1.2.3
    cycler: 0.12.1
    Cython: 3.2.4
    debugpy: 1.8.20
    decorator: 5.3.1
    docutils: 0.21.2
    executing: 2.2.1
    filelock: 3.19.1
    fonttools: 4.63.0
    frozenlist: 1.8.0
    funcparserlib: 2.0.0a0
    glfw: 2.10.0
    grako: 3.16.5
    h11: 0.16.0
    h5py: 3.16.0
    html2text: 2025.4.15
    httpcore: 1.0.9
    httpx: 0.28.1
    httpx-sse: 0.4.3
    idna: 3.16
    ihm: 2.2
    imagecodecs: 2024.6.1
    imagesize: 2.0.0
    iniconfig: 2.3.0
    ipykernel: 7.1.0
    ipython: 9.9.0
    ipython_pygments_lexers: 1.1.1
    jedi: 0.19.2
    Jinja2: 3.1.6
    jsonschema: 4.26.0
    jsonschema-specifications: 2025.9.1
    jupyter_client: 8.8.0
    jupyter_core: 5.9.1
    kiwisolver: 1.5.0
    line_profiler: 5.0.0
    lxml: 6.0.2
    lz4: 4.3.2
    Markdown: 3.8.2
    MarkupSafe: 3.0.3
    matplotlib: 3.10.7
    matplotlib-inline: 0.2.2
    mcp: 1.18.0
    msgpack: 1.1.1
    multidict: 6.7.1
    narwhals: 2.21.2
    ndindex: 1.10.1
    nest-asyncio: 1.6.0
    netCDF4: 1.6.5
    networkx: 3.3
    nibabel: 5.2.0
    nptyping: 2.5.0
    numexpr: 2.14.1
    numpy: 1.26.4
    OpenMM: 8.4.0
    openvr: 1.26.701
    packaging: 25.0
    ParmEd: 4.2.2
    parso: 0.8.7
    pep517: 0.13.1
    pexpect: 4.9.0
    pickleshare: 0.7.5
    pillow: 11.3.0
    pip: 25.2
    pkginfo: 1.12.1.2
    platformdirs: 4.9.6
    plotly: 6.7.0
    pluggy: 1.6.0
    prompt_toolkit: 3.0.52
    propcache: 0.5.2
    psutil: 7.0.0
    ptyprocess: 0.7.0
    pure_eval: 0.2.3
    py-cpuinfo: 9.0.0
    pybind11: 3.0.1
    pycollada: 0.8
    pydantic: 2.13.4
    pydantic-settings: 2.14.1
    pydantic_core: 2.46.4
    pydata-sphinx-theme: 0.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.29
    pyzmq: 27.1.0
    qtconsole: 5.7.0
    QtPy: 2.4.3
    qtshim: 1.2.2
    RandomWords: 0.4.0
    referencing: 0.37.0
    requests: 2.32.5
    roman-numerals: 4.1.0
    rpds-py: 0.30.0
    scipy: 1.14.0
    setuptools: 80.9.0
    sfftk-rw: 0.8.1
    six: 1.17.0
    snowballstemmer: 3.1.0
    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.1.0
    superqt: 0.7.6
    tables: 3.10.2
    tcia_utils: 3.2.1
    threadpoolctl: 3.6.0
    tifffile: 2025.3.13
    tinyarray: 1.2.5
    tornado: 6.5.5
    tqdm: 4.67.3
    traitlets: 5.14.3
    typing-inspection: 0.4.2
    typing_extensions: 4.15.0
    Unidecode: 1.4.0
    urllib3: 2.7.0
    uvicorn: 0.48.0
    wcwidth: 0.7.0
    webcolors: 24.11.1
    wheel: 0.45.1
    wheel-filename: 1.4.2
    yarl: 1.24.2
#20483 fixed The slab position for PSU residues is wrong Greg Couch Daniel Larsson <daniel.larsson@…>
Description

A follow-up to the visualization of modified nucleotides as “slab”. The base of pseudouridine has the slab pointing in the wrong direction (probably due to the isomerization of the pyrimidine ring). This makes visualization of base pairs to PSU look wrong since the bases do not line up correctly (see attached image with PSU in purple in wrong position).

#20481 duplicate Multiple consecutive Find Cavities: dead models Eric Pettersen alexandrevasconcelosjr@…
Description
The following bug report has been submitted:
Platform:        Windows-10-10.0.26200
ChimeraX Version: 1.10 (2025-06-26 08:57:52 UTC)
Description
Replace this text with list of actions that caused this problem to occur

Log:
UCSF ChimeraX version: 1.10 (2025-06-26)  
© 2016-2025 Regents of the University of California. All rights reserved.  
How to cite UCSF ChimeraX  

> open C:\Users\alexa\Desktop\SCIENCE\Research\HU_AF-Q8DPT3-F1-model_v6.pdb
> format pdb

HU_AF-Q8DPT3-F1-model_v6.pdb title:  
Alphafold monomer V2.0 prediction for DNA-binding protein hu (Q8DPT3) [more
info...]  
  
Chain information for HU_AF-Q8DPT3-F1-model_v6.pdb #1  
---  
Chain | Description | UniProt  
A | DNA-binding protein hu | Q8DPT3_STRR6 1-91  
  
Computing secondary structure  

> close session

> help help:quickstart

> open "C:/Users/alexa/Desktop/SCIENCE/Research/AF-Q8DPI9-F1-Topo I R6.pdb"

AF-Q8DPI9-F1-Topo I R6.pdb title:  
Alphafold monomer V2.0 prediction for DNA topoisomerase 1 (Q8DPI9) [more
info...]  
  
Chain information for AF-Q8DPI9-F1-Topo I R6.pdb #1  
---  
Chain | Description | UniProt  
A | DNA topoisomerase 1 | Q8DPI9_STRR6 1-701  
  
Computing secondary structure  

> set bgColor black

> ui tool show "Find Cavities"

> kvfinder

33 cavities found for AF-Q8DPI9-F1-Topo I R6.pdb #1  
AF-Q8DPI9-F1-Topo I R6.pdb Cavities  
---  
ID |  | Volume | Area | Points | Maximum  
Depth | Average  
Depth  
1.1.18 |  | 610.85 | 607.48 | 2828 | 7.25 | 1.65  
1.1.9 |  | 182.52 | 116.62 | 845 | 2.55 | 0.77  
1.1.27 |  | 57.89 | 80.22 | 268 | 0 | 0  
1.1.16 |  | 57.46 | 87.69 | 266 | 0 | 0  
1.1.25 |  | 55.94 | 75.17 | 259 | 3.84 | 1.55  
1.1.1 |  | 50.98 | 60.95 | 236 | 3 | 1.03  
1.1.12 |  | 47.3 | 50.09 | 219 | 2.16 | 0.68  
1.1.23 |  | 46.66 | 37.25 | 216 | 1.8 | 0.53  
1.1.31 |  | 46.22 | 43.26 | 214 | 2.4 | 0.65  
1.1.30 |  | 31.97 | 42.35 | 148 | 1.8 | 0.6  
1.1.4 |  | 30.24 | 28.47 | 140 | 1.2 | 0.3  
1.1.14 |  | 29.59 | 31.66 | 137 | 1.8 | 0.42  
1.1.29 |  | 28.3 | 55.47 | 131 | 0 | 0  
1.1.7 |  | 26.57 | 27.12 | 123 | 1.04 | 0.25  
1.1.11 |  | 22.9 | 39.3 | 106 | 0 | 0  
1.1.20 |  | 21.6 | 36.41 | 100 | 1.34 | 0.35  
1.1.22 |  | 21.17 | 31.4 | 98 | 1.8 | 0.7  
1.1.24 |  | 20.74 | 41.19 | 96 | 0 | 0  
1.1.33 |  | 18.58 | 23.63 | 86 | 1.2 | 0.35  
1.1.3 |  | 17.93 | 27.46 | 83 | 1.99 | 0.71  
1.1.26 |  | 16.42 | 26.54 | 76 | 1.34 | 0.5  
1.1.32 |  | 15.98 | 25.52 | 74 | 1.2 | 0.31  
1.1.13 |  | 15.55 | 21.45 | 72 | 1.04 | 0.34  
1.1.6 |  | 12.96 | 20.59 | 60 | 1.2 | 0.26  
1.1.5 |  | 12.31 | 29.54 | 57 | 0 | 0  
1.1.17 |  | 12.31 | 29.54 | 57 | 0 | 0  
1.1.8 |  | 12.1 | 21.1 | 56 | 1.34 | 0.39  
1.1.21 |  | 10.15 | 16.62 | 47 | 1.34 | 0.42  
1.1.19 |  | 7.99 | 9.21 | 37 | 0.6 | 0.15  
1.1.10 |  | 7.56 | 12.55 | 35 | 0.6 | 0.07  
1.1.15 |  | 7.34 | 16.14 | 34 | 0.6 | 0.11  
1.1.2 |  | 5.62 | 12.58 | 26 | 0.85 | 0.3  
1.1.28 |  | 5.4 | 14.2 | 25 | 0.85 | 0.33  
  

> kvfinder

33 cavities found for AF-Q8DPI9-F1-Topo I R6.pdb #1  
AF-Q8DPI9-F1-Topo I R6.pdb Cavities  
---  
ID |  | Volume | Area | Points | Maximum  
Depth | Average  
Depth  
1.1.18 |  | 610.85 | 607.48 | 2828 | 7.25 | 1.65  
1.1.9 |  | 182.52 | 116.62 | 845 | 2.55 | 0.77  
1.1.27 |  | 57.89 | 80.22 | 268 | 0 | 0  
1.1.16 |  | 57.46 | 87.69 | 266 | 0 | 0  
1.1.25 |  | 55.94 | 75.17 | 259 | 3.84 | 1.55  
1.1.1 |  | 50.98 | 60.95 | 236 | 3 | 1.03  
1.1.12 |  | 47.3 | 50.09 | 219 | 2.16 | 0.68  
1.1.23 |  | 46.66 | 37.25 | 216 | 1.8 | 0.53  
1.1.31 |  | 46.22 | 43.26 | 214 | 2.4 | 0.65  
1.1.30 |  | 31.97 | 42.35 | 148 | 1.8 | 0.6  
1.1.4 |  | 30.24 | 28.47 | 140 | 1.2 | 0.3  
1.1.14 |  | 29.59 | 31.66 | 137 | 1.8 | 0.42  
1.1.29 |  | 28.3 | 55.47 | 131 | 0 | 0  
1.1.7 |  | 26.57 | 27.12 | 123 | 1.04 | 0.25  
1.1.11 |  | 22.9 | 39.3 | 106 | 0 | 0  
1.1.20 |  | 21.6 | 36.41 | 100 | 1.34 | 0.35  
1.1.22 |  | 21.17 | 31.4 | 98 | 1.8 | 0.7  
1.1.24 |  | 20.74 | 41.19 | 96 | 0 | 0  
1.1.33 |  | 18.58 | 23.63 | 86 | 1.2 | 0.35  
1.1.3 |  | 17.93 | 27.46 | 83 | 1.99 | 0.71  
1.1.26 |  | 16.42 | 26.54 | 76 | 1.34 | 0.5  
1.1.32 |  | 15.98 | 25.52 | 74 | 1.2 | 0.31  
1.1.13 |  | 15.55 | 21.45 | 72 | 1.04 | 0.34  
1.1.6 |  | 12.96 | 20.59 | 60 | 1.2 | 0.26  
1.1.5 |  | 12.31 | 29.54 | 57 | 0 | 0  
1.1.17 |  | 12.31 | 29.54 | 57 | 0 | 0  
1.1.8 |  | 12.1 | 21.1 | 56 | 1.34 | 0.39  
1.1.21 |  | 10.15 | 16.62 | 47 | 1.34 | 0.42  
1.1.19 |  | 7.99 | 9.21 | 37 | 0.6 | 0.15  
1.1.10 |  | 7.56 | 12.55 | 35 | 0.6 | 0.07  
1.1.15 |  | 7.34 | 16.14 | 34 | 0.6 | 0.11  
1.1.2 |  | 5.62 | 12.58 | 26 | 0.85 | 0.3  
1.1.28 |  | 5.4 | 14.2 | 25 | 0.85 | 0.33  
  

> kvfinder

33 cavities found for AF-Q8DPI9-F1-Topo I R6.pdb #1  
AF-Q8DPI9-F1-Topo I R6.pdb Cavities  
---  
ID |  | Volume | Area | Points | Maximum  
Depth | Average  
Depth  
1.1.18 |  | 610.85 | 607.48 | 2828 | 7.25 | 1.65  
1.1.9 |  | 182.52 | 116.62 | 845 | 2.55 | 0.77  
1.1.27 |  | 57.89 | 80.22 | 268 | 0 | 0  
1.1.16 |  | 57.46 | 87.69 | 266 | 0 | 0  
1.1.25 |  | 55.94 | 75.17 | 259 | 3.84 | 1.55  
1.1.1 |  | 50.98 | 60.95 | 236 | 3 | 1.03  
1.1.12 |  | 47.3 | 50.09 | 219 | 2.16 | 0.68  
1.1.23 |  | 46.66 | 37.25 | 216 | 1.8 | 0.53  
1.1.31 |  | 46.22 | 43.26 | 214 | 2.4 | 0.65  
1.1.30 |  | 31.97 | 42.35 | 148 | 1.8 | 0.6  
1.1.4 |  | 30.24 | 28.47 | 140 | 1.2 | 0.3  
1.1.14 |  | 29.59 | 31.66 | 137 | 1.8 | 0.42  
1.1.29 |  | 28.3 | 55.47 | 131 | 0 | 0  
1.1.7 |  | 26.57 | 27.12 | 123 | 1.04 | 0.25  
1.1.11 |  | 22.9 | 39.3 | 106 | 0 | 0  
1.1.20 |  | 21.6 | 36.41 | 100 | 1.34 | 0.35  
1.1.22 |  | 21.17 | 31.4 | 98 | 1.8 | 0.7  
1.1.24 |  | 20.74 | 41.19 | 96 | 0 | 0  
1.1.33 |  | 18.58 | 23.63 | 86 | 1.2 | 0.35  
1.1.3 |  | 17.93 | 27.46 | 83 | 1.99 | 0.71  
1.1.26 |  | 16.42 | 26.54 | 76 | 1.34 | 0.5  
1.1.32 |  | 15.98 | 25.52 | 74 | 1.2 | 0.31  
1.1.13 |  | 15.55 | 21.45 | 72 | 1.04 | 0.34  
1.1.6 |  | 12.96 | 20.59 | 60 | 1.2 | 0.26  
1.1.5 |  | 12.31 | 29.54 | 57 | 0 | 0  
1.1.17 |  | 12.31 | 29.54 | 57 | 0 | 0  
1.1.8 |  | 12.1 | 21.1 | 56 | 1.34 | 0.39  
1.1.21 |  | 10.15 | 16.62 | 47 | 1.34 | 0.42  
1.1.19 |  | 7.99 | 9.21 | 37 | 0.6 | 0.15  
1.1.10 |  | 7.56 | 12.55 | 35 | 0.6 | 0.07  
1.1.15 |  | 7.34 | 16.14 | 34 | 0.6 | 0.11  
1.1.2 |  | 5.62 | 12.58 | 26 | 0.85 | 0.3  
1.1.28 |  | 5.4 | 14.2 | 25 | 0.85 | 0.33  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 34, in data  
val = col.display_value(item)  
^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 886, in display_value  
val = self.value(instance)  
^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\ui\widgets\item_table.py", line 903, in value  
return self.data_fetch(instance)  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\kvfinder\tool.py", line 201, in color_func  
if s.display and s.atoms.displays.any():  
^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\atomic\structure.py", line 529, in _get_display  
return Model.display.fget(self)  
^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
TypeError: object of type 'NoneType' has no len()  
  
TypeError: object of type 'NoneType' has no len()  
  
File "C:\Program Files\ChimeraX 1.10\bin\Lib\site-
packages\chimerax\graphics\drawing.py", line 389, in get_display  
return self._any_displayed_positions and len(self._positions) > 0  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  




OpenGL version: 3.3.0 Core Profile Context 25.8.1.250617
OpenGL renderer: AMD Radeon(TM) Graphics
OpenGL vendor: ATI Technologies Inc.

Python: 3.11.4
Locale: pt_PT.cp1252
Qt version: PyQt6 6.8.1, Qt 6.8.2
Qt runtime version: 6.8.2
Qt platform: windows

Manufacturer: LENOVO
Model: 82R4
OS: Microsoft Windows 11 Home (Build 26200)
Memory: 14,870,306,816
MaxProcessMemory: 137,438,953,344
CPU: 16 AMD Ryzen 7 5700U with Radeon Graphics         
OSLanguage: pt-PT

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

Query Language

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

The available operators are:

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

All of these operators can also be negated:

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

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

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

See also: TracTickets, TracReports, TracGuide, TicketQuery

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