btop/.github/ISSUE_TEMPLATE/bug_report.md
2021-10-16 02:23:44 +02:00

1.2 KiB

name about title labels assignees
Bug report Create a report to help us improve [BUG] bug aristocratos

Describe the bug

[A clear and concise description of what the bug is.]

To Reproduce

[Steps to reproduce the behavior:]

Expected behavior

[A clear and concise description of what you expected to happen.]

Screenshots

[If applicable, add screenshots to help explain your problem.]

Info (please complete the following information):

  • btop++ version: btop -v
  • Binary: [self compiled or static binary from release]
  • (If compiled) Compiler and version:
  • Architecture: [x86_64, aarch64, etc.] uname -m
  • Platform: [Linux, FreeBSD, OsX]
  • (Linux) Kernel: uname -r
  • (OSX/FreeBSD) Os release version:
  • Terminal used:
  • Font used:

Additional context

contents of ~/.config/btop/btop.log

(try running btop with --debug flag if btop.log is empty)

GDB Backtrace

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. thread apply all bt to get backtrace for all threads

  4. Copy and paste the backtrace here: