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
Describe the bug
I'm getting a thread panic on my new Thinkpad X1 Nano Gen 1 sometimes when attempting to fetch CPU information. I think the problem is a kernel bug which prevents the data from being read however it should be handled properly instead of panicking.
To Reproduce
Steps to reproduce the behavior:
Run command 'acs get cpus'
Received error
Expected behavior
The os error 61 should be handled properly instead of panicking.
**Screenshots
Version
autoclockspeed 0.1.11 installed with cargo install
I will work to fix this issue since it seems to be a hardware issue with my specific laptop and might be difficult to reproduce.
The text was updated successfully, but these errors were encountered:
Seems like the issue is with a certain thermal zone not reading properly on my system, I bet it is a known issue with my outdated firmware/bios which I haven't updated in a while. I'll try to fix the panic within auto-clock-speed either way then update my computer.
Update: the thermal zone is now working and auto clock speed is functioning as expected now. We for sure need to improve error handling on this front because acs should not stop working just because one thermal zone cannot be read. I will work on this issue.
Describe the bug
I'm getting a thread panic on my new Thinkpad X1 Nano Gen 1 sometimes when attempting to fetch CPU information. I think the problem is a kernel bug which prevents the data from being read however it should be handled properly instead of panicking.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The os error 61 should be handled properly instead of panicking.
**Screenshots
Version
autoclockspeed 0.1.11 installed with
cargo install
I will work to fix this issue since it seems to be a hardware issue with my specific laptop and might be difficult to reproduce.
The text was updated successfully, but these errors were encountered: