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
[A clear and concise description of what the bug is.]
To Reproduce
[Steps to reproduce the behavior:]
(While bpytop is running, disable some CPU cores, e.g. sudo chcpu -d 2-11 (here I disable cores 2-11). This will result in weird numbering of the CPU cores on the bpytop display.
In the above example, with cores 2-11 still disabled, shut down bpytop and restart it. Now, the active cores are shown properly.
Now re-enable the deactivated cores (sudo chcpu -e 2-11), while bpytop is running from step (2) above.. bpytop will now crash.
Expected behavior
[A clear and concise description of what you expected to happen.]
The displayed cores should correspond to the active ones. For example, in the classic top if a core is deactivated, it is no longer shown. In htop it is explicitly shown as off-line. bpytop should not crash if more cpu cores are enabled.
Screenshots
[If applicable, add screenshots to help explain your problem.]
Info (please complete the following information):
bpytop version: 1.0.68
psutil version: 5.9.8
(Linux) Linux distribution and version: Ubuntu 24.04
(OSX/FreeBSD) Os release version:
Terminal used: Bash
Font used: Monospace 12
Python version, python3 --version (version 3.6 or above is required): 3.12.3
Additional context
contents of ~/.config/bpytop/error.log
(try running bpytop with --debug flag if error.log is empty)
Describe the bug
[A clear and concise description of what the bug is.]
To Reproduce
[Steps to reproduce the behavior:]
sudo chcpu -d 2-11
(here I disable cores 2-11). This will result in weird numbering of the CPU cores on the bpytop display.sudo chcpu -e 2-11
), whilebpytop
is running from step (2) above.. bpytop will now crash.Expected behavior
[A clear and concise description of what you expected to happen.]
The displayed cores should correspond to the active ones. For example, in the classic
top
if a core is deactivated, it is no longer shown. Inhtop
it is explicitly shown as off-line.bpytop
should not crash if more cpu cores are enabled.Screenshots
[If applicable, add screenshots to help explain your problem.]
Info (please complete the following information):
python3 --version
(version 3.6 or above is required): 3.12.3Additional context
contents of
~/.config/bpytop/error.log
(try running bpytop with
--debug
flag if error.log is empty)error.log
The text was updated successfully, but these errors were encountered: