-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Hyprland Crashes when disconnecting monitors on v0.47.1 #9244
Comments
I am also getting this issue when waking from suspend. I'll try to bisect |
The first bad commit is 5642ed3 |
This seems to be caused by a layer surface being created on a non existent monitor, which prevents the full constructor from running, so when the layer surface is destroyed, accessing the fade in animation segfaults because it is null. |
fixed by #9247 |
Still get a segfault on 47.2, at a different location. Should I open a new issue, or should this one be reused? |
that one comes from split-monitor-workspaces, not hyprland. |
check git |
That seems to have fixed it. Thank you! |
Another one |
Already reported ? *
Regression?
Definitely a regression - something broke after update (requires bisect)
System Info and Hyprland Version
System/Version info
Description
When disconnecting monitors from Hyprland, it now segfaults, after an indeterminate amount of time.
How to reproduce
Attach not paste
Checklist of files to include below
hyprctl systeminfo -c
(always include)Additional info & File uploads
I've tried to bisect, however it is inconsistent. If absolutely needed I will attempt to bisect this weekend. Attached is a full backtrace from the coredump. Hyprland did not produce any crash reports.
hyprland_config_dump.txt
gdb.txt
The text was updated successfully, but these errors were encountered: