cw-oldrepos / psutil

Automatically exported from code.google.com/p/psutil
Other
0 stars 0 forks source link

Windows process listing only shows 1024 processes. #266

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by amo...@google.com on 24 May 2012 at 6:27

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in r1312. Thanks.

Original comment by g.rodola on 25 May 2012 at 5:26

GoogleCodeExporter commented 9 years ago
0.5.0 is finally out. Closing out as fixed.

Original comment by g.rodola on 27 Jun 2012 at 6:54

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Updated csets after the SVN -> Mercurial migration:
r1312 == revision 6f522fb8249f

Original comment by g.rodola on 2 Mar 2013 at 12:07