Read the README.md and search for similar issues before posting a bug report!
Any bug that can be solved by just reading the prerequisites section of the README will likely be ignored.
Describe the bug
I have installed btop 1.3.2 Rev 763 on Centos 7 x86_64 hosts. When I execute btop I get the following error:
ERROR: Failed to create _runner thread!
Read the README.md and search for similar issues before posting a bug report!
Any bug that can be solved by just reading the prerequisites section of the README will likely be ignored.
Describe the bug I have installed btop 1.3.2 Rev 763 on Centos 7 x86_64 hosts. When I execute btop I get the following error:
ERROR: Failed to create _runner thread!
Snap version is current: 2.62
[A clear and concise description of what the bug is.]
To Reproduce
Update btop to the latest version using snap. Execute it
Expected behavior Should still support older distros.
Screenshots
Info (please complete the following information):
Kernel: 3.10.0-1160.108.1.el7.x86_64
Additional context
Contents of
~/.config/btop/btop.log
Note: The snap uses:
~/snap/btop/current/.config/btop
(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"
)run (linux):
gdb btop
(macos):lldb btop
r
to run, wait for crash and press enter if prompted, CTRL+L to clear screen if needed.(gdb) bt all No symbol table is loaded. Use the "file" command. (gdb)