#14524 closed defect (can't reproduce)

Crash in garbage collection

Reported by: chimerax-bug-report@… Owned by: pett
Priority: normal Milestone:
Component: Core Version:
Keywords: Cc: Tom Goddard
Blocked By: Blocking:
Notify when closed: Platform: all
Project: ChimeraX

Description

The following bug report has been submitted:
Platform:        macOS-12.6.5-x86_64-i386-64bit
ChimeraX Version: 1.7 (2023-12-19 08:36:03 UTC)
Description
Last time you used ChimeraX it crashed.
Please describe steps that led to the crash here.
Fatal Python error: Segmentation fault

Thread 0x00007000123f3000 (most recent call first):
  File "/Applications/ChimeraX-1.7.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 324 in wait
  File "/Applications/ChimeraX-1.7.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 622 in wait
  File "/Applications/ChimeraX-1.7.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1392 in run
  File "/Applications/ChimeraX-1.7.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
  File "/Applications/ChimeraX-1.7.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Current thread 0x00000001105ec600 (most recent call first):
  Garbage-collecting
  File "/Applications/ChimeraX-1.7.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/ctypes/__init__.py", line 512 in cast
  File "/Applications/ChimeraX-1.7.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/numpy/core/_internal.py", line 282 in data_as
  File "/Applications/ChimeraX-1.7.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/atomic/molc.py", line 333 in pointer
  File "/Applications/ChimeraX-1.7.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/atomic/molc.py", line 251 in set_cvec_pointer
  File "/Applications/ChimeraX-1.7.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/atomic/molarray.py", line 133 in __init__
  File "/Applications/ChimeraX-1.7.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/atomic/molarray.py", line 807 in __init__
  File "/Applications/ChimeraX-1.7.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/coulombic/coulombic.py", line 171 in check_residues
  File "/Applications/ChimeraX-1.7.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/coulombic/coulombic.py", line 41 in assign_charges
  File "/Applications/ChimeraX-1.7.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/coulombic/cmd.py", line 99 in cmd_coulombic
  File "/Applications/ChimeraX-1.7.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/core/commands/cli.py", line 2908 in run
  File "/Applications/ChimeraX-1.7.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/core/commands/run.py", line 49 in run
  File "/Applications/ChimeraX-1.7.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/shortcuts/shortcuts.py", line 525 in run
  File "/Applications/ChimeraX-1.7.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/shortcuts/shortcuts.py", line 582 in run_expanded_command
  File "/Applications/ChimeraX-1.7.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/shortcuts/shortcuts.py", line 72 in func_plus_tip
  File "/Applications/ChimeraX-1.7.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/shortcuts/shortcuts.py", line 339 in run
  File "/Applications/ChimeraX-1.7.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/shortcuts/shortcuts.py", line 420 in run_shortcut
  File "/Applications/ChimeraX-1.7.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/shortcuts/shortcuts.py", line 402 in try_shortcut
  File "/Applications/ChimeraX-1.7.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/shortcuts/shortcuts.py", line 1376 in run_provider
  File "/Applications/ChimeraX-1.7.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/shortcuts/__init__.py", line 66 in run_provider
  File "/Applications/ChimeraX-1.7.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/core/toolshed/__init__.py", line 1302 in run_provider
  File "/Applications/ChimeraX-1.7.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/core/toolshed/info.py", line 397 in run_provider
  File "/Applications/ChimeraX-1.7.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/toolbar/tool.py", line 205 in callback
  File "/Applications/ChimeraX-1.7.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/ui/gui.py", line 275 in event_loop
  File "/Applications/ChimeraX-1.7.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/core/__main__.py", line 918 in init
  File "/Applications/ChimeraX-1.7.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/core/__main__.py", line 1069 in 
  File "", line 88 in _run_code
  File "", line 198 in _run_module_as_main

Extension modules: chimerax.arrays._arrays, numpy.core._multiarray_umath, numpy.core._multiarray_tests, numpy.linalg._umath_linalg, numpy.fft._pocketfft_internal, numpy.random._common, numpy.random.bit_generator, numpy.random._bounded_integers, numpy.random._mt19937, numpy.random.mtrand, numpy.random._philox, numpy.random._pcg64, numpy.random._sfc64, numpy.random._generator, chimerax.geometry._geometry, PyQt6.QtCore, PyQt6.QtGui, PyQt6.QtWidgets, PyQt6.QtWebChannel, PyQt6.QtNetwork, PyQt6.QtWebEngineCore, PyQt6.QtPrintSupport, PyQt6.QtWebEngineWidgets, chimerax.atomic_lib._load_libs, tinyarray, chimerax.atomic.cymol, chimerax.atomic.cytmpl, chimerax.pdb_lib._load_libs, chimerax.surface._surface, chimerax.map._map, charset_normalizer.md, PIL._imaging, matplotlib._c_internal_utils, matplotlib._path, kiwisolver._cext, matplotlib._image, PyQt6.QtOpenGL, PyQt6.QtOpenGLWidgets, OpenGL_accelerate.errorchecker, OpenGL_accelerate.wrapper, OpenGL_accelerate.formathandler, OpenGL_accelerate.arraydatatype, OpenGL_accelerate.latebind, OpenGL_accelerate.vbo, lxml._elementpath, lxml.etree, chimerax.core._mac_util, OpenGL_accelerate.numpy_formathandler, OpenGL_accelerate.nones_formathandler, chimerax.mmcif._mmcif, chimerax.mmcif.mmcif, chimerax.atomic._ribbons, chimerax.graphics._graphics, chimerax.pdb._pdbio, chimerax.atom_search.ast, chimerax.chem_group._chem_group, chimerax.coulombic._esp, chimerax.mlp._mlp (total: 58)


