From 706527eab48ac5d951799729dbd05b4e0e1b2800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Tue, 13 Feb 2024 19:19:29 +0800 Subject: [PATCH] Github: update `ISSUE_TEMPLATE` --- .github/ISSUE_TEMPLATE/bug_report.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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