Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upClosing the browser window causes panic: Failed to call XSendEvent after wakeup #21027
Labels
Comments
|
Is this still an issue? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Closing a browser window caused this panic:
The source of the panic is https://github.com/tomaka/winit/blob/262490d07447d6539cb4e5d52acf5d4c8ad21c13/src/platform/linux/x11/mod.rs#L1059, which sends an X event and panics if the send fails.
It looks like this needs fixed upstream in winit.