Update bug_report.md

This commit is contained in:
aristocratos 2021-10-16 02:23:44 +02:00 committed by GitHub
parent e20258ea9f
commit e5ccf7db2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -44,10 +44,12 @@ contents of `~/.config/btop/btop.log`
If btop++ is crashing at start the following steps could be helpful:
(Extra helpful if compiled with `make OPTFLAGS="-O0 -g"`)
1. run `gdb btop`
2. `r` to run, wait for crash and press enter
3. `bt` to get backtrace
3. `thread apply all bt` to get backtrace for all threads
4. Copy and paste the backtrace here: