Saltaformajo
Saltaformajo
@akshsekhr2702 your fix is for Windows platform @ikalco i'm not sure, is it what you asked for? I run this after Hyprland was restarted: `➜ ~ coredumpctl debug Hyprland` It...
with `HYPRLAND_TRACE=1 AQ_TRACE=1` Stack trace ``` Message: Process 406324 (Hyprland) of user 1000 dumped core. Stack trace of thread 406324: #0 0x000079d54c8a53f4 n/a (libc.so.6 + 0x963f4) #1 0x000079d54c84c120 raise (libc.so.6...
> @coffebar try this [patch.txt](https://github.com/user-attachments/files/16769563/patch.txt) you can also try disabling gammastep cause crash seems related also if it crashes again, build with debug symbols and accept symbols in gdb and...
``` #0 0x000074f2e04a53f4 in ?? () from /usr/lib/libc.so.6 [Current thread is 1 (Thread 0x74f2dea1f2c0 (LWP 493241))] (gdb) bt -full #0 0x000074f2e04a53f4 in ??? () at /usr/lib/libc.so.6 #1 0x000074f2e044c120 in raise...
Trace ``` #0 0x00007dad79fb63f4 in ?? () from /usr/lib/libc.so.6 [Current thread is 1 (Thread 0x7dad784ae2c0 (LWP 655061))] (gdb) bt -full #0 0x00007dad79fb63f4 in ??? () at /usr/lib/libc.so.6 #1 0x00007dad79f5d120 in...
Trace ``` #0 0x00007109f68773f4 in ?? () from /usr/lib/libc.so.6 [Current thread is 1 (Thread 0x7109f4d6b2c0 (LWP 681004))] (gdb) bt -full #0 0x00007109f68773f4 in ??? () at /usr/lib/libc.so.6 #1 0x00007109f681e120 in...
> try [patch.txt](https://github.com/user-attachments/files/16825379/patch.txt) This patch works for me. Thanks
Nothing in plugin code can cause this type of issues. Try to reproduce with dependency https://github.com/Shatur/neovim-session-manager and with native [sessions](https://neovim.io/doc/user/usr_21.html) `:mksession` used by neovim-session-manager. Try to fix it in your...
I have this too. ### conf ```bash monitor=,preferred,auto,auto # this one crashes over usb-c, but working with HDMI monitor= desc:BNQ BenQ PD2705U 89P03368019,3840x2160@60,0x0,1.5 monitor= desc:BOE 0x094C,1920x1200@60,0x1440,1 # X1 Carbon ```...
My steps to reproduce are different. I don't have a chained monitor, just connected to Thunderbolt, but resolution set in config (3840x2160@60,0x0,1.5) for some reason is not supported via this...