New submission from Ben Jolitz <[email protected]>: 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. ---------- messages: 5757 nosy: benjolitz, pypy-issue priority: bug status: unread title: Crash in JIT from Bitbucket latest (checkout of 5/24/2013 at 1pm PST) ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1495> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
