Added entry for gdb backtrace in bug report

This commit is contained in:
aristocratos 2021-09-26 00:06:00 +02:00
parent 741778bedd
commit 4197f0bb23

View file

@ -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: