-
Notifications
You must be signed in to change notification settings - Fork 948
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
X11 doesn't like creating and destroying a lot of windows #32
Comments
Could this be caused by PistonDevelopers/piston_window#215 (comment) ?
cc @kvark |
No, this is unrelated. I just realized that this issue doesn't give any detail. Creating and destroying lots of windows caused a segfault if I remember correctly, and not a Rust panic. But since the X11 backend has received a lot of changes over time, someone should check if it can still be reproduced. |
I opened up a new issue #347 |
Opening and closing 100 windows in rapid succession seems to be fine. As for the original repro of calling |
demo/client: Make WASD composable
chore: rename system tray & add menu feature flag
Original: rust-windowing/glutin#89
The text was updated successfully, but these errors were encountered: