-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
libwayland-client segfault introduced in a dep update #2952
Comments
Commit |
|
Yeah happens if "wayland" feature is enabled. Commits after |
Additional data from the serial-windows example:
The backtrace is the same:
|
Experiencing similar error when closing any app built with eframe:
Does Arch Linux require some special dependencies to avoid this behavior or is it error in eframe? |
I also experience this issue in Arch Linux with KDE Plasma 5.27 (latest stable).
|
Also experiencing this on Arch with KDE Plasma Error logs are much the same. Interesting thing is that the first window doesn't close when close is called.
|
SDL2 fixes the same issue with this libsdl-org/SDL@132b887 |
This also occurs when closing any single viewport in 0.24, meaning closing one viewport will terminate them all. Experiencing this on |
Does #3606 help? |
It doesn't appear to fix the issue for me |
It does fix the issue for me. Just had to specify |
I'm getting the same (or similar) issue, also on Arch (hyprland):
This is also with |
@ncoder-1 I am also on Archlinux wayland and I was also affected by this before, but I can't reproduce it anymore. I'm on eframe version 0.25 Are you sure it's the same issue? |
@margual56 , you're right it looks like it's a different issue. I'll do a few tests on different WM with different GPU and see if I can narrow it down. I'll post a new issue when I have more of an idea of what triggers it. |
Describe the bug
Some time after
d486c76a9f146c12321b2a3fd0cedfe732e5783d
an updated dep (winit?) is now causing a segfault.This happens only after I do a close and re-open of the window using
run_and_return
.Desktop
Operating System: Fedora Linux 38
KDE Plasma Version: 5.27.4
KDE Frameworks Version: 5.105.0
Qt Version: 5.15.9
Kernel Version: 6.3.0-0.rc7.20230420gitcb0856346a60.59.fc38.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 20 × 12th Gen Intel® Core™ i9-12900H
Memory: 31.0 GiB of RAM
Graphics Processor: Mesa Intel® Graphics
System Version: 1.0
As I know which commit was good, I should be able to work from there with a git bisect and the serial-windows example.
The text was updated successfully, but these errors were encountered: