-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 Wayland when calling iced::exit() #2482
Comments
Can reproduce. Seems related to smithay-clipboard, in particular state.rs and client-toolkit/blob/master/src/primary_selection/mod.rs#L78. |
Looks like a known problem or at least related to. Smithay/smithay-clipboard#52 |
This is due to an incorrect use of https://github.com/iced-rs/iced/blob/master/winit/src/clipboard.rs#L19-L27
valgrind log showing the issue in excruciating detail
|
Is your issue REALLY a bug?
Is there an existing issue for this?
Is this issue related to iced?
What happened?
On Wayland.
Following the multi-window example, after updating my app to version = "0.13.0-dev". I get
after calling iced:exit()
I tried on xorg and don't get this error
What is the expected behavior?
Should not get SIGSEV.
Version
master
Operating System
Linux
Do you have any log output?
The text was updated successfully, but these errors were encountered: