[pypy-issue] [issue1482] Fatal RPython error

sn6uv tracker at bugs.pypy.org
Thu May 9 07:34:15 CEST 2013


New submission from sn6uv <16sn6uv at gmail.com>:

Raised when running the Sympy tests (specifically sympy/geometry/tests/test_geometry.py). 

Here's the traceback for PyPy 2.0.0-beta2 (line numbers differ slightly for the nightly):

sympy/geometry/tests/test_geometry.py[20] ..f.............RPython traceback:
  File "rpython_jit_metainterp_optimizeopt___init__.c", line 328, in optimize_trace
  File "rpython_jit_metainterp_optimizeopt_unroll.c", line 2350, in UnrollOptimizer_propagate_all_forward
  File "rpython_jit_metainterp_optimizeopt_optimizer.c", line 4062, in Optimizer_propagate_all_forward
  File "rpython_jit_metainterp_optimizeopt_intbounds.c", line 14218, in OptIntBounds_optimize_ARRAYLEN_GC
  File "rpython_jit_metainterp_optimizeopt_virtualize.c", line 979, in OptVirtualize_optimize_ARRAYLEN_GC
Fatal RPython error: NotImplementedError

Affects both 2.0.0-beta2: Python 2.7.3 (c13457babbfb, Apr 22 2013, 17:59:01) [PyPy 2.0.0-beta2 with GCC 4.8.0],
and the latest nightly build: Python 2.7.3 (0423d458c98d, May 08 2013, 22:00:18) [PyPy 2.0.0-beta2 with GCC 4.6.3].
Both with and without the JIT (i.e. with and without '--jit off').

----------
messages: 5693
nosy: pypy-issue, sn6uv
priority: bug
release: 2.0
status: unread
title: Fatal RPython error

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


More information about the pypy-issue mailing list