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.