Skip to content

Commit

Permalink
Update bug_report.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aristocratos committed Oct 16, 2021
1 parent e20258e commit e5ccf7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

0 comments on commit e5ccf7d

Please sign in to comment.