From 5cf5349cd79f57433c2539742f087259eee985a1 Mon Sep 17 00:00:00 2001 From: Tudor Brindus Date: Mon, 27 Apr 2020 00:52:16 -0400 Subject: Add debug symbol stack trace note to ISSUE_TEMPLATE.md --- ISSUE_TEMPLATE.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 6014697e..5137decb 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,11 +1,11 @@ -If you are using the nvidia proprietary driver for any reason, you have two choices: +If you are using the Nvidia proprietary driver for any reason, you have two choices: 1. Uninstall it and use nouveau instead 2. Use X11+i3 and close your browser tab If `lsmod | grep nvidia | wc -l` shows anything other than zero, your bug report is not welcome here. -Additionally, problems with Firefox are almost certainly Firefox bugs, not sway bugs. Start by submitting your issue to the Firefox bugzilla and come back here only after they confirm otherwise. +Additionally, problems with Firefox are almost certainly Firefox bugs, not sway bugs. Start by submitting your issue to the Firefox Bugzilla and come back here only after they confirm otherwise. Otherwise, please include the following four components in your bug report: sway version, debug log, configuration (if applicable), and an explanation of steps taken to reproduce the issue. If sway crashes, also include a stack trace. @@ -42,3 +42,5 @@ If you use systemd, you should be able to open the coredump of the most recent c coredumpctl gdb sway And then type `bt full` to obtain the stack trace. + +If the lines mentioning sway/wlroots have "??" for the location, your binaries were built without debug symbols, and the stack trace is unlikely to be useful. You can find instructions to compile sway from source [here](https://github.com/swaywm/sway/wiki/Development-Setup#compiling-as-a-subproject). Note that debug symbols are included in Meson builds by default. -- cgit v1.2.3