-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
s-tui crashes if some cores are offline #201
Comments
I'm experiencing the same issue. Disable some cores then try to run s-tui.
|
same, don't know if this can be fixed in s-tui though, probably needs to be fixed in psutil https://github.com/giampaolo/psutil/blob/7eadee31db2f038763a3a6f978db1ea76bbc4674/psutil/_pslinux.py#L749 needs an extra check to curr to skip cpus without frequency files |
Link the relevant issue here: giampaolo/psutil#2254 |
It seems the upstream issue has been fixed by now, thanks for linking to it 👍 |
Step 1: Describe your environment
Step 2: Describe the problem:
Observed Results:
When taking some of the cores offline, s-tui just crashes:
It also doesn't start until all cores are online again:
Debug Results, output of
s-tui -d
created in a file_s-tui.log
:Step 3: Reproduce the problem:
Steps to reproduce:
The text was updated successfully, but these errors were encountered: