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
file: process_handles.c:250 -> exception: "globalFileName" was "nullptr"
We recently upgraded from an older version of psutil (5.2.2) to the latest package.
Since then we encountered numerous crashes. I traced the crash dumps down to one culprit:
process_handles.c lines 246ff.:
It seems like globalFileName can be NULL here.
The text was updated successfully, but these errors were encountered:
Windows
file: process_handles.c:250 -> exception: "globalFileName" was "nullptr"
We recently upgraded from an older version of psutil (5.2.2) to the latest package.
Since then we encountered numerous crashes. I traced the crash dumps down to one culprit:
process_handles.c lines 246ff.:
It seems like globalFileName can be NULL here.
The text was updated successfully, but these errors were encountered: