Martin Panter added the comment:

OS X buildbots don’t like my resource change.

http://buildbot.python.org/all/builders/AMD64%20Snow%20Leop%203.4/builds/1377/steps/test/logs/stdio

It seems that the setrlimit() cleanup line is failing, all the subsequent tests 
fail to fork(). I don’t understand why it would fail to restore the original 
soft limit. The exception is “ValueError: not allowed to raise maximum limit” 
(corresponding to EPERM).

All I can think of is the soft limit is reported as RLIM_INFINITY, but maybe 
setrlimit() does not accept that if the hard limit is finite. Failing that, I 
will have to skip the test before reducing the soft limit if setting the 
original limit fails.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25764>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to