Opened 4 years ago

Closed 4 years ago

#6629 closed defect (can't reproduce)

Crash redrawing widget

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

Description

The following bug report has been submitted:
Platform:        macOS-10.16-x86_64-i386-64bit
ChimeraX Version: 1.2.5 (2021-05-24 04:13:57 UTC)
Description
Last time you used ChimeraX it crashed.
Please describe steps that led to the crash here.
Fatal Python error: Illegal instruction

Thread 0x0000700013f4e000 (most recent call first):
  File "/Applications/ChimeraX-1.2.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/threading.py", line 306 in wait
  File "/Applications/ChimeraX-1.2.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/threading.py", line 558 in wait
  File "/Applications/ChimeraX-1.2.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/threading.py", line 1252 in run
  File "/Applications/ChimeraX-1.2.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/threading.py", line 932 in _bootstrap_inner
  File "/Applications/ChimeraX-1.2.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/threading.py", line 890 in _bootstrap

Current thread 0x000000011024ae00 (most recent call first):
  File "/Applications/ChimeraX-1.2.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/chimerax/ui/widgets/item_chooser.py", line 321 in _items_change
  File "/Applications/ChimeraX-1.2.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/chimerax/core/triggerset.py", line 130 in invoke
  File "/Applications/ChimeraX-1.2.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/chimerax/core/triggerset.py", line 213 in _activate
  File "/Applications/ChimeraX-1.2.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/chimerax/core/triggerset.py", line 182 in activate
  File "/Applications/ChimeraX-1.2.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/chimerax/core/triggerset.py", line 350 in activate_trigger
  File "/Applications/ChimeraX-1.2.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/chimerax/core/models.py", line 673 in add
  File "/Applications/ChimeraX-1.2.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/chimerax/map/volume.py", line 218 in add_surface
  File "/Applications/ChimeraX-1.2.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/chimerax/map/volume.py", line 351 in set_parameters
  File "/Applications/ChimeraX-1.2.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/chimerax/map/volume.py", line 933 in copy_settings_from
  File "/Applications/ChimeraX-1.2.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/chimerax/map_series/series.py", line 213 in copy_display_parameters
  File "/Applications/ChimeraX-1.2.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/chimerax/map_series/play.py", line 203 in update_rendering_settings
  File "/Applications/ChimeraX-1.2.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/chimerax/map_series/play.py", line 179 in change_time
  File "/Applications/ChimeraX-1.2.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/chimerax/map_series/play.py", line 139 in next_time_cb
  File "/Applications/ChimeraX-1.2.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/chimerax/core/triggerset.py", line 130 in invoke
  File "/Applications/ChimeraX-1.2.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/chimerax/core/triggerset.py", line 213 in _activate
  File "/Applications/ChimeraX-1.2.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/chimerax/core/triggerset.py", line 182 in activate
  File "/Applications/ChimeraX-1.2.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/chimerax/core/triggerset.py", line 350 in activate_trigger
  File "/Applications/ChimeraX-1.2.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/chimerax/core/updateloop.py", line 54 in draw_new_frame
  File "/Applications/ChimeraX-1.2.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/chimerax/core/updateloop.py", line 138 in _redraw_timer_callback
  File "/Applications/ChimeraX-1.2.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/chimerax/ui/gui.py", line 293 in event_loop
  File "/Applications/ChimeraX-1.2.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/ChimeraX_main.py", line 866 in init
  File "/Applications/ChimeraX-1.2.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/ChimeraX_main.py", line 1015 in 
  File "/Applications/ChimeraX-1.2.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/runpy.py", line 87 in _run_code
  File "/Applications/ChimeraX-1.2.5.app/Contents/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/runpy.py", line 194 in _run_module_as_main


