[pypy-issue] [issue1482] Fatal RPython error

Armin Rigo tracker at bugs.pypy.org
Sat May 11 12:23:20 CEST 2013


Armin Rigo <armin.rigo at gmail.com> added the comment:

I could reproduce a crash by running just "py.test", i.e. running all tests. 
Then it crashes somewhere around test_geometry, sometimes in the next few tests.

Re "--jit off" not working: I think it's because py.test or someone starts a
subprocess in which to run the tests.  The subprocess is not passed the "--jit"
option, of course...

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1482>
________________________________________


More information about the pypy-issue mailing list