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

Windows process listing only shows 1024 processes. #266

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

Windows process listing only shows 1024 processes. #266

giampaolo opened this issue May 23, 2014 · 3 comments

Comments

@giampaolo
Copy link
Owner

From [email protected] on May 24, 2012 20:27:03

What steps will reproduce the problem?  
1. Start more than 1024 processes on a Windows machine.
2. run psutil.get_pid_list() 

What is the expected output?  
There should be as many pids in the list as there are processes. 

What do you see instead?  
Only the first 1024 pids. 

What version of psutil are you using? What Python version?  
psutil 0.4.1

I have attached a patch that should fix the problem - I have not really tested 
it though, so use with care.

Attachment: psutil.patch

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

@giampaolo
Copy link
Owner Author

From g.rodola on May 25, 2012 10:26:22

Fixed in r1312 . Thanks.

Status: FixedInSVN
Labels: -Priority-Low Priority-Medium OpSys-Windows Milestone-0.5.0

@giampaolo
Copy link
Owner Author

From g.rodola on June 27, 2012 11:54:03

0.5.0 is finally out. Closing out as fixed.

Status: Fixed

@giampaolo
Copy link
Owner Author

From g.rodola on March 02, 2013 04:07:56

Updated csets after the SVN -> Mercurial migration: r1312 == revision 
6f522fb8249f

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