{"app_name":"ChimeraX","timestamp":"2022-04-15 11:20:24.00 -0400","app_version":"1.2.5","slice_uuid":"74b1c996-e1f3-331c-8c86-116411356099","build_version":"1.2.5.0","platform":1,"bundleID":"edu.ucsf.cgl.ChimeraX","share_with_app_devs":0,"is_first_party":1,"etl_key":"3","bug_type":"309","os_version":"macOS 11.6 (20G165)","incident_id":"3FF0F8E1-7C97-4AAD-B7E2-ECE344DD9B0B","name":"ChimeraX"}
{
  "uptime" : 160000,
  "procLaunch" : "2022-04-15 10:58:23.7734 -0400",
  "procRole" : "Foreground",
  "version" : 2,
  "exception" : {
    "type" : "EXC_BAD_INSTRUCTION",
    "signal" : "SIGILL",
    "codes" : "0x0000000000000001, 0x0000000000000000"
  },
  "userID" : 502,
  "modelCode" : "iMac18,3",
  "coalitionID" : 1115,
  "osVersion" : {
    "train" : "macOS 11.6",
    "build" : "20G165",
    "releaseType" : "User"
  },
  "captureTime" : "2022-04-15 11:19:27.0008 -0400",
  "incident" : "3FF0F8E1-7C97-4AAD-B7E2-ECE344DD9B0B",
  "pid" : 42333,
  "cpuType" : "X86-64",
  "procName" : "ChimeraX",
  "procPath" : "\/Applications\/ChimeraX-1.2.5.app\/Contents\/MacOS\/ChimeraX",
  "bundleInfo" : {"CFBundleShortVersionString":"1.2.5","CFBundleVersion":"1.2.5.0","CFBundleIdentifier":"edu.ucsf.cgl.ChimeraX"},
  "parentProc" : "launchd",
  "parentPid" : 1,
  "coalitionName" : "edu.ucsf.cgl.ChimeraX",
  "crashReporterKey" : "CF12FA64-D5A0-80B8-662D-D41412024521",
  "sip" : "enabled",
  "isCorpse" : 1,
  "asi" : {"CoreFoundation":["*** CFRetain() called with NULL ***"]},
  "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":[195,72,133,192,76,141,37,92,0,33,0,73,15,68,220,76,137,247,232,14,123,249,255,72,133,192,73,15,68,196,72,137,4,36,72,141,21,206,21,33,0,76,141,165,224,254,255,255,190,255,0,0,0,76,137,231,76,137,249,73,137,216,77,137,241,49,192,232,41,180,0,0,76,137,37,186,83,58,96,15,11,144,72,141,5,221,21,33,0,72,137,5,169,83,58,96,15,11,72,141,5,248,23,33,0,72,137,5,153,83,58,96,15,11,72,141,5,232,23,33,0,72,137,5,137,83,58,96,15,11,72,141,5,216,23,33,0,72,137,5,121,83,58,96,15,11,72,141,5,40,23,33,0,72,137,5,105,83,58,96,15,11,72,141,5,24,23,33,0,72,137,5,89,83,58,96,15,11,72,141,5,161,21,33,0,72,137,5,73,83,58,96],"offset":96}},"frames":[{"imageOffset":31022,"symbol":"__pthread_kill","symbolLocation":10,"imageIndex":0},{"imageOffset":26045,"symbol":"pthread_kill","symbolLocation":263,"imageIndex":1},{"imageOffset":64469,"symbol":"raise","symbolLocation":26,"imageIndex":2},{"imageOffset":15741,"symbol":"_sigtramp","symbolLocation":29,"imageIndex":3},{"imageOffset":0,"imageIndex":4},{"imageOffset":104135,"symbol":"QCALayerBackingStore::GraphicsBuffer::asImage()","symbolLocation":199,"imageIndex":5},{"imageOffset":104417,"symbol":"non-virtual thunk to QCALayerBackingStore::paintDevice()","symbolLocation":17,"imageIndex":5},{"imageOffset":2002873,"symbol":"QBackingStore::beginPaint(QRegion const&)","symbolLocation":217,"imageIndex":6},{"imageOffset":122100,"symbol":"QWidgetRepaintManager::paintAndFlush()","symbolLocation":4196,"imageIndex":7},{"imageOffset":115797,"symbol":"QWidgetRepaintManager::sync(QWidget*, QRegion const&)","symbolLocation":613,"imageIndex":7},{"imageOffset":440916,"symbol":"QWidgetWindow::handleExposeEvent(QExposeEvent*)","symbolLocation":372,"imageIndex":7},{"imageOffset":428614,"symbol":"QWidgetWindow::event(QEvent*)","symbolLocation":1094,"imageIndex":7},{"imageOffset":68074,"symbol":"QApplicationPrivate::notify_helper(QObject*, QEvent*)","symbolLocation":266,"imageIndex":7},{"imageOffset":73233,"symbol":"QApplication::notify(QObject*, QEvent*)","symbolLocation":497,"imageIndex":7},{"imageOffset":1355193,"symbol":"sipQApplication::notify(QObject*, QEvent*)","symbolLocation":233,"imageIndex":8},{"imageOffset":2066996,"symbol":"QCoreApplication::notifyInternal2(QObject*, QEvent*)","symbolLocation":212,"imageIndex":9},{"imageOffset":255986,"symbol":"QGuiApplicationPrivate::processExposeEvent(QWindowSystemInterfacePrivate::ExposeEvent*)","symbolLocation":306,"imageIndex":6},{"imageOffset":108787,"symbol":"bool QWindowSystemInterfacePrivate::handleWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*)","symbolLocation":115,"imageIndex":6},{"imageOffset":139154,"symbol":"void QWindowSystemInterface::handleExposeEvent(QWindow*, QRegion const&)","symbolLocation":178,"imageIndex":6},{"imageOffset":139788,"symbol":"QCocoaWindow::handleExposeEvent(QRegion const&)","symbolLocation":460,"imageIndex":5},{"imageOffset":174843,"symbol":"-[QNSView(Drawing) displayLayer:]","symbolLocation":907,"imageIndex":5},{"imageOffset":138925,"symbol":"-[CALayer display]","symbolLocation":183,"imageIndex":10},{"imageOffset":1762805,"symbol":"-[_NSBackingLayer display]","symbolLocation":475,"imageIndex":11},{"imageOffset":1152738,"symbol":"-[_NSViewBackingLayer display]","symbolLocation":555,"imageIndex":11},{"imageOffset":136947,"symbol":"CA::Layer::display_if_needed(CA::Transaction*)","symbolLocation":863,"imageIndex":10},{"imageOffset":1493998,"symbol":"CA::Context::commit_transaction(CA::Transaction*, double, double*)","symbolLocation":666,"imageIndex":10},{"imageOffset":11119,"symbol":"CA::Transaction::commit()","symbolLocation":713,"imageIndex":10},{"imageOffset":4567683,"symbol":"-[_NSOrderOutAnimationProxyWindow initWithSnapshotOfWindow:]","symbolLocation":50,"imageIndex":11},{"imageOffset":2879593,"symbol":"-[_NSWindowTransformAnimation initWithWindow:type:interruptingAnimation:]","symbolLocation":700,"imageIndex":11},{"imageOffset":2878867,"symbol":"+[_NSWindowTransformAnimation windowTransformAnimationWithWindow:type:interruptingAnimation:]","symbolLocation":49,"imageIndex":11},{"imageOffset":1605689,"symbol":"-[NSWindow _doOrderWindow:relativeTo:findKey:forCounter:force:isModal:]","symbolLocation":595,"imageIndex":11},{"imageOffset":1604996,"symbol":"-[NSWindow orderWindow:relativeTo:]","symbolLocation":155,"imageIndex":11},{"imageOffset":123466,"symbol":"QCocoaWindow::setVisible(bool)","symbolLocation":1050,"imageIndex":5},{"imageOffset":284504,"symbol":"QWindowPrivate::setVisible(bool)","symbolLocation":1112,"imageIndex":6},{"imageOffset":296549,"symbol":"QWidgetPrivate::hide_sys()","symbolLocation":229,"imageIndex":7},{"imageOffset":294177,"symbol":"QWidgetPrivate::setGeometry_sys(int, int, int, int, bool)","symbolLocation":945,"imageIndex":7},{"imageOffset":295757,"symbol":"QWidget::resize(QSize const&)","symbolLocation":125,"imageIndex":7},{"imageOffset":1655828,"symbol":"QMenu::actionEvent(QActionEvent*)","symbolLocation":1300,"imageIndex":7},{"imageOffset":613097,"symbol":"sipQMenu::actionEvent(QActionEvent*)","symbolLocation":121,"imageIndex":8},{"imageOffset":306435,"symbol":"QWidget::event(QEvent*)","symbolLocation":195,"imageIndex":7},{"imageOffset":1645690,"symbol":"QMenu::event(QEvent*)","symbolLocation":1178,"imageIndex":7},{"imageOffset":608543,"symbol":"sipQMenu::event(QEvent*)","symbolLocation":191,"imageIndex":8},{"imageOffset":68074,"symbol":"QApplicationPrivate::notify_helper(QObject*, QEvent*)","symbolLocation":266,"imageIndex":7},{"imageOffset":73233,"symbol":"QApplication::notify(QObject*, QEvent*)","symbolLocation":497,"imageIndex":7},{"imageOffset":1355193,"symbol":"sipQApplication::notify(QObject*, QEvent*)","symbolLocation":233,"imageIndex":8},{"imageOffset":2066996,"symbol":"QCoreApplication::notifyInternal2(QObject*, QEvent*)","symbolLocation":212,"imageIndex":9},{"imageOffset":259720,"symbol":"QWidget::removeAction(QAction*)","symbolLocation":104,"imageIndex":7},{"imageOffset":1631541,"symbol":"QMenu::clear()","symbolLocation":197,"imageIndex":7},{"imageOffset":1796635,"symbol":"meth_QMenu_clear(_object*, _object*)","symbolLocation":75,"imageIndex":8},{"imageOffset":135362,"symbol":"cfunction_call_varargs","symbolLocation":290,"imageIndex":12},{"imageOffset":133765,"symbol":"_PyObject_MakeTpCall","symbolLocation":373,"imageIndex":12},{"imageOffset":980581,"symbol":"call_function","symbolLocation":533,"imageIndex":12},{"imageOffset":967790,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":25678,"imageIndex":12},{"imageOffset":984148,"symbol":"_PyEval_EvalCodeWithName","symbolLocation":2804,"imageIndex":12},{"imageOffset":136558,"symbol":"_PyFunction_Vectorcall","symbolLocation":270,"imageIndex":12},{"imageOffset":146074,"symbol":"method_vectorcall","symbolLocation":170,"imageIndex":12},{"imageOffset":980492,"symbol":"call_function","symbolLocation":444,"imageIndex":12},{"imageOffset":967790,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":25678,"imageIndex":12},{"imageOffset":136144,"symbol":"function_code_fastcall","symbolLocation":128,"imageIndex":12},{"imageOffset":980492,"symbol":"call_function","symbolLocation":444,"imageIndex":12},{"imageOffset":967754,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":25642,"imageIndex":12},{"imageOffset":136144,"symbol":"function_code_fastcall","symbolLocation":128,"imageIndex":12},{"imageOffset":980492,"symbol":"call_function","symbolLocation":444,"imageIndex":12},{"imageOffset":967754,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":25642,"imageIndex":12},{"imageOffset":136144,"symbol":"function_code_fastcall","symbolLocation":128,"imageIndex":12},{"imageOffset":980492,"symbol":"call_function","symbolLocation":444,"imageIndex":12},{"imageOffset":967754,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":25642,"imageIndex":12},{"imageOffset":984148,"symbol":"_PyEval_EvalCodeWithName","symbolLocation":2804,"imageIndex":12},{"imageOffset":136558,"symbol":"_PyFunction_Vectorcall","symbolLocation":270,"imageIndex":12},{"imageOffset":980492,"symbol":"call_function","symbolLocation":444,"imageIndex":12},{"imageOffset":967754,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":25642,"imageIndex":12},{"imageOffset":984148,"symbol":"_PyEval_EvalCodeWithName","symbolLocation":2804,"imageIndex":12},{"imageOffset":136558,"symbol":"_PyFunction_Vectorcall","symbolLocation":270,"imageIndex":12},{"imageOffset":146074,"symbol":"method_vectorcall","symbolLocation":170,"imageIndex":12},{"imageOffset":980492,"symbol":"call_function","symbolLocation":444,"imageIndex":12},{"imageOffset":968088,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":25976,"imageIndex":12},{"imageOffset":984148,"symbol":"_PyEval_EvalCodeWithName","symbolLocation":2804,"imageIndex":12},{"imageOffset":136558,"symbol":"_PyFunction_Vectorcall","symbolLocation":270,"imageIndex":12},{"imageOffset":980492,"symbol":"call_function","symbolLocation":444,"imageIndex":12},{"imageOffset":967754,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":25642,"imageIndex":12},{"imageOffset":984148,"symbol":"_PyEval_EvalCodeWithName","symbolLocation":2804,"imageIndex":12},{"imageOffset":136558,"symbol":"_PyFunction_Vectorcall","symbolLocation":270,"imageIndex":12},{"imageOffset":146074,"symbol":"method_vectorcall","symbolLocation":170,"imageIndex":12},{"imageOffset":980492,"symbol":"call_function","symbolLocation":444,"imageIndex":12},{"imageOffset":968088,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":25976,"imageIndex":12},{"imageOffset":984148,"symbol":"_PyEval_EvalCodeWithName","symbolLocation":2804,"imageIndex":12},{"imageOffset":136558,"symbol":"_PyFunction_Vectorcall","symbolLocation":270,"imageIndex":12},{"imageOffset":146074,"symbol":"method_vectorcall","symbolLocation":170,"imageIndex":12},{"imageOffset":980492,"symbol":"call_function","symbolLocation":444,"imageIndex":12},{"imageOffset":968088,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":25976,"imageIndex":12},{"imageOffset":984148,"symbol":"_PyEval_EvalCodeWithName","symbolLocation":2804,"imageIndex":12},{"imageOffset":136558,"symbol":"_PyFunction_Vectorcall","symbolLocation":270,"imageIndex":12},{"imageOffset":980492,"symbol":"call_function","symbolLocation":444,"imageIndex":12},{"imageOffset":967754,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":25642,"imageIndex":12},{"imageOffset":136144,"symbol":"function_code_fastcall","symbolLocation":128,"imageIndex":12},{"imageOffset":980492,"symbol":"call_function","symbolLocation":444,"imageIndex":12},{"imageOffset":967754,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":25642,"imageIndex":12},{"imageOffset":984148,"symbol":"_PyEval_EvalCodeWithName","symbolLocation":2804,"imageIndex":12},{"imageOffset":136558,"symbol":"_PyFunction_Vectorcall","symbolLocation":270,"imageIndex":12},{"imageOffset":980492,"symbol":"call_function","symbolLocation":444,"imageIndex":12},{"imageOffset":967754,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":25642,"imageIndex":12},{"imageOffset":984148,"symbol":"_PyEval_EvalCodeWithName","symbolLocation":2804,"imageIndex":12},{"imageOffset":136558,"symbol":"_PyFunction_Vectorcall","symbolLocation":270,"imageIndex":12},{"imageOffset":146074,"symbol":"method_vectorcall","symbolLocation":170,"imageIndex":12},{"imageOffset":980492,"symbol":"call_function","symbolLocation":444,"imageIndex":12},{"imageOffset":967790,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":25678,"imageIndex":12},{"imageOffset":136144,"symbol":"function_code_fastcall","symbolLocation":128,"imageIndex":12},{"imageOffset":980492,"symbol":"call_function","symbolLocation":444,"imageIndex":12},{"imageOffset":967754,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":25642,"imageIndex":12},{"imageOffset":136144,"symbol":"function_code_fastcall","symbolLocation":128,"imageIndex":12},{"imageOffset":980492,"symbol":"call_function","symbolLocation":444,"imageIndex":12},{"imageOffset":967754,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":25642,"imageIndex":12},{"imageOffset":136144,"symbol":"function_code_fastcall","symbolLocation":128,"imageIndex":12},{"imageOffset":980492,"symbol":"call_function","symbolLocation":444,"imageIndex":12},{"imageOffset":967754,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":25642,"imageIndex":12},{"imageOffset":984148,"symbol":"_PyEval_EvalCodeWithName","symbolLocation":2804,"imageIndex":12},{"imageOffset":136558,"symbol":"_PyFunction_Vectorcall","symbolLocation":270,"imageIndex":12},{"imageOffset":980492,"symbol":"call_function","symbolLocation":444,"imageIndex":12},{"imageOffset":967754,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":25642,"imageIndex":12},{"imageOffset":136144,"symbol":"function_code_fastcall","symbolLocation":128,"imageIndex":12},{"imageOffset":980492,"symbol":"call_function","symbolLocation":444,"imageIndex":12},{"imageOffset":967754,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":25642,"imageIndex":12},{"imageOffset":136144,"symbol":"function_code_fastcall","symbolLocation":128,"imageIndex":12},{"imageOffset":146139,"symbol":"method_vectorcall","symbolLocation":235,"imageIndex":12},{"imageOffset":134573,"symbol":"PyVectorcall_Call","symbolLocation":109,"imageIndex":12},{"imageOffset":1268055,"symbol":"PyQtSlot::call(_object*, _object*) const","symbolLocation":39,"imageIndex":13},{"imageOffset":1267814,"symbol":"PyQtSlot::invoke(void**, _object*, void*, bool) const","symbolLocation":374,"imageIndex":13},{"imageOffset":1270869,"symbol":"PyQtSlotProxy::unislot(void**)","symbolLocation":85,"imageIndex":13},{"imageOffset":1270730,"symbol":"PyQtSlotProxy::qt_metacall(QMetaObject::Call, int, void**)","symbolLocation":58,"imageIndex":13},{"imageOffset":2277230,"symbol":"void doActivate(QObject*, int, void**)","symbolLocation":1118,"imageIndex":9},{"imageOffset":2315458,"symbol":"QTimer::timerEvent(QTimerEvent*)","symbolLocation":98,"imageIndex":9},{"imageOffset":125945,"symbol":"sipQTimer::timerEvent(QTimerEvent*)","symbolLocation":121,"imageIndex":13},{"imageOffset":2242655,"symbol":"QObject::event(QEvent*)","symbolLocation":111,"imageIndex":9},{"imageOffset":125562,"symbol":"sipQTimer::event(QEvent*)","symbolLocation":186,"imageIndex":13},{"imageOffset":68074,"symbol":"QApplicationPrivate::notify_helper(QObject*, QEvent*)","symbolLocation":266,"imageIndex":7},{"imageOffset":73233,"symbol":"QApplication::notify(QObject*, QEvent*)","symbolLocation":497,"imageIndex":7},{"imageOffset":1355193,"symbol":"sipQApplication::notify(QObject*, QEvent*)","symbolLocation":233,"imageIndex":8},{"imageOffset":2066996,"symbol":"QCoreApplication::notifyInternal2(QObject*, QEvent*)","symbolLocation":212,"imageIndex":9},{"imageOffset":2483039,"symbol":"QTimerInfoList::activateTimers()","symbolLocation":991,"imageIndex":9},{"imageOffset":231666,"symbol":"QCocoaEventDispatcherPrivate::activateTimersSourceCallback(void*)","symbolLocation":18,"imageIndex":5},{"imageOffset":524988,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__","symbolLocation":17,"imageIndex":14},{"imageOffset":524836,"symbol":"__CFRunLoopDoSource0","symbolLocation":180,"imageIndex":14},{"imageOffset":524196,"symbol":"__CFRunLoopDoSources0","symbolLocation":242,"imageIndex":14},{"imageOffset":518604,"symbol":"__CFRunLoopRun","symbolLocation":893,"imageIndex":14},{"imageOffset":515980,"symbol":"CFRunLoopRunSpecific","symbolLocation":563,"imageIndex":14},{"imageOffset":201203,"symbol":"RunCurrentEventLoopInMode","symbolLocation":292,"imageIndex":15},{"imageOffset":200533,"symbol":"ReceiveNextEventCommon","symbolLocation":587,"imageIndex":15},{"imageOffset":199923,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":70,"imageIndex":15},{"imageOffset":258418,"symbol":"_DPSNextEvent","symbolLocation":864,"imageIndex":11},{"imageOffset":252229,"symbol":"-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":1364,"imageIndex":11},{"imageOffset":195689,"symbol":"-[NSApplication run]","symbolLocation":586,"imageIndex":11},{"imageOffset":235055,"symbol":"QCocoaEventDispatcher::processEvents(QFlags)","symbolLocation":2495,"imageIndex":5},{"imageOffset":2050767,"symbol":"QEventLoop::exec(QFlags)","symbolLocation":431,"imageIndex":9},{"imageOffset":1637438,"symbol":"QMenuPrivate::exec(QPoint const&, QAction*, std::__1::function)","symbolLocation":206,"imageIndex":7},{"imageOffset":1637153,"symbol":"QMenu::exec(QPoint const&, QAction*)","symbolLocation":49,"imageIndex":7},{"imageOffset":1705716,"symbol":"QPushButtonPrivate::_q_popupPressed()","symbolLocation":308,"imageIndex":7},{"imageOffset":2277589,"symbol":"void doActivate(QObject*, int, void**)","symbolLocation":1477,"imageIndex":9},{"imageOffset":1024793,"symbol":"QAbstractButtonPrivate::emitPressed()","symbolLocation":57,"imageIndex":7},{"imageOffset":1028330,"symbol":"QAbstractButton::mousePressEvent(QMouseEvent*)","symbolLocation":330,"imageIndex":7},{"imageOffset":1234873,"symbol":"sipQPushButton::mousePressEvent(QMouseEvent*)","symbolLocation":121,"imageIndex":8},{"imageOffset":306664,"symbol":"QWidget::event(QEvent*)","symbolLocation":424,"imageIndex":7},{"imageOffset":1237055,"symbol":"sipQPushButton::event(QEvent*)","symbolLocation":191,"imageIndex":8},{"imageOffset":68074,"symbol":"QApplicationPrivate::notify_helper(QObject*, QEvent*)","symbolLocation":266,"imageIndex":7},{"imageOffset":79701,"symbol":"QApplication::notify(QObject*, QEvent*)","symbolLocation":6965,"imageIndex":7},{"imageOffset":1355193,"symbol":"sipQApplication::notify(QObject*, QEvent*)","symbolLocation":233,"imageIndex":8},{"imageOffset":2066996,"symbol":"QCoreApplication::notifyInternal2(QObject*, QEvent*)","symbolLocation":212,"imageIndex":9},{"imageOffset":70416,"symbol":"QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer&, bool, bool)","symbolLocation":896,"imageIndex":7},{"imageOffset":434210,"symbol":"QWidgetWindow::handleMouseEvent(QMouseEvent*)","symbolLocation":3266,"imageIndex":7},{"imageOffset":427753,"symbol":"QWidgetWindow::event(QEvent*)","symbolLocation":233,"imageIndex":7},{"imageOffset":68074,"symbol":"QApplicationPrivate::notify_helper(QObject*, QEvent*)","symbolLocation":266,"imageIndex":7},{"imageOffset":73233,"symbol":"QApplication::notify(QObject*, QEvent*)","symbolLocation":497,"imageIndex":7},{"imageOffset":1355193,"symbol":"sipQApplication::notify(QObject*, QEvent*)","symbolLocation":233,"imageIndex":8},{"imageOffset":2066996,"symbol":"QCoreApplication::notifyInternal2(QObject*, QEvent*)","symbolLocation":212,"imageIndex":9},{"imageOffset":241198,"symbol":"QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*)","symbolLocation":3534,"imageIndex":6},{"imageOffset":130427,"symbol":"QWindowSystemInterface::sendWindowSystemEvents(QFlags)","symbolLocation":219,"imageIndex":6},{"imageOffset":238176,"symbol":"QCocoaEventDispatcherPrivate::processPostedEvents()","symbolLocation":320,"imageIndex":5},{"imageOffset":240072,"symbol":"QCocoaEventDispatcherPrivate::postedEventsSourceCallback(void*)","symbolLocation":40,"imageIndex":5},{"imageOffset":524988,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__","symbolLocation":17,"imageIndex":14},{"imageOffset":524836,"symbol":"__CFRunLoopDoSource0","symbolLocation":180,"imageIndex":14},{"imageOffset":524196,"symbol":"__CFRunLoopDoSources0","symbolLocation":242,"imageIndex":14},{"imageOffset":518604,"symbol":"__CFRunLoopRun","symbolLocation":893,"imageIndex":14},{"imageOffset":515980,"symbol":"CFRunLoopRunSpecific","symbolLocation":563,"imageIndex":14},{"imageOffset":201203,"symbol":"RunCurrentEventLoopInMode","symbolLocation":292,"imageIndex":15},{"imageOffset":200230,"symbol":"ReceiveNextEventCommon","symbolLocation":284,"imageIndex":15},{"imageOffset":199923,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":70,"imageIndex":15},{"imageOffset":258418,"symbol":"_DPSNextEvent","symbolLocation":864,"imageIndex":11},{"imageOffset":252229,"symbol":"-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":1364,"imageIndex":11},{"imageOffset":195689,"symbol":"-[NSApplication run]","symbolLocation":586,"imageIndex":11},{"imageOffset":235055,"symbol":"QCocoaEventDispatcher::processEvents(QFlags)","symbolLocation":2495,"imageIndex":5},{"imageOffset":2050767,"symbol":"QEventLoop::exec(QFlags)","symbolLocation":431,"imageIndex":9},{"imageOffset":2068546,"symbol":"QCoreApplication::exec()","symbolLocation":130,"imageIndex":9},{"imageOffset":2344706,"symbol":"meth_QApplication_exec_(_object*, _object*)","symbolLocation":82,"imageIndex":8},{"imageOffset":135362,"symbol":"cfunction_call_varargs","symbolLocation":290,"imageIndex":12},{"imageOffset":133765,"symbol":"_PyObject_MakeTpCall","symbolLocation":373,"imageIndex":12},{"imageOffset":980581,"symbol":"call_function","symbolLocation":533,"imageIndex":12},{"imageOffset":967790,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":25678,"imageIndex":12},{"imageOffset":136144,"symbol":"function_code_fastcall","symbolLocation":128,"imageIndex":12},{"imageOffset":146074,"symbol":"method_vectorcall","symbolLocation":170,"imageIndex":12},{"imageOffset":980492,"symbol":"call_function","symbolLocation":444,"imageIndex":12},{"imageOffset":967790,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":25678,"imageIndex":12},{"imageOffset":984148,"symbol":"_PyEval_EvalCodeWithName","symbolLocation":2804,"imageIndex":12},{"imageOffset":136558,"symbol":"_PyFunction_Vectorcall","symbolLocation":270,"imageIndex":12},{"imageOffset":980492,"symbol":"call_function","symbolLocation":444,"imageIndex":12},{"imageOffset":967941,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":25829,"imageIndex":12},{"imageOffset":984148,"symbol":"_PyEval_EvalCodeWithName","symbolLocation":2804,"imageIndex":12},{"imageOffset":941892,"symbol":"PyEval_EvalCode","symbolLocation":100,"imageIndex":12},{"imageOffset":930610,"symbol":"builtin_exec","symbolLocation":626,"imageIndex":12},{"imageOffset":382463,"symbol":"cfunction_vectorcall_FASTCALL","symbolLocation":175,"imageIndex":12},{"imageOffset":980492,"symbol":"call_function","symbolLocation":444,"imageIndex":12},{"imageOffset":967941,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":25829,"imageIndex":12},{"imageOffset":984148,"symbol":"_PyEval_EvalCodeWithName","symbolLocation":2804,"imageIndex":12},{"imageOffset":136558,"symbol":"_PyFunction_Vectorcall","symbolLocation":270,"imageIndex":12},{"imageOffset":980492,"symbol":"call_function","symbolLocation":444,"imageIndex":12},{"imageOffset":967941,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":25829,"imageIndex":12},{"imageOffset":984148,"symbol":"_PyEval_EvalCodeWithName","symbolLocation":2804,"imageIndex":12},{"imageOffset":136558,"symbol":"_PyFunction_Vectorcall","symbolLocation":270,"imageIndex":12},{"imageOffset":134573,"symbol":"PyVectorcall_Call","symbolLocation":109,"imageIndex":12},{"imageOffset":1388211,"symbol":"pymain_run_module","symbolLocation":195,"imageIndex":12},{"imageOffset":1385861,"symbol":"Py_RunMain","symbolLocation":1413,"imageIndex":12},{"imageOffset":1387487,"symbol":"pymain_main","symbolLocation":223,"imageIndex":12},{"imageOffset":1387243,"symbol":"Py_Main","symbolLocation":43,"imageIndex":12},{"imageOffset":3528,"symbol":"main","symbolLocation":120,"imageIndex":16},{"imageOffset":89917,"symbol":"start","symbolLocation":1,"imageIndex":17}],"id":1481086,"triggered":true,"threadState":{"r13":{"value":105553139725168},"rax":{"value":0},"rflags":{"value":582},"cpu":{"value":0},"r14":{"value":4},"rsi":{"value":4},"r8":{"value":140196070121288},"cr2":{"value":140196090764360},"rdx":{"value":0},"r10":{"value":4565806592},"r9":{"value":3777443598163418928},"r15":{"value":22},"rbx":{"value":4565806592},"trap":{"value":133},"err":{"value":33554760},"r11":{"value":582},"rip":{"value":140733734730030},"rbp":{"value":140196070120064},"rsp":{"value":140196070120024},"r12":{"value":259},"rcx":{"value":140196070120024},"flavor":"x86_THREAD_STATE","rdi":{"value":259}},"name":"CrBrowserMain"},{"id":1481153,"frames":[{"imageOffset":15582,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":28233,"symbol":"_pthread_cond_wait","symbolLocation":1298,"imageIndex":1},{"imageOffset":3379835,"symbol":"blas_thread_server","symbolLocation":507,"imageIndex":18},{"imageOffset":26876,"symbol":"_pthread_start","symbolLocation":224,"imageIndex":1},{"imageOffset":9283,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1481154,"frames":[{"imageOffset":15582,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":28233,"symbol":"_pthread_cond_wait","symbolLocation":1298,"imageIndex":1},{"imageOffset":3379835,"symbol":"blas_thread_server","symbolLocation":507,"imageIndex":18},{"imageOffset":26876,"symbol":"_pthread_start","symbolLocation":224,"imageIndex":1},{"imageOffset":9283,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1481155,"frames":[{"imageOffset":15582,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":28233,"symbol":"_pthread_cond_wait","symbolLocation":1298,"imageIndex":1},{"imageOffset":3379835,"symbol":"blas_thread_server","symbolLocation":507,"imageIndex":18},{"imageOffset":26876,"symbol":"_pthread_start","symbolLocation":224,"imageIndex":1},{"imageOffset":9283,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1481289,"name":"com.apple.NSEventThread","frames":[{"imageOffset":4794,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":5676,"symbol":"mach_msg","symbolLocation":60,"imageIndex":0},{"imageOffset":525471,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":316,"imageIndex":14},{"imageOffset":519039,"symbol":"__CFRunLoopRun","symbolLocation":1328,"imageIndex":14},{"imageOffset":515980,"symbol":"CFRunLoopRunSpecific","symbolLocation":563,"imageIndex":14},{"imageOffset":1856058,"symbol":"_NSEventThread","symbolLocation":124,"imageIndex":11},{"imageOffset":26876,"symbol":"_pthread_start","symbolLocation":224,"imageIndex":1},{"imageOffset":9283,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1481816,"name":"ThreadPoolServiceThread","frames":[{"imageOffset":41426,"symbol":"kevent64","symbolLocation":10,"imageIndex":0},{"imageOffset":45272682,"symbol":"base::MessagePumpKqueue::DoInternalWork(base::MessagePump::Delegate::NextWorkInfo*)","symbolLocation":330,"imageIndex":19},{"imageOffset":45272263,"symbol":"base::MessagePumpKqueue::Run(base::MessagePump::Delegate*)","symbolLocation":167,"imageIndex":19},{"imageOffset":44783147,"symbol":"base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta)","symbolLocation":139,"imageIndex":19},{"imageOffset":44537803,"symbol":"base::RunLoop::Run()","symbolLocation":395,"imageIndex":19},{"imageOffset":44829332,"symbol":"base::internal::ServiceThread::Run(base::RunLoop*)","symbolLocation":20,"imageIndex":19},{"imageOffset":44911229,"symbol":"base::Thread::ThreadMain()","symbolLocation":413,"imageIndex":19},{"imageOffset":45211143,"symbol":"base::(anonymous namespace)::ThreadFunc(void*)","symbolLocation":87,"imageIndex":19},{"imageOffset":26876,"symbol":"_pthread_start","symbolLocation":224,"imageIndex":1},{"imageOffset":9283,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1481818,"name":"ThreadPoolBackgroundWorker","frames":[{"imageOffset":4794,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":5676,"symbol":"mach_msg","symbolLocation":60,"imageIndex":0},{"imageOffset":45229202,"symbol":"base::WaitableEvent::TimedWait(base::TimeDelta const&)","symbolLocation":434,"imageIndex":19},{"imageOffset":44869496,"symbol":"base::internal::WorkerThread::Delegate::WaitForWork(base::WaitableEvent*)","symbolLocation":56,"imageIndex":19},{"imageOffset":44872016,"symbol":"base::internal::WorkerThread::RunWorker()","symbolLocation":1024,"imageIndex":19},{"imageOffset":44870724,"symbol":"base::internal::WorkerThread::RunBackgroundPooledWorker()","symbolLocation":20,"imageIndex":19},{"imageOffset":45211143,"symbol":"base::(anonymous namespace)::ThreadFunc(void*)","symbolLocation":87,"imageIndex":19},{"imageOffset":26876,"symbol":"_pthread_start","symbolLocation":224,"imageIndex":1},{"imageOffset":9283,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1481819,"name":"Chrome_IOThread","frames":[{"imageOffset":41426,"symbol":"kevent64","symbolLocation":10,"imageIndex":0},{"imageOffset":45272682,"symbol":"base::MessagePumpKqueue::DoInternalWork(base::MessagePump::Delegate::NextWorkInfo*)","symbolLocation":330,"imageIndex":19},{"imageOffset":45272263,"symbol":"base::MessagePumpKqueue::Run(base::MessagePump::Delegate*)","symbolLocation":167,"imageIndex":19},{"imageOffset":44783147,"symbol":"base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta)","symbolLocation":139,"imageIndex":19},{"imageOffset":44537803,"symbol":"base::RunLoop::Run()","symbolLocation":395,"imageIndex":19},{"imageOffset":111124230,"symbol":"content::BrowserProcessSubThread::IOThreadRun(base::RunLoop*)","symbolLocation":102,"imageIndex":19},{"imageOffset":44911229,"symbol":"base::Thread::ThreadMain()","symbolLocation":413,"imageIndex":19},{"imageOffset":45211143,"symbol":"base::(anonymous namespace)::ThreadFunc(void*)","symbolLocation":87,"imageIndex":19},{"imageOffset":26876,"symbol":"_pthread_start","symbolLocation":224,"imageIndex":1},{"imageOffset":9283,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1481820,"name":"NetworkConfigWatcher","frames":[{"imageOffset":4794,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":5676,"symbol":"mach_msg","symbolLocation":60,"imageIndex":0},{"imageOffset":45229202,"symbol":"base::WaitableEvent::TimedWait(base::TimeDelta const&)","symbolLocation":434,"imageIndex":19},{"imageOffset":45228751,"symbol":"base::WaitableEvent::Wait()","symbolLocation":31,"imageIndex":19},{"imageOffset":44343771,"symbol":"base::MessagePumpDefault::Run(base::MessagePump::Delegate*)","symbolLocation":171,"imageIndex":19},{"imageOffset":44783147,"symbol":"base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta)","symbolLocation":139,"imageIndex":19},{"imageOffset":44537803,"symbol":"base::RunLoop::Run()","symbolLocation":395,"imageIndex":19},{"imageOffset":44911229,"symbol":"base::Thread::ThreadMain()","symbolLocation":413,"imageIndex":19},{"imageOffset":45211143,"symbol":"base::(anonymous namespace)::ThreadFunc(void*)","symbolLocation":87,"imageIndex":19},{"imageOffset":26876,"symbol":"_pthread_start","symbolLocation":224,"imageIndex":1},{"imageOffset":9283,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1481824,"name":"CompositorTileWorker1","frames":[{"imageOffset":15582,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":28233,"symbol":"_pthread_cond_wait","symbolLocation":1298,"imageIndex":1},{"imageOffset":45194776,"symbol":"base::ConditionVariable::Wait()","symbolLocation":104,"imageIndex":19},{"imageOffset":64820728,"symbol":"non-virtual thunk to cc::SingleThreadTaskGraphRunner::Run()","symbolLocation":56,"imageIndex":19},{"imageOffset":45211143,"symbol":"base::(anonymous namespace)::ThreadFunc(void*)","symbolLocation":87,"imageIndex":19},{"imageOffset":26876,"symbol":"_pthread_start","symbolLocation":224,"imageIndex":1},{"imageOffset":9283,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1481826,"name":"Chrome_InProcGpuThread","frames":[{"imageOffset":4794,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":5676,"symbol":"mach_msg","symbolLocation":60,"imageIndex":0},{"imageOffset":45229202,"symbol":"base::WaitableEvent::TimedWait(base::TimeDelta const&)","symbolLocation":434,"imageIndex":19},{"imageOffset":44343823,"symbol":"base::MessagePumpDefault::Run(base::MessagePump::Delegate*)","symbolLocation":223,"imageIndex":19},{"imageOffset":44783147,"symbol":"base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta)","symbolLocation":139,"imageIndex":19},{"imageOffset":44537803,"symbol":"base::RunLoop::Run()","symbolLocation":395,"imageIndex":19},{"imageOffset":44911229,"symbol":"base::Thread::ThreadMain()","symbolLocation":413,"imageIndex":19},{"imageOffset":45211143,"symbol":"base::(anonymous namespace)::ThreadFunc(void*)","symbolLocation":87,"imageIndex":19},{"imageOffset":26876,"symbol":"_pthread_start","symbolLocation":224,"imageIndex":1},{"imageOffset":9283,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1481827,"name":"Chrome_ChildIOThread","frames":[{"imageOffset":41426,"symbol":"kevent64","symbolLocation":10,"imageIndex":0},{"imageOffset":45272682,"symbol":"base::MessagePumpKqueue::DoInternalWork(base::MessagePump::Delegate::NextWorkInfo*)","symbolLocation":330,"imageIndex":19},{"imageOffset":45272263,"symbol":"base::MessagePumpKqueue::Run(base::MessagePump::Delegate*)","symbolLocation":167,"imageIndex":19},{"imageOffset":44783147,"symbol":"base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta)","symbolLocation":139,"imageIndex":19},{"imageOffset":44537803,"symbol":"base::RunLoop::Run()","symbolLocation":395,"imageIndex":19},{"imageOffset":44911229,"symbol":"base::Thread::ThreadMain()","symbolLocation":413,"imageIndex":19},{"imageOffset":45211143,"symbol":"base::(anonymous namespace)::ThreadFunc(void*)","symbolLocation":87,"imageIndex":19},{"imageOffset":26876,"symbol":"_pthread_start","symbolLocation":224,"imageIndex":1},{"imageOffset":9283,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1481828,"name":"NetworkConfigWatcher","frames":[{"imageOffset":4794,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":5676,"symbol":"mach_msg","symbolLocation":60,"imageIndex":0},{"imageOffset":45229202,"symbol":"base::WaitableEvent::TimedWait(base::TimeDelta const&)","symbolLocation":434,"imageIndex":19},{"imageOffset":45228751,"symbol":"base::WaitableEvent::Wait()","symbolLocation":31,"imageIndex":19},{"imageOffset":44343771,"symbol":"base::MessagePumpDefault::Run(base::MessagePump::Delegate*)","symbolLocation":171,"imageIndex":19},{"imageOffset":44783147,"symbol":"base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta)","symbolLocation":139,"imageIndex":19},{"imageOffset":44537803,"symbol":"base::RunLoop::Run()","symbolLocation":395,"imageIndex":19},{"imageOffset":44911229,"symbol":"base::Thread::ThreadMain()","symbolLocation":413,"imageIndex":19},{"imageOffset":45211143,"symbol":"base::(anonymous namespace)::ThreadFunc(void*)","symbolLocation":87,"imageIndex":19},{"imageOffset":26876,"symbol":"_pthread_start","symbolLocation":224,"imageIndex":1},{"imageOffset":9283,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1481829,"name":"VizCompositorThread","frames":[{"imageOffset":4794,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":5676,"symbol":"mach_msg","symbolLocation":60,"imageIndex":0},{"imageOffset":45229202,"symbol":"base::WaitableEvent::TimedWait(base::TimeDelta const&)","symbolLocation":434,"imageIndex":19},{"imageOffset":45228751,"symbol":"base::WaitableEvent::Wait()","symbolLocation":31,"imageIndex":19},{"imageOffset":44343771,"symbol":"base::MessagePumpDefault::Run(base::MessagePump::Delegate*)","symbolLocation":171,"imageIndex":19},{"imageOffset":44783147,"symbol":"base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta)","symbolLocation":139,"imageIndex":19},{"imageOffset":44537803,"symbol":"base::RunLoop::Run()","symbolLocation":395,"imageIndex":19},{"imageOffset":44911229,"symbol":"base::Thread::ThreadMain()","symbolLocation":413,"imageIndex":19},{"imageOffset":45211143,"symbol":"base::(anonymous namespace)::ThreadFunc(void*)","symbolLocation":87,"imageIndex":19},{"imageOffset":26876,"symbol":"_pthread_start","symbolLocation":224,"imageIndex":1},{"imageOffset":9283,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1481860,"name":"ThreadPoolSingleThreadForegroundBlocking0","frames":[{"imageOffset":4794,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":5676,"symbol":"mach_msg","symbolLocation":60,"imageIndex":0},{"imageOffset":45229202,"symbol":"base::WaitableEvent::TimedWait(base::TimeDelta const&)","symbolLocation":434,"imageIndex":19},{"imageOffset":45228751,"symbol":"base::WaitableEvent::Wait()","symbolLocation":31,"imageIndex":19},{"imageOffset":44869482,"symbol":"base::internal::WorkerThread::Delegate::WaitForWork(base::WaitableEvent*)","symbolLocation":42,"imageIndex":19},{"imageOffset":44872016,"symbol":"base::internal::WorkerThread::RunWorker()","symbolLocation":1024,"imageIndex":19},{"imageOffset":44870964,"symbol":"base::internal::WorkerThread::RunDedicatedWorker()","symbolLocation":20,"imageIndex":19},{"imageOffset":45211143,"symbol":"base::(anonymous namespace)::ThreadFunc(void*)","symbolLocation":87,"imageIndex":19},{"imageOffset":26876,"symbol":"_pthread_start","symbolLocation":224,"imageIndex":1},{"imageOffset":9283,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1481862,"name":"NetworkConfigWatcher","frames":[{"imageOffset":4794,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":5676,"symbol":"mach_msg","symbolLocation":60,"imageIndex":0},{"imageOffset":45229202,"symbol":"base::WaitableEvent::TimedWait(base::TimeDelta const&)","symbolLocation":434,"imageIndex":19},{"imageOffset":45228751,"symbol":"base::WaitableEvent::Wait()","symbolLocation":31,"imageIndex":19},{"imageOffset":44343771,"symbol":"base::MessagePumpDefault::Run(base::MessagePump::Delegate*)","symbolLocation":171,"imageIndex":19},{"imageOffset":44783147,"symbol":"base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta)","symbolLocation":139,"imageIndex":19},{"imageOffset":44537803,"symbol":"base::RunLoop::Run()","symbolLocation":395,"imageIndex":19},{"imageOffset":44911229,"symbol":"base::Thread::ThreadMain()","symbolLocation":413,"imageIndex":19},{"imageOffset":45211143,"symbol":"base::(anonymous namespace)::ThreadFunc(void*)","symbolLocation":87,"imageIndex":19},{"imageOffset":26876,"symbol":"_pthread_start","symbolLocation":224,"imageIndex":1},{"imageOffset":9283,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1481962,"name":"MemoryInfra","frames":[{"imageOffset":4794,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":5676,"symbol":"mach_msg","symbolLocation":60,"imageIndex":0},{"imageOffset":45229202,"symbol":"base::WaitableEvent::TimedWait(base::TimeDelta const&)","symbolLocation":434,"imageIndex":19},{"imageOffset":45228751,"symbol":"base::WaitableEvent::Wait()","symbolLocation":31,"imageIndex":19},{"imageOffset":44343771,"symbol":"base::MessagePumpDefault::Run(base::MessagePump::Delegate*)","symbolLocation":171,"imageIndex":19},{"imageOffset":44783147,"symbol":"base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta)","symbolLocation":139,"imageIndex":19},{"imageOffset":44537803,"symbol":"base::RunLoop::Run()","symbolLocation":395,"imageIndex":19},{"imageOffset":44911229,"symbol":"base::Thread::ThreadMain()","symbolLocation":413,"imageIndex":19},{"imageOffset":45211143,"symbol":"base::(anonymous namespace)::ThreadFunc(void*)","symbolLocation":87,"imageIndex":19},{"imageOffset":26876,"symbol":"_pthread_start","symbolLocation":224,"imageIndex":1},{"imageOffset":9283,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1482015,"name":"NetworkConfigWatcher","frames":[{"imageOffset":4794,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":5676,"symbol":"mach_msg","symbolLocation":60,"imageIndex":0},{"imageOffset":45229202,"symbol":"base::WaitableEvent::TimedWait(base::TimeDelta const&)","symbolLocation":434,"imageIndex":19},{"imageOffset":45228751,"symbol":"base::WaitableEvent::Wait()","symbolLocation":31,"imageIndex":19},{"imageOffset":44343771,"symbol":"base::MessagePumpDefault::Run(base::MessagePump::Delegate*)","symbolLocation":171,"imageIndex":19},{"imageOffset":44783147,"symbol":"base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta)","symbolLocation":139,"imageIndex":19},{"imageOffset":44537803,"symbol":"base::RunLoop::Run()","symbolLocation":395,"imageIndex":19},{"imageOffset":44911229,"symbol":"base::Thread::ThreadMain()","symbolLocation":413,"imageIndex":19},{"imageOffset":45211143,"symbol":"base::(anonymous namespace)::ThreadFunc(void*)","symbolLocation":87,"imageIndex":19},{"imageOffset":26876,"symbol":"_pthread_start","symbolLocation":224,"imageIndex":1},{"imageOffset":9283,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1482141,"name":"ThreadPoolSingleThreadSharedBackgroundBlocking1","frames":[{"imageOffset":4794,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":5676,"symbol":"mach_msg","symbolLocation":60,"imageIndex":0},{"imageOffset":45229202,"symbol":"base::WaitableEvent::TimedWait(base::TimeDelta const&)","symbolLocation":434,"imageIndex":19},{"imageOffset":45228751,"symbol":"base::WaitableEvent::Wait()","symbolLocation":31,"imageIndex":19},{"imageOffset":44869482,"symbol":"base::internal::WorkerThread::Delegate::WaitForWork(base::WaitableEvent*)","symbolLocation":42,"imageIndex":19},{"imageOffset":44871229,"symbol":"base::internal::WorkerThread::RunWorker()","symbolLocation":237,"imageIndex":19},{"imageOffset":44870772,"symbol":"base::internal::WorkerThread::RunBackgroundSharedWorker()","symbolLocation":20,"imageIndex":19},{"imageOffset":45211143,"symbol":"base::(anonymous namespace)::ThreadFunc(void*)","symbolLocation":87,"imageIndex":19},{"imageOffset":26876,"symbol":"_pthread_start","symbolLocation":224,"imageIndex":1},{"imageOffset":9283,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1484880,"name":"ThreadPoolForegroundWorker","frames":[{"imageOffset":4794,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":5676,"symbol":"mach_msg","symbolLocation":60,"imageIndex":0},{"imageOffset":45229202,"symbol":"base::WaitableEvent::TimedWait(base::TimeDelta const&)","symbolLocation":434,"imageIndex":19},{"imageOffset":44869496,"symbol":"base::internal::WorkerThread::Delegate::WaitForWork(base::WaitableEvent*)","symbolLocation":56,"imageIndex":19},{"imageOffset":44872016,"symbol":"base::internal::WorkerThread::RunWorker()","symbolLocation":1024,"imageIndex":19},{"imageOffset":44870868,"symbol":"base::internal::WorkerThread::RunPooledWorker()","symbolLocation":20,"imageIndex":19},{"imageOffset":45211143,"symbol":"base::(anonymous namespace)::ThreadFunc(void*)","symbolLocation":87,"imageIndex":19},{"imageOffset":26876,"symbol":"_pthread_start","symbolLocation":224,"imageIndex":1},{"imageOffset":9283,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1511197,"queue":"com.apple.root.user-interactive-qos","frames":[{"imageOffset":4794,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":5676,"symbol":"mach_msg","symbolLocation":60,"imageIndex":0},{"imageOffset":525471,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":316,"imageIndex":14},{"imageOffset":519039,"symbol":"__CFRunLoopRun","symbolLocation":1328,"imageIndex":14},{"imageOffset":515980,"symbol":"CFRunLoopRunSpecific","symbolLocation":563,"imageIndex":14},{"imageOffset":394759,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":212,"imageIndex":20},{"imageOffset":2889968,"symbol":"-[NSAnimation(NSInternal) _runBlocking]","symbolLocation":453,"imageIndex":11},{"imageOffset":2889390,"symbol":"__42-[NSAnimation(NSInternal) _runInNewThread]_block_invoke","symbolLocation":97,"imageIndex":11},{"imageOffset":9763,"symbol":"_dispatch_call_block_and_release","symbolLocation":12,"imageIndex":21},{"imageOffset":14342,"symbol":"_dispatch_client_callout","symbolLocation":8,"imageIndex":21},{"imageOffset":76150,"symbol":"_dispatch_root_queue_drain","symbolLocation":676,"imageIndex":21},{"imageOffset":77680,"symbol":"_dispatch_worker_thread2","symbolLocation":92,"imageIndex":21},{"imageOffset":13335,"symbol":"_pthread_wqthread","symbolLocation":244,"imageIndex":1},{"imageOffset":9263,"symbol":"start_wqthread","symbolLocation":15,"imageIndex":1}]},{"id":1513122,"frames":[{"imageOffset":9248,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":1513311,"name":"ThreadPoolForegroundWorker","frames":[{"imageOffset":4794,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":5676,"symbol":"mach_msg","symbolLocation":60,"imageIndex":0},{"imageOffset":45229202,"symbol":"base::WaitableEvent::TimedWait(base::TimeDelta const&)","symbolLocation":434,"imageIndex":19},{"imageOffset":44869496,"symbol":"base::internal::WorkerThread::Delegate::WaitForWork(base::WaitableEvent*)","symbolLocation":56,"imageIndex":19},{"imageOffset":44871229,"symbol":"base::internal::WorkerThread::RunWorker()","symbolLocation":237,"imageIndex":19},{"imageOffset":44870868,"symbol":"base::internal::WorkerThread::RunPooledWorker()","symbolLocation":20,"imageIndex":19},{"imageOffset":45211143,"symbol":"base::(anonymous namespace)::ThreadFunc(void*)","symbolLocation":87,"imageIndex":19},{"imageOffset":26876,"symbol":"_pthread_start","symbolLocation":224,"imageIndex":1},{"imageOffset":9283,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1513777,"frames":[{"imageOffset":15582,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":28233,"symbol":"_pthread_cond_wait","symbolLocation":1298,"imageIndex":1},{"imageOffset":1321772,"symbol":"PyThread_acquire_lock_timed","symbolLocation":700,"imageIndex":12},{"imageOffset":1637455,"symbol":"acquire_timed","symbolLocation":111,"imageIndex":12},{"imageOffset":1637728,"symbol":"lock_PyThread_acquire_lock","symbolLocation":48,"imageIndex":12},{"imageOffset":171765,"symbol":"method_vectorcall_VARARGS_KEYWORDS","symbolLocation":373,"imageIndex":12},{"imageOffset":980492,"symbol":"call_function","symbolLocation":444,"imageIndex":12},{"imageOffset":967754,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":25642,"imageIndex":12},{"imageOffset":984148,"symbol":"_PyEval_EvalCodeWithName","symbolLocation":2804,"imageIndex":12},{"imageOffset":136558,"symbol":"_PyFunction_Vectorcall","symbolLocation":270,"imageIndex":12},{"imageOffset":980492,"symbol":"call_function","symbolLocation":444,"imageIndex":12},{"imageOffset":967754,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":25642,"imageIndex":12},{"imageOffset":984148,"symbol":"_PyEval_EvalCodeWithName","symbolLocation":2804,"imageIndex":12},{"imageOffset":136558,"symbol":"_PyFunction_Vectorcall","symbolLocation":270,"imageIndex":12},{"imageOffset":980492,"symbol":"call_function","symbolLocation":444,"imageIndex":12},{"imageOffset":967754,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":25642,"imageIndex":12},{"imageOffset":136144,"symbol":"function_code_fastcall","symbolLocation":128,"imageIndex":12},{"imageOffset":980492,"symbol":"call_function","symbolLocation":444,"imageIndex":12},{"imageOffset":967754,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":25642,"imageIndex":12},{"imageOffset":136144,"symbol":"function_code_fastcall","symbolLocation":128,"imageIndex":12},{"imageOffset":980492,"symbol":"call_function","symbolLocation":444,"imageIndex":12},{"imageOffset":967754,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":25642,"imageIndex":12},{"imageOffset":136144,"symbol":"function_code_fastcall","symbolLocation":128,"imageIndex":12},{"imageOffset":146139,"symbol":"method_vectorcall","symbolLocation":235,"imageIndex":12},{"imageOffset":134573,"symbol":"PyVectorcall_Call","symbolLocation":109,"imageIndex":12},{"imageOffset":1635914,"symbol":"t_bootstrap","symbolLocation":74,"imageIndex":12},{"imageOffset":1320473,"symbol":"pythread_wrapper","symbolLocation":25,"imageIndex":12},{"imageOffset":26876,"symbol":"_pthread_start","symbolLocation":224,"imageIndex":1},{"imageOffset":9283,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1513781,"frames":[{"imageOffset":9248,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":1513782,"frames":[{"imageOffset":9248,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":1513783,"frames":[{"imageOffset":9248,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140733734699008,
    "size" : 196608,
    "uuid" : "78289aae-61b5-339f-a485-8819bc2388f2",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140733734895616,
    "size" : 49152,
    "uuid" : "1268ff2d-a513-3b51-ba65-af2ff5789ddb",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140733733695488,
    "size" : 561152,
    "uuid" : "3c273899-4cbe-32d5-bb31-7a449743204f",
    "path" : "\/usr\/lib\/system\/libsystem_c.dylib",
    "name" : "libsystem_c.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140733735190528,
    "size" : 40960,
    "uuid" : "ef52d569-09f5-32e1-b1b3-34e2ca55a017",
    "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" : 4952752128,
    "size" : 1503232,
    "uuid" : "d4ab240b-4535-3aec-b72b-5ffc4750e4e5",
    "path" : "\/Applications\/ChimeraX-1.2.5.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.8\/lib\/python3.8\/site-packages\/PyQt5\/Qt\/plugins\/platforms\/libqcocoa.dylib",
    "name" : "libqcocoa.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4721467392,
    "size" : 5152768,
    "uuid" : "cbcec35a-ee54-354f-9c2b-188ac6b2790d",
    "path" : "\/Applications\/ChimeraX-1.2.5.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.8\/lib\/python3.8\/site-packages\/PyQt5\/Qt\/lib\/QtGui.framework\/Versions\/5\/QtGui",
    "name" : "QtGui"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4714901504,
    "size" : 4485120,
    "uuid" : "b432d666-dcab-320a-8496-78a67f554c0e",
    "path" : "\/Applications\/ChimeraX-1.2.5.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.8\/lib\/python3.8\/site-packages\/PyQt5\/Qt\/lib\/QtWidgets.framework\/Versions\/5\/QtWidgets",
    "name" : "QtWidgets"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4709105664,
    "size" : 2691072,
    "uuid" : "259274fb-9944-3b14-95c0-acb6f7b3f7d7",
    "path" : "\/Applications\/ChimeraX-1.2.5.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.8\/lib\/python3.8\/site-packages\/PyQt5\/QtWidgets.abi3.so",
    "name" : "QtWidgets.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4669804544,
    "size" : 5705728,
    "uuid" : "c723812a-f7a5-3001-98d5-e60e8daa6ffb",
    "path" : "\/Applications\/ChimeraX-1.2.5.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.8\/lib\/python3.8\/site-packages\/PyQt5\/Qt\/lib\/QtCore.framework\/Versions\/5\/QtCore",
    "name" : "QtCore"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140733844389888,
    "size" : 3006464,
    "uuid" : "88794856-f1f1-3d23-bddb-0ae28a1d6d6e",
    "path" : "\/System\/Library\/Frameworks\/QuartzCore.framework\/Versions\/A\/QuartzCore",
    "name" : "QuartzCore"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140733777649664,
    "size" : 13942784,
    "uuid" : "02ec69a0-d634-341b-be3d-840f496f5814",
    "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
    "name" : "AppKit"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4444205056,
    "size" : 2322432,
    "uuid" : "52fb4bb8-2a2d-32cb-a317-31062700b23f",
    "path" : "\/Applications\/ChimeraX-1.2.5.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.8\/Python",
    "name" : "Python"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4666732544,
    "size" : 1441792,
    "uuid" : "cb6173b9-de92-343c-a0dd-2abc40cd0ddd",
    "path" : "\/Applications\/ChimeraX-1.2.5.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.8\/lib\/python3.8\/site-packages\/PyQt5\/QtCore.abi3.so",
    "name" : "QtCore.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64h",
    "base" : 140733735411712,
    "size" : 4841472,
    "uuid" : "8cf9d741-adff-3d5e-acde-dc342701ee0d",
    "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
    "name" : "CoreFoundation"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140733872336896,
    "size" : 3129344,
    "uuid" : "def01a0c-8b9d-359e-9fe7-b15d551888dc",
    "path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox",
    "name" : "HIToolbox"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4444151808,
    "size" : 4096,
    "uuid" : "74b1c996-e1f3-331c-8c86-116411356099",
    "path" : "\/Applications\/ChimeraX-1.2.5.app\/Contents\/MacOS\/ChimeraX",
    "name" : "ChimeraX"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140733734944768,
    "size" : 245760,
    "uuid" : "3de0178a-0aee-3d08-ae19-6c6403f69ba1",
    "path" : "\/usr\/lib\/system\/libdyld.dylib",
    "name" : "libdyld.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4458737664,
    "size" : 61177856,
    "uuid" : "07e4abf0-e967-375a-90d9-1c54b8af2f58",
    "path" : "\/Applications\/ChimeraX-1.2.5.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.8\/lib\/python3.8\/site-packages\/numpy\/.dylibs\/libopenblas.0.dylib",
    "name" : "libopenblas.0.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4731633664,
    "size" : 131002368,
    "uuid" : "86651daf-3bff-3a6f-b313-e84d303e55eb",
    "path" : "\/Applications\/ChimeraX-1.2.5.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.8\/lib\/python3.8\/site-packages\/PyQt5\/Qt\/lib\/QtWebEngineCore.framework\/Versions\/5\/QtWebEngineCore",
    "name" : "QtWebEngineCore"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140733749760000,
    "size" : 3534848,
    "uuid" : "7b7fb88b-01d3-38ce-8029-837db094c545",
    "path" : "\/System\/Library\/Frameworks\/Foundation.framework\/Versions\/C\/Foundation",
    "name" : "Foundation"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140733733163008,
    "size" : 282624,
    "uuid" : "8144b0bd-90d2-3eae-999f-ab0d14082088",
    "path" : "\/usr\/lib\/system\/libdispatch.dylib",
    "name" : "libdispatch.dylib"
  }
],
  "vmSummary" : "ReadOnly portion of Libraries: Total=1.1G resident=0K(0%) swapped_out_or_unallocated=1.1G(100%)\nWritable regions: Total=7.4G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=7.4G(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nAccelerate framework               256K        2 \nActivity Tracing                   256K        1 \nCG backing stores                 5760K        6 \nCG image                          2856K       28 \nCG raster data                    2532K        4 \nCoreAnimation                     5312K       30 \nCoreGraphics                        12K        2 \nCoreUI image data                 4068K       33 \nFoundation                          36K        2 \nKernel Alloc Once                    8K        1 \nMALLOC                             6.8G      713 \nMALLOC guard page                   32K        8 \nMALLOC_LARGE (reserved)            384K        1         reserved VM address space (unallocated)\nMALLOC_NANO (reserved)           256.0M        1         reserved VM address space (unallocated)\nMach message                        24K        3 \nOpenGL GLSL                        384K        5 \nSTACK GUARD                        104K       26 \nStack                            156.7M       27 \nStack Guard                       56.0M        1 \nVM_ALLOCATE                      144.1M      136 \nVM_ALLOCATE (reserved)            32.0M        1         reserved VM address space (unallocated)\n__DATA                            43.2M      604 \n__DATA_CONST                      22.1M      272 \n__DATA_DIRTY                      1272K      176 \n__FONT_DATA                          4K        1 \n__GLSLBUILTINS                    5176K        1 \n__LINKEDIT                       593.1M      148 \n__OBJC_RO                         70.3M        1 \n__OBJC_RW                         2496K        2 \n__TEXT                           577.3M      577 \n__UNICODE                          588K        1 \nmapped file                      581.6M       59 \nshared memory                     2960K       24 \n===========                     =======  ======= \nTOTAL                              9.3G     2897 \nTOTAL, minus reserved VM space     9.0G     2897 \n",
  "legacyInfo" : {
  "threadTriggered" : {
    "name" : "CrBrowserMain",
    "queue" : "com.apple.main-thread"
  }
}
}


Log:
UCSF ChimeraX version: 1.2.5 (2021-05-24)  
© 2016-2021 Regents of the University of California. All rights reserved.  
How to cite UCSF ChimeraX  

> open
> /Users/biq2001/EMdataprocessing/21Apr12highE/cryosparc_P23_J38_009_volume_map_sharp.mrc

Opened cryosparc_P23_J38_009_volume_map_sharp.mrc as #1, grid size
256,256,256, pixel 1.08, shown at level 0.354, step 1, values float32  




OpenGL version: 4.1 ATI-4.6.20
OpenGL renderer: AMD Radeon Pro 575 OpenGL Engine
OpenGL vendor: ATI Technologies Inc.Hardware:

    Hardware Overview:

      Model Name: iMac
      Model Identifier: iMac18,3
      Processor Name: Quad-Core Intel Core i5
      Processor Speed: 3.5 GHz
      Number of Processors: 1
      Total Number of Cores: 4
      L2 Cache (per Core): 256 KB
      L3 Cache: 6 MB
      Memory: 16 GB
      System Firmware Version: 429.140.8.0.0
      SMC Version (system): 2.41f2

Software:

    System Software Overview:

      System Version: macOS 11.6 (20G165)
      Kernel Version: Darwin 20.6.0
      Time since boot: 1 day 23:18

Graphics/Displays:

    Radeon Pro 575:

      Chipset Model: Radeon Pro 575
      Type: GPU
      Bus: PCIe
      PCIe Lane Width: x16
      VRAM (Total): 4 GB
      Vendor: AMD (0x1002)
      Device ID: 0x67df
      Revision ID: 0x00c4
      ROM Revision: 113-D000AA-931
      VBIOS Version: 113-D0001A1P-025
      EFI Driver Version: 01.00.931
      Metal Family: Supported, Metal GPUFamily macOS 2
      Displays:
        iMac:
          Display Type: Built-In Retina LCD
          Resolution: Retina 5K (5120 x 2880)
          Framebuffer Depth: 30-Bit Color (ARGB2101010)
          Main Display: Yes
          Mirror: Off
          Online: Yes
          Automatically Adjust Brightness: Yes
          Connection Type: Internal

Locale: (None, 'UTF-8')
PyQt5 5.15.2, Qt 5.15.2
Installed Packages:
    alabaster: 0.7.12
    appdirs: 1.4.4
    appnope: 0.1.2
    Babel: 2.9.1
    backcall: 0.2.0
    blockdiag: 2.0.1
    certifi: 2020.12.5
    cftime: 1.5.0
    chardet: 3.0.4
    ChimeraX-AddCharge: 1.0.1
    ChimeraX-AddH: 2.1.6
    ChimeraX-AlignmentAlgorithms: 2.0
    ChimeraX-AlignmentHdrs: 3.2
    ChimeraX-AlignmentMatrices: 2.0
    ChimeraX-Alignments: 2.1
    ChimeraX-AmberInfo: 1.0
    ChimeraX-Arrays: 1.0
    ChimeraX-Atomic: 1.13.2
    ChimeraX-AtomicLibrary: 3.1.3
    ChimeraX-AtomSearch: 2.0
    ChimeraX-AtomSearchLibrary: 1.0
    ChimeraX-AxesPlanes: 2.0
    ChimeraX-BasicActions: 1.1
    ChimeraX-BILD: 1.0
    ChimeraX-BlastProtein: 1.1
    ChimeraX-BondRot: 2.0
    ChimeraX-BugReporter: 1.0
    ChimeraX-BuildStructure: 2.5.2
    ChimeraX-Bumps: 1.0
    ChimeraX-BundleBuilder: 1.1
    ChimeraX-ButtonPanel: 1.0
    ChimeraX-CageBuilder: 1.0
    ChimeraX-CellPack: 1.0
    ChimeraX-Centroids: 1.1
    ChimeraX-ChemGroup: 2.0
    ChimeraX-Clashes: 2.1
    ChimeraX-ColorActions: 1.0
    ChimeraX-ColorGlobe: 1.0
    ChimeraX-ColorKey: 1.2.1
    ChimeraX-CommandLine: 1.1.4
    ChimeraX-ConnectStructure: 2.0
    ChimeraX-Contacts: 1.0
    ChimeraX-Core: 1.2.5
    ChimeraX-CoreFormats: 1.0
    ChimeraX-coulombic: 1.1.1
    ChimeraX-Crosslinks: 1.0
    ChimeraX-Crystal: 1.0
    ChimeraX-CrystalContacts: 1.0
    ChimeraX-DataFormats: 1.1
    ChimeraX-Dicom: 1.0
    ChimeraX-DistMonitor: 1.1.3
    ChimeraX-DistUI: 1.0
    ChimeraX-Dssp: 2.0
    ChimeraX-EMDB-SFF: 1.0
    ChimeraX-ExperimentalCommands: 1.0
    ChimeraX-FileHistory: 1.0
    ChimeraX-FunctionKey: 1.0
    ChimeraX-Geometry: 1.1
    ChimeraX-gltf: 1.0
    ChimeraX-Graphics: 1.0
    ChimeraX-Hbonds: 2.1
    ChimeraX-Help: 1.1
    ChimeraX-HKCage: 1.3
    ChimeraX-IHM: 1.0
    ChimeraX-ImageFormats: 1.1
    ChimeraX-IMOD: 1.0
    ChimeraX-IO: 1.0.1
    ChimeraX-Label: 1.0
    ChimeraX-ListInfo: 1.1.1
    ChimeraX-Log: 1.1.2
    ChimeraX-LookingGlass: 1.1
    ChimeraX-Maestro: 1.8.1
    ChimeraX-Map: 1.0.2
    ChimeraX-MapData: 2.0
    ChimeraX-MapEraser: 1.0
    ChimeraX-MapFilter: 2.0
    ChimeraX-MapFit: 2.0
    ChimeraX-MapSeries: 2.0
    ChimeraX-Markers: 1.0
    ChimeraX-Mask: 1.0
    ChimeraX-MatchMaker: 1.2.1
    ChimeraX-MDcrds: 2.2
    ChimeraX-MedicalToolbar: 1.0.1
    ChimeraX-Meeting: 1.0
    ChimeraX-MLP: 1.1
    ChimeraX-mmCIF: 2.3
    ChimeraX-MMTF: 2.1
    ChimeraX-Modeller: 1.0.1
    ChimeraX-ModelPanel: 1.0.1
    ChimeraX-ModelSeries: 1.0
    ChimeraX-Mol2: 2.0
    ChimeraX-Morph: 1.0
    ChimeraX-MouseModes: 1.1
    ChimeraX-Movie: 1.0
    ChimeraX-Neuron: 1.0
    ChimeraX-Nucleotides: 2.0.1
    ChimeraX-OpenCommand: 1.5
    ChimeraX-PDB: 2.4.1
    ChimeraX-PDBBio: 1.0
    ChimeraX-PDBLibrary: 1.0.1
    ChimeraX-PDBMatrices: 1.0
    ChimeraX-PickBlobs: 1.0
    ChimeraX-Positions: 1.0
    ChimeraX-PresetMgr: 1.0.1
    ChimeraX-PubChem: 2.0.1
    ChimeraX-ReadPbonds: 1.0
    ChimeraX-Registration: 1.1
    ChimeraX-RemoteControl: 1.0
    ChimeraX-ResidueFit: 1.0
    ChimeraX-RestServer: 1.1
    ChimeraX-RNALayout: 1.0
    ChimeraX-RotamerLibMgr: 2.0
    ChimeraX-RotamerLibsDunbrack: 2.0
    ChimeraX-RotamerLibsDynameomics: 2.0
    ChimeraX-RotamerLibsRichardson: 2.0
    ChimeraX-SaveCommand: 1.4
    ChimeraX-SchemeMgr: 1.0
    ChimeraX-SDF: 2.0
    ChimeraX-Segger: 1.0
    ChimeraX-Segment: 1.0
    ChimeraX-SeqView: 2.3
    ChimeraX-Shape: 1.0.1
    ChimeraX-Shell: 1.0
    ChimeraX-Shortcuts: 1.0
    ChimeraX-ShowAttr: 1.0
    ChimeraX-ShowSequences: 1.0
    ChimeraX-SideView: 1.0
    ChimeraX-Smiles: 2.0.1
    ChimeraX-SmoothLines: 1.0
    ChimeraX-SpaceNavigator: 1.0
    ChimeraX-StdCommands: 1.3.1
    ChimeraX-STL: 1.0
    ChimeraX-Storm: 1.0
    ChimeraX-Struts: 1.0
    ChimeraX-Surface: 1.0
    ChimeraX-SwapAA: 2.0
    ChimeraX-SwapRes: 2.1
    ChimeraX-TapeMeasure: 1.0
    ChimeraX-Test: 1.0
    ChimeraX-Toolbar: 1.0.1
    ChimeraX-ToolshedUtils: 1.2
    ChimeraX-Tug: 1.0
    ChimeraX-UI: 1.7.6
    ChimeraX-uniprot: 2.1
    ChimeraX-UnitCell: 1.0
    ChimeraX-ViewDockX: 1.0
    ChimeraX-Vive: 1.1
    ChimeraX-VolumeMenu: 1.0
    ChimeraX-VTK: 1.0
    ChimeraX-WavefrontOBJ: 1.0
    ChimeraX-WebCam: 1.0
    ChimeraX-WebServices: 1.0
    ChimeraX-Zone: 1.0
    colorama: 0.4.3
    comtypes: 1.1.7
    cxservices: 1.0
    cycler: 0.10.0
    Cython: 0.29.21
    decorator: 5.0.9
    distlib: 0.3.1
    docutils: 0.16
    filelock: 3.0.12
    funcparserlib: 0.3.6
    grako: 3.16.5
    h5py: 2.10.0
    html2text: 2020.1.16
    idna: 2.10
    ihm: 0.17
    imagecodecs: 2020.5.30
    imagesize: 1.2.0
    ipykernel: 5.3.4
    ipython: 7.18.1
    ipython-genutils: 0.2.0
    jedi: 0.17.2
    Jinja2: 2.11.2
    jupyter-client: 6.1.7
    jupyter-core: 4.7.1
    kiwisolver: 1.3.1
    line-profiler: 2.1.2
    lxml: 4.6.2
    lz4: 3.1.0
    MarkupSafe: 2.0.1
    matplotlib: 3.3.2
    matplotlib-inline: 0.1.2
    msgpack: 1.0.0
    netCDF4: 1.5.4
    networkx: 2.5
    numexpr: 2.7.3
    numpy: 1.19.2
    numpydoc: 1.1.0
    openvr: 1.14.1501
    packaging: 20.9
    ParmEd: 3.2.0
    parso: 0.7.1
    pexpect: 4.8.0
    pickleshare: 0.7.5
    Pillow: 7.2.0
    pip: 21.0.1
    pkginfo: 1.5.0.1
    prompt-toolkit: 3.0.18
    psutil: 5.7.2
    ptyprocess: 0.7.0
    pycollada: 0.7.1
    pydicom: 2.0.0
    Pygments: 2.7.1
    PyOpenGL: 3.1.5
    PyOpenGL-accelerate: 3.1.5
    pyparsing: 2.4.7
    PyQt5-commercial: 5.15.2
    PyQt5-sip: 12.8.1
    PyQtWebEngine-commercial: 5.15.2
    python-dateutil: 2.8.1
    pytz: 2021.1
    pyzmq: 22.0.3
    qtconsole: 4.7.7
    QtPy: 1.9.0
    RandomWords: 0.3.0
    requests: 2.24.0
    scipy: 1.5.2
    setuptools: 50.3.2
    sfftk-rw: 0.6.7.dev1
    six: 1.15.0
    snowballstemmer: 2.1.0
    sortedcontainers: 2.2.2
    Sphinx: 3.2.1
    sphinxcontrib-applehelp: 1.0.2
    sphinxcontrib-blockdiag: 2.0.0
    sphinxcontrib-devhelp: 1.0.2
    sphinxcontrib-htmlhelp: 2.0.0
    sphinxcontrib-jsmath: 1.0.1
    sphinxcontrib-qthelp: 1.0.3
    sphinxcontrib-serializinghtml: 1.1.5
    suds-jurko: 0.6
    tables: 3.6.1
    tifffile: 2020.9.3
    tinyarray: 1.2.3
    tornado: 6.1
    traitlets: 5.0.5
    urllib3: 1.25.11
    wcwidth: 0.2.5
    webcolors: 1.11.1
    wheel: 0.36.0
    wheel-filename: 1.3.0

Change History (2)

comment:1 by pett, 4 years ago

Component: UnassignedWindow Toolkit
Owner: set to pett
Platform: all
Project: ChimeraX
Status: newaccepted
Summary: ChimeraX bug report submissionCrash redrawing widget

comment:2 by pett, 4 years ago

Resolution: can't reproduce
Status: acceptedclosed

Old Qt

Note: See TracTickets for help on using tickets.