[issue3392] subprocess fails in select when descriptors are large

Mattias Engdegård report at bugs.python.org
Mon Sep 22 18:44:24 CEST 2008


Mattias Engdegård <yorick at users.sourceforge.net> added the comment:

As the comment in the original bug report said, you need to raise the
file descriptor limit to something well above 2000 before running the
test case.

Needless to say, you may need to do that part as root in case that would
exceed your hard RLIMIT_NOFILE limit.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3392>
_______________________________________


More information about the Python-bugs-list mailing list