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
Bug description
Segfault when calling psutil.cpu_count(logical=False) This happened several times in our environment, but still super rare (a few out of hundreds).
Unfortunately I can't provide any repro. Feel free to close the issue if there are no obvious problems in the c code.
Windows fatal exception: access violation
Current thread 0x00001b10 (most recent call first):
<venv>\lib\site-packages\psutil\_pswindows.py", line 292 in cpu_count_physical
<venv>\lib\site-packages\psutil\__init__.py", line 1573 in cpu_count
psutil.cpu_count(logical=False)
The text was updated successfully, but these errors were encountered:
Platform
Bug description
Segfault when calling
psutil.cpu_count(logical=False)
This happened several times in our environment, but still super rare (a few out of hundreds).Unfortunately I can't provide any repro. Feel free to close the issue if there are no obvious problems in the c code.
The text was updated successfully, but these errors were encountered: