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
Please do NOT submit bug reports for questions. Ask questions on IRC at #sway on Libera Chat.
Proprietary graphics drivers, including nvidia, are not supported. Please use the open source equivalents, such as nouveau, if you would like to use Sway.
Please do NOT submit issues for information from the github wiki. The github wiki is community maintained and therefore may contain outdated information, scripts that don't work or obsolete workarounds.
If you fix a script or find outdated information, don't hesitate to adjust the wiki page.
Please read the following before submitting:
If you fix a script or find outdated information, don't hesitate to adjust the wiki page.
Please fill out the following:
Sway Version: 1.10.1 (also happens on master branch when I apply Fix crashes on exit caused by wlroots listener checks #8578)
Debug Log: (I really don't think the full logs are of use here)
Configuration File: It's missing...
Stack Trace:
Just running
sway --config missing
(whenmissing
doesn't exit) is enough to trigger the segfault.In
handle_seat_destroy
config
is dereferenced butconfig
is NULL when the config file couldn't be found.sway/sway/input/seat.c
Line 76 in 10e50e6
config
is only initialized later in the code:sway/sway/config.c
Line 466 in 10e50e6
The text was updated successfully, but these errors were encountered: