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

RuntimeError When Adding Part #180

Open
nickfong opened this issue May 17, 2018 · 0 comments
Open

RuntimeError When Adding Part #180

nickfong opened this issue May 17, 2018 · 0 comments
Labels

Comments

@nickfong
Copy link
Contributor

The following error is encountered when a part is added, the addition of the part is undone, and another part is added:

Traceback (most recent call last):
  File "./cadnano/views/gridview/gridrootitem.py", line 92, in partAddedSlot
    self.select_tool.setPartItem(na_part_item)
  File "./cadnano/views/gridview/tools/selectgridtool.py", line 147, in setPartItem
    self.group.resetTransform()
RuntimeError: wrapped C/C++ object of type GridSelectionGroup has been deleted
Abort trap: 6

To reproduce:

  1. Click HoneyComb
  2. Undo
  3. Click HoneyComb or Square
  4. cadnano2.5 crashes with the aforementioned error

On master with HEAD at 0a160f3

@nickfong nickfong added the bug label May 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant