diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a8884aa15..a2feddd87 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -46,9 +46,7 @@ Output of `fastfetch --list-features`: Paste the stacktrace here. You may get it with: ``` -$ gdb /path/to/fastfetch -$ run -$ bt +$ gdb -q -ex 'set confirm off' -ex run -ex 'bt full' -ex quit --args /path/to/fastfetch --no-buffer ``` If you are able to identify which module crashed, the strace can be helpful too