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

Test failing on Windows Vista #55

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

Test failing on Windows Vista #55

giampaolo opened this issue May 23, 2014 · 5 comments

Comments

@giampaolo
Copy link
Owner

From g.rodola on June 12, 2009 01:47:17

======================================================================
ERROR: test_windows_pid_4 (__main__.TestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Users\user\Desktop\psutil-0.1.2\test\test_psutil.py", line 404,
in te
st_windows_pid_4
    rss, vms = p.get_memory_info()
  File "C:\Python26\lib\site-packages\psutil\_psutil.py", line 290, in
get_memor
y_info
    return _platform_impl.get_memory_info(self.pid)
  File "C:\Python26\lib\site-packages\psutil\_psmswindows.py", line 61, in
wrapp
er
    raise AccessDenied
AccessDenied

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

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

From [email protected] on June 17, 2009 10:42:33

Is this as an administrator user account or a user account? The user running psutil
would need to have sufficient security privileges for PROCESS_QUERY_INFORMATION and
PROCESS_VM_READ on the process we're trying to query.

@giampaolo
Copy link
Owner Author

From [email protected] on July 14, 2009 05:21:42

I tried with both limited and super user accounts getting the same problem.
I'll try to look further into this issue once I manage to get access to a Windows
Vista box again (soon I hope).

@giampaolo
Copy link
Owner Author

From [email protected] on September 17, 2009 03:44:13

Labels: Milestone-0.1.3

@giampaolo
Copy link
Owner Author

From [email protected] on September 19, 2009 11:03:47

Disabled the test on Vista as r436 .

Status: Fixed
Labels: -Progress-0in4

@giampaolo
Copy link
Owner Author

From g.rodola on March 02, 2013 03:49:40

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

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