Hyprland icon indicating copy to clipboard operation
Hyprland copied to clipboard

Exiting osu!lazer crashes entire hyprland session

Open Estebiu opened this issue 2 years ago • 1 comments

Exactly as the title says, exiting osu!lazer (running on wayland; no xwayland) crashes the entire session.

I'm using latest hyprland-git, just compiled, and latest osu-lazer-bin from the AUR.

Hyprland log+coredump: https://files.estebiu.com/filebrowser/share/8zxKLi6Q

I'm not attaching my hyprland config as it still crashes with the default one.

Estebiu avatar Jan 23 '23 19:01 Estebiu

coredump seems completely broken, try the debug build

vaxerski avatar Jan 23 '23 19:01 vaxerski

debug coredump: https://0x0.st/oFMv.txt

(gdb) bt -full
#0  0x00007f5332a84aba in  () at /usr/lib/libwayland-server.so.0
#1  0x00007f5332a8901c in  () at /usr/lib/libwayland-server.so.0
#2  0x00007f5332a879e2 in wl_event_loop_dispatch () at /usr/lib/libwayland-server.so.0
#3  0x00007f5332a88197 in wl_display_run () at /usr/lib/libwayland-server.so.0
#4  0x000055ef7845cd39 in main(int, char**) (argc=1, argv=0x7ffcd51dec38)
    at /usr/include/c++/12.2.1/bits/unique_ptr.h:191
        cmd = "/usr/local/bin/Hyprland"
        configPath = ""
        ignoreSudo = <optimized out>
        LOGWLR = <optimized out>

The asan log didn't produce anything

JustSimplyKyle avatar Jan 27 '23 02:01 JustSimplyKyle

image This is the faulty commit

JustSimplyKyle avatar Jan 27 '23 02:01 JustSimplyKyle

uh... huh.

vaxerski avatar Jan 27 '23 11:01 vaxerski

patch.txt

try this patch

vaxerski avatar Jan 27 '23 11:01 vaxerski

committed anyways cuz it was a bug, see with 666c8051016609d77c5651fb42113474832434d2

vaxerski avatar Jan 27 '23 11:01 vaxerski

Fixed for me

JustSimplyKyle avatar Jan 27 '23 13:01 JustSimplyKyle