From 4197f0bb23380a1f122a662bfb1e970731f32d00 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Sun, 26 Sep 2021 00:06:00 +0200 Subject: [PATCH] Added entry for gdb backtrace in bug report --- .github/ISSUE_TEMPLATE/bug_report.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index de2eb8b..fd2bf38 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -39,3 +39,15 @@ assignees: aristocratos contents of `~/.config/btop/btop.log` (try running btop with `--debug` flag if error.log is empty) + +**GDB Backtrace** + +If btop++ is crashing at start the following steps could be helpful: + +1. run `gdb btop` + +2. `r` to run, wait for crash and press enter + +3. `bt` to get backtrace + +4. Copy and paste the backtrace here: