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

suspend() raises OSError - EPERM instead of psutil.AccessDenied #94

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

suspend() raises OSError - EPERM instead of psutil.AccessDenied #94

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

Comments

@giampaolo
Copy link
Owner

From g.rodola on June 11, 2010 21:43:14

What steps will reproduce the problem?  
>>> import psutil
>>> psutil.Process(1).suspend()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "psutil/__init__.py", line 274, in suspend
    os.kill(self.pid, signal.SIGSTOP)
OSError: [Errno 1] Operation not permitted
>>> 

On all posix systems.

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

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

From g.rodola on June 11, 2010 13:14:52

Fixed as r556 .

Status: Fixed
Labels: -Progress-0in4

@giampaolo
Copy link
Owner Author

From g.rodola on June 22, 2010 12:37:55

Labels: -Milestone-0.1.4 Milestone-0.2.0

@giampaolo
Copy link
Owner Author

From g.rodola on March 02, 2013 03:53:06

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

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