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 martin.panter
Recipients martin.panter, python-dev, serhiy.storchaka, vstinner
Date 2015-12-05.03:53:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449287629.86.0.809241051475.issue25764@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-12-05 03:53:49martin.pantersetrecipients: + martin.panter, vstinner, python-dev, serhiy.storchaka
2015-12-05 03:53:49martin.pantersetmessageid: <1449287629.86.0.809241051475.issue25764@psf.upfronthosting.co.za>
2015-12-05 03:53:49martin.panterlinkissue25764 messages
2015-12-05 03:53:49martin.pantercreate