[pypy-issue] [issue1072] Fatal RPython error: OverflowError

James Fysh tracker at bugs.pypy.org
Tue Feb 28 06:16:33 CET 2012


James Fysh <james.fysh at gmail.com> added the comment:

Thanks for the pointers :)

I find that:
> pypy --jit
enable_opts=intbounds:rewrite:virtualize:string:earlyforce:pure:heap:ffi break.py

runs to completion, while

> pypy --jit
enable_opts=intbounds:rewrite:virtualize:string:earlyforce:pure:heap:ffi:unroll
break.py

crashes (same error output as posted earlier in this bug report).

This possibly narrows it down to a bug in the JIT, when applying the unroll
optimisation.  Maybe...

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


More information about the pypy-issue mailing list