Hi Matti,

On 24 August 2016 at 14:08, Matti Picus <matti.pi...@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.
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to