Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUI crashes on navigation #1

Open
sam1013 opened this issue Oct 22, 2018 · 1 comment
Open

GUI crashes on navigation #1

sam1013 opened this issue Oct 22, 2018 · 1 comment

Comments

@sam1013
Copy link
Contributor

sam1013 commented Oct 22, 2018

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.
@sam1013
Copy link
Contributor Author

sam1013 commented Oct 23, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant