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

James Fysh tracker at bugs.pypy.org
Mon Feb 27 08:21:00 CET 2012


New submission from James Fysh <james.fysh at gmail.com>:

When running the code (attached in break.py), the following error occurs:

RPython traceback:
  File "translator_goal_targetpypystandalone.c", line 1849, in entry_point
  File "interpreter_pyframe.c", line 981, in PyFrame_execute_frame
  File "jit_metainterp_warmspot.c", line 862, in
ll_portal_runner__Unsigned_Bool_pypy_interpreter
  File "module_pypyjit_interp_jit.c", line 145, in portal_2
  File "interpreter_pyopcode.c", line 2906, in handle_bytecode__AccessDirect_None
  File "interpreter_pyopcode.c", line 7712, in dispatch_bytecode__AccessDirect_None
  File "interpreter_pyopcode.c", line 14882, in call_function__AccessDirect_None
  File "interpreter_pyframe.c", line 981, in PyFrame_execute_frame
  File "jit_metainterp_warmspot.c", line 862, in
ll_portal_runner__Unsigned_Bool_pypy_interpreter
  File "module_pypyjit_interp_jit.c", line 145, in portal_2
  File "interpreter_pyopcode.c", line 2906, in handle_bytecode__AccessDirect_None
  File "interpreter_pyopcode.c", line 7325, in dispatch_bytecode__AccessDirect_None
  File "interpreter_pyopcode.c", line 14882, in call_function__AccessDirect_None
  File "interpreter_pyframe.c", line 981, in PyFrame_execute_frame
  File "jit_metainterp_warmspot.c", line 862, in
ll_portal_runner__Unsigned_Bool_pypy_interpreter
  File "module_pypyjit_interp_jit.c", line 145, in portal_2
  File "interpreter_pyopcode.c", line 2906, in handle_bytecode__AccessDirect_None
  File "interpreter_pyopcode.c", line 8472, in dispatch_bytecode__AccessDirect_None
  File "interpreter_pyopcode.c", line 14882, in call_function__AccessDirect_None
  File "interpreter_pyframe.c", line 981, in PyFrame_execute_frame
  File "jit_metainterp_warmspot.c", line 862, in
ll_portal_runner__Unsigned_Bool_pypy_interpreter
  File "module_pypyjit_interp_jit.c", line 145, in portal_2
  File "interpreter_pyopcode.c", line 2906, in handle_bytecode__AccessDirect_None
  File "interpreter_pyopcode.c", line 8365, in dispatch_bytecode__AccessDirect_None
  File "interpreter_pyopcode.c", line 20839, in EXEC_STMT__AccessDirect_None
  File "interpreter_pyframe.c", line 981, in PyFrame_execute_frame
  File "jit_metainterp_warmspot.c", line 938, in
ll_portal_runner__Unsigned_Bool_pypy_interpreter
Fatal RPython error: OverflowError

I believe this to be in error, as CPython (2.7.2) is able to run the same code
without issue.

----------
files: break.py
messages: 4013
nosy: jfysh, pypy-issue
priority: bug
status: unread
title: Fatal RPython error: OverflowError

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


More information about the pypy-issue mailing list