Opened 20 months ago
Closed 20 months ago
#14597 closed defect (can't reproduce)
Crash in garbage collection
Reported by: | 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-x86_64-i386-64bit ChimeraX Version: 1.7.1 (2024-01-23 01:58:08 UTC) Description Last time you used ChimeraX it crashed. Please describe steps that led to the crash here. Fatal Python error: Segmentation fault Thread 0x000070001ef66000 (most recent call first): File "/Applications/ChimeraX-1.7.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 324 in wait File "/Applications/ChimeraX-1.7.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 622 in wait File "/Applications/ChimeraX-1.7.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1392 in run File "/Applications/ChimeraX-1.7.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner File "/Applications/ChimeraX-1.7.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap Thread 0x000070001bf5d000 (most recent call first): File "/Applications/ChimeraX-1.7.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 324 in wait File "/Applications/ChimeraX-1.7.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 622 in wait File "/Applications/ChimeraX-1.7.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1392 in run File "/Applications/ChimeraX-1.7.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner File "/Applications/ChimeraX-1.7.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap Thread 0x000070001cf60000 (most recent call first): File "/Applications/ChimeraX-1.7.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 324 in wait File "/Applications/ChimeraX-1.7.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 622 in wait File "/Applications/ChimeraX-1.7.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1392 in run File "/Applications/ChimeraX-1.7.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner File "/Applications/ChimeraX-1.7.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap Thread 0x00007000186c5000 (most recent call first): File "/Applications/ChimeraX-1.7.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 324 in wait File "/Applications/ChimeraX-1.7.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 622 in wait File "/Applications/ChimeraX-1.7.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1392 in run File "/Applications/ChimeraX-1.7.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner File "/Applications/ChimeraX-1.7.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap Current thread 0x0000000112204600 (most recent call first): Garbage-collecting File "/Applications/ChimeraX-1.7.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/weakref.py", line 576 in __init__ File "/Applications/ChimeraX-1.7.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/atomic/molarray.py", line 1613 in remove_deleted_pointers File "/Applications/ChimeraX-1.7.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/atomic/molarray.py", line 134 in __init__ File "/Applications/ChimeraX-1.7.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/atomic/molarray.py", line 894 in __init__ File "/Applications/ChimeraX-1.7.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/atomic/molarray.py", line 253 in filter File "/Applications/ChimeraX-1.7.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/atomic/structure.py", line 813 in selected_items File "/Applications/ChimeraX-1.7.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/core/selection.py", line 46 in items File "/Applications/ChimeraX-1.7.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/std_commands/select.py", line 170 in report_selection File "/Applications/ChimeraX-1.7.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/std_commands/select.py", line 62 in select File "/Applications/ChimeraX-1.7.1.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.1.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.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/seq_view/region_browser.py", line 1763 in _select_on_structures File "/Applications/ChimeraX-1.7.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/seq_view/region_browser.py", line 1585 in _mouse_up_cb File "/Applications/ChimeraX-1.7.1.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.1.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.1.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.map._map, chimerax.surface._surface, chimerax.pdb_lib._load_libs, 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, chimerax.core._mac_util, OpenGL_accelerate.numpy_formathandler, OpenGL_accelerate.nones_formathandler, lz4._version, lz4.frame._frame, msgpack._cmsgpack, chimerax.core._serialize, numpy.linalg.lapack_lite, chimerax.atomic._ribbons, chimerax.graphics._graphics, chimerax.mmcif._mmcif, chimerax.mmcif.mmcif, chimerax.pdb._pdbio, lxml._elementpath, lxml.etree, chimerax.alignment_algs._sw, chimerax.dssp._dssp, chimerax.alignment_algs._nw, PIL._imagingmath (total: 63) {"app_name":"ChimeraX","timestamp":"2024-02-16 10:00:41.00 +0000","app_version":"1.7.1","slice_uuid":"194a3167-3db5-3029-8d22-1d742b826bb9","build_version":"1.7.1.0","platform":1,"bundleID":"edu.ucsf.cgl.ChimeraX","share_with_app_devs":1,"is_first_party":0,"bug_type":"309","os_version":"macOS 12.6 (21G115)","incident_id":"3B75F001-72D3-4E4C-96DB-5C8040F59082","name":"ChimeraX"} { "uptime" : 460000, "procLaunch" : "2024-02-15 17:27:30.9902 +0000", "procRole" : "Foreground", "version" : 2, "userID" : 501, "deployVersion" : 210, "modelCode" : "MacBookAir8,1", "procStartAbsTime" : 460804881312102, "coalitionID" : 6220, "osVersion" : { "train" : "macOS 12.6", "build" : "21G115", "releaseType" : "User" }, "captureTime" : "2024-02-16 10:00:34.4082 +0000", "incident" : "3B75F001-72D3-4E4C-96DB-5C8040F59082", "bug_type" : "309", "pid" : 13492, "procExitAbsTime" : 467175119659760, "cpuType" : "X86-64", "procName" : "ChimeraX", "procPath" : "\/Applications\/ChimeraX-1.7.1.app\/Contents\/MacOS\/ChimeraX", "bundleInfo" : {"CFBundleShortVersionString":"1.7.1","CFBundleVersion":"1.7.1.0","CFBundleIdentifier":"edu.ucsf.cgl.ChimeraX"}, "storeInfo" : {"deviceIdentifierForVendor":"EE924088-4EFB-5792-B0FD-274486C633ED","thirdParty":true}, "parentProc" : "launchd", "parentPid" : 1, "coalitionName" : "edu.ucsf.cgl.ChimeraX", "crashReporterKey" : "E0E5732F-57E0-3539-80D5-41794BDDCE27", "wakeTime" : 1223, "bridgeVersion" : {"build":"19P6067","train":"6.6"}, "sleepWakeUUID" : "DE948DB5-0FB0-4B43-A558-2014AB39E9C6", "sip" : "enabled", "vmRegionInfo" : "0xa9 is not in any region. Bytes before following region: 140737487691607\n REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n---> \n VM_ALLOCATE 7ffffff5e000-7ffffff5f000 [ 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: 140737487691607\n REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n---> \n VM_ALLOCATE 7ffffff5e000-7ffffff5f000 [ 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":32782,"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":1210612,"symbol":"tupletraverse","symbolLocation":52,"imageIndex":3},{"imageOffset":2574472,"symbol":"gc_collect_main","symbolLocation":2568,"imageIndex":3},{"imageOffset":2580738,"symbol":"_PyObject_GC_Link","symbolLocation":306,"imageIndex":3},{"imageOffset":1289213,"symbol":"_PyType_AllocNoTrack","symbolLocation":125,"imageIndex":3},{"imageOffset":1237630,"symbol":"PyType_GenericAlloc","symbolLocation":14,"imageIndex":3},{"imageOffset":1575370,"symbol":"weakref___new__","symbolLocation":218,"imageIndex":3},{"imageOffset":1223445,"symbol":"type_call","symbolLocation":69,"imageIndex":3},{"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":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":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":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":698143,"symbol":"method_vectorcall","symbolLocation":207,"imageIndex":3},{"imageOffset":33639,"symbol":"sip_api_call_procedure_method","symbolLocation":199,"imageIndex":6},{"imageOffset":800792,"symbol":"sipQGraphicsScene::mouseReleaseEvent(QGraphicsSceneMouseEvent*)","symbolLocation":104,"imageIndex":7},{"imageOffset":3877754,"symbol":"QGraphicsScene::event(QEvent*)","symbolLocation":970,"imageIndex":8},{"imageOffset":802991,"symbol":"sipQGraphicsScene::event(QEvent*)","symbolLocation":191,"imageIndex":7},{"imageOffset":51847,"symbol":"QApplicationPrivate::notify_helper(QObject*, QEvent*)","symbolLocation":247,"imageIndex":8},{"imageOffset":55875,"symbol":"QApplication::notify(QObject*, QEvent*)","symbolLocation":499,"imageIndex":8},{"imageOffset":1282534,"symbol":"sipQApplication::notify(QObject*, QEvent*)","symbolLocation":230,"imageIndex":7},{"imageOffset":449594,"symbol":"QCoreApplication::notifyInternal2(QObject*, QEvent*)","symbolLocation":170,"imageIndex":9},{"imageOffset":4084992,"symbol":"QGraphicsView::mouseReleaseEvent(QMouseEvent*)","symbolLocation":736,"imageIndex":8},{"imageOffset":780745,"symbol":"sipQGraphicsView::mouseReleaseEvent(QMouseEvent*)","symbolLocation":121,"imageIndex":7},{"imageOffset":389077,"symbol":"QWidget::event(QEvent*)","symbolLocation":389,"imageIndex":8},{"imageOffset":1023323,"symbol":"QFrame::event(QEvent*)","symbolLocation":43,"imageIndex":8},{"imageOffset":4080046,"symbol":"QGraphicsView::viewportEvent(QEvent*)","symbolLocation":1294,"imageIndex":8},{"imageOffset":786271,"symbol":"sipQGraphicsView::viewportEvent(QEvent*)","symbolLocation":191,"imageIndex":7},{"imageOffset":450261,"symbol":"QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*)","symbolLocation":229,"imageIndex":9},{"imageOffset":51827,"symbol":"QApplicationPrivate::notify_helper(QObject*, QEvent*)","symbolLocation":227,"imageIndex":8},{"imageOffset":61378,"symbol":"QApplication::notify(QObject*, QEvent*)","symbolLocation":6002,"imageIndex":8},{"imageOffset":1282534,"symbol":"sipQApplication::notify(QObject*, QEvent*)","symbolLocation":230,"imageIndex":7},{"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":8},{"imageOffset":481294,"imageIndex":8},{"imageOffset":476809,"imageIndex":8},{"imageOffset":51847,"symbol":"QApplicationPrivate::notify_helper(QObject*, QEvent*)","symbolLocation":247,"imageIndex":8},{"imageOffset":55875,"symbol":"QApplication::notify(QObject*, QEvent*)","symbolLocation":499,"imageIndex":8},{"imageOffset":1282534,"symbol":"sipQApplication::notify(QObject*, QEvent*)","symbolLocation":230,"imageIndex":7},{"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":11},{"imageOffset":524667,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__","symbolLocation":17,"imageIndex":12},{"imageOffset":524515,"symbol":"__CFRunLoopDoSource0","symbolLocation":180,"imageIndex":12},{"imageOffset":523869,"symbol":"__CFRunLoopDoSources0","symbolLocation":242,"imageIndex":12},{"imageOffset":518264,"symbol":"__CFRunLoopRun","symbolLocation":892,"imageIndex":12},{"imageOffset":515644,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":12},{"imageOffset":189926,"symbol":"RunCurrentEventLoopInMode","symbolLocation":292,"imageIndex":13},{"imageOffset":188947,"symbol":"ReceiveNextEventCommon","symbolLocation":283,"imageIndex":13},{"imageOffset":188645,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":70,"imageIndex":13},{"imageOffset":257965,"symbol":"_DPSNextEvent","symbolLocation":927,"imageIndex":14},{"imageOffset":251498,"symbol":"-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":1394,"imageIndex":14},{"imageOffset":195865,"symbol":"-[NSApplication run]","symbolLocation":586,"imageIndex":14},{"imageOffset":102572,"imageIndex":11},{"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":7},{"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":15},{"imageOffset":21806,"symbol":"start","symbolLocation":462,"imageIndex":16}],"id":7695333,"triggered":true,"threadState":{"r13":{"value":5365387777},"rax":{"value":0},"rflags":{"value":582},"cpu":{"value":0},"r14":{"value":11},"rsi":{"value":11},"r8":{"value":2},"cr2":{"value":4553608874},"rdx":{"value":0},"r10":{"value":4599072256,"symbolLocation":0,"symbol":"_main_thread"},"r9":{"value":14757395258967641293},"r15":{"value":22},"rbx":{"value":4599072256,"symbolLocation":0,"symbol":"_main_thread"},"trap":{"value":133},"err":{"value":33554760},"r11":{"value":582},"rip":{"value":140703353909262,"matchesCrashFrame":1},"rbp":{"value":140245490063888},"rsp":{"value":140245490063848},"r12":{"value":259},"rcx":{"value":140245490063848},"flavor":"x86_THREAD_STATE","rdi":{"value":259}},"name":"CrBrowserMain"},{"id":7695560,"name":"ThreadPoolServiceThread","frames":[{"imageOffset":43210,"symbol":"kevent64","symbolLocation":10,"imageIndex":0},{"imageOffset":66456106,"imageIndex":17},{"imageOffset":66455847,"imageIndex":17},{"imageOffset":65919580,"imageIndex":17},{"imageOffset":65624472,"imageIndex":17},{"imageOffset":66059960,"imageIndex":17},{"imageOffset":65958573,"imageIndex":17},{"imageOffset":66060362,"imageIndex":17},{"imageOffset":66222344,"imageIndex":17},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":7695563,"name":"Chrome_IOThread","frames":[{"imageOffset":43210,"symbol":"kevent64","symbolLocation":10,"imageIndex":0},{"imageOffset":66456106,"imageIndex":17},{"imageOffset":66455847,"imageIndex":17},{"imageOffset":65919580,"imageIndex":17},{"imageOffset":65624472,"imageIndex":17},{"imageOffset":66059960,"imageIndex":17},{"imageOffset":48386978,"imageIndex":17},{"imageOffset":66060362,"imageIndex":17},{"imageOffset":66222344,"imageIndex":17},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":7695564,"name":"NetworkConfigWatcher","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":66252326,"imageIndex":17},{"imageOffset":66251759,"imageIndex":17},{"imageOffset":65421769,"imageIndex":17},{"imageOffset":65919580,"imageIndex":17},{"imageOffset":65624472,"imageIndex":17},{"imageOffset":66059960,"imageIndex":17},{"imageOffset":66060362,"imageIndex":17},{"imageOffset":66222344,"imageIndex":17},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":7695568,"name":"CompositorTileWorker1","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":66219291,"imageIndex":17},{"imageOffset":100616493,"imageIndex":17},{"imageOffset":66222344,"imageIndex":17},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":7695569,"name":"Chrome_InProcGpuThread","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":66252326,"imageIndex":17},{"imageOffset":66251759,"imageIndex":17},{"imageOffset":65421769,"imageIndex":17},{"imageOffset":65919580,"imageIndex":17},{"imageOffset":65624472,"imageIndex":17},{"imageOffset":66059960,"imageIndex":17},{"imageOffset":66060362,"imageIndex":17},{"imageOffset":66222344,"imageIndex":17},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":7695570,"name":"Chrome_ChildIOThread","frames":[{"imageOffset":43210,"symbol":"kevent64","symbolLocation":10,"imageIndex":0},{"imageOffset":66456106,"imageIndex":17},{"imageOffset":66455847,"imageIndex":17},{"imageOffset":65919580,"imageIndex":17},{"imageOffset":65624472,"imageIndex":17},{"imageOffset":66059960,"imageIndex":17},{"imageOffset":66060362,"imageIndex":17},{"imageOffset":66222344,"imageIndex":17},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":7695571,"name":"NetworkConfigWatcher","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":66252326,"imageIndex":17},{"imageOffset":66251759,"imageIndex":17},{"imageOffset":65421769,"imageIndex":17},{"imageOffset":65919580,"imageIndex":17},{"imageOffset":65624472,"imageIndex":17},{"imageOffset":66059960,"imageIndex":17},{"imageOffset":66060362,"imageIndex":17},{"imageOffset":66222344,"imageIndex":17},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":7695572,"name":"VizCompositorThread","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":66252326,"imageIndex":17},{"imageOffset":66251759,"imageIndex":17},{"imageOffset":65421769,"imageIndex":17},{"imageOffset":65919580,"imageIndex":17},{"imageOffset":65624472,"imageIndex":17},{"imageOffset":66059960,"imageIndex":17},{"imageOffset":66060362,"imageIndex":17},{"imageOffset":66222344,"imageIndex":17},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":7695578,"name":"NetworkService","frames":[{"imageOffset":43210,"symbol":"kevent64","symbolLocation":10,"imageIndex":0},{"imageOffset":66456106,"imageIndex":17},{"imageOffset":66455847,"imageIndex":17},{"imageOffset":65919580,"imageIndex":17},{"imageOffset":65624472,"imageIndex":17},{"imageOffset":66059960,"imageIndex":17},{"imageOffset":66060362,"imageIndex":17},{"imageOffset":66222344,"imageIndex":17},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":7695579,"name":"NetworkConfigWatcher","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":66252326,"imageIndex":17},{"imageOffset":66251759,"imageIndex":17},{"imageOffset":65421769,"imageIndex":17},{"imageOffset":65919580,"imageIndex":17},{"imageOffset":65624472,"imageIndex":17},{"imageOffset":66059960,"imageIndex":17},{"imageOffset":66060362,"imageIndex":17},{"imageOffset":66222344,"imageIndex":17},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":7695580,"name":"ThreadPoolSingleThreadForegroundBlocking0","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":66252326,"imageIndex":17},{"imageOffset":66009023,"imageIndex":17},{"imageOffset":66011756,"imageIndex":17},{"imageOffset":66010829,"imageIndex":17},{"imageOffset":66222344,"imageIndex":17},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":7695605,"name":"NetworkConfigWatcher","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":66252326,"imageIndex":17},{"imageOffset":66251759,"imageIndex":17},{"imageOffset":65421769,"imageIndex":17},{"imageOffset":65919580,"imageIndex":17},{"imageOffset":65624472,"imageIndex":17},{"imageOffset":66059960,"imageIndex":17},{"imageOffset":66060362,"imageIndex":17},{"imageOffset":66222344,"imageIndex":17},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":7695629,"name":"com.apple.NSEventThread","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":525165,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":12},{"imageOffset":518648,"symbol":"__CFRunLoopRun","symbolLocation":1276,"imageIndex":12},{"imageOffset":515644,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":12},{"imageOffset":1755598,"symbol":"_NSEventThread","symbolLocation":132,"imageIndex":14},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":7695632,"name":"MemoryInfra","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":66252326,"imageIndex":17},{"imageOffset":66251759,"imageIndex":17},{"imageOffset":65421769,"imageIndex":17},{"imageOffset":65919580,"imageIndex":17},{"imageOffset":65624472,"imageIndex":17},{"imageOffset":66059960,"imageIndex":17},{"imageOffset":66060362,"imageIndex":17},{"imageOffset":66222344,"imageIndex":17},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":7695633,"name":"ThreadPoolSingleThreadSharedBackgroundBlocking1","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":66252326,"imageIndex":17},{"imageOffset":66009023,"imageIndex":17},{"imageOffset":66011034,"imageIndex":17},{"imageOffset":66010637,"imageIndex":17},{"imageOffset":66222344,"imageIndex":17},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":7696314,"frames":[{"imageOffset":17386,"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":18},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":7702966,"name":"ThreadPoolBackgroundWorker","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":66252326,"imageIndex":17},{"imageOffset":66009023,"imageIndex":17},{"imageOffset":66011756,"imageIndex":17},{"imageOffset":66010589,"imageIndex":17},{"imageOffset":66222344,"imageIndex":17},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":7801316,"name":"NetworkConfigWatcher","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":66252326,"imageIndex":17},{"imageOffset":66251759,"imageIndex":17},{"imageOffset":65421769,"imageIndex":17},{"imageOffset":65919580,"imageIndex":17},{"imageOffset":65624472,"imageIndex":17},{"imageOffset":66059960,"imageIndex":17},{"imageOffset":66060362,"imageIndex":17},{"imageOffset":66222344,"imageIndex":17},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":7801318,"name":"ThreadPoolForegroundWorker","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":66252326,"imageIndex":17},{"imageOffset":66009023,"imageIndex":17},{"imageOffset":66011756,"imageIndex":17},{"imageOffset":66010733,"imageIndex":17},{"imageOffset":66222344,"imageIndex":17},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":7801321,"name":"ThreadPoolBackgroundWorker","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":66252326,"imageIndex":17},{"imageOffset":66009023,"imageIndex":17},{"imageOffset":66011756,"imageIndex":17},{"imageOffset":66010589,"imageIndex":17},{"imageOffset":66222344,"imageIndex":17},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":7801322,"name":"CacheThread_BlockFile","frames":[{"imageOffset":43210,"symbol":"kevent64","symbolLocation":10,"imageIndex":0},{"imageOffset":66456106,"imageIndex":17},{"imageOffset":66455847,"imageIndex":17},{"imageOffset":65919580,"imageIndex":17},{"imageOffset":65624472,"imageIndex":17},{"imageOffset":66059960,"imageIndex":17},{"imageOffset":66060362,"imageIndex":17},{"imageOffset":66222344,"imageIndex":17},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":7810318,"name":"ThreadPoolForegroundWorker","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":66252326,"imageIndex":17},{"imageOffset":66009023,"imageIndex":17},{"imageOffset":66011756,"imageIndex":17},{"imageOffset":66010733,"imageIndex":17},{"imageOffset":66222344,"imageIndex":17},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":7832967,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":7833244,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":7833375,"frames":[{"imageOffset":17386,"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}]},{"id":7833378,"frames":[{"imageOffset":17386,"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}]},{"id":7833423,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":7833424,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":7833426,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":7833488,"frames":[{"imageOffset":17386,"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}]},{"id":7833489,"frames":[{"imageOffset":17386,"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}]},{"id":7833490,"name":"ThreadPoolForegroundWorker","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":66252326,"imageIndex":17},{"imageOffset":66009023,"imageIndex":17},{"imageOffset":66011034,"imageIndex":17},{"imageOffset":66010733,"imageIndex":17},{"imageOffset":66222344,"imageIndex":17},{"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" : 140703353876480, "size" : 229376, "uuid" : "8cc28466-fd2f-3c80-9834-9525b7beac19", "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib", "name" : "libsystem_kernel.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 140703354105856, "size" : 49152, "uuid" : "b5454e27-e8c7-3fdb-b77f-714f1e82e70b", "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib", "name" : "libsystem_pthread.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 140703352860672, "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" : 4549599232, "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.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/Python", "name" : "Python", "CFBundleVersion" : "3.11.2" }, { "source" : "P", "arch" : "x86_64", "base" : 140703354204160, "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" : 4560945152, "size" : 98304, "uuid" : "17a32d1b-857d-3264-9bf6-9192cca7beb2", "path" : "\/Applications\/ChimeraX-1.7.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/sip.cpython-311-darwin.so", "name" : "sip.cpython-311-darwin.so" }, { "source" : "P", "arch" : "x86_64", "base" : 4587425792, "size" : 2801664, "uuid" : "babd94e3-ec19-3110-ab5b-11c39432d8c5", "path" : "\/Applications\/ChimeraX-1.7.1.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" : 4649005056, "size" : 4964352, "uuid" : "f36760e5-d1e7-3a93-ae8c-1c3e55e3fc35", "path" : "\/Applications\/ChimeraX-1.7.1.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" : 4636573696, "size" : 5259264, "uuid" : "35b47b1c-6952-3d39-a5e7-711f3ca228f2", "path" : "\/Applications\/ChimeraX-1.7.1.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" : 4797149184, "size" : 6979584, "uuid" : "49d915f7-1c6d-3bbd-b96f-064260e7d998", "path" : "\/Applications\/ChimeraX-1.7.1.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" : 4810878976, "size" : 655360, "uuid" : "4bf756eb-ff87-3f7f-8c98-b1eda6463b81", "path" : "\/Applications\/ChimeraX-1.7.1.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" : 140703354421248, "CFBundleShortVersionString" : "6.9", "CFBundleIdentifier" : "com.apple.CoreFoundation", "size" : 5255168, "uuid" : "93c48919-68af-367e-9a67-db4159bc962c", "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation", "name" : "CoreFoundation", "CFBundleVersion" : "1866" }, { "source" : "P", "arch" : "x86_64", "base" : 140703502266368, "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" : 140703398957056, "CFBundleShortVersionString" : "6.9", "CFBundleIdentifier" : "com.apple.AppKit", "size" : 15269888, "uuid" : "06015263-62ac-3b08-a298-dc835c18452a", "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit", "name" : "AppKit", "CFBundleVersion" : "2113.60.148" }, { "source" : "P", "arch" : "x86_64", "base" : 4534177792, "CFBundleShortVersionString" : "1.7.1", "CFBundleIdentifier" : "edu.ucsf.cgl.ChimeraX", "size" : 16384, "uuid" : "194a3167-3db5-3029-8d22-1d742b826bb9", "path" : "\/Applications\/ChimeraX-1.7.1.app\/Contents\/MacOS\/ChimeraX", "name" : "ChimeraX", "CFBundleVersion" : "1.7.1.0" }, { "source" : "P", "arch" : "x86_64", "base" : 4598546432, "size" : 442368, "uuid" : "71febccd-d9dc-3599-9971-2b3407c588a8", "path" : "\/usr\/lib\/dyld", "name" : "dyld" }, { "source" : "P", "arch" : "x86_64", "base" : 4980322304, "size" : 165052416, "uuid" : "4aa1de3e-464c-340c-ab61-bcd39bfc7658", "path" : "\/Applications\/ChimeraX-1.7.1.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" : 4666216448, "size" : 64094208, "uuid" : "9d768904-ac4b-327d-8126-cec11a08b966", "path" : "\/Applications\/ChimeraX-1.7.1.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" : 140703350849536, "size" : 19331678208, "uuid" : "73669942-bd8a-3e40-951f-7fbe07b51cb8" }, "vmSummary" : "ReadOnly portion of Libraries: Total=1.5G resident=0K(0%) swapped_out_or_unallocated=1.5G(100%)\nWritable regions: Total=1.2G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.2G(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nAccelerate framework 384K 3 \nActivity Tracing 256K 1 \nCG backing stores 2160K 4 \nCG image 308K 38 \nColorSync 232K 28 \nCoreAnimation 416K 34 \nCoreGraphics 12K 2 \nCoreServices 876K 3 \nCoreUI image data 5156K 38 \nFoundation 36K 2 \nKernel Alloc Once 8K 1 \nMALLOC 549.5M 730 \nMALLOC guard page 32K 8 \nMALLOC_LARGE (reserved) 256K 1 reserved VM address space (unallocated)\nMALLOC_NANO (reserved) 256.0M 1 reserved VM address space (unallocated)\nMach message 24K 6 \nObjC additional data 15K 1 \nOpenGL GLSL 384K 4 \nSTACK GUARD 128K 32 \nStack 243.8M 33 \nStack Guard 56.0M 1 \nVM_ALLOCATE 179.6M 222 \n__CTF 756 1 \n__DATA 47.0M 688 \n__DATA_CONST 32.6M 345 \n__DATA_DIRTY 1641K 212 \n__FONT_DATA 4K 1 \n__GLSLBUILTINS 5176K 1 \n__LINKEDIT 678.5M 162 \n__TEXT 816.8M 688 \n__UNICODE 592K 1 \ndyld private memory 1184K 3 \nmapped file 493.4M 80 \nshared memory 2980K 26 \n=========== ======= ======= \nTOTAL 3.3G 3401 \nTOTAL, minus reserved VM space 3.0G 3401 \n", "legacyInfo" : { "threadTriggered" : { "name" : "CrBrowserMain", "queue" : "com.apple.main-thread" } }, "trialInfo" : { "rollouts" : [ { "rolloutId" : "5ffde50ce2aacd000d47a95f", "factorPackIds" : { }, "deploymentId" : 240000361 }, { "rolloutId" : "5f72dc58705eff005a46b3a9", "factorPackIds" : { }, "deploymentId" : 240000015 } ], "experiments" : [ ] } } ===== Log before crash start ===== Startup Messages --- warning | Replacing fetcher for 'pdb_nmr' and format NMRSTAR from NMRSTAR bundle with that from NMRSTAR bundle UCSF ChimeraX version: 1.7.1 (2024-01-23) © 2016-2023 Regents of the University of California. All rights reserved. How to cite UCSF ChimeraX > open "/Users/enaden/Documents/Cambridge Year 4/Part III Project/3_10_23 > CRAMP1 SANT domain residues mutagenesis/NPAT_CR1_full_SANT.cxs" format > session opened ChimeraX session > ui tool show "AlphaFold Error Plot" > open /Users/enaden/Downloads/ChimeraX/AlphaFold/prediction_11/best_model.pdb Chain information for best_model.pdb #2 --- Chain | Description A | No description available > ui tool show "Show Sequence Viewer" > sequence chain #1/A Alignment identifier is 1/A > ui tool show "Show Sequence Viewer" > sequence chain #1/B Alignment identifier is 1/B > color sel bynucleotide > select add #1 5621 atoms, 5724 bonds, 36 pseudobonds, 739 residues, 2 models selected > color sel bynucleotide Alignment identifier is 1/A Destroying pre-existing alignment with identifier 1/B Alignment identifier is 1/B > select #1/B:22 11 atoms, 11 bonds, 1 residue, 1 model selected > select #1/B:22 11 atoms, 11 bonds, 1 residue, 1 model selected > select #1/B:4-5 13 atoms, 12 bonds, 2 residues, 1 model selected > select #1/B:4-70 579 atoms, 596 bonds, 67 residues, 1 model selected > select #1/B:2 6 atoms, 5 bonds, 1 residue, 1 model selected > select #1/B:2 6 atoms, 5 bonds, 1 residue, 1 model selected > select #1/B:5 7 atoms, 6 bonds, 1 residue, 1 model selected > select #1/B:5-61 489 atoms, 502 bonds, 57 residues, 1 model selected > ui tool show Matchmaker > matchmaker #2 to #1 & sel Parameters --- Chain pairing | bb Alignment algorithm | Needleman-Wunsch Similarity matrix | BLOSUM-62 SS fraction | 0.3 Gap open (HH/SS/other) | 18/18/6 Gap extend | 1 SS matrix | | | H | S | O ---|---|---|--- H | 6 | -9 | -6 S | | 6 | -6 O | | | 4 Iteration cutoff | 2 Matchmaker best_model.pdb, chain B (#1) with best_model.pdb, chain A (#2), sequence alignment score = 312 RMSD between 57 pruned atom pairs is 0.314 angstroms; (across all 57 pairs: 0.314) > select #1/A:563 9 atoms, 8 bonds, 1 residue, 1 model selected > select #1/A:563-589 197 atoms, 197 bonds, 27 residues, 1 model selected > select #1/A:563-589,658-664 254 atoms, 254 bonds, 34 residues, 1 model selected > select #1/A:668 8 atoms, 7 bonds, 1 residue, 1 model selected > select #1/A:650-668 150 atoms, 154 bonds, 19 residues, 1 model selected > select #1/A:660-661 20 atoms, 20 bonds, 2 residues, 1 model selected > select #1/A:660-661 20 atoms, 20 bonds, 2 residues, 1 model selected > select #1/A:661 11 atoms, 11 bonds, 1 residue, 1 model selected > select #1/A:661 11 atoms, 11 bonds, 1 residue, 1 model selected > select #1/A:665 8 atoms, 7 bonds, 1 residue, 1 model selected > select #1/A:665 8 atoms, 7 bonds, 1 residue, 1 model selected > save "/Users/enaden/Documents/Cambridge Year 4/Part III Project/2024 2 12 > CRAMP1 DUF UBL mutants/DUF_SANT_align.cxs" > open /Users/enaden/Downloads/ChimeraX/AlphaFold/prediction_5/best_model.pdb Chain information for best_model.pdb #3 --- Chain | Description A | No description available B | No description available > hide #3 models > hide #2 models > hide #!1 models > select add #1 5621 atoms, 5724 bonds, 36 pseudobonds, 739 residues, 2 models selected > select subtract #1 Nothing selected > hide #1.1 models > show #3 models > color #3 bychain > close #3 > open /Users/enaden/Downloads/ChimeraX/AlphaFold/prediction_6/best_model.pdb Chain information for best_model.pdb #3 --- Chain | Description A | No description available B | No description available > color #3 bychain > show #!1 models > ui tool show Matchmaker > select #1/B:5 7 atoms, 6 bonds, 1 residue, 1 model selected > select #1/B:5 7 atoms, 6 bonds, 1 residue, 1 model selected > select #1/B:5 7 atoms, 6 bonds, 1 residue, 1 model selected > select #1/B:5-17 112 atoms, 114 bonds, 13 residues, 1 model selected > select #1/B:4-5 13 atoms, 12 bonds, 2 residues, 1 model selected > select #1/B:4-62 504 atoms, 517 bonds, 59 residues, 1 model selected > select #1/B:3-4 20 atoms, 21 bonds, 2 residues, 1 model selected > select #1/B:3-62 518 atoms, 533 bonds, 60 residues, 1 model selected > ui tool show Matchmaker > matchmaker #3 to #1 Parameters --- Chain pairing | bb Alignment algorithm | Needleman-Wunsch Similarity matrix | BLOSUM-62 SS fraction | 0.3 Gap open (HH/SS/other) | 18/18/6 Gap extend | 1 SS matrix | | | H | S | O ---|---|---|--- H | 6 | -9 | -6 S | | 6 | -6 O | | | 4 Iteration cutoff | 2 Matchmaker best_model.pdb, chain B (#1) with best_model.pdb, chain B (#3), sequence alignment score = 380.8 RMSD between 70 pruned atom pairs is 0.754 angstroms; (across all 70 pairs: 0.754) > show #2 models > hide #2 models > hide #!1 models > show #!1 models Destroying pre-existing alignment with identifier 1/B Alignment identifier is 1/B Destroying pre-existing alignment with identifier 1/B Alignment identifier is 1/B > select #1/A:55 6 atoms, 5 bonds, 1 residue, 1 model selected > select #1/A:55 6 atoms, 5 bonds, 1 residue, 1 model selected > select #1/A:658 7 atoms, 6 bonds, 1 residue, 1 model selected > select #1/A:658 7 atoms, 6 bonds, 1 residue, 1 model selected Destroying pre-existing alignment with identifier 1/A Alignment identifier is 1/A Destroying pre-existing alignment with identifier 1/A Alignment identifier is 1/A > ui tool show "Show Sequence Viewer" > close #3 > hide #!1 models > show #2 models > hide #2 models > show #!1 models > hide #!1 models > show #!1 models > close #1 > open /Users/enaden/Downloads/ChimeraX/AlphaFold/prediction_6/best_model.pdb Chain information for best_model.pdb #1 --- Chain | Description A | No description available B | No description available > color #1 bychain > ui tool show "Show Sequence Viewer" > sequence chain #1/A Alignment identifier is 1/A > select #1/A:26 8 atoms, 7 bonds, 1 residue, 1 model selected > select #1/A:26 8 atoms, 7 bonds, 1 residue, 1 model selected > select #1/A:33 9 atoms, 8 bonds, 1 residue, 1 model selected > select #1/A:33 9 atoms, 8 bonds, 1 residue, 1 model selected > select #1/A:1 6 atoms, 5 bonds, 1 residue, 1 model selected > select #1/A:1 6 atoms, 5 bonds, 1 residue, 1 model selected > select #1/A:1 6 atoms, 5 bonds, 1 residue, 1 model selected > select #1/A:1-30 232 atoms, 234 bonds, 30 residues, 1 model selected > close #1 > open /Users/enaden/Downloads/ChimeraX/AlphaFold/prediction_7/best_model.pdb Chain information for best_model.pdb #1 --- Chain | Description A | No description available B | No description available > color #1 bychain > close #1 > open /Users/enaden/Downloads/ChimeraX/AlphaFold/prediction_8/best_model.pdb Chain information for best_model.pdb #1 --- Chain | Description A | No description available B | No description available > color #1 bychain > close #1 > open /Users/enaden/Downloads/ChimeraX/AlphaFold/prediction_9/best_model.pdb Chain information for best_model.pdb #1 --- Chain | Description A | No description available B | No description available > color #1 bychain > ui tool show "Show Sequence Viewer" > sequence chain #1/A Alignment identifier is 1/A > sequence chain #1/B Alignment identifier is 1/B > select #1/A:17 9 atoms, 8 bonds, 1 residue, 1 model selected > select #1/A:17 9 atoms, 8 bonds, 1 residue, 1 model selected > select #1/B:5 7 atoms, 6 bonds, 1 residue, 1 model selected > select #1/B:5-11 59 atoms, 59 bonds, 7 residues, 1 model selected > select #1/B:23 9 atoms, 8 bonds, 1 residue, 1 model selected > select #1/B:23-24 14 atoms, 13 bonds, 2 residues, 1 model selected > select #1/B:76 9 atoms, 8 bonds, 1 residue, 1 model selected > select #1/B:76 9 atoms, 8 bonds, 1 residue, 1 model selected > select #1/B:84 8 atoms, 7 bonds, 1 residue, 1 model selected > select #1/B:84 8 atoms, 7 bonds, 1 residue, 1 model selected > select #1/B:88 4 atoms, 3 bonds, 1 residue, 1 model selected > select #1/B:88 4 atoms, 3 bonds, 1 residue, 1 model selected > close #1 > open /Users/enaden/Downloads/ChimeraX/AlphaFold/prediction_10/best_model.pdb Chain information for best_model.pdb #1 --- Chain | Description A | No description available B | No description available > color #1 bychain > close #1 > open /Users/enaden/Downloads/ChimeraX/AlphaFold/prediction_11/best_model.pdb Chain information for best_model.pdb #1 --- Chain | Description A | No description available > color #1 bychain > close #1 > close > open "/Users/enaden/Documents/Cambridge Year 4/Part III Project/3_10_23 > CRAMP1 SANT domain residues > mutagenesis/AlphaFold/SANT_NPAT_Cterm/best_model.pdb" Chain information for best_model.pdb #1 --- Chain | Description A | No description available B | No description available > color bychain Alignment identifier is 1/A Alignment identifier is 1/B > select /B:11 11 atoms, 11 bonds, 1 residue, 1 model selected > select /B:11 11 atoms, 11 bonds, 1 residue, 1 model selected > hide #1 models > open /Users/enaden/Downloads/ChimeraX/AlphaFold/prediction_7/best_model.pdb Chain information for best_model.pdb #2 --- Chain | Description A | No description available B | No description available > color #2 bychain > hide #2 target m > close #2 > open /Users/enaden/Downloads/ChimeraX/AlphaFold/prediction_6/best_model.pdb Chain information for best_model.pdb #2 --- Chain | Description A | No description available B | No description available > color #2 bychain Alignment identifier is 1/B > ui tool show "Show Sequence Viewer" > sequence chain #2/A Alignment identifier is 2/A > select #2/A:1 6 atoms, 5 bonds, 1 residue, 1 model selected > select #2/A 261 atoms, 263 bonds, 33 residues, 1 model selected > close #2 > open /Users/enaden/Downloads/ChimeraX/AlphaFold/prediction_5/best_model.pdb Chain information for best_model.pdb #2 --- Chain | Description A | No description available B | No description available > color #2 bychain > close #2 > open /Users/enaden/Downloads/ChimeraX/AlphaFold/prediction_8/best_model.pdb Chain information for best_model.pdb #2 --- Chain | Description A | No description available B | No description available > color #2 bychain > close #2 > show #1 models > select /B:6 9 atoms, 8 bonds, 1 residue, 1 model selected > select /B:6-8 26 atoms, 25 bonds, 3 residues, 1 model selected > ui tool show "Show Sequence Viewer" > sequence chain /A Alignment identifier is 1/A > select /A:658 7 atoms, 6 bonds, 1 residue, 1 model selected > select /A:658 7 atoms, 6 bonds, 1 residue, 1 model selected > select /A:563-564 16 atoms, 15 bonds, 2 residues, 1 model selected > select /A:532-563 233 atoms, 239 bonds, 32 residues, 1 model selected > select /A:658 7 atoms, 6 bonds, 1 residue, 1 model selected > select /A:658-664 57 atoms, 57 bonds, 7 residues, 1 model selected > select /A:665-666 18 atoms, 18 bonds, 2 residues, 1 model selected > select /A:665-666 18 atoms, 18 bonds, 2 residues, 1 model selected > select /A:658 7 atoms, 6 bonds, 1 residue, 1 model selected > select /A:658-665 65 atoms, 65 bonds, 8 residues, 1 model selected > select /A:669 9 atoms, 8 bonds, 1 residue, 1 model selected > select /A:662-669 69 atoms, 70 bonds, 8 residues, 1 model selected > select /A:639 9 atoms, 8 bonds, 1 residue, 1 model selected > select /A:639-669 254 atoms, 259 bonds, 31 residues, 1 model selected > select /A:669 9 atoms, 8 bonds, 1 residue, 1 model selected > select /A:648-669 174 atoms, 179 bonds, 22 residues, 1 model selected > select /A:639-640 18 atoms, 17 bonds, 2 residues, 1 model selected > select /A:639-643 44 atoms, 43 bonds, 5 residues, 1 model selected > select /A:669 9 atoms, 8 bonds, 1 residue, 1 model selected > select /A:648-669 174 atoms, 179 bonds, 22 residues, 1 model selected > ui tool show AlphaFold > alphafold predict > LPSSFPAGMDVDKFLLSLHYDE,ESWSTEDKNTFFEGLYEHGKDFEAIQNNIALKYKKKGKPASMVKNKEQVRHFYYRTWHKITKYIDFD Please cite ColabFold: Making protein folding accessible to all. Nature Methods (2022) if you use these predictions. Running AlphaFold prediction > close AlphaFold prediction finished Results in /Users/enaden/Downloads/ChimeraX/AlphaFold/prediction_12 > open /Users/enaden/Downloads/ChimeraX/AlphaFold/prediction_12/best_model.pdb Chain information for best_model.pdb #1 --- Chain | Description A | No description available B | No description available > color bychain > alphafold pae #1 file > /Users/enaden/Downloads/ChimeraX/AlphaFold/prediction_12/best_model_pae.json > alphafold contacts Missing or invalid "residues" argument: empty atom specifier > alphafold contacts /AA No residues specified for alphafold contacts > alphafold contacts /A Alignment identifier is 1/A Alignment identifier is 1/B > select /A:15 8 atoms, 7 bonds, 1 residue, 1 model selected > select /A:15 8 atoms, 7 bonds, 1 residue, 1 model selected > open "/Users/enaden/Documents/Cambridge Year 4/Part III Project/3_10_23 > CRAMP1 SANT domain residues > mutagenesis/AlphaFold/SANT_NPAT_Cterm/best_model.pdb" Chain information for best_model.pdb #2 --- Chain | Description A | No description available B | No description available > ui tool show Matchmaker > select #1/B:5 7 atoms, 6 bonds, 1 residue, 1 model selected > select #1/B:5-67 545 atoms, 560 bonds, 63 residues, 1 model selected > select #1/B:5 7 atoms, 6 bonds, 1 residue, 1 model selected > select #1/B:5-67 545 atoms, 560 bonds, 63 residues, 1 model selected > ui tool show Matchmaker > matchmaker #2 to #1 Parameters --- Chain pairing | bb Alignment algorithm | Needleman-Wunsch Similarity matrix | BLOSUM-62 SS fraction | 0.3 Gap open (HH/SS/other) | 18/18/6 Gap extend | 1 SS matrix | | | H | S | O ---|---|---|--- H | 6 | -9 | -6 S | | 6 | -6 O | | | 4 Iteration cutoff | 2 Matchmaker best_model.pdb, chain B (#1) with best_model.pdb, chain B (#2), sequence alignment score = 362.2 RMSD between 66 pruned atom pairs is 0.528 angstroms; (across all 67 pairs: 0.627) > color sel bychain > hide #!1 models > color #2 bychain > alphafold contacts /A /B Interface PAE pseudobonds can only be computed for a single structure, got 2. > select add #1 754 atoms, 776 bonds, 12 pseudobonds, 89 residues, 2 models selected > select subtract #1 Nothing selected > alphafold contacts /A /B Interface PAE pseudobonds can only be computed for a single structure, got 2. > close #1 > close > open "/Users/enaden/Documents/Cambridge Year 4/Part III Project/3_10_23 > CRAMP1 SANT domain residues > mutagenesis/AlphaFold/prediction_11/best_model.pdb" Chain information for best_model.pdb #1 --- Chain | Description A | No description available > close > open "/Users/enaden/Documents/Cambridge Year 4/Part III Project/3_10_23 > CRAMP1 SANT domain residues > mutagenesis/AlphaFold/SANT_NPAT_Cterm_short/best_model.pdb" Chain information for best_model.pdb #1 --- Chain | Description A | No description available B | No description available > color bychain > alphafold pae #1 file "/Users/enaden/Documents/Cambridge Year 4/Part III > Project/3_10_23 CRAMP1 SANT domain residues > mutagenesis/AlphaFold/SANT_NPAT_Cterm_short/best_model_pae.json" > alphafold contacts /A /B Alignment identifier is 1/A Alignment identifier is 1/B > select /B:12 11 atoms, 11 bonds, 1 residue, 1 model selected > select /B:12 11 atoms, 11 bonds, 1 residue, 1 model selected > select /B:16 12 atoms, 12 bonds, 1 residue, 1 model selected > select /B:16-17 21 atoms, 21 bonds, 2 pseudobonds, 2 residues, 2 models selected > select /B:54 12 atoms, 12 bonds, 1 residue, 1 model selected > select /B:54 12 atoms, 12 bonds, 1 residue, 1 model selected > select /B:53 12 atoms, 12 bonds, 1 residue, 1 model selected > select /B:53 12 atoms, 12 bonds, 1 residue, 1 model selected > select /B:56 7 atoms, 6 bonds, 1 residue, 1 model selected > select /B:56 7 atoms, 6 bonds, 1 residue, 1 model selected > select /B:60 8 atoms, 7 bonds, 1 residue, 1 model selected > select /B:60 8 atoms, 7 bonds, 1 residue, 1 model selected > open "/Users/enaden/Documents/Cambridge Year 4/Part III Project/3_10_23 > CRAMP1 SANT domain residues > mutagenesis/AlphaFold/SANT_NPAT_Cterm/best_model.pdb" Chain information for best_model.pdb #2 --- Chain | Description A | No description available B | No description available > hide #!1 models > color #2 bychain > ui tool show "AlphaFold Error Plot" > alphafold pae #1 file "/Users/enaden/Documents/Cambridge Year 4/Part III > Project/3_10_23 CRAMP1 SANT domain residues > mutagenesis/AlphaFold/SANT_NPAT_Cterm/best_model_pae.json" Number of residues in structure "best_model.pdb #1" is 89 which does not match PAE matrix size 739. This can happen if chains were deleted from the AlphaFold model or if the PAE data was applied to a structure that was not the one predicted by AlphaFold. Use the full-length AlphaFold model to show predicted aligned error. > alphafold pae #1 file "/Users/enaden/Documents/Cambridge Year 4/Part III > Project/3_10_23 CRAMP1 SANT domain residues > mutagenesis/AlphaFold/SANT_NPAT_Cterm/best_model_pae.json" Number of residues in structure "best_model.pdb #1" is 89 which does not match PAE matrix size 739. This can happen if chains were deleted from the AlphaFold model or if the PAE data was applied to a structure that was not the one predicted by AlphaFold. Use the full-length AlphaFold model to show predicted aligned error. > ui tool show "AlphaFold Error Plot" > alphafold pae #2 file "/Users/enaden/Documents/Cambridge Year 4/Part III > Project/3_10_23 CRAMP1 SANT domain residues > mutagenesis/AlphaFold/SANT_NPAT_Cterm/best_model_pae.json" > alphafold contacts /A /B Interface PAE pseudobonds can only be computed for a single structure, got 2. > close #1 > alphafold contacts /A /B Alignment identifier is 2/A Alignment identifier is 2/B > select /B:12 11 atoms, 11 bonds, 1 residue, 1 model selected > select /B:12 11 atoms, 11 bonds, 1 residue, 1 model selected > select /B:53 12 atoms, 12 bonds, 1 residue, 1 model selected > select /B:53 12 atoms, 12 bonds, 1 residue, 1 model selected > select /B:56 7 atoms, 6 bonds, 1 residue, 1 model selected > select /B:56 7 atoms, 6 bonds, 1 residue, 1 model selected > select /B:60 8 atoms, 7 bonds, 1 residue, 1 model selected > select /B:60 8 atoms, 7 bonds, 1 residue, 1 model selected > close #2 > open "/Users/enaden/Documents/Cambridge Year 4/Part III Project/3_10_23 > CRAMP1 SANT domain residues > mutagenesis/AlphaFold/SANT_NPAT_Cterm_short/best_model.pdb" Chain information for best_model.pdb #1 --- Chain | Description A | No description available B | No description available > color bychain > open "/Users/enaden/Documents/Cambridge Year 4/Part III Project/2024 2 12 > CRAMP1 DUF UBL mutants/DUF_NPAT_Cterm/best_model.pdb" Chain information for best_model.pdb #2 --- Chain | Description A | No description available B | No description available > close #2 > open "/Users/enaden/Documents/Cambridge Year 4/Part III Project/2024 2 12 > CRAMP1 DUF UBL mutants/DUF/best_model.pdb" Chain information for best_model.pdb #2 --- Chain | Description A | No description available Alignment identifier is 1/A Alignment identifier is 1/B Alignment identifier is 2/A > select #1/B:4-5 13 atoms, 12 bonds, 2 residues, 1 model selected > select #1/B:4-61 ===== Log before crash end ===== Log: Startup Messages --- warning | Replacing fetcher for 'pdb_nmr' and format NMRSTAR from NMRSTAR bundle with that from NMRSTAR bundle UCSF ChimeraX version: 1.7.1 (2024-01-23) © 2016-2023 Regents of the University of California. All rights reserved. How to cite UCSF ChimeraX OpenGL version: 4.1 INTEL-18.8.5 OpenGL renderer: Intel(R) UHD Graphics 617 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: MacBookAir8,1 Processor Name: Dual-Core Intel Core i5 Processor Speed: 1.6 GHz Number of Processors: 1 Total Number of Cores: 2 L2 Cache (per Core): 256 KB L3 Cache: 4 MB Hyper-Threading Technology: Enabled Memory: 16 GB System Firmware Version: 1731.140.2.0.0 (iBridge: 19.16.16067.0.0,0) OS Loader Version: 540.120.3~22 Software: System Software Overview: System Version: macOS 12.6 (21G115) Kernel Version: Darwin 21.6.0 Time since boot: 17 days 19:00 Graphics/Displays: Intel UHD Graphics 617: Chipset Model: Intel UHD Graphics 617 Type: GPU Bus: Built-In VRAM (Dynamic, Max): 1536 MB Vendor: Intel Device ID: 0x87c0 Revision ID: 0x0002 Metal Family: Supported, Metal GPUFamily macOS 2 Displays: Color LCD: Display Type: Built-In Retina LCD Resolution: 2560 x 1600 Retina Framebuffer Depth: 24-Bit Color (ARGB8888) Main Display: Yes Mirror: Off Online: Yes Automatically Adjust Brightness: Yes Connection Type: Internal Installed Packages: alabaster: 0.7.16 appdirs: 1.4.4 appnope: 0.1.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.2 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.5 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.1 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.1 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.14 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.4 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.4 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.3 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.1 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.2 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.7.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.4 matplotlib: 3.7.2 matplotlib-inline: 0.1.6 msgpack: 1.0.4 nest-asyncio: 1.6.0 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.2.0 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.8 sphinxcontrib-blockdiag: 3.0.0 sphinxcontrib-devhelp: 1.0.6 sphinxcontrib-htmlhelp: 2.0.5 sphinxcontrib-jsmath: 1.0.1 sphinxcontrib-qthelp: 1.0.7 sphinxcontrib-serializinghtml: 1.1.10 stack-data: 0.6.3 superqt: 0.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.4 urllib3: 2.1.0 wcwidth: 0.2.13 webcolors: 1.12 wheel: 0.38.4 wheel-filename: 1.4.1 widgetsnbextension: 4.0.9
Change History (2)
comment:1 by , 20 months ago
Cc: | added |
---|---|
Component: | Unassigned → Core |
Owner: | set to |
Platform: | → all |
Project: | → ChimeraX |
Status: | new → accepted |
Summary: | ChimeraX bug report submission → Crash in garbage collection |
comment:2 by , 20 months ago
Resolution: | → can't reproduce |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.