mirror of
https://github.com/swaywm/sway.git
synced 2026-04-26 06:46:26 -04:00
1.4 KiB
1.4 KiB
| name | about | labels |
|---|---|---|
| Bugs | Crashes and other bugs which doesn't occur in Sway upstream | bug |
Please read the following before submitting:
- Make sure the issue is with one of the additional features of sway-borders or one which does not occur in sway upstream.
Please fill out the following:
-
Sway Version:
swaymsg -t get_versionorsway -v
-
Debug Log:
- Run
sway -d 2> ~/sway.logfrom a TTY and upload it to a pastebin, such as gist.github.com. - This will record information about sway's activity. Please try to keep the reproduction as brief as possible and exit sway.
- Run
-
Configuration File:
- Please try to produce with the default configuration.
- If you cannot reproduce with the default configuration, please try to find the minimal configuration to reproduce.
- Upload the config to a pastebin such as gist.github.com.
-
Stack Trace:
- This is only needed if sway crashes.
- If you use systemd, you should be able to open the coredump of the most recent crash with gdb with
coredumpctl gdb swayand thenbt fullto 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:
- The steps you took in plain English to reproduce the problem.