This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients gregory.p.smith, pitrou
Date 2011-01-04.14:44:49
SpamBayes Score 0.0019268907
Marked as misclassified No
Message-id <1294152290.71.0.646502628705.issue10826@psf.upfronthosting.co.za>
In-reply-to
Content
This happens selectively (and intermittently) on the Solaris buildbot:

test_pass_fds (test.test_subprocess.POSIXProcessTestCase) ...  -- maxfd = 256
[36787 refs]
 -- fds that should have been closed: {5, 6, 7, 8, 9, 10, 11, 12, 13}
 -- fds that remained open: {0, 1, 2, 3, 5}
FAIL

test_pass_fds (test.test_subprocess.ProcessTestCasePOSIXPurePython) ...  -- maxfd = 256
[36787 refs]
 -- fds that should have been closed: {5, 6, 7, 8, 9, 10, 11, 12, 13}
 -- fds that remained open: {0, 1, 2, 3, 5}
FAIL

As you see (thanks to debug output), all fds have been closed except number 5.

(http://www.python.org/dev/buildbot/all/builders/sparc%20solaris10%20gcc%203.x/builds/2466/steps/test/logs/stdio)
History
Date User Action Args
2011-01-04 14:44:50pitrousetrecipients: + pitrou, gregory.p.smith
2011-01-04 14:44:50pitrousetmessageid: <1294152290.71.0.646502628705.issue10826@psf.upfronthosting.co.za>
2011-01-04 14:44:49pitroulinkissue10826 messages
2011-01-04 14:44:49pitroucreate