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 20364)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #27182 | can't_reproduce | Tk crash on exit | ||
| #27181 | nonchimera | Stale file handle | ||
| #27180 | duplicate | AlphaFold3 mmCIF omits chain description |
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 20364)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #27182 | can't_reproduce | Tk crash on exit | ||
| Description |
The following bug report has been submitted:
Platform: Darwin64 (NSOPENGL) Darwin 25.6.0 x86_64
Chimera Version: 1.20_b42623
Description
(Describe the actions that caused this problem to occur here)
Reply log:
Describe the actions that led to the crash here.
{"app_name":"python2.7","timestamp":"2026-08-12 12:50:45.00 -0400","app_version":"","slice_uuid":"bb573d6a-fdd6-3445-8903-a033cbce4b6c","build_version":"","platform":1,"share_with_app_devs":1,"is_first_party":1,"bug_type":"309","os_version":"macOS 26.6.1 (25G76)","roots_installed":0,"incident_id":"AEA786EA-5ACB-4D9B-8BF2-5DC2B9252470","name":"python2.7"}
{
"uptime" : 68000,
"procRole" : "Background",
"version" : 2,
"userID" : 501,
"deployVersion" : 210,
"modelCode" : "Mac17,9",
"coalitionID" : 8755,
"osVersion" : {
"train" : "macOS 26.6.1",
"build" : "25G76",
"releaseType" : "User"
},
"captureTime" : "2026-08-12 12:50:44.6813 -0400",
"codeSigningMonitor" : 2,
"incident" : "AEA786EA-5ACB-4D9B-8BF2-5DC2B9252470",
"pid" : 23751,
"translated" : true,
"cpuType" : "X86-64",
"procLaunch" : "2026-08-12 12:47:09.6572 -0400",
"procStartAbsTime" : 1644567613967,
"procExitAbsTime" : 1649728039532,
"procName" : "python2.7",
"procPath" : "\/Applications\/Chimera.app\/Contents\/MacOS\/python2.7",
"parentProc" : "launchd",
"parentPid" : 1,
"coalitionName" : "edu.ucsf.cgl.chimera",
"crashReporterKey" : "52221458-AF74-DCBA-0F48-CC3BB49B88AE",
"lowPowerMode" : 1,
"appleIntelligenceStatus" : {"state":"available"},
"developerMode" : 1,
"codeSigningID" : "python2",
"codeSigningTeamID" : "LWV8X224YF",
"codeSigningFlags" : 570491649,
"codeSigningValidationCategory" : 6,
"codeSigningTrustLevel" : 4294967295,
"codeSigningAuxiliaryInfo" : 0,
"bootSessionUUID" : "7F0AD773-2DE9-4736-88DE-A843BD2BEBCA",
"wakeTime" : 4875,
"sleepWakeUUID" : "D85D2B74-62E7-42DB-A355-0B9A99056557",
"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":"python2.7","byPid":23751},
"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" : [{"frames":[{"imageOffset":140705603791744,"imageIndex":89},{"imageOffset":140705609939884,"imageIndex":89},{"imageOffset":23131,"symbol":"pthread_kill","symbolLocation":259,"imageIndex":90},{"imageOffset":522068,"symbol":"abort","symbolLocation":126,"imageIndex":91},{"imageOffset":954158,"symbol":"Py_FatalError","symbolLocation":46,"imageIndex":1},{"imageOffset":763778,"symbol":"PyEval_RestoreThread","symbolLocation":82,"imageIndex":1},{"imageOffset":23330,"symbol":"PythonCmd","symbolLocation":98,"imageIndex":32},{"imageOffset":104450,"symbol":"TclInvokeStringCommand","symbolLocation":130,"imageIndex":33},{"imageOffset":127697,"imageIndex":33},{"imageOffset":111190,"symbol":"Tcl_EvalObjv","symbolLocation":342,"imageIndex":33},{"imageOffset":16365,"symbol":"Togl_CallCallback","symbolLocation":154,"imageIndex":64},{"imageOffset":26399,"symbol":"ToglCmdDeletedProc","symbolLocation":129,"imageIndex":64},{"imageOffset":104211,"symbol":"Tcl_DeleteCommandFromToken","symbolLocation":243,"imageIndex":33},{"imageOffset":108535,"symbol":"Tk_HandleEvent","symbolLocation":807,"imageIndex":34},{"imageOffset":246720,"symbol":"Tk_DestroyWindow","symbolLocation":528,"imageIndex":34},{"imageOffset":246511,"symbol":"Tk_DestroyWindow","symbolLocation":319,"imageIndex":34},{"imageOffset":246511,"symbol":"Tk_DestroyWindow","symbolLocation":319,"imageIndex":34},{"imageOffset":246511,"symbol":"Tk_DestroyWindow","symbolLocation":319,"imageIndex":34},{"imageOffset":246511,"symbol":"Tk_DestroyWindow","symbolLocation":319,"imageIndex":34},{"imageOffset":256685,"imageIndex":34},{"imageOffset":111262,"imageIndex":34},{"imageOffset":631101,"imageIndex":33},{"imageOffset":630599,"symbol":"Tcl_Exit","symbolLocation":231,"imageIndex":33},{"imageOffset":13245,"symbol":"_sigtramp","symbolLocation":29,"imageIndex":92},{"imageOffset":140275780914608,"imageIndex":89},{"imageOffset":406491,"symbol":"molecule::MoleculeLensModel::buildGraphics(chimera::LensViewer const*) const","symbolLocation":555,"imageIndex":27},{"imageOffset":504880,"symbol":"molecule::MoleculeLensModel::draw(chimera::LensViewer const*, chimera::LensViewer::DrawPass) const","symbolLocation":48,"imageIndex":27},{"imageOffset":91255,"symbol":"chimera::LensModel::xformDraw(chimera::LensViewer const*, chimera::LensViewer::DrawPass) const","symbolLocation":1271,"imageIndex":18},{"imageOffset":73136,"symbol":"chimera::Lens::draw(chimera::LensViewer const*, chimera::LensViewer::DrawPass, int const*)","symbolLocation":336,"imageIndex":18},{"imageOffset":106413,"symbol":"chimera::LensViewer::drawScreenBoxes(chimera::Array<int, 4ul> const&, std::__1::__wrap_iter<chimera::ScreenBox*>, std::__1::__wrap_iter<chimera::ScreenBox*>) const","symbolLocation":301,"imageIndex":18},{"imageOffset":113732,"symbol":"chimera::LensViewer::draw() const","symbolLocation":708,"imageIndex":18},{"imageOffset":121931,"symbol":"chimera::LensViewer::displayCB(_object*)","symbolLocation":91,"imageIndex":18},{"imageOffset":371401,"symbol":"chimera::LensViewer_displayCB(_object*, _object*)","symbolLocation":25,"imageIndex":18},{"imageOffset":794768,"symbol":"PyEval_EvalFrameEx","symbolLocation":27504,"imageIndex":1},{"imageOffset":766613,"symbol":"PyEval_EvalCodeEx","symbolLocation":2149,"imageIndex":1},{"imageOffset":813770,"symbol":"fast_function","symbolLocation":106,"imageIndex":1},{"imageOffset":793892,"symbol":"PyEval_EvalFrameEx","symbolLocation":26628,"imageIndex":1},{"imageOffset":766613,"symbol":"PyEval_EvalCodeEx","symbolLocation":2149,"imageIndex":1},{"imageOffset":813770,"symbol":"fast_function","symbolLocation":106,"imageIndex":1},{"imageOffset":793892,"symbol":"PyEval_EvalFrameEx","symbolLocation":26628,"imageIndex":1},{"imageOffset":766613,"symbol":"PyEval_EvalCodeEx","symbolLocation":2149,"imageIndex":1},{"imageOffset":234218,"symbol":"function_call","symbolLocation":346,"imageIndex":1},{"imageOffset":61634,"symbol":"PyObject_Call","symbolLocation":98,"imageIndex":1},{"imageOffset":127144,"symbol":"instancemethod_call","symbolLocation":456,"imageIndex":1},{"imageOffset":61634,"symbol":"PyObject_Call","symbolLocation":98,"imageIndex":1},{"imageOffset":812258,"symbol":"PyEval_CallObjectWithKeywords","symbolLocation":162,"imageIndex":1},{"imageOffset":23557,"symbol":"PythonCmd","symbolLocation":325,"imageIndex":32},{"imageOffset":104450,"symbol":"TclInvokeStringCommand","symbolLocation":130,"imageIndex":33},{"imageOffset":127697,"imageIndex":33},{"imageOffset":120918,"symbol":"TclEvalObjEx","symbolLocation":102,"imageIndex":33},{"imageOffset":1037561,"imageIndex":33},{"imageOffset":1038190,"imageIndex":33},{"imageOffset":896080,"symbol":"Tcl_ServiceEvent","symbolLocation":144,"imageIndex":33},{"imageOffset":896856,"symbol":"Tcl_DoOneEvent","symbolLocation":392,"imageIndex":33},{"imageOffset":13708,"symbol":"Tkapp_MainLoop","symbolLocation":620,"imageIndex":32},{"imageOffset":795148,"symbol":"PyEval_EvalFrameEx","symbolLocation":27884,"imageIndex":1},{"imageOffset":766613,"symbol":"PyEval_EvalCodeEx","symbolLocation":2149,"imageIndex":1},{"imageOffset":813770,"symbol":"fast_function","symbolLocation":106,"imageIndex":1},{"imageOffset":793892,"symbol":"PyEval_EvalFrameEx","symbolLocation":26628,"imageIndex":1},{"imageOffset":814001,"symbol":"fast_function","symbolLocation":337,"imageIndex":1},{"imageOffset":793892,"symbol":"PyEval_EvalFrameEx","symbolLocation":26628,"imageIndex":1},{"imageOffset":766613,"symbol":"PyEval_EvalCodeEx","symbolLocation":2149,"imageIndex":1},{"imageOffset":813770,"symbol":"fast_function","symbolLocation":106,"imageIndex":1},{"imageOffset":793892,"symbol":"PyEval_EvalFrameEx","symbolLocation":26628,"imageIndex":1},{"imageOffset":766613,"symbol":"PyEval_EvalCodeEx","symbolLocation":2149,"imageIndex":1},{"imageOffset":764450,"symbol":"PyEval_EvalCode","symbolLocation":34,"imageIndex":1},{"imageOffset":958145,"symbol":"PyRun_FileExFlags","symbolLocation":161,"imageIndex":1},{"imageOffset":956863,"symbol":"PyRun_SimpleFileExFlags","symbolLocation":751,"imageIndex":1},{"imageOffset":1055551,"symbol":"Py_Main","symbolLocation":3279,"imageIndex":1},{"imageOffset":78280,"symbol":"start","symbolLocation":3240,"imageIndex":88}],"id":1387533,"recursionInfoArray":[{"hottestElided":41,"coldestElided":105,"depth":11,"keyFrame":{"imageOffset":766613,"symbol":"PyEval_EvalCodeEx","symbolLocation":2149,"imageIndex":1}}],"originalLength":135,"triggered":true,"threadState":{"flavor":"x86_THREAD_STATE","rbp":{"value":0},"r12":{"value":4495110984,"symbolLocation":0,"symbol":"state_key"},"rosetta":{"tmp2":{"value":140703255709652},"tmp1":{"value":140705603791700},"tmp0":{"value":18446744073709551615}},"rbx":{"value":140704340203328,"symbolLocation":0,"symbol":"_os_xbs_chrooted"},"r8":{"value":13054731048},"r15":{"value":22},"r10":{"value":140704340203328,"symbolLocation":0,"symbol":"_os_xbs_chrooted"},"rdx":{"value":0},"rdi":{"value":4495110984,"symbolLocation":0,"symbol":"state_key"},"r9":{"value":0},"r13":{"value":13054731600},"rflags":{"value":647},"rax":{"value":0},"rsp":{"value":140704338223680,"symbolLocation":1280,"symbol":"usual_extra"},"r11":{"value":0},"rcx":{"value":0},"r14":{"value":259},"rsi":{"value":8642195008,"symbolLocation":0,"symbol":"_main_thread"}},"queue":"com.apple.main-thread"},{"id":1387534,"name":"com.apple.rosetta.exceptionserver","threadState":{"flavor":"x86_THREAD_STATE","rbp":{"value":9908489551872},"r12":{"value":17179869184},"rosetta":{"tmp2":{"value":0},"tmp1":{"value":249808182919043},"tmp0":{"value":4294967296}},"rbx":{"value":249808182919043},"r8":{"value":2307},"r15":{"value":5972688896},"r10":{"value":1},"rdx":{"value":0},"rdi":{"value":0},"r9":{"value":0},"r13":{"value":4479883888},"rflags":{"value":515},"rax":{"value":268451845},"rsp":{"value":4294967296},"r11":{"value":0},"rcx":{"value":17314086914},"r14":{"value":8643599120},"rsi":{"value":2616}},"frames":[]},{"id":1387550,"name":"com.apple.NSEventThread","threadState":{"flavor":"x86_THREAD_STATE","rbp":{"value":124257698840576},"r12":{"value":124257698840576},"rosetta":{"tmp2":{"value":140703255740247},"tmp1":{"value":140705603791984},"tmp0":{"value":18446744073709551615}},"rbx":{"value":124257698840576},"r8":{"value":1453441643897880660},"r15":{"value":0},"r10":{"value":124257698840576},"rdx":{"value":8589934592},"rdi":{"value":4294967295},"r9":{"value":124257698840576},"r13":{"value":21592279046},"rflags":{"value":643},"rax":{"value":268451845},"rsp":{"value":0},"r11":{"value":0},"rcx":{"value":21592279046},"r14":{"value":2},"rsi":{"value":2}},"frames":[{"imageOffset":140705603791744,"imageIndex":89},{"imageOffset":140705609887988,"imageIndex":89},{"imageOffset":61271,"symbol":"mach_msg2_internal","symbolLocation":83,"imageIndex":93},{"imageOffset":31590,"symbol":"mach_msg_overwrite","symbolLocation":586,"imageIndex":93},{"imageOffset":3670,"symbol":"mach_msg","symbolLocation":19,"imageIndex":93},{"imageOffset":508394,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":145,"imageIndex":94},{"imageOffset":502929,"symbol":"__CFRunLoopRun","symbolLocation":1358,"imageIndex":94},{"imageOffset":1320181,"symbol":"_CFRunLoopRunSpecificWithOptions","symbolLocation":496,"imageIndex":94},{"imageOffset":1636000,"symbol":"_NSEventThread","symbolLocation":158,"imageIndex":95},{"imageOffset":23881,"symbol":"_pthread_start","symbolLocation":115,"imageIndex":90},{"imageOffset":6191,"symbol":"thread_start","symbolLocation":15,"imageIndex":90}]},{"id":1387556,"frames":[{"imageOffset":140705603791744,"imageIndex":89},{"imageOffset":140705609954180,"imageIndex":89},{"imageOffset":1252230,"imageIndex":33},{"imageOffset":23881,"symbol":"_pthread_start","symbolLocation":115,"imageIndex":90},{"imageOffset":6191,"symbol":"thread_start","symbolLocation":15,"imageIndex":90}],"threadState":{"flavor":"x86_THREAD_STATE","rbp":{"value":2987520},"r12":{"value":0},"rosetta":{"tmp2":{"value":4891221520},"tmp1":{"value":140705603791700},"tmp0":{"value":18446744073709551615}},"rbx":{"value":13057592944},"r8":{"value":0},"r15":{"value":4518163312},"r10":{"value":13057592944},"rdx":{"value":13057592816},"rdi":{"value":0},"r9":{"value":2987520},"r13":{"value":10},"rflags":{"value":642},"rax":{"value":4},"rsp":{"value":0},"r11":{"value":0},"rcx":{"value":0},"r14":{"value":10},"rsi":{"value":0}}},{"id":1388207,"frames":[],"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":13058723840},"rdi":{"value":0},"r9":{"value":0},"r13":{"value":0},"rflags":{"value":531},"rax":{"value":13059260416},"rsp":{"value":409604},"r11":{"value":0},"rcx":{"value":94803},"r14":{"value":0},"rsi":{"value":0}}},{"id":1388980,"frames":[],"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":13055332352},"rdi":{"value":0},"r9":{"value":0},"r13":{"value":0},"rflags":{"value":531},"rax":{"value":13055868928},"rsp":{"value":409602},"r11":{"value":0},"rcx":{"value":103399},"r14":{"value":0},"rsi":{"value":0}}},{"id":1389175,"frames":[],"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":13054775296},"rdi":{"value":0},"r9":{"value":0},"r13":{"value":0},"rflags":{"value":531},"rax":{"value":13055311872},"rsp":{"value":409602},"r11":{"value":0},"rcx":{"value":63835},"r14":{"value":0},"rsi":{"value":0}}},{"id":1389193,"frames":[],"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":13055889408},"rdi":{"value":0},"r9":{"value":0},"r13":{"value":0},"rflags":{"value":531},"rax":{"value":13056425984},"rsp":{"value":409604},"r11":{"value":0},"rcx":{"value":77963},"r14":{"value":0},"rsi":{"value":0}}},{"id":1389194,"frames":[],"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":13056446464,"symbolLocation":0,"region":"Rosetta Runtime Routines"},"rdi":{"value":0},"r9":{"value":0},"r13":{"value":0},"rflags":{"value":515},"rax":{"value":13056983040,"symbolLocation":536576,"region":"Rosetta Runtime Routines"},"rsp":{"value":278532},"r11":{"value":0},"rcx":{"value":0},"r14":{"value":0},"rsi":{"value":0}}},{"id":1389195,"frames":[],"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":13058166784,"symbolLocation":0,"region":"Rosetta Runtime Routines"},"rdi":{"value":0},"r9":{"value":0},"r13":{"value":0},"rflags":{"value":515},"rax":{"value":13058703360,"symbolLocation":536576,"region":"Rosetta Runtime Routines"},"rsp":{"value":278532},"r11":{"value":0},"rcx":{"value":0},"r14":{"value":0},"rsi":{"value":0}}},{"id":1389382,"frames":[{"imageOffset":140705603791744,"imageIndex":89},{"imageOffset":140705609909612,"imageIndex":89},{"imageOffset":25079,"symbol":"_pthread_cond_wait","symbolLocation":994,"imageIndex":90},{"imageOffset":12286507,"symbol":"-[_NSThreadPerformInfo wait]","symbolLocation":64,"imageIndex":96},{"imageOffset":305693,"symbol":"-[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:]","symbolLocation":899,"imageIndex":96},{"imageOffset":828394,"symbol":"-[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:modes:]","symbolLocation":87,"imageIndex":96},{"imageOffset":960875,"imageIndex":34},{"imageOffset":347043,"symbol":"__NSThread__start__","symbolLocation":1014,"imageIndex":96},{"imageOffset":23881,"symbol":"_pthread_start","symbolLocation":115,"imageIndex":90},{"imageOffset":6191,"symbol":"thread_start","symbolLocation":15,"imageIndex":90}],"threadState":{"flavor":"x86_THREAD_STATE","rbp":{"value":160},"r12":{"value":22},"rosetta":{"tmp2":{"value":140703255693064},"tmp1":{"value":140705603791700},"tmp0":{"value":18446744073709551615}},"rbx":{"value":0},"r8":{"value":140703255969045,"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":0},"rsi":{"value":0}}},{"id":1390197,"name":"HIE: M_ fb91f3701dcea79c 2026-08-12 12:50:33.073","threadState":{"flavor":"x86_THREAD_STATE","rbp":{"value":76514842378240},"r12":{"value":56},"rosetta":{"tmp2":{"value":140703255740247},"tmp1":{"value":5},"tmp0":{"value":18446744073709551615}},"rbx":{"value":76514842428675},"r8":{"value":4878998128},"r15":{"value":15483357102080},"r10":{"value":140703127681489},"rdx":{"value":103079220499},"rdi":{"value":0},"r9":{"value":5},"r13":{"value":8589934595},"rflags":{"value":582},"rax":{"value":0},"rsp":{"value":15483357102080},"r11":{"value":140703127600296},"rcx":{"value":8589934595},"r14":{"value":44},"rsi":{"value":44}},"frames":[{"imageOffset":140705603791744,"imageIndex":89},{"imageOffset":140705609887988,"imageIndex":89},{"imageOffset":61271,"symbol":"mach_msg2_internal","symbolLocation":83,"imageIndex":93},{"imageOffset":164367,"symbol":"thread_suspend","symbolLocation":83,"imageIndex":93},{"imageOffset":211313,"symbol":"SOME_OTHER_THREAD_SWALLOWED_AT_LEAST_ONE_EXCEPTION","symbolLocation":16,"imageIndex":97},{"imageOffset":347043,"symbol":"__NSThread__start__","symbolLocation":1014,"imageIndex":96},{"imageOffset":23881,"symbol":"_pthread_start","symbolLocation":115,"imageIndex":90},{"imageOffset":6191,"symbol":"thread_start","symbolLocation":15,"imageIndex":90}]}],
"usedImages" : [
{
"source" : "P",
"arch" : "x86_64",
"base" : 4345053184,
"size" : 4096,
"uuid" : "bb573d6a-fdd6-3445-8903-a033cbce4b6c",
"path" : "\/Applications\/Chimera.app\/Contents\/MacOS\/python2.7",
"name" : "python2.7"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4487335936,
"CFBundleShortVersionString" : "2.7.14, (c) 2001-2017 Python Software Foundation.",
"CFBundleIdentifier" : "org.python.python",
"size" : 1343488,
"uuid" : "221e72f0-dbfc-3bec-99c1-2feb7098d585",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/Python",
"name" : "Python",
"CFBundleVersion" : "2.7.14"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4485586944,
"size" : 8192,
"uuid" : "24b6bead-bc25-38dc-b0df-b21aced29f9e",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/lib-dynload\/_locale.so",
"name" : "_locale.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4485730304,
"size" : 20480,
"uuid" : "601050a6-3d2d-3bda-9409-be185118da17",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/lib-dynload\/strop.so",
"name" : "strop.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4485849088,
"size" : 16384,
"uuid" : "015abaa5-a0f8-30d5-a46e-0fe8920fecc2",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/lib-dynload\/_collections.so",
"name" : "_collections.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4486033408,
"size" : 16384,
"uuid" : "bf800acb-5f08-3723-bd32-200e2680997c",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/lib-dynload\/operator.so",
"name" : "operator.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4486250496,
"size" : 24576,
"uuid" : "82d5fa71-abe3-3f24-af5f-e38103fcc945",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/lib-dynload\/itertools.so",
"name" : "itertools.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4486430720,
"size" : 8192,
"uuid" : "5c22c784-067e-3a25-95ee-4e292dc3bf6e",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/lib-dynload\/_heapq.so",
"name" : "_heapq.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4486164480,
"size" : 8192,
"uuid" : "112dc7db-3fde-3272-917c-cf0019e28d15",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/lib-dynload\/_functools.so",
"name" : "_functools.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4486631424,
"size" : 45056,
"uuid" : "31284918-e68d-388a-b424-41cbb637d6c3",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/lib-dynload\/_ssl.so",
"name" : "_ssl.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4492271616,
"size" : 311296,
"uuid" : "53dbf017-ee13-3ec0-aa6e-dace9ab236f9",
"path" : "\/Applications\/Chimera.app\/Contents\/Resources\/lib\/libssl.1.0.0.dylib",
"name" : "libssl.1.0.0.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4495294464,
"size" : 1507328,
"uuid" : "87288b68-0286-395d-a78a-f609cdc30b52",
"path" : "\/Applications\/Chimera.app\/Contents\/Resources\/lib\/libcrypto.1.0.0.dylib",
"name" : "libcrypto.1.0.0.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4486856704,
"size" : 36864,
"uuid" : "1beea8cb-6412-3754-871c-83cd22d99776",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/lib-dynload\/_socket.so",
"name" : "_socket.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4486520832,
"size" : 8192,
"uuid" : "54aab279-b55c-3b5b-a914-8630ac0413f1",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/lib-dynload\/cStringIO.so",
"name" : "cStringIO.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4487061504,
"size" : 16384,
"uuid" : "93c31a08-7b24-3313-bbd1-da2ec8a045dd",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/lib-dynload\/_struct.so",
"name" : "_struct.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4487196672,
"size" : 16384,
"uuid" : "7b139e7c-8905-32f7-ac86-1ccf56346069",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/lib-dynload\/binascii.so",
"name" : "binascii.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4493414400,
"size" : 106496,
"uuid" : "1c03141f-5b0a-368e-a3a0-36117a7cf644",
"path" : "\/Applications\/Chimera.app\/Contents\/Resources\/lib\/libz.dylib",
"name" : "libz.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4485971968,
"size" : 4096,
"uuid" : "a4f80ed7-195b-3de3-aac2-1dd93480bf32",
"path" : "\/Applications\/Chimera.app\/Contents\/Resources\/lib\/_chimera.so",
"name" : "_chimera.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4499709952,
"size" : 753664,
"uuid" : "151a9b19-f635-3ccf-a470-20c5585be352",
"path" : "\/Applications\/Chimera.app\/Contents\/Resources\/lib\/_chimera.dylib",
"name" : "_chimera.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4493869056,
"size" : 90112,
"uuid" : "4ff97387-c454-32a5-9c39-d718e01413ae",
"path" : "\/Applications\/Chimera.app\/Contents\/Resources\/lib\/libgfxinfo.dylib",
"name" : "libgfxinfo.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4493271040,
"size" : 12288,
"uuid" : "f5b0b680-92c9-352c-a5f3-81e7eb316211",
"path" : "\/Applications\/Chimera.app\/Contents\/Resources\/lib\/libwrappy2.dylib",
"name" : "libwrappy2.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4493709312,
"size" : 12288,
"uuid" : "e1a53bb9-7e9b-3459-a7c2-0a6903a7ad39",
"path" : "\/Applications\/Chimera.app\/Contents\/Resources\/lib\/libtr.dylib",
"name" : "libtr.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4494422016,
"size" : 126976,
"uuid" : "85472281-6ebb-3599-8f69-036f91702189",
"path" : "\/Applications\/Chimera.app\/Contents\/Resources\/lib\/libftgl.2.1.3.dylib",
"name" : "libftgl.2.1.3.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4503056384,
"size" : 520192,
"uuid" : "d2237e77-8ef6-311b-81d7-aae8cf748166",
"path" : "\/Applications\/Chimera.app\/Contents\/Resources\/lib\/libfreetype.6.dylib",
"name" : "libfreetype.6.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4494188544,
"size" : 20480,
"uuid" : "a29d029e-c705-3dec-b56f-a28b8b31c4c6",
"path" : "\/Applications\/Chimera.app\/Contents\/Resources\/lib\/libpcrecpp.0.dylib",
"name" : "libpcrecpp.0.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4502335488,
"size" : 229376,
"uuid" : "21ec6a6c-86f5-3963-ad7d-56c8d1da2f2a",
"path" : "\/Applications\/Chimera.app\/Contents\/Resources\/lib\/libpcre.0.dylib",
"name" : "libpcre.0.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4487299072,
"size" : 4096,
"uuid" : "b002025d-bc26-3a07-ab03-c445c8080c20",
"path" : "\/Applications\/Chimera.app\/Contents\/Resources\/lib\/_molecule.so",
"name" : "_molecule.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4506918912,
"size" : 1536000,
"uuid" : "aad96147-f5f8-36aa-96a8-1148d9171c40",
"path" : "\/Applications\/Chimera.app\/Contents\/Resources\/lib\/_molecule.dylib",
"name" : "_molecule.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4505288704,
"size" : 249856,
"uuid" : "8679f3b1-05bb-39ef-9cfc-977f62409d08",
"path" : "\/Applications\/Chimera.app\/Contents\/Resources\/lib\/_vrml.so",
"name" : "_vrml.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4493357056,
"size" : 4096,
"uuid" : "544449a3-542e-3441-bba0-e6070afb1160",
"path" : "\/Applications\/Chimera.app\/Contents\/Resources\/lib\/libgfxinfo.so",
"name" : "libgfxinfo.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4511801344,
"size" : 208896,
"uuid" : "00adc92d-67b5-3a0b-82ff-a2a92096f90a",
"path" : "\/Applications\/Chimera.app\/Contents\/Resources\/lib\/_surface.so",
"name" : "_surface.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4513337344,
"size" : 684032,
"uuid" : "7c3fadc7-6442-3407-9eba-899b0f022ec3",
"path" : "\/Applications\/Chimera.app\/Contents\/Resources\/lib\/librcarray.dylib",
"name" : "librcarray.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4495073280,
"size" : 32768,
"uuid" : "70db5eae-699a-31a8-9c4e-38d807faf3c9",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/lib-dynload\/_tkinter.so",
"name" : "_tkinter.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4516667392,
"CFBundleShortVersionString" : "8.6.18",
"CFBundleIdentifier" : "com.tcltk.tcllibrary",
"size" : 1433600,
"uuid" : "14a370a6-e327-3ead-ac1f-6f5ae339db5d",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Tcl.framework\/Versions\/8.6\/Tcl",
"name" : "Tcl",
"CFBundleVersion" : "8.6.18"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4520656896,
"CFBundleShortVersionString" : "8.6.18",
"CFBundleIdentifier" : "com.tcltk.tklibrary",
"size" : 1257472,
"uuid" : "309f4c38-be84-302c-b62b-142f193eefb0",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Tk.framework\/Versions\/8.6\/Tk",
"name" : "Tk",
"CFBundleVersion" : "8.6.18"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4561993728,
"size" : 1507328,
"uuid" : "e0bd9fff-7621-3dd0-afac-e869c896075f",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/site-packages\/numpy\/core\/multiarray.so",
"name" : "multiarray.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4504846336,
"size" : 53248,
"uuid" : "77c0b634-da4e-3f3a-8be7-c8d93e92d6cf",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/lib-dynload\/datetime.so",
"name" : "datetime.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4515061760,
"size" : 352256,
"uuid" : "4f4f9820-fbef-354f-bc9d-fdea57da83d1",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/site-packages\/numpy\/core\/umath.so",
"name" : "umath.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4502880256,
"size" : 8192,
"uuid" : "bef2f664-f2c6-34a3-97e9-efa202d942fa",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/lib-dynload\/time.so",
"name" : "time.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4505096192,
"size" : 16384,
"uuid" : "91eacfa4-ca4d-30b8-809c-9501ce7a48bb",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/site-packages\/numpy\/core\/_dotblas.so",
"name" : "_dotblas.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4506296320,
"size" : 61440,
"uuid" : "14f49a56-9709-31f6-a0cd-59f68b34714e",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/lib-dynload\/cPickle.so",
"name" : "cPickle.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4512567296,
"size" : 118784,
"uuid" : "902d4b63-412c-3703-8bed-75874c9ceb7a",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/site-packages\/numpy\/core\/scalarmath.so",
"name" : "scalarmath.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4506554368,
"size" : 28672,
"uuid" : "8e69d93d-4fc1-3af1-9eb3-fb86cafeb527",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/lib-dynload\/math.so",
"name" : "math.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4506710016,
"size" : 24576,
"uuid" : "8c89f695-3f85-324b-8004-3dd076669f3b",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/site-packages\/numpy\/lib\/_compiled_base.so",
"name" : "_compiled_base.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4506185728,
"size" : 16384,
"uuid" : "f47c5a99-128c-35cc-a883-eb62082b14a1",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/site-packages\/numpy\/linalg\/lapack_lite.so",
"name" : "lapack_lite.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4513120256,
"size" : 16384,
"uuid" : "1c5dbbe9-fdd9-33ce-b7d4-229d9bfb7ea6",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/lib-dynload\/zlib.so",
"name" : "zlib.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4516253696,
"size" : 20480,
"uuid" : "7f4c8310-6281-34b1-9bf6-426a0a319538",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/lib-dynload\/bz2.so",
"name" : "bz2.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4502974464,
"size" : 4096,
"uuid" : "dc6e01e1-51c2-373b-bf92-57a4e4d5ed6f",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/lib-dynload\/grp.so",
"name" : "grp.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4516380672,
"size" : 49152,
"uuid" : "a0137ce1-1894-38c2-870c-67bd63868ed4",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/site-packages\/numpy\/fft\/fftpack_lite.so",
"name" : "fftpack_lite.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4560408576,
"size" : 270336,
"uuid" : "cb77c93c-a49c-37ce-ab55-fd924d48d307",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/site-packages\/numpy\/random\/mtrand.so",
"name" : "mtrand.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4559958016,
"size" : 73728,
"uuid" : "4bf73a04-23f2-34c8-a05c-b13a1c1dc17d",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/lib-dynload\/_ctypes.so",
"name" : "_ctypes.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4567314432,
"size" : 73728,
"uuid" : "b677361e-1e7d-3253-ab2b-22c539903627",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/lib-dynload\/_io.so",
"name" : "_io.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4513230848,
"size" : 12288,
"uuid" : "cb12d0c2-ee08-3fc2-bdb0-968af76f07a5",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/lib-dynload\/_hashlib.so",
"name" : "_hashlib.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4506836992,
"size" : 8192,
"uuid" : "fda0bac2-5068-37d0-8377-2443948a9d2a",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/lib-dynload\/_random.so",
"name" : "_random.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4516560896,
"size" : 8192,
"uuid" : "2a90cc77-4a2f-351f-9e45-5caea198e7b5",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/lib-dynload\/fcntl.so",
"name" : "fcntl.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4505210880,
"size" : 4096,
"uuid" : "e3ca43a9-1d73-36d8-a7d4-421a27e22c56",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/lib-dynload\/_scproxy.so",
"name" : "_scproxy.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4618878976,
"size" : 53248,
"uuid" : "92bd7168-6bf2-31c4-b3c1-31f0328271da",
"path" : "\/usr\/lib\/libobjc-trampolines.dylib",
"name" : "libobjc-trampolines.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4648067072,
"CFBundleShortVersionString" : "353.14",
"CFBundleIdentifier" : "com.apple.AGXMetalG17X",
"size" : 12292096,
"uuid" : "e414cdda-ad92-31a0-97b6-8e1912a8a365",
"path" : "\/System\/Library\/Extensions\/AGXMetalG17X.bundle\/Contents\/MacOS\/AGXMetalG17X",
"name" : "AGXMetalG17X",
"CFBundleVersion" : "353.14"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4638633984,
"size" : 368640,
"uuid" : "8539b5e8-3e41-3657-a707-cd9f8e7753b9",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/site-packages\/PIL\/_imaging.so",
"name" : "_imaging.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4619243520,
"size" : 20480,
"uuid" : "77692583-a0ef-383a-8b5f-fc2c0f64bcb2",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/lib-dynload\/array.so",
"name" : "array.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4619390976,
"size" : 4096,
"uuid" : "2bd6b1c7-4751-38e7-b9d8-8a2dcfcf1ee3",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/site-packages\/PIL\/_imagingtk.so",
"name" : "_imagingtk.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4646297600,
"size" : 12288,
"uuid" : "a508695c-ab4c-3227-9380-f5671539b634",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/lib-dynload\/select.so",
"name" : "select.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4646404096,
"size" : 4096,
"uuid" : "e75f374a-d093-3e3b-8c81-c47871f33430",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/lib-dynload\/_bisect.so",
"name" : "_bisect.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4644470784,
"size" : 172032,
"uuid" : "3f627f2b-e508-3be1-827d-10077a706fed",
"path" : "\/Applications\/Chimera.app\/Contents\/Resources\/lib\/Tix8.4.3\/libTix8.4.3.dylib",
"name" : "libTix8.4.3.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4645093376,
"size" : 40960,
"uuid" : "f5846772-be3c-3ea4-9c20-eb679adcd748",
"path" : "\/Applications\/Chimera.app\/Contents\/Resources\/lib\/Togl2.1\/libTogl2.1.dylib",
"name" : "libTogl2.1.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4876046336,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.apple.AppleMetalOpenGLRenderer",
"size" : 430080,
"uuid" : "db73f027-2263-3f82-9bee-e64db617dfa8",
"path" : "\/System\/Library\/Extensions\/AppleMetalOpenGLRenderer.bundle\/Contents\/MacOS\/AppleMetalOpenGLRenderer",
"name" : "AppleMetalOpenGLRenderer",
"CFBundleVersion" : "1"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4646244352,
"size" : 4096,
"uuid" : "f774d30b-f975-3671-a648-f4c8fe817486",
"path" : "\/Applications\/Chimera.app\/Contents\/Resources\/lib\/_dome.so",
"name" : "_dome.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4874817536,
"size" : 36864,
"uuid" : "d3e0e887-abb9-31c7-ab95-1bd4d228e59a",
"path" : "\/Applications\/Chimera.app\/Contents\/Resources\/lib\/_dome.dylib",
"name" : "_dome.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4874973184,
"size" : 16384,
"uuid" : "80c0c944-639e-3c49-aa0f-0f05ecd051d1",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/lib-dynload\/_AE.so",
"name" : "_AE.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4647923712,
"size" : 4096,
"uuid" : "5659eff0-b53c-33fa-8d65-65678f5fccd9",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/lib-dynload\/_Evt.so",
"name" : "_Evt.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4875341824,
"size" : 16384,
"uuid" : "2975b7d0-2b83-3833-a2c5-1d1a2d072a1d",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/lib-dynload\/_File.so",
"name" : "_File.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4875100160,
"size" : 8192,
"uuid" : "541d2fcd-7594-3f86-b9fb-a915ce6e2ef7",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/lib-dynload\/MacOS.so",
"name" : "MacOS.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4897783808,
"size" : 176128,
"uuid" : "5e413668-d068-3c6c-b8e1-3b63e111f111",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/lib-dynload\/pyexpat.so",
"name" : "pyexpat.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4985618432,
"size" : 32768,
"uuid" : "08f0768e-d6c0-3986-91e4-bc2061732ebd",
"path" : "\/Applications\/Chimera.app\/Contents\/Resources\/lib\/_amber.so",
"name" : "_amber.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 5013680128,
"size" : 430080,
"uuid" : "ea4a6678-ca2b-33af-8ffd-083044d47af0",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/site-packages\/Scientific\/darwin\/Scientific_netcdf.so",
"name" : "Scientific_netcdf.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 5012815872,
"size" : 159744,
"uuid" : "f648ae91-bcf6-3207-a7af-41846b26c56c",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/site-packages\/matplotlib\/_path.so",
"name" : "_path.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 5014982656,
"size" : 200704,
"uuid" : "e7fae772-9075-3581-b4e9-95bd8eebbea7",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/site-packages\/matplotlib\/ft2font.so",
"name" : "ft2font.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4920823808,
"size" : 8192,
"uuid" : "7b8e0698-ae67-38ed-a63a-4f1f75111a1f",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/site-packages\/matplotlib\/nxutils.so",
"name" : "nxutils.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4920958976,
"size" : 12288,
"uuid" : "36f82e84-a87f-3e55-b5de-650ea2a54d8b",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/lib-dynload\/_csv.so",
"name" : "_csv.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 5015781376,
"size" : 679936,
"uuid" : "0f712637-77f7-3f48-9664-81bbfc3950a4",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/lib-dynload\/unicodedata.so",
"name" : "unicodedata.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 5016567808,
"size" : 200704,
"uuid" : "916f7799-4a6a-3d05-9be5-e982d2657d2e",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/site-packages\/matplotlib\/_png.so",
"name" : "_png.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4984766464,
"size" : 16384,
"uuid" : "79ade3c9-8586-308c-ba22-5b02a7fe0a20",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/site-packages\/matplotlib\/_cntr.so",
"name" : "_cntr.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 5017382912,
"size" : 167936,
"uuid" : "97bec6a1-43f9-3dcc-8cf2-2cf9b462d47c",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/site-packages\/matplotlib\/_image.so",
"name" : "_image.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4984979456,
"size" : 53248,
"uuid" : "5cfe43e8-9e59-3fdd-87ce-743570206502",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/site-packages\/matplotlib\/_delaunay.so",
"name" : "_delaunay.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 5018099712,
"size" : 118784,
"uuid" : "a83d8e3e-5d3d-3efa-b9ad-1fa150ae73bc",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/site-packages\/matplotlib\/_tri.so",
"name" : "_tri.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 5018693632,
"size" : 65536,
"uuid" : "96076c8d-ee23-3987-a351-871a04fe3fbb",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/site-packages\/matplotlib\/backends\/_tkagg.so",
"name" : "_tkagg.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 5019619328,
"size" : 294912,
"uuid" : "c59b9628-e14e-3217-b3e5-5b318a68207d",
"path" : "\/Applications\/Chimera.app\/Contents\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/site-packages\/matplotlib\/backends\/_backend_agg.so",
"name" : "_backend_agg.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4919959552,
"size" : 36864,
"uuid" : "9b06b6d2-fd82-3034-8f73-7dcffb85ebb9",
"path" : "\/Applications\/Chimera.app\/Contents\/Resources\/lib\/_closepoints.so",
"name" : "_closepoints.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 8641306624,
"size" : 708608,
"uuid" : "7331d12c-0f65-3aae-808e-12f9ff0eca3a",
"path" : "\/usr\/lib\/dyld",
"name" : "dyld"
},
{
"size" : 0,
"source" : "A",
"base" : 0,
"uuid" : "00000000-0000-0000-0000-000000000000"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703255937024,
"size" : 48832,
"uuid" : "3154d766-7e34-34d5-acdd-6434609e4ffd",
"path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
"name" : "libsystem_pthread.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703254454272,
"size" : 556704,
"uuid" : "bce2fd57-a4e4-38cf-93a7-260335502e82",
"path" : "\/usr\/lib\/system\/libsystem_c.dylib",
"name" : "libsystem_c.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703255986176,
"size" : 40640,
"uuid" : "2fd67dc6-b7ee-30e4-8dc5-d5a3e6bb5c1d",
"path" : "\/usr\/lib\/system\/libsystem_platform.dylib",
"name" : "libsystem_platform.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703255678976,
"size" : 255408,
"uuid" : "3c5c0ad3-85e6-377e-be18-b7a6cac84c0a",
"path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
"name" : "libsystem_kernel.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703256219648,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.CoreFoundation",
"size" : 4966357,
"uuid" : "352cd1b8-3e55-3bb8-b790-74746aa8f75a",
"path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
"name" : "CoreFoundation",
"CFBundleVersion" : "5026.6.7"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703321382912,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.AppKit",
"size" : 25152279,
"uuid" : "a70abca0-2d44-3195-b691-f40025e5c56d",
"path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
"name" : "AppKit",
"CFBundleVersion" : "2685.70.101"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703275069440,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.Foundation",
"size" : 17020512,
"uuid" : "0eac6a89-e23e-3ba1-baf4-3333529e2eb4",
"path" : "\/System\/Library\/Frameworks\/Foundation.framework\/Versions\/C\/Foundation",
"name" : "Foundation",
"CFBundleVersion" : "5026.6.7"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703376416768,
"CFBundleShortVersionString" : "1.22",
"CFBundleIdentifier" : "com.apple.HIServices",
"size" : 415868,
"uuid" : "b423ab2d-1d14-3ac4-9f10-66c4e1d7505f",
"path" : "\/System\/Library\/Frameworks\/ApplicationServices.framework\/Versions\/A\/Frameworks\/HIServices.framework\/Versions\/A\/HIServices",
"name" : "HIServices"
}
],
"sharedCache" : {
"base" : 140703207063552,
"size" : 30064771072,
"uuid" : "1ccde532-fc1b-3d4c-aa4f-c992c7bc616b"
},
"vmSummary" : "ReadOnly portion of Libraries: Total=1.4G resident=0K(0%) swapped_out_or_unallocated=1.4G(100%)\nWritable regions: Total=3.3G written=5208K(0%) resident=5208K(0%) swapped_out=0K(0%) unallocated=3.3G(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nAccelerate framework 256K 2 \nActivity Tracing 256K 1 \nAttributeGraph Data 1024K 1 \nCG image 716K 38 \nColorSync 8K 2 \nCoreAnimation 54.0M 72 \nCoreGraphics 28K 4 \nCoreUI image data 2868K 22 \nFoundation 16K 1 \nKernel Alloc Once 8K 1 \nMALLOC 3.1G 198 \nMALLOC guard page 384K 24 \nOpenGL GLSL 256K 3 \nRosetta Arena 4096K 2 \nRosetta Generic 1488K 369 \nRosetta IndirectBranch 2048K 1 \nRosetta JIT 128.0M 1 \nRosetta Return Stack 228K 18 \nRosetta Thread Context 180K 18 \nSTACK GUARD 24K 6 \nStack 12.7M 11 \nStack Guard 56.0M 5 \nVM_ALLOCATE 2280K 127 \nVM_ALLOCATE (reserved) 32K 4 reserved VM address space (unallocated)\n__CTF 824 1 \n__DATA 44.5M 1068 \n__DATA_CONST 121.5M 1035 \n__DATA_DIRTY 8090K 876 \n__FONT_DATA 2352 1 \n__GLSLBUILTINS 5174K 1 \n__LINKEDIT 161.5M 92 \n__OBJC_RO 65.2M 1 \n__OBJC_RW 2595K 1 \n__TEXT 1.2G 1136 \n__TPRO_CONST 8K 2 \ndyld private memory 256K 2 \nmapped file 367.8M 307 \npage table in kernel 5208K 1 \nshared memory 1360K 23 \n=========== ======= ======= \nTOTAL 5.3G 5478 \nTOTAL, minus reserved VM space 5.3G 5478 \n",
"legacyInfo" : {
"threadTriggered" : {
"queue" : "com.apple.main-thread"
}
},
"logWritingSignature" : "71843b8f4ae96e2c5ce4e00f06a681c16f2ebc9e",
"roots_installed" : 0,
"bug_type" : "309",
"trmStatus" : 1,
"trialInfo" : {
"rollouts" : [
{
"rolloutId" : "67d07cd6a7affa169ae21f45",
"factorPackIds" : [
],
"deploymentId" : 240000002
},
{
"rolloutId" : "639124e81d92412bfb4880b3",
"factorPackIds" : [
],
"deploymentId" : 240000012
}
],
"experiments" : [
]
},
"reportNotes" : [
"RIP register does not match crashing frame (0x0 vs 0x7FF893882B80)"
]
}
――――――――――――――――――――
OpenGL Vendor: Apple
OpenGL Renderer: Apple M5 Pro
OpenGL Version: 2.1 Metal - 90.5
Hardware:
Hardware Overview:
Model Name: Mac
Model Identifier: Mac17,9
Model Number: MGDR4CI/A
Chip: Unknown
Total Number of Cores: 15 (5 Super and 10 Performance)
Memory: 24 GB
System Firmware Version: 18000.161.9
OS Loader Version: 18000.161.9
Software:
System Software Overview:
System Version: macOS 26.6.1 (25G76)
Kernel Version: Darwin 25.6.0
Time since boot: 5 días, 2 horas y 36 minutos
Graphics/Displays:
Apple M5 Pro:
Chipset Model: Apple M5 Pro
Type: GPU
Bus: Built-In
Total Number of Cores: 16
Vendor: Apple (0x106b)
Metal Support: Metal 4
Displays:
Color LCD:
Display Type: Built-in Liquid Retina XDR Display
Resolution: 3024 x 1964 Retina
Main Display: Yes
Mirror: Off
Online: Yes
Automatically Adjust Brightness: Yes
Connection Type: Internal
――――――――――――――――――――
Multisampling: False
Shadows: False
Shadow texture size: 2048
Silhouettes: False
Depth cue: True
Subdivision quality: 1.50
Single-layer transparency: True
Transparent background: False
Shaders supported: True
Using shader: True
Window size: 1514 1752
Camera mode: mono
Orthographic projection: False
Center of rotation: front center
Near/far clipping: False
Key light: True
Fill light: True
Back light: False
Ambient light: 0.20
Specular sharpness: 30.00
Specular reflectivity: 1.00
――――――――――――――――――――
AntialiasLines: native
AntialiasPoints: native
BlendEquation: native
BlendFuncSeparate: native
BrokenAttribLocation: native, disabled
ChoosePixelFormat: not supported
ColorTable: native
CompileAndExecute: native
CompiledVertexArray: not supported
CubeMap: native
CullVertex: not supported
DrawElementsInstanced: extension
DrawRangeElements: native
FBConfig: not supported
FBOShadows: native
FastMultisampling: native
FramebufferMultisample: native
FramebufferObject: native
LimitVertexAttribDivisor: native, disabled
Multisample: native
Multitexture: native
PackedDepthStencil: native
PalettedTexture: not supported
PointParameters: native
SeamlessCubeMap: extension
SeparateSpecularColor: native
Shading: native
Shadows: native
StereoMultisample: native
StereoRubberBanding: native
Texture3D: native
TextureColorTable: not supported
TextureEdgeClamp: native
TrustColorLogicBlend: native
TrustNormals: native
VertexArray: native
VertexAttrib: native
VertexAttribDivisor: extension
VertexBufferObject: native
WindowPos: not supported
|
|||
| #27181 | nonchimera | Stale file handle | ||
| Description |
The following bug report has been submitted:
Platform: Linux64 (X11) Linux 6.12.47 x86_64
Chimera Version: 1.19_b42556
Description
.dms is file not over lying on the receptor.mol2 file
Open models
#0 1ndv_repaired_Zn.pdb
#0 MSMS main surface of 1ndv_repaired_Zn.pdb
Reply log:
The following problems occurred while reading PDB file for 1ndv_repaired_Zn.pdb
warning: duplicate atom serial number found: 2790
Model 0 (1ndv_repaired_Zn.pdb) appears to be a protein without secondary structure assignments.
Automatically computing assignments using 'ksdssp' and parameter values:
energy cutoff -0.5
minimum helix length 3
minimum strand length 3
Use command 'help ksdssp' for more information.
No SEQRES records for 1ndv_repaired_Zn.pdb (#0) chain A; guessing terminii instead
Chain-initial residues that are actual N terminii: THR 4.A
Chain-initial residues that are not actual N terminii:
Chain-final residues that are actual C terminii: ARG 352.A
Chain-final residues that are not actual C terminii:
314 hydrogen bonds
Hydrogens added
Charge model: AMBER ff14SB
Assigning partial charges to residue ZN (net charge +2) with am1-bcc method
Non-standard atom names:
THR H (THR 4.A H)
Total charge for #0: -10.193
The following residues had non-integral charges:
THR 4.A 0.8066
Correct charges are unknown for 1 non-standard atom names in otherwise standard residues
Charges of 0.0 were assigned to the unknown atoms
1 model(s) had non-integral total charge
Details in reply log
No SEQRES records for 1ndv_repaired_Zn.pdb (#0) chain A; guessing terminii instead
Chain-initial residues that are actual N terminii: THR 4.A
Chain-initial residues that are not actual N terminii:
Chain-final residues that are actual C terminii: ARG 352.A
Chain-final residues that are not actual C terminii:
313 hydrogen bonds
Hydrogens added
Charge model: AMBER ff14SB
Assigning partial charges to residue ZN (net charge +2) with am1-bcc method
Total charge for #0: -10.000
Charge model: AMBER ff14SB
Assigning partial charges to residue ZN (net charge +2) with am1-bcc method
Total charge for #0: -10.000
Charge model: AMBER ff14SB
Assigning partial charges to residue ZN (net charge +2) with am1-bcc method
Total charge for #0: -10.000
Model 0 (1ndv_repaired_Zn.pdb) appears to be a protein without secondary structure assignments.
Automatically computing assignments using 'ksdssp' and parameter values:
energy cutoff -0.5
minimum helix length 3
minimum strand length 3
Use command 'help ksdssp' for more information.
/config/UCSF-Chimera64-1.19/bin/mscalc 1.400000 2.000000 1
MSMSLIB 1.3 started on kavyasriradham-deploy-lg2vn-69c9989dc5-bk922
Copyright M.F. Sanner (March 2000)
Compilation flags
Surface 1ndv_repaired_Zn.pdb, category main, probe radius 1.4, vertex density 2
35 connected surface components
Total solvent excluded surface area = 14434.8
component areas = 13142.6, 83.2197, 71.9857, 61.4117, 61.1745, 50.1692, 49.514, 47.8965, 45.6787, 41.666, 41.663, 40.9488, 40.2307, 37.6584, 36.8149, 36.2075, 34.6364, 34.5735, 33.217, 32.3381, 30.1325, 30.0779, 29.7909, 29.5247, 29.4416, 29.0669, 28.3467, 26.9731, 26.3191, 25.8544, 25.7286, 25.1876, 25.1393, 24.8379, 24.7931
Total solvent accessible surface area = 14509.5
component areas = 14463.2, 10.3045, 6.02796, 5.56074, 4.60435, 3.22228, 2.56691, 1.70442, 2.4176, 1.39423, 1.63409, 1.43962, 0.78883, 0.626033, 0.583263, 0.548821, 0.640363, 0.595221, 0.437041, 0.334414, 0.141892, 0.0878609, 0.108014, 0.11439, 0.14085, 0.0917194, 0.0997362, 0.0241567, 0.0120766, 0.00919284, 0.00679758, 0.00153126, 0.000846835, 8.31332e-05, 0.000134514
IOError Exception in Tk callback
Function: <function command at 0x7f83d37d8488> (type: <type 'function'>)
Module: <module 'chimera.baseDialog' from '/config/UCSF-Chimera64-1.19/share/chimera/baseDialog.py'> (line: 447)
Args: ()
Traceback (innermost last):
File "/config/UCSF-Chimera64-1.19/lib/python2.7/site-packages/Pmw/Pmw_1_3_3/lib/PmwBase.py", line 1747, in __call__
return apply(self.func, args)
File "/config/UCSF-Chimera64-1.19/share/chimera/baseDialog.py", line 449, in command
getattr(s, buttonFuncName(txt))()
File "/config/UCSF-Chimera64-1.19/share/chimera/baseDialog.py", line 704, in OK
self.Apply()
File "/config/UCSF-Chimera64-1.19/share/ReadMS/gui.py", line 53, in Apply
generateVRML(self.fileName(), rgb=rgba[:3], sameAs=sameAs)
File "/config/UCSF-Chimera64-1.19/share/ReadMS/genVRML.py", line 37, in generateVRML
dms = osOpen(dmsFile)
File "/config/UCSF-Chimera64-1.19/share/OpenSave/__init__.py", line 338, in osOpen
return _osOpen(fileName, *args, **kw)
File "/config/UCSF-Chimera64-1.19/share/OpenSave/__init__.py", line 384, in _osOpen
f = open(fileName, *args)
IOError: [Errno 116] Stale file handle: '/drive/kavyasriradham/2024_pdbid1ndv/002.surface_spheres/1ndv_surface.dms'
IOError: [Errno 116] Stale file handle: '/drive/kavyasriradham/2024_pdbid1ndv/002.surface_spheres/1ndv_surface.dms'
File "/config/UCSF-Chimera64-1.19/share/OpenSave/__init__.py", line 384, in _osOpen
f = open(fileName, *args)
See reply log for Python traceback.
Model 0 (1ndv_repaired_Zn.pdb) appears to be a protein without secondary structure assignments.
Automatically computing assignments using 'ksdssp' and parameter values:
energy cutoff -0.5
minimum helix length 3
minimum strand length 3
Use command 'help ksdssp' for more information.
IOError Exception in Tk callback
Function: <function command at 0x7f83d42a48c0> (type: <type 'function'>)
Module: <module 'chimera.baseDialog' from '/config/UCSF-Chimera64-1.19/share/chimera/baseDialog.py'> (line: 447)
Args: ()
Traceback (innermost last):
File "/config/UCSF-Chimera64-1.19/lib/python2.7/site-packages/Pmw/Pmw_1_3_3/lib/PmwBase.py", line 1747, in __call__
return apply(self.func, args)
File "/config/UCSF-Chimera64-1.19/share/chimera/baseDialog.py", line 449, in command
getattr(s, buttonFuncName(txt))()
File "/config/UCSF-Chimera64-1.19/share/chimera/baseDialog.py", line 704, in OK
self.Apply()
File "/config/UCSF-Chimera64-1.19/share/ReadMS/gui.py", line 53, in Apply
generateVRML(self.fileName(), rgb=rgba[:3], sameAs=sameAs)
File "/config/UCSF-Chimera64-1.19/share/ReadMS/genVRML.py", line 37, in generateVRML
dms = osOpen(dmsFile)
File "/config/UCSF-Chimera64-1.19/share/OpenSave/__init__.py", line 338, in osOpen
return _osOpen(fileName, *args, **kw)
File "/config/UCSF-Chimera64-1.19/share/OpenSave/__init__.py", line 384, in _osOpen
f = open(fileName, *args)
IOError: [Errno 116] Stale file handle: '/drive/kavyasriradham/2024_pdbid1ndv/002.surface_spheres/1ndv_surface.dms'
IOError: [Errno 116] Stale file handle: '/drive/kavyasriradham/2024_pdbid1ndv/002.surface_spheres/1ndv_surface.dms'
File "/config/UCSF-Chimera64-1.19/share/OpenSave/__init__.py", line 384, in _osOpen
f = open(fileName, *args)
See reply log for Python traceback.
Model 0 (1ndv_repaired_Zn.pdb) appears to be a protein without secondary structure assignments.
Automatically computing assignments using 'ksdssp' and parameter values:
energy cutoff -0.5
minimum helix length 3
minimum strand length 3
Use command 'help ksdssp' for more information.
/config/UCSF-Chimera64-1.19/bin/mscalc 1.400000 2.000000 1
MSMSLIB 1.3 started on kavyasriradham-deploy-lg2vn-69c9989dc5-bk922
Copyright M.F. Sanner (March 2000)
Compilation flags
Surface 1ndv_repaired_Zn.pdb, category main, probe radius 1.4, vertex density 2
35 connected surface components
Total solvent excluded surface area = 14434.8
component areas = 13142.6, 83.2197, 71.9857, 61.4117, 61.1745, 50.1692, 49.514, 47.8965, 45.6787, 41.666, 41.663, 40.9488, 40.2307, 37.6584, 36.8149, 36.2075, 34.6364, 34.5735, 33.217, 32.3381, 30.1325, 30.0779, 29.7909, 29.5247, 29.4416, 29.0669, 28.3467, 26.9731, 26.3191, 25.8544, 25.7286, 25.1876, 25.1393, 24.8379, 24.7931
Total solvent accessible surface area = 14509.5
component areas = 14463.2, 10.3045, 6.02796, 5.56074, 4.60435, 3.22228, 2.56691, 1.70442, 2.4176, 1.39423, 1.63409, 1.43962, 0.78883, 0.626033, 0.583263, 0.548821, 0.640363, 0.595221, 0.437041, 0.334414, 0.141892, 0.0878609, 0.108014, 0.11439, 0.14085, 0.0917194, 0.0997362, 0.0241567, 0.0120766, 0.00919284, 0.00679758, 0.00153126, 0.000846835, 8.31332e-05, 0.000134514
IOError Exception in Tk callback
Function: <function command at 0x7f83d433aa28> (type: <type 'function'>)
Module: <module 'chimera.baseDialog' from '/config/UCSF-Chimera64-1.19/share/chimera/baseDialog.py'> (line: 447)
Args: ()
Traceback (innermost last):
File "/config/UCSF-Chimera64-1.19/lib/python2.7/site-packages/Pmw/Pmw_1_3_3/lib/PmwBase.py", line 1747, in __call__
return apply(self.func, args)
File "/config/UCSF-Chimera64-1.19/share/chimera/baseDialog.py", line 449, in command
getattr(s, buttonFuncName(txt))()
File "/config/UCSF-Chimera64-1.19/share/chimera/baseDialog.py", line 704, in OK
self.Apply()
File "/config/UCSF-Chimera64-1.19/share/ReadMS/gui.py", line 53, in Apply
generateVRML(self.fileName(), rgb=rgba[:3], sameAs=sameAs)
File "/config/UCSF-Chimera64-1.19/share/ReadMS/genVRML.py", line 37, in generateVRML
dms = osOpen(dmsFile)
File "/config/UCSF-Chimera64-1.19/share/OpenSave/__init__.py", line 338, in osOpen
return _osOpen(fileName, *args, **kw)
File "/config/UCSF-Chimera64-1.19/share/OpenSave/__init__.py", line 384, in _osOpen
f = open(fileName, *args)
IOError: [Errno 116] Stale file handle: '/drive/kavyasriradham/2024_pdbid1ndv/002.surface_spheres/1ndv_surface.dms'
IOError: [Errno 116] Stale file handle: '/drive/kavyasriradham/2024_pdbid1ndv/002.surface_spheres/1ndv_surface.dms'
File "/config/UCSF-Chimera64-1.19/share/OpenSave/__init__.py", line 384, in _osOpen
f = open(fileName, *args)
See reply log for Python traceback.
IOError Exception in Tk callback
Function:<function command at 0x7f83d433aa28> (type:<type 'function'>)
Module:<module 'chimera.baseDialog' from '/config/UCSF-Chimera64-1.19/share/chimera/baseDialog.py'> (line: 447)
Args: ()
Traceback (innermost last):
File "/config/UCSF-Chimera64-1.19/lib/python2.7/site-packages/Pmw/Pmw_1_3_3/lib/PmwBase.py", line 1747, in __call__
return apply(self.func, args)
File "/config/UCSF-Chimera64-1.19/share/chimera/baseDialog.py", line 449, in command
getattr(s, buttonFuncName(txt))()
File "/config/UCSF-Chimera64-1.19/share/chimera/baseDialog.py", line 704, in OK
self.Apply()
File "/config/UCSF-Chimera64-1.19/share/ReadMS/gui.py", line 53, in Apply
generateVRML(self.fileName(), rgb=rgba[:3], sameAs=sameAs)
File "/config/UCSF-Chimera64-1.19/share/ReadMS/genVRML.py", line 37, in generateVRML
dms = osOpen(dmsFile)
File "/config/UCSF-Chimera64-1.19/share/OpenSave/__init__.py", line 338, in osOpen
return _osOpen(fileName, *args, **kw)
File "/config/UCSF-Chimera64-1.19/share/OpenSave/__init__.py", line 384, in _osOpen
f = open(fileName, *args)
IOError: [Errno 116] Stale file handle: '/drive/kavyasriradham/2024_pdbid1ndv/002.surface_spheres/1ndv_surface.dms'
――――――――――――――――――――
OpenGL Vendor: Mesa
OpenGL Renderer: llvmpipe (LLVM 20.1.2, 256 bits)
OpenGL Version: 4.5 (Compatibility Profile) Mesa 25.0.7-0ubuntu0.24.04.2
/etc/debian_version:
trixie/sid
/etc/os-release:
PRETTY_NAME="Ubuntu 24.04.3 LTS"
NAME="Ubuntu"
VERSION_ID="24.04"
VERSION="24.04.3 LTS (Noble Numbat)"
VERSION_CODENAME=noble
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=noble
LOGO=ubuntu-logo
/etc/lsb-release:
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=24.04
DISTRIB_CODENAME=noble
DISTRIB_DESCRIPTION="Ubuntu 24.04.3 LTS"
/proc/cpuinfo:
cpu: 10 GenuineIntel Intel(R) Xeon(R) Gold 6248R CPU @ 3.00GHz (x86_64)
cpu MHz: 2992.946
cache: 36608 KB
/proc/meminfo:
MemTotal: 30744356 kB
Graphics:
――――――――――――――――――――
Multisampling: False
Shadows: False
Shadow texture size: 2048
Silhouettes: False
Depth cue: True
Subdivision quality: 1.50
Single-layer transparency: True
Transparent background: False
Shaders supported: False
Using shader: False
Window size: 1920 823
Camera mode: mono
Orthographic projection: False
Center of rotation: front center
Near/far clipping: False
Key light: True
Fill light: True
Back light: False
Ambient light: 0.20
Specular sharpness: 30.00
Specular reflectivity: 1.00
――――――――――――――――――――
AntialiasLines: native
AntialiasPoints: native
BlendEquation: native
BlendFuncSeparate: native
BrokenAttribLocation: native, disabled
ChoosePixelFormat: not supported
ColorTable: not supported
CompileAndExecute: native
CompiledVertexArray: extension
CubeMap: native
CullVertex: not supported
DrawElementsInstanced: native, disabled
DrawRangeElements: native
FBConfig: native
FBOShadows: native
FastMultisampling: native, disabled
FramebufferMultisample: native
FramebufferObject: native
LimitVertexAttribDivisor: native, disabled
Multisample: native
Multitexture: native
PackedDepthStencil: native
PalettedTexture: not supported
PointParameters: native
SeamlessCubeMap: native
SeparateSpecularColor: native
Shading: native, disabled
Shadows: native
StereoMultisample: native
StereoRubberBanding: native
Texture3D: native
TextureColorTable: not supported
TextureEdgeClamp: native
TrustColorLogicBlend: native
TrustNormals: native
VertexArray: native
VertexAttrib: native
VertexAttribDivisor: native
VertexBufferObject: native
WindowPos: not supported
|
|||
| #27180 | duplicate | AlphaFold3 mmCIF omits chain description | ||
| Description |
The following bug report has been submitted:
Platform: Windows64 (WGL) Microsoft Windows Unknown 10.0 (Build 19045) x64
Chimera Version: 1.17.3_b42480
Description
(Describe the actions that caused this problem to occur here)
Open models
#0 fold_2026_02_07_13_19_human_model_1.cif
Reply log:
[MMLIB:WARNING] read_struct_conn: struct_conn table not found
Traceback (most recent call last):
File "C:\Program Files\Chimera 1.17.3\share\chimera\triggerSet.py", line 83, in invoke
self._funcData, triggerData)
File "C:\Program Files\Chimera 1.17.3\share\chimera\__init__.py", line 2664, in categorizeSurface
processNewMolecules(prefModels)
File "C:\Program Files\Chimera 1.17.3\share\chimera\__init__.py", line 2637, in processNewMolecules
preset(openedModels=smartMols)
File "C:\Program Files\Chimera 1.17.3\share\chimera\preset.py", line 271, in preset
for seq in m.sequences():
File "C:\Program Files\Chimera 1.17.3\share\chimera\Sequence.py", line 993, in getSequences
description = entity[index]['pdbx_description']
KeyError: 'pdbx_description'
Error processing trigger "Bond":
KeyError: 'pdbx_description'
File "C:\Program Files\Chimera 1.17.3\share\chimera\Sequence.py", line 993, in getSequences
description = entity[index]['pdbx_description']
See reply log for Python traceback.
Model 0 (fold_2026_02_07_13_19_human_model_1.cif) appears to be a protein without secondary structure assignments.
Automatically computing assignments using 'ksdssp' and parameter values:
energy cutoff -0.5
minimum helix length 3
minimum strand length 3
Use command 'help ksdssp' for more information.
Traceback (most recent call last):
File "C:\Program Files\Chimera 1.17.3\share\chimera\triggerSet.py", line 83, in invoke
self._funcData, triggerData)
File "C:\Program Files\Chimera 1.17.3\share\chimera\__init__.py", line 2664, in categorizeSurface
processNewMolecules(prefModels)
File "C:\Program Files\Chimera 1.17.3\share\chimera\__init__.py", line 2637, in processNewMolecules
preset(openedModels=smartMols)
File "C:\Program Files\Chimera 1.17.3\share\chimera\preset.py", line 271, in preset
for seq in m.sequences():
File "C:\Program Files\Chimera 1.17.3\share\chimera\Sequence.py", line 993, in getSequences
description = entity[index]['pdbx_description']
KeyError: 'pdbx_description'
――――――――――――――――――――
OpenGL Vendor: Intel
OpenGL Renderer: Intel(R) HD Graphics
OpenGL Version: 2.1.0 - Build 8.15.10.2900
Manufacturer: Acer
Model: Aspire 5742G
TotalPhysicalMemory: 3949678592
――――――――――――――――――――
Multisampling: False
Shadows: False
Shadow texture size: 2048
Silhouettes: False
Depth cue: True
Subdivision quality: 1.50
Single-layer transparency: True
Transparent background: False
Shaders supported: True
Using shader: True
Window size: 1366 663
Camera mode: mono
Orthographic projection: False
Center of rotation: front center
Near/far clipping: False
Key light: True
Fill light: True
Back light: False
Ambient light: 0.20
Specular sharpness: 30.00
Specular reflectivity: 1.00
――――――――――――――――――――
AntialiasLines: native
AntialiasPoints: native
BlendEquation: native
BlendFuncSeparate: native
BrokenAttribLocation: native, disabled
ChoosePixelFormat: extension
ColorTable: not supported
CompileAndExecute: native
CompiledVertexArray: extension
CubeMap: native
CullVertex: not supported
DrawElementsInstanced: not supported, disabled
DrawRangeElements: native
FBConfig: not supported
FBOShadows: native
FastMultisampling: native, disabled
FramebufferMultisample: native
FramebufferObject: native
LimitVertexAttribDivisor: native, disabled
Multisample: native
Multitexture: native
PackedDepthStencil: native
PalettedTexture: not supported
PointParameters: native
SeamlessCubeMap: extension
SeparateSpecularColor: native
Shading: native
Shadows: native
StereoMultisample: native
StereoRubberBanding: native
Texture3D: native
TextureColorTable: not supported
TextureEdgeClamp: native
TrustColorLogicBlend: native
TrustNormals: native
VertexArray: native
VertexAttrib: native
VertexAttribDivisor: not supported
VertexBufferObject: native
WindowPos: not supported
|
|||
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
![[Chimera Issue Tracking System]](/trac/chimera/chrome/site/chimera_logo.png)