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
When iterating over /proc/{pid}/fdinfo/{fd} "fd" may disappear on us. In this case psutil treats this condition as "process is gone" and raises NoSuchProcess.
Instead, it should skip the fd and go on.
This is related to #1014.
The text was updated successfully, but these errors were encountered:
When iterating over
/proc/{pid}/fdinfo/{fd}
"fd" may disappear on us. In this case psutil treats this condition as "process is gone" and raises NoSuchProcess.Instead, it should skip the fd and go on.
This is related to #1014.
The text was updated successfully, but these errors were encountered: