[Python-Dev] "Too many open files" errors on "x86 FreeBSD 7.2 3.x" buildbot

Victor Stinner victor.stinner at haypocalc.com
Sat Nov 6 12:19:55 CET 2010


Hi,

I noticed "OSError: [Errno 23] Too many open files in system" errors on your 
FreeBSD buildbot. I would like to know if you configured a limit on the open 
files or maybe of child processes on this buildbot or not, or if it is a 
failure in Python?

The first error always occurs in the first test of test_concurrent_futures. It's 
maybe because this test uses a lot of open files or processes?

Victor


More information about the Python-Dev mailing list