You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Installed btop standard on two machines, locally on Macbook as well as remote on ubuntu. Both exhibit strange UI bugs with colors. Low color mode works fine.
To Reproduce
Install on MacOS or ssh into Ubuntu with MacOS, colors will be very broken, especially on large screens.
Expected behavior
No color issues
Screenshots
Info (please complete the following information):
btop++ version: btop --version
If using snap: snap info btop
Binary: [self compiled or static binary from release]
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
Installed btop standard on two machines, locally on Macbook as well as remote on ubuntu. Both exhibit strange UI bugs with colors. Low color mode works fine.
To Reproduce
Install on MacOS or ssh into Ubuntu with MacOS, colors will be very broken, especially on large screens.
Expected behavior
No color issues
Screenshots
Info (please complete the following information):
btop --version
snap info btop
uname -m
uname -r
MAC:
btop version: 1.4.0
Compiled with: clang++ (15.0.0)
Configured with: /Applications/Xcode.app/Contents/Developer/usr/bin/make STATIC= FORTIFY_SOURCE=true
Ubuntu:
btop version: 1.3.2
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):
thread apply all bt
(lldb):bt all
to get backtrace for all threadsCopy and paste the backtrace here:
The text was updated successfully, but these errors were encountered: