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
get_process_list() should swallow NoSuchProcess exceptions (and possibly
others) during creation of the Process objects from PIDs, since a PID may
go away while generating the Process object.
When such an event occurs get_process_list() should just go on and process
other pids.
From [email protected] on February 21, 2009 01:13:00
Original issue: http://code.google.com/p/psutil/issues/detail?id=17
The text was updated successfully, but these errors were encountered: