[pypy-issue] [issue1495] Crash in JIT from Bitbucket latest (checkout of 5/24/2013 at 1pm PST)

Ben Jolitz tracker at bugs.pypy.org
Sat May 25 01:49:17 CEST 2013


Ben Jolitz <ben.jolitz at gmail.com> added the comment:

RPython traceback:
  File "rpython_jit_metainterp_pyjitpl.c", line 20079, in MIFrame_run_one_step
  File "rpython_jit_metainterp_pyjitpl_1.c", line 3376, in 
MIFrame_opimpl_jit_merge_point
  File "rpython_jit_metainterp_pyjitpl_1.c", line 34578, in 
MetaInterp_reached_loop_header
  File "rpython_jit_metainterp_pyjitpl_1.c", line 64302, in 
MetaInterp_compile_loop
  File "rpython_jit_metainterp_compile.c", line 14996, in compile_retrace
Fatal RPython error: AssertionError
Abort trap: 6

This is in a program that starts up seven threads of HTTPServer with the 
ThreadingMixin (mitmproxy) and shuts them down when a client dies.

built as:
python ../../rpython/bin/rpython -Ojit --gcrootfinder=shadowstack --make-jobs=7 
targetpypystandalone.py --withmod-cpyext

modules used:
slimit, ply, pyOpenSSL (c-extension, built inside virtualenv with pypy), 
BeautifulSoup4.

Platform:
OSX Mountain Lion 10.8.3

----------
status: unread -> chatting

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


More information about the pypy-issue mailing list