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

crash on ListWidget operation in Decoders #655

Closed
pointhi opened this issue Jun 6, 2019 · 0 comments
Closed

crash on ListWidget operation in Decoders #655

pointhi opened this issue Jun 6, 2019 · 0 comments

Comments

@pointhi
Copy link

pointhi commented Jun 6, 2019

Expected Behavior

Do not crash

Actual Behavior
Traceback (most recent call last):
  File "/usr/lib/python3.7/site-packages/urh/ui/ListWidget.py", line 39, in eventFilter
    item_name = self.currentItem().text()
AttributeError: 'NoneType' object has no attribute 'text'
[1]    22171 abort (core dumped)
Steps To Reproduce
  1. Go to Edit->Decodings
  2. Mess around with the settings by adding and deleting randomly items with Delete key and button, mouse drag-drop,...
  3. it crashes at some point
Platform Specifications
  • OS: Arch Linux
  • URH version: 2.6.0
  • Python version: 3.7.3
  • Installed via pacman
jopohl added a commit that referenced this issue Jun 6, 2019
@jopohl jopohl closed this as completed in a59e985 Jun 6, 2019
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