Trac Ticket Queries
Table of Contents
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.
Navigating Tickets
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.
Using TracLinks
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:
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:
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 14170)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #20840 | fixed | Document restore scene window size option | ||
| #20839 | can't reproduce | Crash in createPlatformIntegration | ||
| #20838 | duplicate | Empty log contents |
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 14170)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #20840 | fixed | Document restore scene window size option | ||
| Description |
Tim Springer mentioned scene window size not restored on the ChimeraX mailing list and was not aware that there is an option to enable that. Begin forwarded message: From: Timothy Springer via ChimeraX-users <chimerax-users@…> Subject: [chimerax-users] Re: clip Date: August 10, 2026 at 5:56:40 AM PDT To: Tom Goddard <goddard@…> Cc: ChimeraX Users Help Reply-To: Timothy Springer Thanks, I had the daily build and updated to 1.12. I am now using .cxs files. The scenes command did not restore my window size? If that is not implemented, let me know what to do.
|
|||
| #20839 | can't reproduce | Crash in createPlatformIntegration | ||
| Description |
The following bug report has been submitted:
Platform: macOS-15.6-arm64-arm-64bit
ChimeraX Version: 1.12 (2026-06-12 03:42:34 UTC)
Description
Last time you used ChimeraX it crashed.
Please describe steps that led to the crash here.
{"app_name":"ChimeraX","timestamp":"2026-08-10 18:20:37.00 +0100","app_version":"1.3.0","slice_uuid":"9596eff5-d2be-396c-9c4e-6177235c3dae","build_version":"1.3.0.0","platform":1,"bundleID":"edu.ucsf.cgl.ChimeraX","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 15.6 (24G84)","roots_installed":0,"name":"ChimeraX","incident_id":"ECE34AA1-07B7-42CE-9203-27EAE0A197C7"}
{
"uptime" : 24000,
"procRole" : "Background",
"version" : 2,
"userID" : 501,
"deployVersion" : 210,
"modelCode" : "MacBookPro17,1",
"coalitionID" : 5948,
"osVersion" : {
"train" : "macOS 15.6",
"build" : "24G84",
"releaseType" : "User"
},
"captureTime" : "2026-08-10 18:20:20.5148 +0100",
"codeSigningMonitor" : 1,
"incident" : "ECE34AA1-07B7-42CE-9203-27EAE0A197C7",
"pid" : 14266,
"translated" : true,
"cpuType" : "X86-64",
"roots_installed" : 0,
"bug_type" : "309",
"procLaunch" : "2026-08-10 18:20:18.5176 +0100",
"procStartAbsTime" : 590632393950,
"procExitAbsTime" : 590680312752,
"procName" : "ChimeraX",
"procPath" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/MacOS\/ChimeraX",
"bundleInfo" : {"CFBundleShortVersionString":"1.3.0","CFBundleVersion":"1.3.0.0","CFBundleIdentifier":"edu.ucsf.cgl.ChimeraX"},
"storeInfo" : {"deviceIdentifierForVendor":"E71CC4B8-F988-57B8-AA47-F08292452C2A","thirdParty":true},
"parentProc" : "launchd",
"parentPid" : 1,
"coalitionName" : "edu.ucsf.cgl.ChimeraX",
"crashReporterKey" : "2A343998-3EAD-197D-C278-D15203753466",
"appleIntelligenceStatus" : {"reasons":["countryLocationIneligible","countryBillingIneligible","regionIneligible"],"state":"unavailable"},
"codeSigningID" : "edu.ucsf.cgl.ChimeraX",
"codeSigningTeamID" : "LWV8X224YF",
"codeSigningFlags" : 570491649,
"codeSigningValidationCategory" : 6,
"codeSigningTrustLevel" : 4294967295,
"codeSigningAuxiliaryInfo" : 0,
"bootSessionUUID" : "C0005A28-EF9C-4E56-B41A-90B6DA603A1C",
"sip" : "enabled",
"exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"},
"termination" : {"flags":0,"code":6,"namespace":"SIGNAL","indicator":"Abort trap: 6","byProc":"ChimeraX","byPid":14266},
"asi" : {"libsystem_c.dylib":["abort() called"]},
"extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
"faultingThread" : 0,
"threads" : [{"triggered":true,"id":297460,
"threadState":{"flavor":"x86_THREAD_STATE","rbp":{"value":8430616985266649794},"r12":{"value":8430616985266649794},"rosetta":{"tmp2":{"value":140703359399996},"tmp1":{"value":140705730079412},"tmp0":{"value":18446744073709551615}},"rbx":{"value":140704462797248 ,"symbolLocation":0,"symbol": "_os_xbs_chrooted"},"r8":{"value":259},"r15":{"value":22},"r10":{"value":140704462797248 ,"symbolLocation":0,"symbol": "_os_xbs_chrooted"},"rdx":{"value":0},"rdi":{"value":8430616985266649794},"r9":{"value":8430616985266649794},"r13":{"value":4959762008 ,"symbolLocation":0,"symbol": "QListData::shared_null"},"rflags":{"value":647},"rax":{"value":0},"rsp":{"value":4516008072},"r11":{"value":0},"rcx":{"value":0},"r14":{"value":259},"rsi":{"value":6}},"queue":"com.apple.main-thread","frames":[
{"imageOffset":140705730079456,"imageIndex":70},
{"imageOffset":30790,"symbol": "__pthread_kill" ,"symbolLocation":10,"imageIndex":71},
{"imageOffset":23398,"symbol": "pthread_kill" ,"symbolLocation":259,"imageIndex":72},
{"imageOffset":282922,"symbol": "raise" ,"symbolLocation":24,"imageIndex":73},
{"imageOffset":13085,"symbol": "_sigtramp" ,"symbolLocation":29,"imageIndex":74},
{"imageOffset":0,"imageIndex":70},
{"imageOffset":525798,"symbol": "abort" ,"symbolLocation":126,"imageIndex":73},
{"imageOffset":99625,"symbol": "qt_message_fatal(QtMsgType, QMessageLogContext const&, QString const&)" ,"symbolLocation":9,"imageIndex":49},
{"imageOffset":105588,"symbol": "QMessageLogger::fatal(char const*, ...) const" ,"symbolLocation":202,"imageIndex":49},
{"imageOffset":230361,"symbol": "QGuiApplicationPrivate::createPlatformIntegration()" ,"symbolLocation":7193,"imageIndex":53},
{"imageOffset":230395,"symbol": "QGuiApplicationPrivate::createEventDispatcher()" ,"symbolLocation":27,"imageIndex":53},
{"imageOffset":2064815,"symbol": "QCoreApplicationPrivate::init()" ,"symbolLocation":1599,"imageIndex":49},
{"imageOffset":207705,"symbol": "QGuiApplicationPrivate::init()" ,"symbolLocation":57,"imageIndex":53},
{"imageOffset":43738,"symbol": "QApplicationPrivate::init()" ,"symbolLocation":26,"imageIndex":52},
{"imageOffset":1356667,"symbol": "init_type_QApplication(_sipSimpleWrapper*, _object*, _object*, _object**, _object**, _object**)" ,"symbolLocation":171,"imageIndex":51},
{"imageOffset":23787,"symbol": "sipSimpleWrapper_init" ,"symbolLocation":203,"imageIndex":50},
{"imageOffset":615404,"symbol": "wrap_init" ,"symbolLocation":12,"imageIndex":4},
{"imageOffset":280409,"symbol": "wrapperdescr_call" ,"symbolLocation":121,"imageIndex":4},
{"imageOffset":246141,"symbol": "_PyObject_MakeTpCall" ,"symbolLocation":365,"imageIndex":4},
{"imageOffset":1132060,"symbol": "call_function" ,"symbolLocation":876,"imageIndex":4},
{"imageOffset":1120947,"symbol": "_PyEval_EvalFrameDefault" ,"symbolLocation":25219,"imageIndex":4},
{"imageOffset":248136,"symbol": "function_code_fastcall" ,"symbolLocation":104,"imageIndex":4},
{"imageOffset":245717,"symbol": "_PyObject_FastCallDictTstate" ,"symbolLocation":293,"imageIndex":4},
{"imageOffset":248760,"symbol": "_PyObject_Call_Prepend" ,"symbolLocation":152,"imageIndex":4},
{"imageOffset":615205,"symbol": "slot_tp_init" ,"symbolLocation":165,"imageIndex":4},
{"imageOffset":596089,"symbol": "type_call" ,"symbolLocation":345,"imageIndex":4},
{"imageOffset":246141,"symbol": "_PyObject_MakeTpCall" ,"symbolLocation":365,"imageIndex":4},
{"imageOffset":1132060,"symbol": "call_function" ,"symbolLocation":876,"imageIndex":4},
{"imageOffset":1120947,"symbol": "_PyEval_EvalFrameDefault" ,"symbolLocation":25219,"imageIndex":4},
{"imageOffset":1135235,"symbol": "_PyEval_EvalCode" ,"symbolLocation":2611,"imageIndex":4},
{"imageOffset":248017,"symbol": "_PyFunction_Vectorcall" ,"symbolLocation":289,"imageIndex":4},
{"imageOffset":1131916,"symbol": "call_function" ,"symbolLocation":732,"imageIndex":4},
{"imageOffset":1121099,"symbol": "_PyEval_EvalFrameDefault" ,"symbolLocation":25371,"imageIndex":4},
{"imageOffset":1135235,"symbol": "_PyEval_EvalCode" ,"symbolLocation":2611,"imageIndex":4},
{"imageOffset":1095435,"symbol": "PyEval_EvalCode" ,"symbolLocation":139,"imageIndex":4},
{"imageOffset":1082770,"symbol": "builtin_exec" ,"symbolLocation":626,"imageIndex":4},
{"imageOffset":501866,"symbol": "cfunction_vectorcall_FASTCALL" ,"symbolLocation":218,"imageIndex":4},
{"imageOffset":1131916,"symbol": "call_function" ,"symbolLocation":732,"imageIndex":4},
{"imageOffset":1121099,"symbol": "_PyEval_EvalFrameDefault" ,"symbolLocation":25371,"imageIndex":4},
{"imageOffset":1135235,"symbol": "_PyEval_EvalCode" ,"symbolLocation":2611,"imageIndex":4},
{"imageOffset":248017,"symbol": "_PyFunction_Vectorcall" ,"symbolLocation":289,"imageIndex":4},
{"imageOffset":1131916,"symbol": "call_function" ,"symbolLocation":732,"imageIndex":4},
{"imageOffset":1121099,"symbol": "_PyEval_EvalFrameDefault" ,"symbolLocation":25371,"imageIndex":4},
{"imageOffset":1135235,"symbol": "_PyEval_EvalCode" ,"symbolLocation":2611,"imageIndex":4},
{"imageOffset":248017,"symbol": "_PyFunction_Vectorcall" ,"symbolLocation":289,"imageIndex":4},
{"imageOffset":1551904,"symbol": "pymain_run_module" ,"symbolLocation":208,"imageIndex":4},
{"imageOffset":1549623,"symbol": "Py_RunMain" ,"symbolLocation":1431,"imageIndex":4},
{"imageOffset":1551167,"symbol": "pymain_main" ,"symbolLocation":223,"imageIndex":4},
{"imageOffset":1550923,"symbol": "Py_Main" ,"symbolLocation":43,"imageIndex":4},
{"imageOffset":3528,"symbol": "main" ,"symbolLocation":120,"imageIndex":3},
{"imageOffset":25904,"symbol": "start" ,"symbolLocation":3056,"imageIndex":0}]},{"id":297463,"name":"com.apple.rosetta.exceptionserver",
"threadState":{"flavor":"x86_THREAD_STATE","rbp":{"value":9908489551872},"r12":{"value":17179869184},"rosetta":{"tmp2":{"value":0},"tmp1":{"value":67770288978947},"tmp0":{"value":4294967296}},"rbx":{"value":67770288978947},"r8":{"value":2307},"r15":{"value":0},"r10":{"value":1},"rdx":{"value":0},"rdi":{"value":0},"r9":{"value":0},"r13":{"value":0},"rflags":{"value":582},"rax":{"value":268451845},"rsp":{"value":4294967296},"r11":{"value":0},"rcx":{"value":17314086914},"r14":{"value":0},"rsi":{"value":2616}},"frames":[
{"imageOffset":16612,"imageIndex":1}]},{"id":297508,"frames":[
{"imageOffset":140705730079456,"imageIndex":70},
{"imageOffset":14070,"symbol": "__psynch_cvwait" ,"symbolLocation":10,"imageIndex":71},
{"imageOffset":25346,"symbol": "_pthread_cond_wait" ,"symbolLocation":988,"imageIndex":72},
{"imageOffset":3377823,"symbol": "blas_thread_server" ,"symbolLocation":207,"imageIndex":18},
{"imageOffset":24153,"symbol": "_pthread_start" ,"symbolLocation":115,"imageIndex":72},
{"imageOffset":6231,"symbol": "thread_start" ,"symbolLocation":15,"imageIndex":72}],
"threadState":{"flavor":"x86_THREAD_STATE","rbp":{"value":160},"r12":{"value":13092994800},"rosetta":{"tmp2":{"value":140703359383276},"tmp1":{"value":140705730079412},"tmp0":{"value":18446744073709551615}},"rbx":{"value":0},"r8":{"value":140703359651417 ,"symbolLocation":0,"symbol": "_pthread_psynch_cond_cleanup"},"r15":{"value":0},"r10":{"value":0},"rdx":{"value":0},"rdi":{"value":0},"r9":{"value":160},"r13":{"value":4294967552},"rflags":{"value":658},"rax":{"value":260},"rsp":{"value":0},"r11":{"value":0},"rcx":{"value":0},"r14":{"value":4660526672 ,"symbolLocation":80,"symbol": "thread_status"},"rsi":{"value":0}}},{"id":297509,"frames":[
{"imageOffset":140705730079456,"imageIndex":70},
{"imageOffset":14070,"symbol": "__psynch_cvwait" ,"symbolLocation":10,"imageIndex":71},
{"imageOffset":25346,"symbol": "_pthread_cond_wait" ,"symbolLocation":988,"imageIndex":72},
{"imageOffset":3377823,"symbol": "blas_thread_server" ,"symbolLocation":207,"imageIndex":18},
{"imageOffset":24153,"symbol": "_pthread_start" ,"symbolLocation":115,"imageIndex":72},
{"imageOffset":6231,"symbol": "thread_start" ,"symbolLocation":15,"imageIndex":72}],
"threadState":{"flavor":"x86_THREAD_STATE","rbp":{"value":160},"r12":{"value":13093531376},"rosetta":{"tmp2":{"value":140703359383276},"tmp1":{"value":140705730079412},"tmp0":{"value":18446744073709551615}},"rbx":{"value":0},"r8":{"value":140703359651417 ,"symbolLocation":0,"symbol": "_pthread_psynch_cond_cleanup"},"r15":{"value":0},"r10":{"value":0},"rdx":{"value":0},"rdi":{"value":0},"r9":{"value":160},"r13":{"value":4294967552},"rflags":{"value":658},"rax":{"value":260},"rsp":{"value":0},"r11":{"value":0},"rcx":{"value":0},"r14":{"value":4660526800 ,"symbolLocation":208,"symbol": "thread_status"},"rsi":{"value":0}}},{"id":297510,"frames":[
{"imageOffset":140705730079456,"imageIndex":70},
{"imageOffset":14070,"symbol": "__psynch_cvwait" ,"symbolLocation":10,"imageIndex":71},
{"imageOffset":25346,"symbol": "_pthread_cond_wait" ,"symbolLocation":988,"imageIndex":72},
{"imageOffset":3377823,"symbol": "blas_thread_server" ,"symbolLocation":207,"imageIndex":18},
{"imageOffset":24153,"symbol": "_pthread_start" ,"symbolLocation":115,"imageIndex":72},
{"imageOffset":6231,"symbol": "thread_start" ,"symbolLocation":15,"imageIndex":72}],
"threadState":{"flavor":"x86_THREAD_STATE","rbp":{"value":160},"r12":{"value":13094067952},"rosetta":{"tmp2":{"value":140703359383276},"tmp1":{"value":140705730079412},"tmp0":{"value":18446744073709551615}},"rbx":{"value":0},"r8":{"value":140703359651417 ,"symbolLocation":0,"symbol": "_pthread_psynch_cond_cleanup"},"r15":{"value":0},"r10":{"value":0},"rdx":{"value":0},"rdi":{"value":0},"r9":{"value":160},"r13":{"value":4294967552},"rflags":{"value":658},"rax":{"value":260},"rsp":{"value":0},"r11":{"value":0},"rcx":{"value":0},"r14":{"value":4660526928 ,"symbolLocation":336,"symbol": "thread_status"},"rsi":{"value":0}}},{"id":297511,"frames":[
{"imageOffset":140705730079456,"imageIndex":70},
{"imageOffset":14070,"symbol": "__psynch_cvwait" ,"symbolLocation":10,"imageIndex":71},
{"imageOffset":25346,"symbol": "_pthread_cond_wait" ,"symbolLocation":988,"imageIndex":72},
{"imageOffset":3377823,"symbol": "blas_thread_server" ,"symbolLocation":207,"imageIndex":18},
{"imageOffset":24153,"symbol": "_pthread_start" ,"symbolLocation":115,"imageIndex":72},
{"imageOffset":6231,"symbol": "thread_start" ,"symbolLocation":15,"imageIndex":72}],
"threadState":{"flavor":"x86_THREAD_STATE","rbp":{"value":160},"r12":{"value":13094604528},"rosetta":{"tmp2":{"value":140703359383276},"tmp1":{"value":140705730079412},"tmp0":{"value":18446744073709551615}},"rbx":{"value":0},"r8":{"value":140703359651417 ,"symbolLocation":0,"symbol": "_pthread_psynch_cond_cleanup"},"r15":{"value":0},"r10":{"value":0},"rdx":{"value":0},"rdi":{"value":0},"r9":{"value":160},"r13":{"value":4294967552},"rflags":{"value":658},"rax":{"value":260},"rsp":{"value":0},"r11":{"value":0},"rcx":{"value":0},"r14":{"value":4660527056 ,"symbolLocation":464,"symbol": "thread_status"},"rsi":{"value":0}}},{"id":297512,"frames":[
{"imageOffset":140705730079456,"imageIndex":70},
{"imageOffset":14070,"symbol": "__psynch_cvwait" ,"symbolLocation":10,"imageIndex":71},
{"imageOffset":25346,"symbol": "_pthread_cond_wait" ,"symbolLocation":988,"imageIndex":72},
{"imageOffset":3377823,"symbol": "blas_thread_server" ,"symbolLocation":207,"imageIndex":18},
{"imageOffset":24153,"symbol": "_pthread_start" ,"symbolLocation":115,"imageIndex":72},
{"imageOffset":6231,"symbol": "thread_start" ,"symbolLocation":15,"imageIndex":72}],
"threadState":{"flavor":"x86_THREAD_STATE","rbp":{"value":160},"r12":{"value":13095141104},"rosetta":{"tmp2":{"value":140703359383276},"tmp1":{"value":140705730079412},"tmp0":{"value":18446744073709551615}},"rbx":{"value":0},"r8":{"value":140703359651417 ,"symbolLocation":0,"symbol": "_pthread_psynch_cond_cleanup"},"r15":{"value":0},"r10":{"value":0},"rdx":{"value":0},"rdi":{"value":0},"r9":{"value":160},"r13":{"value":4294967552},"rflags":{"value":658},"rax":{"value":260},"rsp":{"value":0},"r11":{"value":0},"rcx":{"value":0},"r14":{"value":4660527184 ,"symbolLocation":592,"symbol": "thread_status"},"rsi":{"value":0}}},{"id":297513,"frames":[
{"imageOffset":140705730079456,"imageIndex":70},
{"imageOffset":14070,"symbol": "__psynch_cvwait" ,"symbolLocation":10,"imageIndex":71},
{"imageOffset":25346,"symbol": "_pthread_cond_wait" ,"symbolLocation":988,"imageIndex":72},
{"imageOffset":3377823,"symbol": "blas_thread_server" ,"symbolLocation":207,"imageIndex":18},
{"imageOffset":24153,"symbol": "_pthread_start" ,"symbolLocation":115,"imageIndex":72},
{"imageOffset":6231,"symbol": "thread_start" ,"symbolLocation":15,"imageIndex":72}],
"threadState":{"flavor":"x86_THREAD_STATE","rbp":{"value":160},"r12":{"value":13095677680},"rosetta":{"tmp2":{"value":140703359383276},"tmp1":{"value":140705730079412},"tmp0":{"value":18446744073709551615}},"rbx":{"value":0},"r8":{"value":140703359651417 ,"symbolLocation":0,"symbol": "_pthread_psynch_cond_cleanup"},"r15":{"value":0},"r10":{"value":0},"rdx":{"value":0},"rdi":{"value":0},"r9":{"value":160},"r13":{"value":4294967552},"rflags":{"value":658},"rax":{"value":260},"rsp":{"value":0},"r11":{"value":0},"rcx":{"value":0},"r14":{"value":4660527312 ,"symbolLocation":720,"symbol": "thread_status"},"rsi":{"value":0}}},{"id":297514,"frames":[
{"imageOffset":140705730079456,"imageIndex":70},
{"imageOffset":14070,"symbol": "__psynch_cvwait" ,"symbolLocation":10,"imageIndex":71},
{"imageOffset":25346,"symbol": "_pthread_cond_wait" ,"symbolLocation":988,"imageIndex":72},
{"imageOffset":3377823,"symbol": "blas_thread_server" ,"symbolLocation":207,"imageIndex":18},
{"imageOffset":24153,"symbol": "_pthread_start" ,"symbolLocation":115,"imageIndex":72},
{"imageOffset":6231,"symbol": "thread_start" ,"symbolLocation":15,"imageIndex":72}],
"threadState":{"flavor":"x86_THREAD_STATE","rbp":{"value":160},"r12":{"value":13096214256},"rosetta":{"tmp2":{"value":140703359383276},"tmp1":{"value":140705730079412},"tmp0":{"value":18446744073709551615}},"rbx":{"value":0},"r8":{"value":140703359651417 ,"symbolLocation":0,"symbol": "_pthread_psynch_cond_cleanup"},"r15":{"value":0},"r10":{"value":0},"rdx":{"value":0},"rdi":{"value":0},"r9":{"value":160},"r13":{"value":4294967552},"rflags":{"value":658},"rax":{"value":260},"rsp":{"value":0},"r11":{"value":0},"rcx":{"value":0},"r14":{"value":4660527440 ,"symbolLocation":848,"symbol": "thread_status"},"rsi":{"value":0}}},{"id":297515,"frames":[
{"imageOffset":141744,"imageIndex":1}],
"threadState":{"flavor":"x86_THREAD_STATE","rbp":{"value":18446744073709551615},"r12":{"value":0},"rosetta":{"tmp2":{"value":0},"tmp1":{"value":0},"tmp0":{"value":0}},"rbx":{"value":0},"r8":{"value":0},"r15":{"value":0},"r10":{"value":0},"rdx":{"value":13096226816},"rdi":{"value":0},"r9":{"value":0},"r13":{"value":0},"rflags":{"value":531},"rax":{"value":13096763392},"rsp":{"value":409604},"r11":{"value":0},"rcx":{"value":8963},"r14":{"value":0},"rsi":{"value":0}}},{"id":297516,"frames":[
{"imageOffset":141744,"imageIndex":1}],
"threadState":{"flavor":"x86_THREAD_STATE","rbp":{"value":18446744073709551615},"r12":{"value":0},"rosetta":{"tmp2":{"value":0},"tmp1":{"value":0},"tmp0":{"value":0}},"rbx":{"value":0},"r8":{"value":0},"r15":{"value":0},"r10":{"value":0},"rdx":{"value":13096783872},"rdi":{"value":0},"r9":{"value":0},"r13":{"value":0},"rflags":{"value":531},"rax":{"value":13097320448},"rsp":{"value":409604},"r11":{"value":0},"rcx":{"value":16131},"r14":{"value":0},"rsi":{"value":0}}},{"id":297517,"frames":[
{"imageOffset":141744,"imageIndex":1}],
"threadState":{"flavor":"x86_THREAD_STATE","rbp":{"value":18446744073709551615},"r12":{"value":0},"rosetta":{"tmp2":{"value":0},"tmp1":{"value":0},"tmp0":{"value":0}},"rbx":{"value":0},"r8":{"value":0},"r15":{"value":0},"r10":{"value":0},"rdx":{"value":13097340928},"rdi":{"value":0},"r9":{"value":0},"r13":{"value":0},"rflags":{"value":515},"rax":{"value":13097877504},"rsp":{"value":278532},"r11":{"value":0},"rcx":{"value":0},"r14":{"value":0},"rsi":{"value":0}}}],
"usedImages" : [
{
"source" : "P",
"arch" : "x86_64",
"base" : 8661000192,
"size" : 634880,
"uuid" : "c6e52c5e-d1d2-354c-a4ec-069f8d5baafe",
"path" : "\/usr\/lib\/dyld",
"name" : "dyld"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 140703124250624,
"size" : 196608,
"uuid" : "f49bd639-923b-3201-924b-695964df0712",
"path" : "\/usr\/libexec\/rosetta\/runtime",
"name" : "runtime"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4497514496,
"size" : 425984,
"uuid" : "7742e99c-2006-3006-bc1e-1869448c6224",
"path" : "\/Library\/Apple\/*\/libRosettaRuntime",
"name" : "libRosettaRuntime"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4363194368,
"CFBundleShortVersionString" : "1.3.0",
"CFBundleIdentifier" : "edu.ucsf.cgl.ChimeraX",
"size" : 4096,
"uuid" : "9596eff5-d2be-396c-9c4e-6177235c3dae",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/MacOS\/ChimeraX",
"name" : "ChimeraX",
"CFBundleVersion" : "1.3.0.0"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4507115520,
"CFBundleShortVersionString" : "3.9.6, (c) 2001-2019 Python Software Foundation.",
"CFBundleIdentifier" : "org.python.python",
"size" : 2510848,
"uuid" : "7fdc4a6b-e70b-3c9e-a72e-cd15ddf0d90f",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/Python",
"name" : "Python",
"CFBundleVersion" : "3.9.6"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4504072192,
"size" : 12288,
"uuid" : "0610e12e-e474-3543-9c2d-41e41d898e5e",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/lib-dynload\/_heapq.cpython-39-darwin.so",
"name" : "_heapq.cpython-39-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4504207360,
"size" : 20480,
"uuid" : "94998f9c-986a-36e9-954c-dda00251afd0",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/lib-dynload\/binascii.cpython-39-darwin.so",
"name" : "binascii.cpython-39-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4504379392,
"size" : 24576,
"uuid" : "4948a2d1-f129-30de-9024-3855a18d2393",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/lib-dynload\/zlib.cpython-39-darwin.so",
"name" : "zlib.cpython-39-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4504506368,
"size" : 12288,
"uuid" : "58c59c99-30c1-3a61-981d-19784e5c54c3",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/lib-dynload\/_bz2.cpython-39-darwin.so",
"name" : "_bz2.cpython-39-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4504858624,
"size" : 204800,
"uuid" : "154cece0-036c-36dd-8aa1-91bd4c2add5d",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/lib-dynload\/_lzma.cpython-39-darwin.so",
"name" : "_lzma.cpython-39-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4504596480,
"size" : 8192,
"uuid" : "4da68fb2-e047-3c96-9387-4312d0bdf907",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/lib-dynload\/grp.cpython-39-darwin.so",
"name" : "grp.cpython-39-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4505366528,
"size" : 24576,
"uuid" : "ef076841-41da-3d83-82ff-180321509365",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/lib-dynload\/_struct.cpython-39-darwin.so",
"name" : "_struct.cpython-39-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4505509888,
"size" : 36864,
"uuid" : "64288a1a-f84f-3958-a2ad-0841e0de8713",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/lib-dynload\/math.cpython-39-darwin.so",
"name" : "math.cpython-39-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4504674304,
"size" : 8192,
"uuid" : "2994142e-c92f-3a89-ac96-417c6c61d20b",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/lib-dynload\/_bisect.cpython-39-darwin.so",
"name" : "_bisect.cpython-39-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4504748032,
"size" : 8192,
"uuid" : "684f9cc4-3470-3ae4-ad24-43137d696ab1",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/lib-dynload\/_random.cpython-39-darwin.so",
"name" : "_random.cpython-39-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4505677824,
"size" : 20480,
"uuid" : "c784af02-8d0d-3989-bacd-63c438899f75",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/lib-dynload\/_sha512.cpython-39-darwin.so",
"name" : "_sha512.cpython-39-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4505788416,
"size" : 24576,
"uuid" : "97346b37-3486-365a-93ee-fca92938fdda",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/lib-dynload\/_json.cpython-39-darwin.so",
"name" : "_json.cpython-39-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4519890944,
"size" : 3915776,
"uuid" : "6d5306a5-0adf-30e5-b7df-eae3157e59c4",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/numpy\/core\/_multiarray_umath.cpython-39-darwin.so",
"name" : "_multiarray_umath.cpython-39-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4597764096,
"size" : 62603264,
"uuid" : "9112000d-375c-34f0-9a66-9d68f91a12cd",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/numpy\/.dylibs\/libopenblas.0.dylib",
"name" : "libopenblas.0.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4516421632,
"size" : 1146880,
"uuid" : "9abe5ede-ad43-391a-9e54-866711fac32a",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/numpy\/.dylibs\/libgfortran.3.dylib",
"name" : "libgfortran.3.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4506222592,
"size" : 225280,
"uuid" : "7ffa409f-fb04-3b64-be9a-3e3a494c975e",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/numpy\/.dylibs\/libquadmath.0.dylib",
"name" : "libquadmath.0.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4505919488,
"size" : 90112,
"uuid" : "7c6d7cb7-82db-3290-8181-07646fea1f80",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/numpy\/.dylibs\/libgcc_s.1.dylib",
"name" : "libgcc_s.1.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4514828288,
"size" : 65536,
"uuid" : "ced38b99-b454-32c0-b258-d86cce74c0db",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/lib-dynload\/_datetime.cpython-39-darwin.so",
"name" : "_datetime.cpython-39-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4515106816,
"size" : 98304,
"uuid" : "a0e4b07d-d4af-324f-90ac-da1456e536ed",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/lib-dynload\/_pickle.cpython-39-darwin.so",
"name" : "_pickle.cpython-39-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4515430400,
"size" : 65536,
"uuid" : "8dd0c91a-f5d2-34e6-ae55-abdf68f90fd4",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/numpy\/core\/_multiarray_tests.cpython-39-darwin.so",
"name" : "_multiarray_tests.cpython-39-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4506910720,
"size" : 12288,
"uuid" : "e42eea92-4cec-3f52-b91e-1ed05af567d9",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/lib-dynload\/_posixsubprocess.cpython-39-darwin.so",
"name" : "_posixsubprocess.cpython-39-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4515782656,
"size" : 20480,
"uuid" : "96e817d5-7f44-3a56-9df2-c334b7dfaff9",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/lib-dynload\/select.cpython-39-darwin.so",
"name" : "select.cpython-39-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4516057088,
"size" : 73728,
"uuid" : "04e10449-975d-316b-8914-a35b3db86c9a",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/lib-dynload\/_ctypes.cpython-39-darwin.so",
"name" : "_ctypes.cpython-39-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4515897344,
"size" : 16384,
"uuid" : "b12e9544-44ff-3554-b75e-cdca20b534ff",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/numpy\/linalg\/lapack_lite.cpython-39-darwin.so",
"name" : "lapack_lite.cpython-39-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4566036480,
"size" : 114688,
"uuid" : "df05ea91-a61d-3de1-a95d-a03caf423492",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/numpy\/linalg\/_umath_linalg.cpython-39-darwin.so",
"name" : "_umath_linalg.cpython-39-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4566466560,
"size" : 81920,
"uuid" : "3e71ddf0-a465-3093-9257-e1cfd7fa2403",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/numpy\/fft\/_pocketfft_internal.cpython-39-darwin.so",
"name" : "_pocketfft_internal.cpython-39-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4567588864,
"size" : 475136,
"uuid" : "c6f1d297-403c-34c4-8345-c36ffb3dbd48",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/numpy\/random\/mtrand.cpython-39-darwin.so",
"name" : "mtrand.cpython-39-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4566712320,
"size" : 131072,
"uuid" : "3db8ff1e-5ae6-3d7f-8ebe-c9e331b438e8",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/numpy\/random\/bit_generator.cpython-39-darwin.so",
"name" : "bit_generator.cpython-39-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4569542656,
"size" : 212992,
"uuid" : "e898a3ff-f5f3-3851-9929-e99ef69f3c88",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/numpy\/random\/_common.cpython-39-darwin.so",
"name" : "_common.cpython-39-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4519583744,
"size" : 28672,
"uuid" : "17d935d4-5bcb-3e1a-9ae3-ac5a83158338",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/lib-dynload\/_hashlib.cpython-39-darwin.so",
"name" : "_hashlib.cpython-39-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4570898432,
"size" : 364544,
"uuid" : "5a6edbd2-f30e-3c2b-a961-35b1834873f6",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/libssl.1.1.dylib",
"name" : "libssl.1.1.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4574920704,
"size" : 2191360,
"uuid" : "e54300ed-e870-312e-b2f5-2e5ebb20a915",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/libcrypto.1.1.dylib",
"name" : "libcrypto.1.1.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4519743488,
"size" : 28672,
"uuid" : "4a654490-b8bb-310b-921a-2d1bedf32315",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/lib-dynload\/_blake2.cpython-39-darwin.so",
"name" : "_blake2.cpython-39-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4572631040,
"size" : 344064,
"uuid" : "0a44e7b9-54d0-3216-adc2-37fb6de623d8",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/numpy\/random\/_bounded_integers.cpython-39-darwin.so",
"name" : "_bounded_integers.cpython-39-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4569210880,
"size" : 65536,
"uuid" : "0e7cb1a0-3aaa-3313-b6d2-e64647a616f4",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/numpy\/random\/_mt19937.cpython-39-darwin.so",
"name" : "_mt19937.cpython-39-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4570472448,
"size" : 65536,
"uuid" : "dcda722a-3169-318c-983e-f94217389617",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/numpy\/random\/_philox.cpython-39-darwin.so",
"name" : "_philox.cpython-39-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4572094464,
"size" : 65536,
"uuid" : "c406953f-0f32-3cdb-9ffd-ef8eaa9810ff",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/numpy\/random\/_pcg64.cpython-39-darwin.so",
"name" : "_pcg64.cpython-39-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4567265280,
"size" : 32768,
"uuid" : "edfa6f98-89f3-308a-9f4e-46f776f32296",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/numpy\/random\/_sfc64.cpython-39-darwin.so",
"name" : "_sfc64.cpython-39-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4581154816,
"size" : 573440,
"uuid" : "94886d96-4da7-31b5-bfcc-c14df330e68a",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/numpy\/random\/_generator.cpython-39-darwin.so",
"name" : "_generator.cpython-39-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4507004928,
"size" : 4096,
"uuid" : "0c38b353-9fa4-39ee-a897-60889fd78c65",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/lib-dynload\/_opcode.cpython-39-darwin.so",
"name" : "_opcode.cpython-39-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4567457792,
"size" : 4096,
"uuid" : "260d58a8-ac64-3d93-ad4e-8e24c7ed2c7a",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/chimerax\/arrays\/_arrays.cpython-39-darwin.so",
"name" : "_arrays.cpython-39-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4583895040,
"size" : 663552,
"uuid" : "48597220-8ca3-3144-b915-aaaae024f2f6",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/chimerax\/arrays\/lib\/libarrays.dylib",
"name" : "libarrays.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4574158848,
"size" : 126976,
"uuid" : "75eff895-415d-3be0-9017-952a6d6c54c5",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/chimerax\/geometry\/_geometry.cpython-39-darwin.so",
"name" : "_geometry.cpython-39-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4588748800,
"size" : 1441792,
"uuid" : "cb6173b9-de92-343c-a0dd-2abc40cd0ddd",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/PyQt5\/QtCore.abi3.so",
"name" : "QtCore.abi3.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4953985024,
"size" : 5705728,
"uuid" : "c723812a-f7a5-3001-98d5-e60e8daa6ffb",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/PyQt5\/Qt\/lib\/QtCore.framework\/Versions\/5\/QtCore",
"name" : "QtCore"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4583088128,
"size" : 98304,
"uuid" : "c0319e6f-59a2-38f0-9524-98c52dc5f2e9",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/PyQt5\/sip.cpython-39-darwin.so",
"name" : "sip.cpython-39-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 5075533824,
"size" : 2691072,
"uuid" : "259274fb-9944-3b14-95c0-acb6f7b3f7d7",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/PyQt5\/QtWidgets.abi3.so",
"name" : "QtWidgets.abi3.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 5088788480,
"size" : 4485120,
"uuid" : "b432d666-dcab-320a-8496-78a67f554c0e",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/PyQt5\/Qt\/lib\/QtWidgets.framework\/Versions\/5\/QtWidgets",
"name" : "QtWidgets"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 5104361472,
"size" : 5152768,
"uuid" : "cbcec35a-ee54-354f-9c2b-188ac6b2790d",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/PyQt5\/Qt\/lib\/QtGui.framework\/Versions\/5\/QtGui",
"name" : "QtGui"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 5121097728,
"size" : 1482752,
"uuid" : "c28acfac-6894-338a-a8ef-ba5e9cec2fcb",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/PyQt5\/QtGui.abi3.so",
"name" : "QtGui.abi3.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4585680896,
"size" : 139264,
"uuid" : "73828372-3e93-316c-a4a0-1084e2e49757",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/PyQt5\/QtWebEngineWidgets.abi3.so",
"name" : "QtWebEngineWidgets.abi3.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4586373120,
"size" : 147456,
"uuid" : "082d78cc-fa28-399e-a3a5-013547dcbc10",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/PyQt5\/Qt\/lib\/QtWebEngineWidgets.framework\/Versions\/5\/QtWebEngineWidgets",
"name" : "QtWebEngineWidgets"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 5331361792,
"size" : 131002368,
"uuid" : "86651daf-3bff-3a6f-b313-e84d303e55eb",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/PyQt5\/Qt\/lib\/QtWebEngineCore.framework\/Versions\/5\/QtWebEngineCore",
"name" : "QtWebEngineCore"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 5128015872,
"size" : 3428352,
"uuid" : "cbc34d86-e7f2-33fe-b6d4-99fc04fb34c8",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/PyQt5\/Qt\/lib\/QtQuick.framework\/Versions\/5\/QtQuick",
"name" : "QtQuick"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4587147264,
"size" : 180224,
"uuid" : "be399b08-503c-39e3-acac-268a9d866624",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/PyQt5\/Qt\/lib\/QtPrintSupport.framework\/Versions\/5\/QtPrintSupport",
"name" : "QtPrintSupport"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4595675136,
"size" : 364544,
"uuid" : "39443df4-a7d2-39b2-acc7-43d4c537b9fd",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/PyQt5\/Qt\/lib\/QtQmlModels.framework\/Versions\/5\/QtQmlModels",
"name" : "QtQmlModels"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4587872256,
"size" : 106496,
"uuid" : "8e71b48f-2eb0-358a-a58b-d77f763cfc0b",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/PyQt5\/Qt\/lib\/QtWebChannel.framework\/Versions\/5\/QtWebChannel",
"name" : "QtWebChannel"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 5141254144,
"size" : 3510272,
"uuid" : "8d7b72bf-f1f8-35c9-88ac-c4b1bcac7127",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/PyQt5\/Qt\/lib\/QtQml.framework\/Versions\/5\/QtQml",
"name" : "QtQml"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4948606976,
"size" : 1118208,
"uuid" : "c09a61c8-678f-339b-ad2e-b2a4a9b16bab",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/PyQt5\/Qt\/lib\/QtNetwork.framework\/Versions\/5\/QtNetwork",
"name" : "QtNetwork"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4946911232,
"size" : 421888,
"uuid" : "e0b482dc-cb27-371b-b834-00ba2b98dfae",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/PyQt5\/Qt\/lib\/QtPositioning.framework\/Versions\/5\/QtPositioning",
"name" : "QtPositioning"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4583505920,
"size" : 53248,
"uuid" : "a37fc284-6e0b-3d90-a5f1-45661530f9fe",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/PyQt5\/Qt\/lib\/QtQuickWidgets.framework\/Versions\/5\/QtQuickWidgets",
"name" : "QtQuickWidgets"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4572397568,
"size" : 24576,
"uuid" : "b629464e-2366-3ee7-b069-32cd9788da29",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/PyQt5\/QtWebChannel.abi3.so",
"name" : "QtWebChannel.abi3.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4967923712,
"size" : 401408,
"uuid" : "41ac1ffd-6a9a-38fa-826a-3696d40013e3",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/PyQt5\/QtNetwork.abi3.so",
"name" : "QtNetwork.abi3.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4597129216,
"size" : 69632,
"uuid" : "96d68d78-4224-3492-a918-cc6e7220185d",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/PyQt5\/QtWebEngineCore.abi3.so",
"name" : "QtWebEngineCore.abi3.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4952735744,
"size" : 135168,
"uuid" : "b794bd48-50a6-38ea-b77e-a401c42fdd56",
"path" : "\/Users\/USER\/*\/ChimeraX-1.3.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/site-packages\/PyQt5\/QtPrintSupport.abi3.so",
"name" : "QtPrintSupport.abi3.so"
},
{
"size" : 0,
"source" : "A",
"base" : 0,
"uuid" : "00000000-0000-0000-0000-000000000000"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703359369216,
"size" : 248656,
"uuid" : "a0701b73-99d9-31f3-babf-51c65e53ebbd",
"path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
"name" : "libsystem_kernel.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703359619072,
"size" : 49072,
"uuid" : "2f5f8bae-cebe-30d8-83e3-eca5a30ea39d",
"path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
"name" : "libsystem_pthread.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703358193664,
"size" : 559928,
"uuid" : "7d811803-63d9-3099-a315-e2aa9faa4a1d",
"path" : "\/usr\/lib\/system\/libsystem_c.dylib",
"name" : "libsystem_c.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703359860736,
"size" : 39232,
"uuid" : "9e1f4533-b5c0-3b94-9a00-b9a9000b2f30",
"path" : "\/usr\/lib\/system\/libsystem_platform.dylib",
"name" : "libsystem_platform.dylib"
}
],
"sharedCache" : {
"base" : 140703327322112,
"size" : 25769803776,
"uuid" : "4604cd13-d70a-3413-a5be-f7bb2278b6fd"
},
"vmSummary" : "ReadOnly portion of Libraries: Total=1.3G resident=0K(0%) swapped_out_or_unallocated=1.3G(100%)
Writable regions: Total=662.2M written=835K(0%) resident=835K(0%) swapped_out=0K(0%) unallocated=661.3M(100%)
VIRTUAL REGION
REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Activity Tracing 256K 1
Dispatch continuations 64.0M 1
Kernel Alloc Once 8K 1
MALLOC 165.1M 16
MALLOC guard page 96K 6
Rosetta Arena 4096K 2
Rosetta Generic 1544K 383
Rosetta IndirectBranch 256K 1
Rosetta JIT 128.0M 1
Rosetta Return Stack 200K 20
Rosetta Thread Context 200K 20
STACK GUARD 12K 3
Stack 13.1M 11
Stack Guard 56.0M 8
VM_ALLOCATE 97.0M 64
VM_ALLOCATE (reserved) 160.0M 7 reserved VM address space (unallocated)
__CTF 824 1
__DATA 35.8M 776
__DATA_CONST 81.1M 714
__DATA_DIRTY 1859K 260
__FONT_DATA 2352 1
__INFO_FILTER 8 1
__LINKEDIT 247.4M 73
__OBJC_RO 61.3M 1
__OBJC_RW 2393K 3
__TEXT 1.1G 798
__TPRO_CONST 8K 2
dyld private memory 256K 2
mapped file 432.9M 207
page table in kernel 835K 1
shared memory 80K 4
=========== ======= =======
TOTAL 2.6G 3389
TOTAL, minus reserved VM space 2.4G 3389
",
"legacyInfo" : {
"threadTriggered" : {
"queue" : "com.apple.main-thread"
}
},
"logWritingSignature" : "ae712421fb7831ffec9619bdbd8d249dcf9d2edc",
"trialInfo" : {
"rollouts" : [
{
"rolloutId" : "65a8173205d942272410674b",
"factorPackIds" : {
"SIRI_HOME_AUTOMATION_SERVER_FLOW_DEPRECATION" : "65d39fa4cb0e2417d11ce5f6"
},
"deploymentId" : 240000001
},
{
"rolloutId" : "6246d6a916a70b047e454124",
"factorPackIds" : {
},
"deploymentId" : 240000010
}
],
"experiments" : [
]
},
"reportNotes" : [
"RIP register does not match crashing frame (0x0 vs 0x7FF89B0F2AE0)"
]
}
Log:
Startup Messages
---
note | available bundle cache has not been initialized yet
You can double click a model's Name or ID in the model panel to edit those
fields
UCSF ChimeraX version: 1.12 (2026-06-12)
© 2016-2026 Regents of the University of California. All rights reserved.
How to cite UCSF ChimeraX
OpenGL version: 4.1 Metal - 89.4
OpenGL renderer: Apple M1
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: MacBookPro17,1
Model Number: MYD92CH/A
Chip: Apple M1
Total Number of Cores: 8 (4 performance and 4 efficiency)
Memory: 8 GB
System Firmware Version: 11881.140.96
OS Loader Version: 11881.140.96
Software:
System Software Overview:
System Version: macOS 15.6 (24G84)
Kernel Version: Darwin 24.6.0
Time since boot: 6小时52分钟
Graphics/Displays:
Apple M1:
Chipset Model: Apple M1
Type: GPU
Bus: Built-In
Total Number of Cores: 8
Vendor: Apple (0x106b)
Metal Support: Metal 3
Displays:
DELL P2725HE:
Resolution: 1920 x 1080 (1080p FHD - Full High Definition)
UI Looks like: 1920 x 1080 @ 100.00Hz
Main Display: Yes
Mirror: Off
Online: Yes
Rotation: Supported
Color LCD:
Display Type: Built-In Retina LCD
Resolution: 2560 x 1600 Retina
Mirror: Off
Online: Yes
Automatically Adjust Brightness: Yes
Connection Type: Internal
Installed Packages:
accessible-pygments: 0.0.5
aiohappyeyeballs: 2.6.2
aiohttp: 3.13.4
aiosignal: 1.4.0
alabaster: 1.0.0
annotated-types: 0.7.0
anyio: 4.13.0
appdirs: 1.4.4
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.4.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.12
ChimeraX-CoreFormats: 1.2
ChimeraX-coulombic: 1.4.5
ChimeraX-Crosslinks: 1.0
ChimeraX-Crystal: 1.0
ChimeraX-CrystalContacts: 1.0.1
ChimeraX-DataFormats: 1.2.4
ChimeraX-Dicom: 1.2.7
ChimeraX-DistMonitor: 1.4.2
ChimeraX-DockPrep: 1.2.2
ChimeraX-Dssp: 2.0
ChimeraX-EMDB-SFF: 1.0
ChimeraX-ESMFold: 1.0
ChimeraX-FileHistory: 1.0.1
ChimeraX-FunctionKey: 1.0.1
ChimeraX-Geometry: 1.3
ChimeraX-gltf: 1.0
ChimeraX-Graphics: 1.4.1
ChimeraX-Hbonds: 2.5.3
ChimeraX-Help: 1.3
ChimeraX-HKCage: 1.3
ChimeraX-IHM: 1.1
ChimeraX-ImageFormats: 1.2
ChimeraX-IMOD: 1.0
ChimeraX-IO: 1.0.4
ChimeraX-ItemsInspection: 1.0.1
ChimeraX-IUPAC: 1.0
ChimeraX-KVFinder: 1.8.2
ChimeraX-Label: 1.5
ChimeraX-LightingGUI: 1.0
ChimeraX-ListInfo: 1.3.1
ChimeraX-Log: 1.2.2
ChimeraX-LookingGlass: 1.1
ChimeraX-Maestro: 1.9.3
ChimeraX-Map: 1.3
ChimeraX-MapData: 2.0
ChimeraX-MapEraser: 1.0.1
ChimeraX-MapFilter: 2.0.1
ChimeraX-MapFit: 2.0
ChimeraX-MapSeries: 2.1.1
ChimeraX-Markers: 1.0.1
ChimeraX-Mask: 1.0.2
ChimeraX-MatchAlign: 1.2
ChimeraX-MatchMaker: 2.4.1
ChimeraX-MCopy: 1.0
ChimeraX-MCPServer: 0.2.0
ChimeraX-MDcrds: 2.19
ChimeraX-MedicalToolbar: 1.1
ChimeraX-Meeting: 1.0.1
ChimeraX-Minimize: 1.3.9
ChimeraX-MLP: 1.1.1
ChimeraX-mmCIF: 2.16
ChimeraX-MMTF: 2.2
ChimeraX-ModelArchive: 1.0
ChimeraX-Modeller: 1.5.23
ChimeraX-ModelPanel: 1.6.1
ChimeraX-ModelSeries: 1.0.1
ChimeraX-Mol2: 2.0.3
ChimeraX-Mole: 1.0
ChimeraX-Morph: 1.0.2
ChimeraX-MouseModes: 1.2
ChimeraX-Movie: 1.0.1
ChimeraX-MutationScores: 1.0
ChimeraX-Neuron: 1.0
ChimeraX-Nifti: 1.2
ChimeraX-NMRSTAR: 1.0.2
ChimeraX-NRRD: 1.2
ChimeraX-Nucleotides: 2.0.3
ChimeraX-OpenCommand: 1.15.4
ChimeraX-OpenFold: 1.0
ChimeraX-OrthoPick: 1.0.1
ChimeraX-PDB: 2.7.13
ChimeraX-PDBBio: 1.0.1
ChimeraX-PDBLibrary: 1.0.5
ChimeraX-PDBMatrices: 1.0
ChimeraX-PickBlobs: 1.0.1
ChimeraX-Positions: 1.0
ChimeraX-PresetMgr: 1.1.4
ChimeraX-ProfileGrids: 1.6
ChimeraX-PubChem: 2.2
ChimeraX-ReadPbonds: 1.0.1
ChimeraX-Registration: 1.1.2
ChimeraX-RemoteControl: 1.0
ChimeraX-RenderByAttr: 1.8.2
ChimeraX-RenumberResidues: 1.1
ChimeraX-ResidueFit: 1.0.1
ChimeraX-RestServer: 1.3.3
ChimeraX-RNALayout: 1.0
ChimeraX-RotamerLibMgr: 4.0
ChimeraX-RotamerLibsDunbrack: 2.0
ChimeraX-RotamerLibsDynameomics: 2.0
ChimeraX-RotamerLibsRichardson: 2.0
ChimeraX-SaveCommand: 1.5.2
ChimeraX-Scenes: 0.3.1
ChimeraX-SchemeMgr: 1.0
ChimeraX-SDF: 2.0.3
ChimeraX-Segger: 1.0
ChimeraX-Segment: 1.0.1
ChimeraX-Segmentations: 3.5.12
ChimeraX-SelInspector: 1.0
ChimeraX-SeqView: 2.18
ChimeraX-Shape: 1.1
ChimeraX-Shell: 1.0.1
ChimeraX-Shortcuts: 1.2.1
ChimeraX-ShowSequences: 1.0.3
ChimeraX-SideView: 1.0.1
ChimeraX-SimilarStructures: 1.0.1
ChimeraX-Smiles: 2.1.2
ChimeraX-SmoothLines: 1.0
ChimeraX-SNFG: 1.0
ChimeraX-SpaceNavigator: 1.0
ChimeraX-StdCommands: 1.19.3
ChimeraX-STL: 1.0.1
ChimeraX-Storm: 1.0
ChimeraX-StructMeasure: 1.2.1
ChimeraX-Struts: 1.0.1
ChimeraX-Surface: 1.0.1
ChimeraX-SwapAA: 2.0.1
ChimeraX-SwapRes: 2.5.3
ChimeraX-TapeMeasure: 1.0
ChimeraX-TaskManager: 1.0
ChimeraX-Test: 1.0
ChimeraX-Toolbar: 1.2.4
ChimeraX-ToolshedUtils: 1.2.4
ChimeraX-Topography: 1.0
ChimeraX-ToQuest: 1.0
ChimeraX-Tug: 1.0.1
ChimeraX-UI: 1.50.8
ChimeraX-Umap: 1.0
ChimeraX-uniprot: 2.3.2
ChimeraX-UnitCell: 1.0.1
ChimeraX-ViewDock: 1.6.2
ChimeraX-VIPERdb: 1.0
ChimeraX-Vive: 1.1
ChimeraX-VolumeMenu: 1.0.1
ChimeraX-vrml: 1.0
ChimeraX-VTK: 1.0
ChimeraX-WavefrontOBJ: 1.0
ChimeraX-WebCam: 1.0.2
ChimeraX-WebServices: 1.1.5
ChimeraX-Zone: 1.0.1
click: 8.4.1
colorama: 0.4.6
comm: 0.2.3
contourpy: 1.3.3
coverage: 7.14.1
cxservices: 1.2.3
cycler: 0.12.1
Cython: 3.2.4
debugpy: 1.8.21
decorator: 5.3.1
docutils: 0.21.2
executing: 2.2.1
filelock: 3.19.1
fonttools: 4.63.0
frozenlist: 1.8.0
funcparserlib: 2.0.0a0
glfw: 2.10.0
grako: 3.16.5
h11: 0.16.0
h5py: 3.16.0
html2text: 2025.4.15
httpcore: 1.0.9
httpx: 0.28.1
httpx-sse: 0.4.3
idna: 3.18
ihm: 2.2
imagecodecs: 2024.6.1
imagesize: 2.0.0
iniconfig: 2.3.0
ipykernel: 7.1.0
ipython: 9.9.0
ipython_pygments_lexers: 1.1.1
jedi: 0.19.2
Jinja2: 3.1.6
jsonschema: 4.26.0
jsonschema-specifications: 2025.9.1
jupyter_client: 8.8.0
jupyter_core: 5.9.1
kiwisolver: 1.5.0
line_profiler: 5.0.0
lxml: 6.0.2
lz4: 4.3.2
Markdown: 3.8.2
MarkupSafe: 3.0.3
matplotlib: 3.10.7
matplotlib-inline: 0.2.2
mcp: 1.18.0
msgpack: 1.1.1
multidict: 6.7.1
narwhals: 2.22.1
ndindex: 1.10.1
nest-asyncio: 1.6.0
netCDF4: 1.6.5
networkx: 3.3
nibabel: 5.2.0
nptyping: 2.5.0
numexpr: 2.14.1
numpy: 1.26.4
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.10.0
plotly: 6.8.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.32
pyzmq: 27.1.0
qtconsole: 5.7.0
QtPy: 2.4.3
qtshim: 1.2.2
RandomWords: 0.4.0
referencing: 0.37.0
requests: 2.32.5
roman-numerals: 4.1.0
rpds-py: 2026.5.1
scipy: 1.14.0
setuptools: 80.9.0
sfftk-rw: 0.8.1
six: 1.17.0
snowballstemmer: 3.1.1
sortedcontainers: 2.4.0
soupsieve: 2.8.4
Sphinx: 9.0.4
sphinx-autodoc-typehints: 3.6.1
sphinxcontrib-applehelp: 2.0.0
sphinxcontrib-blockdiag: 3.0.0
sphinxcontrib-devhelp: 2.0.0
sphinxcontrib-htmlhelp: 2.1.0
sphinxcontrib-jsmath: 1.0.1
sphinxcontrib-qthelp: 2.0.0
sphinxcontrib-serializinghtml: 2.0.0
sse-starlette: 3.4.4
stack-data: 0.6.3
starlette: 1.3.0
superqt: 0.7.6
tables: 3.10.2
tcia_utils: 3.2.1
threadpoolctl: 3.6.0
tifffile: 2025.3.13
tinyarray: 1.2.5
tornado: 6.5.7
tqdm: 4.68.2
traitlets: 5.14.3
typing-inspection: 0.4.2
typing_extensions: 4.15.0
Unidecode: 1.4.0
urllib3: 2.7.0
uvicorn: 0.49.0
wcwidth: 0.8.1
webcolors: 24.11.1
wheel: 0.45.1
wheel-filename: 1.4.2
yarl: 1.24.2
|
|||
| #20838 | duplicate | Empty log contents | ||
| Description |
The following bug report has been submitted:
Platform: macOS-26.6-arm64-arm-64bit
ChimeraX Version: 1.8 (2024-06-10 23:15:52 UTC)
Description
Unable to restore session, resetting.
Traceback (most recent call last):
File "/Applications/ChimeraX-1.8.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/core/session.py", line 757, in restore
obj = sm.restore_snapshot(self, data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Applications/ChimeraX-1.8.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/core/tools.py", line 137, in restore_snapshot
ti.set_state_from_snapshot(session, data)
File "/Applications/ChimeraX-1.8.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/log/tool.py", line 508, in set_state_from_snapshot
tmp = html.fromstring(contents)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Applications/ChimeraX-1.8.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/lxml/html/__init__.py", line 850, in fromstring
doc = document_fromstring(html, parser=parser, base_url=base_url, **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Applications/ChimeraX-1.8.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/lxml/html/__init__.py", line 738, in document_fromstring
raise etree.ParserError(
lxml.etree.ParserError: Document is empty
Log:
UCSF ChimeraX version: 1.8 (2024-06-10)
© 2016-2024 Regents of the University of California. All rights reserved.
How to cite UCSF ChimeraX
> open /Users/liukexin/Downloads/fit_color.cxs
Opened relion_locres_filtered.mrc as #1, grid size 256,256,256, pixel 1.19,
shown at level 0.157, step 1, values float32
Opened relion_locres.mrc as #2, grid size 256,256,256, pixel 1.19, shown at
level 18.5, step 1, values float32
Unable to restore session, resetting.
Traceback (most recent call last):
File
"/Applications/ChimeraX-1.8.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/session.py", line 757, in restore
obj = sm.restore_snapshot(self, data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.8.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/tools.py", line 137, in restore_snapshot
ti.set_state_from_snapshot(session, data)
File
"/Applications/ChimeraX-1.8.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/log/tool.py", line 508, in set_state_from_snapshot
tmp = html.fromstring(contents)
^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.8.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/lxml/html/__init__.py", line 850, in fromstring
doc = document_fromstring(html, parser=parser, base_url=base_url, **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.8.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/lxml/html/__init__.py", line 738, in document_fromstring
raise etree.ParserError(
lxml.etree.ParserError: Document is empty
opened ChimeraX session
> open /Users/liukexin/Downloads/fit_color.cxs format session
Opened relion_locres_filtered.mrc as #1, grid size 256,256,256, pixel 1.19,
shown at level 0.157, step 1, values float32
Opened relion_locres.mrc as #2, grid size 256,256,256, pixel 1.19, shown at
level 18.5, step 1, values float32
Unable to restore session, resetting.
Traceback (most recent call last):
File
"/Applications/ChimeraX-1.8.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/session.py", line 757, in restore
obj = sm.restore_snapshot(self, data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.8.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/tools.py", line 137, in restore_snapshot
ti.set_state_from_snapshot(session, data)
File
"/Applications/ChimeraX-1.8.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/log/tool.py", line 508, in set_state_from_snapshot
tmp = html.fromstring(contents)
^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.8.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/lxml/html/__init__.py", line 850, in fromstring
doc = document_fromstring(html, parser=parser, base_url=base_url, **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX-1.8.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/lxml/html/__init__.py", line 738, in document_fromstring
raise etree.ParserError(
lxml.etree.ParserError: Document is empty
opened ChimeraX session
OpenGL version: 4.1 Metal - 90.5
OpenGL renderer: Apple M2
OpenGL vendor: Apple
Python: 3.11.4
Locale: en_US.UTF-8
Qt version: PyQt6 6.6.1, Qt 6.6.1
Qt runtime version: 6.6.3
Qt platform: cocoa
Hardware:
Hardware Overview:
Model Name: MacBook Pro
Model Identifier: Mac14,7
Model Number: Z16U00025CH/A
Chip: Apple M2
Total Number of Cores: 8 (4 Performance and 4 Efficiency)
Memory: 16 GB
System Firmware Version: 18000.161.9
OS Loader Version: 18000.161.9
Software:
System Software Overview:
System Version: macOS 26.6 (25G72)
Kernel Version: Darwin 25.6.0
Time since boot: 12天8小时12分钟
Graphics/Displays:
Apple M2:
Chipset Model: Apple M2
Type: GPU
Bus: Built-In
Total Number of Cores: 10
Vendor: Apple (0x106b)
Metal Support: Metal 4
Displays:
Color LCD:
Display Type: Built-In Retina LCD
Resolution: 2560 x 1600 Retina
Main Display: Yes
Mirror: Off
Online: Yes
Automatically Adjust Brightness: Yes
Connection Type: Internal
Installed Packages:
alabaster: 0.7.16
appdirs: 1.4.4
appnope: 0.1.4
asttokens: 2.4.1
Babel: 2.15.0
beautifulsoup4: 4.12.3
blockdiag: 3.0.0
blosc2: 2.0.0
build: 1.2.1
certifi: 2023.11.17
cftime: 1.6.4
charset-normalizer: 3.3.2
ChimeraX-AddCharge: 1.5.17
ChimeraX-AddH: 2.2.6
ChimeraX-AlignmentAlgorithms: 2.0.2
ChimeraX-AlignmentHdrs: 3.5
ChimeraX-AlignmentMatrices: 2.1
ChimeraX-Alignments: 2.12.7
ChimeraX-AlphaFold: 1.0
ChimeraX-AltlocExplorer: 1.1.1
ChimeraX-AmberInfo: 1.0
ChimeraX-Arrays: 1.1
ChimeraX-Atomic: 1.57.1
ChimeraX-AtomicLibrary: 14.0.6
ChimeraX-AtomSearch: 2.0.1
ChimeraX-AxesPlanes: 2.4
ChimeraX-BasicActions: 1.1.2
ChimeraX-BILD: 1.0
ChimeraX-BlastProtein: 2.4.6
ChimeraX-BondRot: 2.0.4
ChimeraX-BugReporter: 1.0.1
ChimeraX-BuildStructure: 2.12.1
ChimeraX-Bumps: 1.0
ChimeraX-BundleBuilder: 1.2.7
ChimeraX-ButtonPanel: 1.0.1
ChimeraX-CageBuilder: 1.0.1
ChimeraX-CellPack: 1.0
ChimeraX-Centroids: 1.4
ChimeraX-ChangeChains: 1.1
ChimeraX-CheckWaters: 1.4
ChimeraX-ChemGroup: 2.0.1
ChimeraX-Clashes: 2.2.4
ChimeraX-ColorActions: 1.0.5
ChimeraX-ColorGlobe: 1.0
ChimeraX-ColorKey: 1.5.6
ChimeraX-CommandLine: 1.2.5
ChimeraX-ConnectStructure: 2.0.1
ChimeraX-Contacts: 1.0.1
ChimeraX-Core: 1.8
ChimeraX-CoreFormats: 1.2
ChimeraX-coulombic: 1.4.3
ChimeraX-Crosslinks: 1.0
ChimeraX-Crystal: 1.0
ChimeraX-CrystalContacts: 1.0.1
ChimeraX-DataFormats: 1.2.3
ChimeraX-Dicom: 1.2.4
ChimeraX-DiffPlot: 1.0
ChimeraX-DistMonitor: 1.4.2
ChimeraX-DockPrep: 1.1.3
ChimeraX-Dssp: 2.0
ChimeraX-EMDB-SFF: 1.0
ChimeraX-ESMFold: 1.0
ChimeraX-FileHistory: 1.0.1
ChimeraX-FunctionKey: 1.0.1
ChimeraX-Geometry: 1.3
ChimeraX-gltf: 1.0
ChimeraX-Graphics: 1.1.1
ChimeraX-Hbonds: 2.4
ChimeraX-Help: 1.2.2
ChimeraX-HKCage: 1.3
ChimeraX-IHM: 1.1
ChimeraX-ImageFormats: 1.2
ChimeraX-IMOD: 1.0
ChimeraX-IO: 1.0.1
ChimeraX-ItemsInspection: 1.0.1
ChimeraX-IUPAC: 1.0
ChimeraX-Label: 1.1.10
ChimeraX-ListInfo: 1.2.2
ChimeraX-Log: 1.1.6
ChimeraX-LookingGlass: 1.1
ChimeraX-Maestro: 1.9.1
ChimeraX-Map: 1.2
ChimeraX-MapData: 2.0
ChimeraX-MapEraser: 1.0.1
ChimeraX-MapFilter: 2.0.1
ChimeraX-MapFit: 2.0
ChimeraX-MapSeries: 2.1.1
ChimeraX-Markers: 1.0.1
ChimeraX-Mask: 1.0.2
ChimeraX-MatchMaker: 2.1.3
ChimeraX-MCopy: 1.0
ChimeraX-MDcrds: 2.7.1
ChimeraX-MedicalToolbar: 1.0.3
ChimeraX-Meeting: 1.0.1
ChimeraX-MLP: 1.1.1
ChimeraX-mmCIF: 2.14.1
ChimeraX-MMTF: 2.2
ChimeraX-Modeller: 1.5.17
ChimeraX-ModelPanel: 1.5
ChimeraX-ModelSeries: 1.0.1
ChimeraX-Mol2: 2.0.3
ChimeraX-Mole: 1.0
ChimeraX-Morph: 1.0.2
ChimeraX-MouseModes: 1.2
ChimeraX-Movie: 1.0
ChimeraX-Neuron: 1.0
ChimeraX-Nifti: 1.2
ChimeraX-NMRSTAR: 1.0.2
ChimeraX-NRRD: 1.2
ChimeraX-Nucleotides: 2.0.3
ChimeraX-OpenCommand: 1.13.5
ChimeraX-PDB: 2.7.5
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.1
ChimeraX-PubChem: 2.2
ChimeraX-ReadPbonds: 1.0.1
ChimeraX-Registration: 1.1.2
ChimeraX-RemoteControl: 1.0
ChimeraX-RenderByAttr: 1.4.1
ChimeraX-RenumberResidues: 1.1
ChimeraX-ResidueFit: 1.0.1
ChimeraX-RestServer: 1.2
ChimeraX-RNALayout: 1.0
ChimeraX-RotamerLibMgr: 4.0
ChimeraX-RotamerLibsDunbrack: 2.0
ChimeraX-RotamerLibsDynameomics: 2.0
ChimeraX-RotamerLibsRichardson: 2.0
ChimeraX-SaveCommand: 1.5.1
ChimeraX-SchemeMgr: 1.0
ChimeraX-SDF: 2.0.2
ChimeraX-Segger: 1.0
ChimeraX-Segment: 1.0.1
ChimeraX-Segmentations: 3.0.15
ChimeraX-SelInspector: 1.0
ChimeraX-SeqView: 2.11.2
ChimeraX-Shape: 1.0.1
ChimeraX-Shell: 1.0.1
ChimeraX-Shortcuts: 1.1.1
ChimeraX-ShowSequences: 1.0.3
ChimeraX-SideView: 1.0.1
ChimeraX-Smiles: 2.1.2
ChimeraX-SmoothLines: 1.0
ChimeraX-SpaceNavigator: 1.0
ChimeraX-StdCommands: 1.16.5
ChimeraX-STL: 1.0.1
ChimeraX-Storm: 1.0
ChimeraX-StructMeasure: 1.2.1
ChimeraX-Struts: 1.0.1
ChimeraX-Surface: 1.0.1
ChimeraX-SwapAA: 2.0.1
ChimeraX-SwapRes: 2.5
ChimeraX-TapeMeasure: 1.0
ChimeraX-TaskManager: 1.0
ChimeraX-Test: 1.0
ChimeraX-Toolbar: 1.1.2
ChimeraX-ToolshedUtils: 1.2.4
ChimeraX-Topography: 1.0
ChimeraX-ToQuest: 1.0
ChimeraX-Tug: 1.0.1
ChimeraX-UI: 1.39.1
ChimeraX-uniprot: 2.3
ChimeraX-UnitCell: 1.0.1
ChimeraX-ViewDockX: 1.4.3
ChimeraX-VIPERdb: 1.0
ChimeraX-Vive: 1.1
ChimeraX-VolumeMenu: 1.0.1
ChimeraX-vrml: 1.0
ChimeraX-VTK: 1.0
ChimeraX-WavefrontOBJ: 1.0
ChimeraX-WebCam: 1.0.2
ChimeraX-WebServices: 1.1.4
ChimeraX-Zone: 1.0.1
colorama: 0.4.6
comm: 0.2.2
contourpy: 1.2.1
cxservices: 1.2.2
cycler: 0.12.1
Cython: 3.0.10
debugpy: 1.8.1
decorator: 5.1.1
docutils: 0.20.1
executing: 2.0.1
filelock: 3.13.4
fonttools: 4.53.0
funcparserlib: 2.0.0a0
glfw: 2.7.0
grako: 3.16.5
h5py: 3.11.0
html2text: 2024.2.26
idna: 3.7
ihm: 1.0
imagecodecs: 2024.1.1
imagesize: 1.4.1
ipykernel: 6.29.2
ipython: 8.21.0
ipywidgets: 8.1.3
jedi: 0.19.1
jinja2: 3.1.4
jupyter-client: 8.6.0
jupyter-core: 5.7.2
jupyterlab-widgets: 3.0.11
kiwisolver: 1.4.5
line-profiler: 4.1.2
lxml: 5.2.1
lz4: 4.3.3
MarkupSafe: 2.1.5
matplotlib: 3.8.4
matplotlib-inline: 0.1.7
msgpack: 1.0.8
nest-asyncio: 1.6.0
netCDF4: 1.6.5
networkx: 3.3
nibabel: 5.2.0
nptyping: 2.5.0
numexpr: 2.10.0
numpy: 1.26.4
openvr: 1.26.701
packaging: 23.2
ParmEd: 4.2.2
parso: 0.8.4
pep517: 0.13.1
pexpect: 4.9.0
pillow: 10.3.0
pip: 24.0
pkginfo: 1.10.0
platformdirs: 4.2.2
prompt-toolkit: 3.0.47
psutil: 5.9.8
ptyprocess: 0.7.0
pure-eval: 0.2.2
py-cpuinfo: 9.0.0
pycollada: 0.8
pydicom: 2.4.4
pygments: 2.17.2
pynmrstar: 3.3.4
pynrrd: 1.0.0
PyOpenGL: 3.1.7
PyOpenGL-accelerate: 3.1.7
pyopenxr: 1.0.3401
pyparsing: 3.1.2
pyproject-hooks: 1.1.0
PyQt6-commercial: 6.6.1
PyQt6-Qt6: 6.6.3
PyQt6-sip: 13.6.0
PyQt6-WebEngine-commercial: 6.6.0
PyQt6-WebEngine-Qt6: 6.6.3
python-dateutil: 2.9.0.post0
pytz: 2024.1
pyzmq: 26.0.3
qtconsole: 5.5.1
QtPy: 2.4.1
RandomWords: 0.4.0
requests: 2.31.0
scipy: 1.13.0
setuptools: 69.5.1
setuptools-scm: 8.0.4
sfftk-rw: 0.8.1
six: 1.16.0
snowballstemmer: 2.2.0
sortedcontainers: 2.4.0
soupsieve: 2.5
sphinx: 7.2.6
sphinx-autodoc-typehints: 2.0.1
sphinxcontrib-applehelp: 1.0.8
sphinxcontrib-blockdiag: 3.0.0
sphinxcontrib-devhelp: 1.0.6
sphinxcontrib-htmlhelp: 2.0.5
sphinxcontrib-jsmath: 1.0.1
sphinxcontrib-qthelp: 1.0.7
sphinxcontrib-serializinghtml: 1.1.10
stack-data: 0.6.3
superqt: 0.6.3
tables: 3.8.0
tcia-utils: 1.5.1
tifffile: 2024.1.30
tinyarray: 1.2.4
tornado: 6.4.1
traitlets: 5.14.2
typing-extensions: 4.12.2
tzdata: 2024.1
urllib3: 2.2.1
wcwidth: 0.2.13
webcolors: 1.13
wheel: 0.43.0
wheel-filename: 1.4.1
widgetsnbextension: 4.0.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