{"app_name":"ChimeraX","timestamp":"2024-02-01 18:16:15.00 -0600","app_version":"1.7.0","slice_uuid":"194a3167-3db5-3029-8d22-1d742b826bb9","build_version":"1.7.0.0","platform":1,"bundleID":"edu.ucsf.cgl.ChimeraX","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 12.6.5 (21G531)","incident_id":"74EDE82A-2BF0-4725-B671-ED28FEDD2566","name":"ChimeraX"}
{
  "uptime" : 360000,
  "procLaunch" : "2024-02-01 17:48:08.8777 -0600",
  "procRole" : "Background",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "MacBookAir9,1",
  "procStartAbsTime" : 365783369246052,
  "coalitionID" : 11160,
  "osVersion" : {
    "train" : "macOS 12.6.5",
    "build" : "21G531",
    "releaseType" : "User"
  },
  "captureTime" : "2024-02-01 18:16:05.9133 -0600",
  "incident" : "74EDE82A-2BF0-4725-B671-ED28FEDD2566",
  "bug_type" : "309",
  "pid" : 12545,
  "procExitAbsTime" : 367460358156298,
  "cpuType" : "X86-64",
  "procName" : "ChimeraX",
  "procPath" : "\/Applications\/ChimeraX-1.7.app\/Contents\/MacOS\/ChimeraX",
  "bundleInfo" : {"CFBundleShortVersionString":"1.7.0","CFBundleVersion":"1.7.0.0","CFBundleIdentifier":"edu.ucsf.cgl.ChimeraX"},
  "storeInfo" : {"deviceIdentifierForVendor":"B5D27887-9BF4-5F95-95F0-188A9728831E","thirdParty":true},
  "parentProc" : "launchd",
  "parentPid" : 1,
  "coalitionName" : "edu.ucsf.cgl.ChimeraX",
  "crashReporterKey" : "CA9923A5-5EF9-EF38-3008-7CD0DBC53779",
  "wakeTime" : 2291,
  "bridgeVersion" : {"build":"20P4252","train":"7.4"},
  "sleepWakeUUID" : "8631EA5D-F596-417A-A51F-E8577CC2A638",
  "sip" : "enabled",
  "vmRegionInfo" : "0xa9 is not in any region.  Bytes before following region: 140737486724951\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      UNUSED SPACE AT START\n--->  \n      VM_ALLOCATE              7fffffe72000-7fffffe73000 [    4K] r-x\/r-x SM=ALI  ",
  "isCorpse" : 1,
  "exception" : {"codes":"0x0000000000000001, 0x00000000000000a9","rawCodes":[1,169],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"KERN_INVALID_ADDRESS at 0x00000000000000a9"},
  "vmregioninfo" : "0xa9 is not in any region.  Bytes before following region: 140737486724951\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      UNUSED SPACE AT START\n--->  \n      VM_ALLOCATE              7fffffe72000-7fffffe73000 [    4K] r-x\/r-x SM=ALI  ",
  "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
  "faultingThread" : 0,
  "threads" : [{"queue":"com.apple.main-thread","instructionState":{"instructionStream":{"bytes":[255,255,255,255,72,137,216,72,139,0,72,255,194,72,57,195,117,245,72,141,61,197,18,22,0,72,141,181,112,255,255,255,49,192,232,191,131,254,255,72,139,5,104,231,22,0,72,139,0,72,59,69,216,117,13,72,131,196,112,91,65,92,65,94,65,95,93,195,232,205,174,14,0,102,46,15,31,132,0,0,0,0,0,15,31,0,85,72,137,229,83,80,72,139,71,8,246,128,169,0,0,0,64,117,9,49,192,72,131,196,8,91,93,195,72,137,251,72,139,128,72,1,0,0,72,133,192,117,18,72,139,67,248,168,2,116,224,72,131,192,252,72,137,67,248,235,214,72,137,223,255,208,133,192,117,229,235,203,15,31,132,0,0,0,0,0,85,72,137,229,65,86,83,72,139,71,8,246,128,169,0,0,0,64,117,7,49,192,91,65,94,93],"offset":96}},"frames":[{"imageOffset":32766,"symbol":"__pthread_kill","symbolLocation":10,"imageIndex":0},{"imageOffset":25087,"symbol":"pthread_kill","symbolLocation":263,"imageIndex":1},{"imageOffset":279256,"symbol":"raise","symbolLocation":26,"imageIndex":2},{"imageOffset":2590164,"symbol":"faulthandler_fatal_error","symbolLocation":388,"imageIndex":3},{"imageOffset":15869,"symbol":"_sigtramp","symbolLocation":29,"imageIndex":4},{"imageOffset":0,"imageIndex":5},{"imageOffset":995827,"symbol":"dict_traverse","symbolLocation":195,"imageIndex":3},{"imageOffset":2574472,"symbol":"gc_collect_main","symbolLocation":2568,"imageIndex":3},{"imageOffset":2580738,"symbol":"_PyObject_GC_Link","symbolLocation":306,"imageIndex":3},{"imageOffset":1099519,"symbol":"PyCMethod_New","symbolLocation":223,"imageIndex":3},{"imageOffset":544322,"symbol":"object_recursive_isinstance","symbolLocation":290,"imageIndex":3},{"imageOffset":34335,"symbol":"PyCSimpleType_from_param","symbolLocation":31,"imageIndex":6},{"imageOffset":1098699,"symbol":"cfunction_vectorcall_O","symbolLocation":91,"imageIndex":3},{"imageOffset":685371,"symbol":"PyObject_CallOneArg","symbolLocation":91,"imageIndex":3},{"imageOffset":49462,"symbol":"_ctypes_callproc","symbolLocation":166,"imageIndex":6},{"imageOffset":27115,"symbol":"PyCFuncPtr_call","symbolLocation":267,"imageIndex":6},{"imageOffset":680881,"symbol":"_PyObject_MakeTpCall","symbolLocation":129,"imageIndex":3},{"imageOffset":1917927,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":60455,"imageIndex":3},{"imageOffset":1942736,"symbol":"_PyEval_Vector","symbolLocation":128,"imageIndex":3},{"imageOffset":681584,"symbol":"_PyObject_FastCallDictTstate","symbolLocation":96,"imageIndex":3},{"imageOffset":1264021,"symbol":"slot_tp_init","symbolLocation":181,"imageIndex":3},{"imageOffset":1223498,"symbol":"type_call","symbolLocation":122,"imageIndex":3},{"imageOffset":50967,"symbol":"__Pyx_PyObject_CallOneArg(_object*, _object*)","symbolLocation":199,"imageIndex":7},{"imageOffset":261486,"symbol":"__pyx_getprop_8chimerax_6atomic_5cymol_9CyResidue_atoms(_object*, void*)","symbolLocation":1230,"imageIndex":7},{"imageOffset":1122116,"symbol":"_PyObject_GenericGetAttrWithDict","symbolLocation":420,"imageIndex":3},{"imageOffset":1888802,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":31330,"imageIndex":3},{"imageOffset":1942736,"symbol":"_PyEval_Vector","symbolLocation":128,"imageIndex":3},{"imageOffset":683896,"symbol":"_PyVectorcall_Call","symbolLocation":120,"imageIndex":3},{"imageOffset":1930570,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":73098,"imageIndex":3},{"imageOffset":1942736,"symbol":"_PyEval_Vector","symbolLocation":128,"imageIndex":3},{"imageOffset":1930570,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":73098,"imageIndex":3},{"imageOffset":1942736,"symbol":"_PyEval_Vector","symbolLocation":128,"imageIndex":3},{"imageOffset":683896,"symbol":"_PyVectorcall_Call","symbolLocation":120,"imageIndex":3},{"imageOffset":1930570,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":73098,"imageIndex":3},{"imageOffset":1942736,"symbol":"_PyEval_Vector","symbolLocation":128,"imageIndex":3},{"imageOffset":698270,"symbol":"method_vectorcall","symbolLocation":334,"imageIndex":3},{"imageOffset":683896,"symbol":"_PyVectorcall_Call","symbolLocation":120,"imageIndex":3},{"imageOffset":1930570,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":73098,"imageIndex":3},{"imageOffset":1942736,"symbol":"_PyEval_Vector","symbolLocation":128,"imageIndex":3},{"imageOffset":1257453,"symbol":"PyQtSlot::call(_object*, _object*) const","symbolLocation":125,"imageIndex":8},{"imageOffset":1257114,"symbol":"PyQtSlot::invoke(void**, _object*, void*, bool) const","symbolLocation":362,"imageIndex":8},{"imageOffset":1261029,"symbol":"PyQtSlotProxy::unislot(void**)","symbolLocation":85,"imageIndex":8},{"imageOffset":1260890,"symbol":"PyQtSlotProxy::qt_metacall(QMetaObject::Call, int, void**)","symbolLocation":58,"imageIndex":8},{"imageOffset":777575,"imageIndex":9},{"imageOffset":3947277,"symbol":"QAction::activate(QAction::ActionEvent)","symbolLocation":397,"imageIndex":10},{"imageOffset":186197,"symbol":"sipQToolButton::nextCheckState()","symbolLocation":101,"imageIndex":11},{"imageOffset":1254275,"imageIndex":12},{"imageOffset":1258649,"symbol":"QAbstractButton::mouseReleaseEvent(QMouseEvent*)","symbolLocation":185,"imageIndex":12},{"imageOffset":2368399,"symbol":"QToolButton::mouseReleaseEvent(QMouseEvent*)","symbolLocation":15,"imageIndex":12},{"imageOffset":182329,"symbol":"sipQToolButton::mouseReleaseEvent(QMouseEvent*)","symbolLocation":121,"imageIndex":11},{"imageOffset":389077,"symbol":"QWidget::event(QEvent*)","symbolLocation":389,"imageIndex":12},{"imageOffset":2370442,"symbol":"QToolButton::event(QEvent*)","symbolLocation":218,"imageIndex":12},{"imageOffset":184655,"symbol":"sipQToolButton::event(QEvent*)","symbolLocation":191,"imageIndex":11},{"imageOffset":51847,"symbol":"QApplicationPrivate::notify_helper(QObject*, QEvent*)","symbolLocation":247,"imageIndex":12},{"imageOffset":61378,"symbol":"QApplication::notify(QObject*, QEvent*)","symbolLocation":6002,"imageIndex":12},{"imageOffset":1282534,"symbol":"sipQApplication::notify(QObject*, QEvent*)","symbolLocation":230,"imageIndex":11},{"imageOffset":449594,"symbol":"QCoreApplication::notifyInternal2(QObject*, QEvent*)","symbolLocation":170,"imageIndex":9},{"imageOffset":53655,"symbol":"QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer&, bool, bool)","symbolLocation":935,"imageIndex":12},{"imageOffset":481294,"imageIndex":12},{"imageOffset":476809,"imageIndex":12},{"imageOffset":51847,"symbol":"QApplicationPrivate::notify_helper(QObject*, QEvent*)","symbolLocation":247,"imageIndex":12},{"imageOffset":55875,"symbol":"QApplication::notify(QObject*, QEvent*)","symbolLocation":499,"imageIndex":12},{"imageOffset":1282534,"symbol":"sipQApplication::notify(QObject*, QEvent*)","symbolLocation":230,"imageIndex":11},{"imageOffset":449594,"symbol":"QCoreApplication::notifyInternal2(QObject*, QEvent*)","symbolLocation":170,"imageIndex":9},{"imageOffset":542428,"symbol":"QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*)","symbolLocation":2332,"imageIndex":10},{"imageOffset":901788,"symbol":"QWindowSystemInterface::sendWindowSystemEvents(QFlags)","symbolLocation":444,"imageIndex":10},{"imageOffset":107163,"imageIndex":13},{"imageOffset":524635,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__","symbolLocation":17,"imageIndex":14},{"imageOffset":524483,"symbol":"__CFRunLoopDoSource0","symbolLocation":180,"imageIndex":14},{"imageOffset":523837,"symbol":"__CFRunLoopDoSources0","symbolLocation":242,"imageIndex":14},{"imageOffset":518232,"symbol":"__CFRunLoopRun","symbolLocation":892,"imageIndex":14},{"imageOffset":515612,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":14},{"imageOffset":189926,"symbol":"RunCurrentEventLoopInMode","symbolLocation":292,"imageIndex":15},{"imageOffset":188947,"symbol":"ReceiveNextEventCommon","symbolLocation":283,"imageIndex":15},{"imageOffset":188645,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":70,"imageIndex":15},{"imageOffset":257901,"symbol":"_DPSNextEvent","symbolLocation":927,"imageIndex":16},{"imageOffset":251434,"symbol":"-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":1394,"imageIndex":16},{"imageOffset":195801,"symbol":"-[NSApplication run]","symbolLocation":586,"imageIndex":16},{"imageOffset":102572,"imageIndex":13},{"imageOffset":488230,"symbol":"QEventLoop::exec(QFlags)","symbolLocation":486,"imageIndex":9},{"imageOffset":451125,"symbol":"QCoreApplication::exec()","symbolLocation":133,"imageIndex":9},{"imageOffset":2252186,"symbol":"meth_QApplication_exec(_object*, _object*)","symbolLocation":90,"imageIndex":11},{"imageOffset":1095658,"symbol":"cfunction_call","symbolLocation":90,"imageIndex":3},{"imageOffset":680881,"symbol":"_PyObject_MakeTpCall","symbolLocation":129,"imageIndex":3},{"imageOffset":1917927,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":60455,"imageIndex":3},{"imageOffset":1852538,"symbol":"PyEval_EvalCode","symbolLocation":282,"imageIndex":3},{"imageOffset":1830115,"symbol":"builtin_exec","symbolLocation":483,"imageIndex":3},{"imageOffset":1098052,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS","symbolLocation":68,"imageIndex":3},{"imageOffset":1917679,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":60207,"imageIndex":3},{"imageOffset":1942736,"symbol":"_PyEval_Vector","symbolLocation":128,"imageIndex":3},{"imageOffset":2561789,"symbol":"pymain_run_module","symbolLocation":253,"imageIndex":3},{"imageOffset":2560449,"symbol":"Py_RunMain","symbolLocation":2225,"imageIndex":3},{"imageOffset":2564475,"symbol":"pymain_main","symbolLocation":43,"imageIndex":3},{"imageOffset":2564426,"symbol":"Py_Main","symbolLocation":42,"imageIndex":3},{"imageOffset":15770,"symbol":"main","symbolLocation":122,"imageIndex":17},{"imageOffset":21806,"symbol":"start","symbolLocation":462,"imageIndex":18}],"id":4386439,"triggered":true,"threadState":{"r13":{"value":4562413569,"symbolLocation":17,"symbol":"show_stats_each_generations"},"rax":{"value":0},"rflags":{"value":582},"cpu":{"value":0},"r14":{"value":11},"rsi":{"value":11},"r8":{"value":2},"cr2":{"value":4580268032},"rdx":{"value":0},"r10":{"value":4569613824,"symbolLocation":0,"symbol":"_main_thread"},"r9":{"value":14757395258967641293},"r15":{"value":22},"rbx":{"value":4569613824,"symbolLocation":0,"symbol":"_main_thread"},"trap":{"value":133},"err":{"value":33554760},"r11":{"value":582},"rip":{"value":140703291678718,"matchesCrashFrame":1},"rbp":{"value":140684909466576},"rsp":{"value":140684909466536},"r12":{"value":259},"rcx":{"value":140684909466536},"flavor":"x86_THREAD_STATE","rdi":{"value":259}},"name":"CrBrowserMain"},{"id":4386599,"name":"ThreadPoolServiceThread","frames":[{"imageOffset":43194,"symbol":"kevent64","symbolLocation":10,"imageIndex":0},{"imageOffset":66456106,"imageIndex":19},{"imageOffset":66455847,"imageIndex":19},{"imageOffset":65919580,"imageIndex":19},{"imageOffset":65624472,"imageIndex":19},{"imageOffset":66059960,"imageIndex":19},{"imageOffset":65958573,"imageIndex":19},{"imageOffset":66060362,"imageIndex":19},{"imageOffset":66222344,"imageIndex":19},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":4386601,"name":"ThreadPoolBackgroundWorker","frames":[{"imageOffset":6506,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7384,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":66252326,"imageIndex":19},{"imageOffset":66009023,"imageIndex":19},{"imageOffset":66011756,"imageIndex":19},{"imageOffset":66010589,"imageIndex":19},{"imageOffset":66222344,"imageIndex":19},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":4386602,"name":"Chrome_IOThread","frames":[{"imageOffset":43194,"symbol":"kevent64","symbolLocation":10,"imageIndex":0},{"imageOffset":66456106,"imageIndex":19},{"imageOffset":66455847,"imageIndex":19},{"imageOffset":65919580,"imageIndex":19},{"imageOffset":65624472,"imageIndex":19},{"imageOffset":66059960,"imageIndex":19},{"imageOffset":48386978,"imageIndex":19},{"imageOffset":66060362,"imageIndex":19},{"imageOffset":66222344,"imageIndex":19},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":4386603,"name":"NetworkConfigWatcher","frames":[{"imageOffset":6506,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7384,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":66252326,"imageIndex":19},{"imageOffset":66251759,"imageIndex":19},{"imageOffset":65421769,"imageIndex":19},{"imageOffset":65919580,"imageIndex":19},{"imageOffset":65624472,"imageIndex":19},{"imageOffset":66059960,"imageIndex":19},{"imageOffset":66060362,"imageIndex":19},{"imageOffset":66222344,"imageIndex":19},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":4386605,"name":"ThreadPoolForegroundWorker","frames":[{"imageOffset":6506,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7384,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":66252326,"imageIndex":19},{"imageOffset":66009023,"imageIndex":19},{"imageOffset":66011756,"imageIndex":19},{"imageOffset":66010733,"imageIndex":19},{"imageOffset":66222344,"imageIndex":19},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":4386607,"name":"CompositorTileWorker1","frames":[{"imageOffset":17370,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":66219291,"imageIndex":19},{"imageOffset":100616493,"imageIndex":19},{"imageOffset":66222344,"imageIndex":19},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":4386608,"name":"Chrome_InProcGpuThread","frames":[{"imageOffset":6506,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7384,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":66252326,"imageIndex":19},{"imageOffset":66251759,"imageIndex":19},{"imageOffset":65421769,"imageIndex":19},{"imageOffset":65919580,"imageIndex":19},{"imageOffset":65624472,"imageIndex":19},{"imageOffset":66059960,"imageIndex":19},{"imageOffset":66060362,"imageIndex":19},{"imageOffset":66222344,"imageIndex":19},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":4386609,"name":"Chrome_ChildIOThread","frames":[{"imageOffset":43194,"symbol":"kevent64","symbolLocation":10,"imageIndex":0},{"imageOffset":66456106,"imageIndex":19},{"imageOffset":66455847,"imageIndex":19},{"imageOffset":65919580,"imageIndex":19},{"imageOffset":65624472,"imageIndex":19},{"imageOffset":66059960,"imageIndex":19},{"imageOffset":66060362,"imageIndex":19},{"imageOffset":66222344,"imageIndex":19},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":4386611,"name":"VizCompositorThread","frames":[{"imageOffset":6506,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7384,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":66252326,"imageIndex":19},{"imageOffset":66251759,"imageIndex":19},{"imageOffset":65421769,"imageIndex":19},{"imageOffset":65919580,"imageIndex":19},{"imageOffset":65624472,"imageIndex":19},{"imageOffset":66059960,"imageIndex":19},{"imageOffset":66060362,"imageIndex":19},{"imageOffset":66222344,"imageIndex":19},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":4386612,"name":"NetworkConfigWatcher","frames":[{"imageOffset":6506,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7384,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":66252326,"imageIndex":19},{"imageOffset":66251759,"imageIndex":19},{"imageOffset":65421769,"imageIndex":19},{"imageOffset":65919580,"imageIndex":19},{"imageOffset":65624472,"imageIndex":19},{"imageOffset":66059960,"imageIndex":19},{"imageOffset":66060362,"imageIndex":19},{"imageOffset":66222344,"imageIndex":19},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":4386621,"name":"NetworkService","frames":[{"imageOffset":43194,"symbol":"kevent64","symbolLocation":10,"imageIndex":0},{"imageOffset":66456106,"imageIndex":19},{"imageOffset":66455847,"imageIndex":19},{"imageOffset":65919580,"imageIndex":19},{"imageOffset":65624472,"imageIndex":19},{"imageOffset":66059960,"imageIndex":19},{"imageOffset":66060362,"imageIndex":19},{"imageOffset":66222344,"imageIndex":19},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":4386622,"name":"NetworkConfigWatcher","frames":[{"imageOffset":6506,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7384,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":66252326,"imageIndex":19},{"imageOffset":66251759,"imageIndex":19},{"imageOffset":65421769,"imageIndex":19},{"imageOffset":65919580,"imageIndex":19},{"imageOffset":65624472,"imageIndex":19},{"imageOffset":66059960,"imageIndex":19},{"imageOffset":66060362,"imageIndex":19},{"imageOffset":66222344,"imageIndex":19},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":4386624,"name":"ThreadPoolSingleThreadForegroundBlocking0","frames":[{"imageOffset":6506,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7384,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":66252326,"imageIndex":19},{"imageOffset":66009023,"imageIndex":19},{"imageOffset":66011756,"imageIndex":19},{"imageOffset":66010829,"imageIndex":19},{"imageOffset":66222344,"imageIndex":19},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":4386639,"name":"NetworkConfigWatcher","frames":[{"imageOffset":6506,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7384,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":66252326,"imageIndex":19},{"imageOffset":66251759,"imageIndex":19},{"imageOffset":65421769,"imageIndex":19},{"imageOffset":65919580,"imageIndex":19},{"imageOffset":65624472,"imageIndex":19},{"imageOffset":66059960,"imageIndex":19},{"imageOffset":66060362,"imageIndex":19},{"imageOffset":66222344,"imageIndex":19},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":4386664,"name":"com.apple.NSEventThread","frames":[{"imageOffset":6506,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7384,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":525133,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":14},{"imageOffset":518616,"symbol":"__CFRunLoopRun","symbolLocation":1276,"imageIndex":14},{"imageOffset":515612,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":14},{"imageOffset":1755534,"symbol":"_NSEventThread","symbolLocation":132,"imageIndex":16},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":4386763,"name":"MemoryInfra","frames":[{"imageOffset":6506,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7384,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":66252326,"imageIndex":19},{"imageOffset":66251759,"imageIndex":19},{"imageOffset":65421769,"imageIndex":19},{"imageOffset":65919580,"imageIndex":19},{"imageOffset":65624472,"imageIndex":19},{"imageOffset":66059960,"imageIndex":19},{"imageOffset":66060362,"imageIndex":19},{"imageOffset":66222344,"imageIndex":19},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":4386764,"name":"ThreadPoolSingleThreadSharedBackgroundBlocking1","frames":[{"imageOffset":6506,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7384,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":66252326,"imageIndex":19},{"imageOffset":66009023,"imageIndex":19},{"imageOffset":66011034,"imageIndex":19},{"imageOffset":66010637,"imageIndex":19},{"imageOffset":66222344,"imageIndex":19},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":4386851,"frames":[{"imageOffset":17370,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3466879,"symbol":"blas_thread_server","symbolLocation":207,"imageIndex":20},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":4398374,"name":"ThreadPoolBackgroundWorker","frames":[{"imageOffset":6506,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7384,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":66252326,"imageIndex":19},{"imageOffset":66009023,"imageIndex":19},{"imageOffset":66011756,"imageIndex":19},{"imageOffset":66010589,"imageIndex":19},{"imageOffset":66222344,"imageIndex":19},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":4398646,"name":"ThreadPoolForegroundWorker","frames":[{"imageOffset":6506,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7384,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":66252326,"imageIndex":19},{"imageOffset":66009023,"imageIndex":19},{"imageOffset":66011756,"imageIndex":19},{"imageOffset":66010733,"imageIndex":19},{"imageOffset":66222344,"imageIndex":19},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":4399763,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":4400061,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":4400405,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":4400408,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":4400409,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":4400410,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":4400453,"frames":[{"imageOffset":17370,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":2482708,"symbol":"PyThread_acquire_lock_timed","symbolLocation":340,"imageIndex":3},{"imageOffset":3022238,"symbol":"acquire_timed","symbolLocation":318,"imageIndex":3},{"imageOffset":3022812,"symbol":"lock_PyThread_acquire_lock","symbolLocation":44,"imageIndex":3},{"imageOffset":752391,"symbol":"method_vectorcall_VARARGS_KEYWORDS","symbolLocation":167,"imageIndex":3},{"imageOffset":1917679,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":60207,"imageIndex":3},{"imageOffset":1942736,"symbol":"_PyEval_Vector","symbolLocation":128,"imageIndex":3},{"imageOffset":698390,"symbol":"method_vectorcall","symbolLocation":454,"imageIndex":3},{"imageOffset":3025702,"symbol":"thread_run","symbolLocation":230,"imageIndex":3},{"imageOffset":2481828,"symbol":"pythread_wrapper","symbolLocation":36,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703291645952,
    "size" : 229376,
    "uuid" : "576ecf56-10c7-35bf-a391-e35d4bd74309",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703291875328,
    "size" : 49152,
    "uuid" : "1239689d-21c9-36ce-96ba-be0ef8ee02e4",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703290630144,
    "size" : 561152,
    "uuid" : "e42e9d7a-03b4-340b-b61e-dcd45fd4acc0",
    "path" : "\/usr\/lib\/system\/libsystem_c.dylib",
    "name" : "libsystem_c.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4559835136,
    "CFBundleShortVersionString" : "3.11.2, (c) 2001-2023 Python Software Foundation.",
    "CFBundleIdentifier" : "org.python.python",
    "size" : 4079616,
    "uuid" : "24670b23-d78a-3eaa-bca8-22faf877f190",
    "path" : "\/Applications\/ChimeraX-1.7.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/Python",
    "name" : "Python",
    "CFBundleVersion" : "3.11.2"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703291973632,
    "size" : 40960,
    "uuid" : "a8a33774-6d44-35e9-ad2a-bad9e4d5192a",
    "path" : "\/usr\/lib\/system\/libsystem_platform.dylib",
    "name" : "libsystem_platform.dylib"
  },
  {
    "size" : 0,
    "source" : "A",
    "base" : 0,
    "uuid" : "00000000-0000-0000-0000-000000000000"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4577427456,
    "size" : 81920,
    "uuid" : "14c5a954-5a10-341d-930e-646b8183499c",
    "path" : "\/Applications\/ChimeraX-1.7.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_ctypes.cpython-311-darwin.so",
    "name" : "_ctypes.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4891598848,
    "size" : 360448,
    "uuid" : "618ec769-18aa-37be-b55b-7e22658dae7d",
    "path" : "\/Applications\/ChimeraX-1.7.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic\/cymol.cpython-311-darwin.so",
    "name" : "cymol.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4678971392,
    "size" : 1589248,
    "uuid" : "2be8100b-aa99-3117-95ff-0200ddc4032f",
    "path" : "\/Applications\/ChimeraX-1.7.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtCore.abi3.so",
    "name" : "QtCore.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4764172288,
    "size" : 5259264,
    "uuid" : "35b47b1c-6952-3d39-a5e7-711f3ca228f2",
    "path" : "\/Applications\/ChimeraX-1.7.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtCore.framework\/Versions\/A\/QtCore",
    "name" : "QtCore"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4800618496,
    "size" : 6979584,
    "uuid" : "49d915f7-1c6d-3bbd-b96f-064260e7d998",
    "path" : "\/Applications\/ChimeraX-1.7.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtGui.framework\/Versions\/A\/QtGui",
    "name" : "QtGui"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4752785408,
    "size" : 2801664,
    "uuid" : "babd94e3-ec19-3110-ab5b-11c39432d8c5",
    "path" : "\/Applications\/ChimeraX-1.7.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtWidgets.abi3.so",
    "name" : "QtWidgets.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4812959744,
    "size" : 4964352,
    "uuid" : "f36760e5-d1e7-3a93-ae8c-1c3e55e3fc35",
    "path" : "\/Applications\/ChimeraX-1.7.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtWidgets.framework\/Versions\/A\/QtWidgets",
    "name" : "QtWidgets"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4819349504,
    "size" : 655360,
    "uuid" : "4bf756eb-ff87-3f7f-8c98-b1eda6463b81",
    "path" : "\/Applications\/ChimeraX-1.7.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/platforms\/libqcocoa.dylib",
    "name" : "libqcocoa.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64h",
    "base" : 140703292190720,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 5255168,
    "uuid" : "ce1edd4b-def1-3c89-a96b-46f62682ba77",
    "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "1866"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703440035840,
    "CFBundleShortVersionString" : "2.1.1",
    "CFBundleIdentifier" : "com.apple.HIToolbox",
    "size" : 3096576,
    "uuid" : "06fdecd6-9f69-397b-b1e2-a8226c0ba7ed",
    "path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox",
    "name" : "HIToolbox"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703336726528,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.AppKit",
    "size" : 15269888,
    "uuid" : "f02d178c-7914-3fc4-b9f4-9881945b3165",
    "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
    "name" : "AppKit",
    "CFBundleVersion" : "2113.60.148"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4558716928,
    "CFBundleShortVersionString" : "1.7.0",
    "CFBundleIdentifier" : "edu.ucsf.cgl.ChimeraX",
    "size" : 16384,
    "uuid" : "194a3167-3db5-3029-8d22-1d742b826bb9",
    "path" : "\/Applications\/ChimeraX-1.7.app\/Contents\/MacOS\/ChimeraX",
    "name" : "ChimeraX",
    "CFBundleVersion" : "1.7.0.0"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4569088000,
    "size" : 442368,
    "uuid" : "6376ba16-20f7-3c31-a5c5-a10648ae7b56",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5148639232,
    "size" : 165052416,
    "uuid" : "4aa1de3e-464c-340c-ab61-bcd39bfc7658",
    "path" : "\/Applications\/ChimeraX-1.7.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtWebEngineCore.framework\/Versions\/A\/QtWebEngineCore",
    "name" : "QtWebEngineCore"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4685807616,
    "size" : 64094208,
    "uuid" : "9d768904-ac4b-327d-8126-cec11a08b966",
    "path" : "\/Applications\/ChimeraX-1.7.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/.dylibs\/libopenblas64_.0.dylib",
    "name" : "libopenblas64_.0.dylib"
  }
],
  "sharedCache" : {
  "base" : 140703288619008,
  "size" : 19331678208,
  "uuid" : "e0be2d6e-28ef-33ab-8499-8d9d42337be7"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=1.5G resident=0K(0%) swapped_out_or_unallocated=1.5G(100%)\nWritable regions: Total=1.9G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.9G(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nAccelerate framework               640K        5 \nActivity Tracing                   256K        1 \nCG backing stores                 2160K        4 \nCG image                           228K       28 \nColorSync                          232K       28 \nCoreAnimation                       96K        9 \nCoreGraphics                        12K        2 \nCoreUI image data                 3612K       27 \nFoundation                          36K        2 \nKernel Alloc Once                    8K        1 \nMALLOC                             1.3G      720 \nMALLOC guard page                   32K        8 \nMALLOC_LARGE (reserved)            384K        1         reserved VM address space (unallocated)\nMALLOC_NANO (reserved)           128.0M        1         reserved VM address space (unallocated)\nMach message                        16K        4 \nObjC additional data                15K        1 \nOpenGL GLSL                        384K        4 \nSTACK GUARD                        108K       27 \nStack                            172.2M       28 \nStack Guard                       56.0M        1 \nVM_ALLOCATE                      309.8M      316 \n__CTF                               756        1 \n__DATA                            46.9M      678 \n__DATA_CONST                      32.6M      343 \n__DATA_DIRTY                      1641K      212 \n__FONT_DATA                          4K        1 \n__GLSLBUILTINS                    5176K        1 \n__LINKEDIT                       678.3M      156 \n__TEXT                           817.6M      681 \n__UNICODE                          592K        1 \ndyld private memory               1184K        3 \nmapped file                      184.6M       45 \nshared memory                     3100K       26 \n===========                     =======  ======= \nTOTAL                              3.7G     3366 \nTOTAL, minus reserved VM space     3.6G     3366 \n",
  "legacyInfo" : {
  "threadTriggered" : {
    "name" : "CrBrowserMain",
    "queue" : "com.apple.main-thread"
  }
},
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "61af99aeda72d16a4beb7756",
      "factorPackIds" : {
        "SIRI_DIALOG_ASSETS" : "629fe54ebc762c0b6f758b6b"
      },
      "deploymentId" : 240000409
    },
    {
      "rolloutId" : "607844aa04477260f58a8077",
      "factorPackIds" : {
        "SIRI_MORPHUN_ASSETS" : "6103050cbfe6dc472e1c982a"
      },
      "deploymentId" : 240000066
    }
  ],
  "experiments" : [

  ]
}
}
===== Log before crash start =====
UCSF ChimeraX version: 1.7 (2023-12-19)  
© 2016-2023 Regents of the University of California. All rights reserved.  
How to cite UCSF ChimeraX  

> open 2GTL format mmcif fromDatabase pdb

2gtl title:  
Lumbricus Erythrocruorin at 3.5A resolution [more info...]  
  
Chain information for 2gtl #1  
---  
Chain | Description | UniProt  
A E I | Extracellular globin 4 | GLB4_LUMTE 1-151  
B F J | Extracellular globin 2 | GLB2_LUMTE 1-145  
C G K | Extracellular globin-3 | GLB3_LUMTE 1-153  
D H L | Hemoglobin chain d1 | O61233_LUMTE 8-147  
M | Hemoglobin linker chain L1 | Q9GV76_LUMTE 9-225  
N | Extracellular hemoglobin linker L2 subunit | Q2I743_LUMTE 10-229  
O | Extracellular hemoglobin linker L3 subunit | Q2I742_LUMTE 8-222  
  
Non-standard residues in 2gtl #1  
---  
CA — calcium ion  
CMO — carbon monoxide  
HEM — protoporphyrin IX containing Fe (HEME)  
ZN — zinc ion  
  
2gtl mmCIF Assemblies  
---  
1| complete point assembly  
2| point asymmetric unit  
3| point asymmetric unit, std point frame  
4| crystal asymmetric unit  
  

> select /M /N /O

5095 atoms, 5210 bonds, 19 pseudobonds, 657 residues, 2 models selected  

> hide sel cartoons

> hide sel surfaces

> select ~sel & ##selected

14553 atoms, 14925 bonds, 88 pseudobonds, 1767 residues, 2 models selected  

> hide sel cartoons

> hide sel atoms

> style sel stick

Changed 14553 atom styles  

> show sel cartoons

> select /M /N /O

5095 atoms, 5210 bonds, 19 pseudobonds, 657 residues, 2 models selected  

> style sel stick

Changed 5095 atom styles  

> show sel cartoons

> coulombic sel

The following residues are missing heavy (non-hydrogen) atoms, which may
result in inaccurate electrostatics:  
/M LEU 13  
/M LYS 15  
/M ASP 22  
/M LYS 26  
/M LYS 27  
/M ASP 30  
/M LYS 37  
/M ASP 43  
/M LYS 44  
/M LYS 45  
/M GLU 59  
/M GLU 64  
/M SER 187  
/N PHE 19  
/N ARG 23  
/N ARG 26  
/N GLU 39  
/N ASP 186  
/N HIS 228  
/N ASP 229  
/O GLN 8  
/O SER 9  
/O HIS 10  
/O ASP 11  
/O GLU 12  
/O ILE 13  
/O ILE 14  
/O ASP 15  
/O LYS 16  
/O LEU 17  
/O ILE 18  
/O GLU 19  
/O LYS 23  
/O LYS 221  
/O LYS 222  

Using Amber 20 recommended default charges and atom types for standard
residues  
Coulombic values for 2gtl_M SES surface #1.2: minimum, -25.60, mean -4.72,
maximum 12.62  
Coulombic values for 2gtl_N SES surface #1.3: minimum, -23.87, mean -3.44,
maximum 16.59  
Coulombic values for 2gtl_O SES surface #1.4: minimum, -45.36, mean -7.97,
maximum 10.68  
To also show corresponding color key, enter the above coulombic command and
add key true  

> show /M ARG 53

Expected a collection of one of 'atoms', 'bonds', 'cartoons', 'models',
'pbonds', 'pseudobonds', 'ribbons', or 'surfaces' or a keyword  

> hide sel surfaces

> show /M ARG 53

Expected a collection of one of 'atoms', 'bonds', 'cartoons', 'models',
'pbonds', 'pseudobonds', 'ribbons', or 'surfaces' or a keyword  

> show /M Arg 53

Expected a collection of one of 'atoms', 'bonds', 'cartoons', 'models',
'pbonds', 'pseudobonds', 'ribbons', or 'surfaces' or a keyword  

> select clear

> select /M 53\

Expected a keyword  

> select /M 53

Expected a keyword  

> select /M:53

11 atoms, 10 bonds, 1 residue, 1 model selected  

> select /M:53 /M:58

20 atoms, 18 bonds, 2 residues, 1 model selected  

> select /N:52 /M:34

14 atoms, 12 bonds, 2 residues, 1 model selected  

> select ~sel & ##selected

19634 atoms, 20123 bonds, 107 pseudobonds, 2422 residues, 2 models selected  

> hide sel atoms

> select /N:52 /M:34

14 atoms, 12 bonds, 2 residues, 1 model selected  

> coulombic sel

Coulombic values for 2gtl_M SES surface #1.2: minimum, -25.60, mean -4.72,
maximum 12.62  
Coulombic values for 2gtl_N SES surface #1.3: minimum, -23.87, mean -3.44,
maximum 16.59  
To also show corresponding color key, enter the above coulombic command and
add key true  

> hide sel surfaces

> hbonds sel reveal true

3 hydrogen bonds found  

> hide sel surfaces

> hide sel cartoons

> show sel cartoons

> ~hbonds

> select /M:53 /M:58

20 atoms, 18 bonds, 2 residues, 1 model selected  

> show sel surfaces

> select ~sel & ##selected

19628 atoms, 20117 bonds, 107 pseudobonds, 2422 residues, 2 models selected  

> hide sel atoms

> hide sel cartoons

> hide sel surfaces

> hide sel cartoons

> undo

> close session

> open 2GTL format mmcif fromDatabase pdb

2gtl title:  
Lumbricus Erythrocruorin at 3.5A resolution [more info...]  
  
Chain information for 2gtl #1  
---  
Chain | Description | UniProt  
A E I | Extracellular globin 4 | GLB4_LUMTE 1-151  
B F J | Extracellular globin 2 | GLB2_LUMTE 1-145  
C G K | Extracellular globin-3 | GLB3_LUMTE 1-153  
D H L | Hemoglobin chain d1 | O61233_LUMTE 8-147  
M | Hemoglobin linker chain L1 | Q9GV76_LUMTE 9-225  
N | Extracellular hemoglobin linker L2 subunit | Q2I743_LUMTE 10-229  
O | Extracellular hemoglobin linker L3 subunit | Q2I742_LUMTE 8-222  
  
Non-standard residues in 2gtl #1  
---  
CA — calcium ion  
CMO — carbon monoxide  
HEM — protoporphyrin IX containing Fe (HEME)  
ZN — zinc ion  
  
2gtl mmCIF Assemblies  
---  
1| complete point assembly  
2| point asymmetric unit  
3| point asymmetric unit, std point frame  
4| crystal asymmetric unit  
  

> select /M /N /O

5095 atoms, 5210 bonds, 19 pseudobonds, 657 residues, 2 models selected  

> select ~sel & ##selected

14553 atoms, 14925 bonds, 88 pseudobonds, 1767 residues, 2 models selected  

> hide sel atoms

> style sel stick

Changed 14553 atom styles  

> show sel cartoons

> hide sel cartoons

> select /M /N /O

5095 atoms, 5210 bonds, 19 pseudobonds, 657 residues, 2 models selected  

> show sel cartoons

> show sel atoms

> style sel stick

Changed 5095 atom styles  

> interfaces select /M & ::polymer_type>0 contacting /N & ::polymer_type>0
> areaCutoff 0

26 contacting residues  

> select ~sel

19426 atoms, 19888 bonds, 107 pseudobonds, 2398 residues, 2 models selected  

> hide sel atoms

> hide sel cartoons

> interfaces select /M & ::polymer_type>0 contacting /O & ::polymer_type>0
> areaCutoff 0

23 contacting residues  

> show sel cartoons

> show sel atoms

> show sel surfaces

> show /O

> select /O

1664 atoms, 1703 bonds, 6 pseudobonds, 216 residues, 2 models selected  

> style sel stick

Changed 1664 atom styles  

> show sel cartoons

> select ~sel & ##selected

17984 atoms, 18432 bonds, 101 pseudobonds, 2208 residues, 2 models selected  

> hide sel surfaces

> interfaces select /N & ::polymer_type>0 contacting /O & ::polymer_type>0
> areaCutoff 0

26 contacting residues  

> mlp sel

Map values for surface "2gtl_N SES surface": minimum -28.72, mean -4.949,
maximum 21.91  
To also show corresponding color key, enter the above mlp command and add key
true  

> select ~sel & ##selected

19427 atoms, 19931 bonds, 107 pseudobonds, 2398 residues, 2 models selected  

> mlp sel

Map values for surface "2gtl_A SES surface": minimum -27.35, mean -3.46,
maximum 25.63  
Map values for surface "2gtl_B SES surface": minimum -24.43, mean -4.748,
maximum 23.49  
Map values for surface "2gtl_C SES surface": minimum -29.2, mean -4.082,
maximum 25.1  
Map values for surface "2gtl_D SES surface": minimum -27.96, mean -3.691,
maximum 23.3  
Map values for surface "2gtl_E SES surface": minimum -27.49, mean -3.405,
maximum 25.96  
Map values for surface "2gtl_F SES surface": minimum -25.45, mean -4.776,
maximum 24.49  
Map values for surface "2gtl_G SES surface": minimum -28.11, mean -4.069,
maximum 24.69  
Map values for surface "2gtl_H SES surface": minimum -28.09, mean -3.677,
maximum 23.35  
Map values for surface "2gtl_I SES surface": minimum -27.61, mean -3.48,
maximum 26.12  
Map values for surface "2gtl_J SES surface": minimum -25.38, mean -4.745,
maximum 24.81  
Map values for surface "2gtl_K SES surface": minimum -30.19, mean -4.019,
maximum 24.42  
Map values for surface "2gtl_L SES surface": minimum -29.02, mean -3.7,
maximum 22.67  
Map values for surface "2gtl_M SES surface": minimum -27.51, mean -4.23,
maximum 21.91  
Map values for surface "2gtl_N SES surface": minimum -28.72, mean -4.949,
maximum 21.91  
Map values for surface "2gtl_O SES surface": minimum -29, mean -5.716, maximum
22.98  
To also show corresponding color key, enter the above mlp command and add key
true  

> select clear

> hide surfaces

> coulombic


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

Log:
UCSF ChimeraX version: 1.7 (2023-12-19)  
© 2016-2023 Regents of the University of California. All rights reserved.  
How to cite UCSF ChimeraX  




OpenGL version: 4.1 INTEL-18.8.6
OpenGL renderer: Intel(R) Iris(TM) Plus Graphics OpenGL Engine (1x6x8 (fused) LP
OpenGL vendor: Intel Inc.

Python: 3.11.2
Locale: UTF-8
Qt version: PyQt6 6.3.1, Qt 6.3.1
Qt runtime version: 6.3.2
Qt platform: cocoa
Hardware:

    Hardware Overview:

      Model Name: MacBook Air
      Model Identifier: MacBookAir9,1
      Processor Name: Dual-Core Intel Core i3
      Processor Speed: 1.1 GHz
      Number of Processors: 1
      Total Number of Cores: 2
      L2 Cache (per Core): 512 KB
      L3 Cache: 4 MB
      Hyper-Threading Technology: Enabled
      Memory: 8 GB
      System Firmware Version: 1968.100.17.0.0 (iBridge: 20.16.4252.0.0,0)
      OS Loader Version: 540.120.3~22

Software:

    System Software Overview:

      System Version: macOS 12.6.5 (21G531)
      Kernel Version: Darwin 21.6.0
      Time since boot: 25 days 6:03

Graphics/Displays:

    Intel Iris Plus Graphics:

      Chipset Model: Intel Iris Plus Graphics
      Type: GPU
      Bus: Built-In
      VRAM (Dynamic, Max): 1536 MB
      Vendor: Intel
      Device ID: 0x8a5c
      Revision ID: 0x0007
      Metal Family: Supported, Metal GPUFamily macOS 2
      Displays:
        Color LCD:
          Display Type: Built-In Retina LCD
          Resolution: 2560 x 1600 Retina
          Framebuffer Depth: 30-Bit Color (ARGB2101010)
          Main Display: Yes
          Mirror: Off
          Online: Yes
          Automatically Adjust Brightness: Yes
          Connection Type: Internal


Installed Packages:
    alabaster: 0.7.13
    appdirs: 1.4.4
    appnope: 0.1.3
    asttokens: 2.4.1
    Babel: 2.14.0
    backcall: 0.2.0
    beautifulsoup4: 4.11.2
    blockdiag: 3.0.0
    blosc2: 2.0.0
    build: 0.10.0
    certifi: 2022.12.7
    cftime: 1.6.3
    charset-normalizer: 3.3.2
    ChimeraX-AddCharge: 1.5.13
    ChimeraX-AddH: 2.2.5
    ChimeraX-AlignmentAlgorithms: 2.0.1
    ChimeraX-AlignmentHdrs: 3.4.1
    ChimeraX-AlignmentMatrices: 2.1
    ChimeraX-Alignments: 2.12.1
    ChimeraX-AlphaFold: 1.0
    ChimeraX-AltlocExplorer: 1.1.1
    ChimeraX-AmberInfo: 1.0
    ChimeraX-Arrays: 1.1
    ChimeraX-Atomic: 1.49.1
    ChimeraX-AtomicLibrary: 12.1.3
    ChimeraX-AtomSearch: 2.0.1
    ChimeraX-AxesPlanes: 2.3.2
    ChimeraX-BasicActions: 1.1.2
    ChimeraX-BILD: 1.0
    ChimeraX-BlastProtein: 2.1.2
    ChimeraX-BondRot: 2.0.4
    ChimeraX-BugReporter: 1.0.1
    ChimeraX-BuildStructure: 2.10.5
    ChimeraX-Bumps: 1.0
    ChimeraX-BundleBuilder: 1.2.2
    ChimeraX-ButtonPanel: 1.0.1
    ChimeraX-CageBuilder: 1.0.1
    ChimeraX-CellPack: 1.0
    ChimeraX-Centroids: 1.3.2
    ChimeraX-ChangeChains: 1.1
    ChimeraX-CheckWaters: 1.3.2
    ChimeraX-ChemGroup: 2.0.1
    ChimeraX-Clashes: 2.2.4
    ChimeraX-ColorActions: 1.0.3
    ChimeraX-ColorGlobe: 1.0
    ChimeraX-ColorKey: 1.5.5
    ChimeraX-CommandLine: 1.2.5
    ChimeraX-ConnectStructure: 2.0.1
    ChimeraX-Contacts: 1.0.1
    ChimeraX-Core: 1.7
    ChimeraX-CoreFormats: 1.2
    ChimeraX-coulombic: 1.4.2
    ChimeraX-Crosslinks: 1.0
    ChimeraX-Crystal: 1.0
    ChimeraX-CrystalContacts: 1.0.1
    ChimeraX-DataFormats: 1.2.3
    ChimeraX-Dicom: 1.2
    ChimeraX-DistMonitor: 1.4
    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.8
    ChimeraX-ListInfo: 1.2.2
    ChimeraX-Log: 1.1.6
    ChimeraX-LookingGlass: 1.1
    ChimeraX-Maestro: 1.9.1
    ChimeraX-Map: 1.1.4
    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.2
    ChimeraX-MCopy: 1.0
    ChimeraX-MDcrds: 2.6
    ChimeraX-MedicalToolbar: 1.0.2
    ChimeraX-Meeting: 1.0.1
    ChimeraX-MLP: 1.1.1
    ChimeraX-mmCIF: 2.12.1
    ChimeraX-MMTF: 2.2
    ChimeraX-Modeller: 1.5.13
    ChimeraX-ModelPanel: 1.4
    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.1
    ChimeraX-NRRD: 1.1
    ChimeraX-Nucleotides: 2.0.3
    ChimeraX-OpenCommand: 1.13.1
    ChimeraX-PDB: 2.7.3
    ChimeraX-PDBBio: 1.0.1
    ChimeraX-PDBLibrary: 1.0.3
    ChimeraX-PDBMatrices: 1.0
    ChimeraX-PickBlobs: 1.0.1
    ChimeraX-Positions: 1.0
    ChimeraX-PresetMgr: 1.1
    ChimeraX-PubChem: 2.1
    ChimeraX-ReadPbonds: 1.0.1
    ChimeraX-Registration: 1.1.2
    ChimeraX-RemoteControl: 1.0
    ChimeraX-RenderByAttr: 1.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-SelInspector: 1.0
    ChimeraX-SeqView: 2.11
    ChimeraX-Shape: 1.0.1
    ChimeraX-Shell: 1.0.1
    ChimeraX-Shortcuts: 1.1.1
    ChimeraX-ShowSequences: 1.0.2
    ChimeraX-SideView: 1.0.1
    ChimeraX-Smiles: 2.1.2
    ChimeraX-SmoothLines: 1.0
    ChimeraX-SpaceNavigator: 1.0
    ChimeraX-StdCommands: 1.12.3
    ChimeraX-STL: 1.0.1
    ChimeraX-Storm: 1.0
    ChimeraX-StructMeasure: 1.1.2
    ChimeraX-Struts: 1.0.1
    ChimeraX-Surface: 1.0.1
    ChimeraX-SwapAA: 2.0.1
    ChimeraX-SwapRes: 2.2.2
    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.33.2
    ChimeraX-uniprot: 2.3
    ChimeraX-UnitCell: 1.0.1
    ChimeraX-ViewDockX: 1.3.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.3
    ChimeraX-Zone: 1.0.1
    colorama: 0.4.6
    comm: 0.2.0
    contourpy: 1.2.0
    cxservices: 1.2.2
    cycler: 0.12.1
    Cython: 0.29.33
    debugpy: 1.8.0
    decorator: 5.1.1
    docutils: 0.19
    executing: 2.0.1
    filelock: 3.9.0
    fonttools: 4.47.0
    funcparserlib: 2.0.0a0
    glfw: 2.6.4
    grako: 3.16.5
    h5py: 3.10.0
    html2text: 2020.1.16
    idna: 3.6
    ihm: 0.38
    imagecodecs: 2023.9.18
    imagesize: 1.4.1
    ipykernel: 6.23.2
    ipython: 8.14.0
    ipython-genutils: 0.2.0
    ipywidgets: 8.1.1
    jedi: 0.18.2
    Jinja2: 3.1.2
    jupyter-client: 8.2.0
    jupyter-core: 5.5.1
    jupyterlab-widgets: 3.0.9
    kiwisolver: 1.4.5
    line-profiler: 4.0.2
    lxml: 4.9.2
    lz4: 4.3.2
    MarkupSafe: 2.1.3
    matplotlib: 3.7.2
    matplotlib-inline: 0.1.6
    msgpack: 1.0.4
    nest-asyncio: 1.5.8
    netCDF4: 1.6.2
    networkx: 3.1
    nibabel: 5.0.1
    nptyping: 2.5.0
    numexpr: 2.8.8
    numpy: 1.25.1
    openvr: 1.23.701
    packaging: 21.3
    ParmEd: 3.4.3
    parso: 0.8.3
    pep517: 0.13.0
    pexpect: 4.9.0
    pickleshare: 0.7.5
    Pillow: 10.0.1
    pip: 23.0
    pkginfo: 1.9.6
    platformdirs: 4.1.0
    prompt-toolkit: 3.0.43
    psutil: 5.9.5
    ptyprocess: 0.7.0
    pure-eval: 0.2.2
    py-cpuinfo: 9.0.0
    pycollada: 0.7.2
    pydicom: 2.3.0
    Pygments: 2.16.1
    pynrrd: 1.0.0
    PyOpenGL: 3.1.7
    PyOpenGL-accelerate: 3.1.7
    pyopenxr: 1.0.2801
    pyparsing: 3.0.9
    pyproject-hooks: 1.0.0
    PyQt6-commercial: 6.3.1
    PyQt6-Qt6: 6.3.2
    PyQt6-sip: 13.4.0
    PyQt6-WebEngine-commercial: 6.3.1
    PyQt6-WebEngine-Qt6: 6.3.2
    python-dateutil: 2.8.2
    pytz: 2023.3.post1
    pyzmq: 25.1.2
    qtconsole: 5.4.3
    QtPy: 2.4.1
    RandomWords: 0.4.0
    requests: 2.31.0
    scipy: 1.11.1
    setuptools: 67.4.0
    setuptools-scm: 7.0.5
    sfftk-rw: 0.7.3
    six: 1.16.0
    snowballstemmer: 2.2.0
    sortedcontainers: 2.4.0
    soupsieve: 2.5
    sphinx: 6.1.3
    sphinx-autodoc-typehints: 1.22
    sphinxcontrib-applehelp: 1.0.7
    sphinxcontrib-blockdiag: 3.0.0
    sphinxcontrib-devhelp: 1.0.5
    sphinxcontrib-htmlhelp: 2.0.4
    sphinxcontrib-jsmath: 1.0.1
    sphinxcontrib-qthelp: 1.0.6
    sphinxcontrib-serializinghtml: 1.1.9
    stack-data: 0.6.3
    superqt: 0.5.0
    tables: 3.8.0
    tcia-utils: 1.5.1
    tifffile: 2023.7.18
    tinyarray: 1.2.4
    tomli: 2.0.1
    tornado: 6.4
    traitlets: 5.9.0
    typing-extensions: 4.9.0
    tzdata: 2023.3
    urllib3: 2.1.0
    wcwidth: 0.2.12
    webcolors: 1.12
    wheel: 0.38.4
    wheel-filename: 1.4.1
    widgetsnbextension: 4.0.9

Change History (2)

comment:1 by pett, 21 months ago

Cc: Tom Goddard added
Component: UnassignedCore
Owner: set to pett
Platform: all
Project: ChimeraX
Status: newaccepted
Summary: ChimeraX bug report submissionCrash in garbage collection

comment:2 by pett, 21 months ago

Resolution: can't reproduce
Status: acceptedclosed
Note: See TracTickets for help on using tickets.