[pypy-dev] PyPy 5.4 release beginning
Armin Rigo
arigo at tunes.org
Wed Aug 24 11:57:48 EDT 2016
Hi Matti,
On 24 August 2016 at 14:08, Matti Picus <matti.picus at gmail.com> wrote:
> I meant this one, failing for a few days now
> http://buildbot.pypy.org/summary/longrepr?testname=&builder=pypy-c-jit-linux-x86-64&build=3709&mod=module%2Ftest_lib_pypy
> as can be seem on the summary for linux-x86-64 on default
> http://buildbot.pypy.org/summary?builder=pypy-c-jit-linux-x86-64&branch=default
>
> I tracked this down to the test_setrlimit() test in
> test_lib_pypy/test_resources.py, skipping that test removes the SIGKILL
> failure
Ah. As it turns out, the fix I did for OS/X applies here too. It
should work from the next run, hopefully. (It got a crash because it
called set_rlimit() with (0, 0), which instantly killed the process
because it was using more than 0 seconds of CPU.)
A bientôt,
Armin.
More information about the pypy-dev
mailing list