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: