You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, the GUI crashes after heavy navigation with
File "/home/sweiser/phd/data/DATA/data-gui/datagui/package/model/BaseTreeModel.py", line 61, in parent
return self.createIndex(parent_item.row(), 0, parent_item)
AttributeError: 'SummaryTab' object has no attribute 'row'
or similar errors. We couldn't track down the source of the issue yet. Pls provide related crashes here, specifically answering the questions:
Was the crash triggered by:
forward/back buttons
clicking a leak in the assembler tab
clicking a leak in the source code tab
etc.
The text was updated successfully, but these errors were encountered:
File "/home/sweiser/phd/data/DATA/data-gui/datagui/package/ui/MainWindow.py", line 808, in recordPrevNextEntry
assert leak_idx is not None
AssertionError
Crash triggered by clicking a leak in the "Call Hierarchy Leaks" list
Sometimes, the GUI crashes after heavy navigation with
or similar errors. We couldn't track down the source of the issue yet. Pls provide related crashes here, specifically answering the questions:
Was the crash triggered by:
The text was updated successfully, but these errors were encountered: