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

BSD: different Process methods raise NSP instead of AD #372

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

BSD: different Process methods raise NSP instead of AD #372

giampaolo opened this issue May 23, 2014 · 2 comments

Comments

@giampaolo
Copy link
Owner

From g.rodola on April 30, 2013 21:18:35

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.

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

@giampaolo giampaolo self-assigned this May 23, 2014
@giampaolo
Copy link
Owner Author

From g.rodola on April 30, 2013 12:24:38

Fixed in revision a54c5090e927 and revision 1303aaa87854 .

Status: FixedInHG
Labels: Milestone-0.7.1

@giampaolo
Copy link
Owner Author

From g.rodola on May 03, 2013 08:43:00

Status: Fixed

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