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
All the methods using kinfo_getfile() are suffering this issue:
- get_connections()
- get_memory_maps()
- get_num_fds()
- get_open_files()
- getcwd()
In case kinfo_getfile() fails because of permissions error instead of raising
AccessDenied we raise NoSuchProcess.
From g.rodola on April 30, 2013 21:18:35
Original issue: http://code.google.com/p/psutil/issues/detail?id=372
The text was updated successfully, but these errors were encountered: