Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_process_list() should "continue" in case of NoSuchProcess exception #17

Closed
giampaolo opened this issue May 23, 2014 · 3 comments
Closed

Comments

@giampaolo
Copy link
Owner

From [email protected] on February 21, 2009 01:13:00

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.

Original issue: http://code.google.com/p/psutil/issues/detail?id=17

@giampaolo
Copy link
Owner Author

From [email protected] on February 20, 2009 18:01:18

Done as r142

Status: Verified

@giampaolo
Copy link
Owner Author

From [email protected] on March 17, 2009 08:31:20

Status: Fixed

@giampaolo
Copy link
Owner Author

From g.rodola on March 02, 2013 03:42:34

Updated csets after the SVN -> Mercurial migration: r142 == revision 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant