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
If you use systemd, you should be able to open the coredump of the most recent crash with gdb with coredumpctl gdb sway and then bt full to obtain the stack trace.
If the lines mentioning sway or wlroots have ?? for the location, your binaries were built without debug symbols. Please compile both sway and wlroots from source and try to reproduce.
Description:
I opened Librewolf
I went to swayfx's GitHub
I dragged the "swayfx" repo link
swayfx crashed
It varies a bit in how soon it crashes after dragging the link, but it crashes fairly consistently (~90% of the time). Also, I'm not sure why, but the log entry in dmesg varies. Sometimes it says something like this:
[16884.690990] i915 0000:0b:00.0: [drm] *ERROR* Atomic update failure on pipe C (start=1243356 end=1243357) time 284 us, min 3058, max 3073, scanline start 3040, end 3083
And sometimes it's a segfault message instead:
[21736.913391] sway[44897]: segfault at 7f1bc3da3418 ip 00007f183da78da0 sp 00007ffdffb478e8 error 4 in libgallium-25.0.0.so[1a78da0,7f183c001000+1ab8000] likely on CPU 6 (core 0, socket 0)
The text was updated successfully, but these errors were encountered:
Please fill out the following:
Swayfx Version:
swayfx version 0.5 (based on sway 1.10.1)
Debug Log:
Configuration File:
Stack Trace:
coredumpctl gdb sway
and thenbt full
to obtain the stack trace.??
for the location, your binaries were built without debug symbols. Please compile both sway and wlroots from source and try to reproduce.Description:
It varies a bit in how soon it crashes after dragging the link, but it crashes fairly consistently (~90% of the time). Also, I'm not sure why, but the log entry in dmesg varies. Sometimes it says something like this:
And sometimes it's a segfault message instead:
The text was updated successfully, but these errors were encountered: