You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hyprland 0.55.2 built from branch v0.55.2 at commit 39d7e20 clean
Regression
I have used hyprland for a long time and never encountered this crash before, so I'd say so.
Describe the bug
When quitting an SDL application that is in fullscreen mode, and relative mouse mode is enabled, hyprland crashes with a segmentation fault.
This appears to be due to a lack of a nullptr check in Hyprland's wp_pointer_warp_v1 implementation
at: src/protocols/PointerWarp.cpp line 30
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hyprland version
Hyprland 0.55.2 built from branch v0.55.2 at commit 39d7e20 clean
Regression
I have used hyprland for a long time and never encountered this crash before, so I'd say so.
Describe the bug
When quitting an SDL application that is in fullscreen mode, and relative mouse mode is enabled, hyprland crashes with a segmentation fault.
This appears to be due to a lack of a nullptr check in Hyprland's wp_pointer_warp_v1 implementation
at:
src/protocols/PointerWarp.cpp line 30
Reproduction steps
System info, crash report, and config
systeminfo.txt
crash_report.txt
hyprland.lua.txt
Reproduction code
All reactions