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?
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.
From [email protected] on May 24, 2012 20:27:03
Attachment: psutil.patch
Original issue: http://code.google.com/p/psutil/issues/detail?id=266
The text was updated successfully, but these errors were encountered: