[issue11757] test_subprocess failure

2011-04-04 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue11757] test_subprocess failure

2011-04-04 Thread Charles-Francois Natali
Charles-Francois Natali added the comment: _remaining_time doesn't check that endtime > current time and can return a negative number, which would trigger an EINVAL when passed to select (select_select doesn't seem to check for negative double). Note that a check is performed through _check_ti

[issue11757] test_subprocess failure

2011-04-03 Thread Antoine Pitrou
Antoine Pitrou added the comment: According to POSIX, EINVAL in select() means either "an invalid timeout interval was specified" or "the nfds argument is less than 0 or greater than FD_SETSIZE". (http://www.opengroup.org/onlinepubs/007904875/functions/pselect.html) Additionally, Python's se

[issue11757] test_subprocess failure

2011-04-03 Thread Antoine Pitrou
New submission from Antoine Pitrou : In http://www.python.org/dev/buildbot/all/builders/AMD64%20OpenIndiana%203.x/builds/904/steps/test/logs/stdio : test test_subprocess failed -- Traceback (most recent call last): File "/export/home/buildbot/64bits/3.x.cea-indiana-amd64/build/Lib/test/test