Armin Rigo <[email protected]> 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 <[email protected]> <https://bugs.pypy.org/issue1482> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
