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
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.
From g.rodola on June 11, 2010 21:43:14
Original issue: http://code.google.com/p/psutil/issues/detail?id=94
The text was updated successfully, but these errors were encountered: