[issue19227] test_multiprocessing_xxx hangs under Gentoo buildbots

Charles-François Natali report at bugs.python.org
Sat Oct 12 07:55:09 CEST 2013


Charles-François Natali added the comment:

> R. David Murray added the comment:

OSError: [Errno 23] Too many open files in system:
'/home/rdmurray/p34/Lib/tarfile.py'

Well, the buildbot is hitting ENFILE.
Try to run "lsof" as root, to see which process (more likely
processes) have so many open files.
Also, you should check the value of "/proc/sys/fs/file-max", although
the default value should be more than enough.

----------

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


More information about the Python-bugs-list mailing list