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

Zombie Windows #403

Open
doutriaux1 opened this issue Apr 18, 2019 · 0 comments
Open

Zombie Windows #403

doutriaux1 opened this issue Apr 18, 2019 · 0 comments
Assignees
Labels
bug low Low Priority bug (but not enhancement)
Milestone

Comments

@doutriaux1
Copy link
Contributor

import vcs
import numpy as np
mat = np.zeros([5,5])
x = vcs.init()
y = vcs.init()
x.plot(mat)
y.plot(mat)
x.clear()
y.clear()
x.close() ; # This leads to a zombie window that doesn't die until the ipython session is killed
y.close() ; # Same here```python

leads to x and y zombie windows opened forever and ever after.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug low Low Priority bug (but not enhancement)
Projects
None yet
Development

No branches or pull requests

2 participants