Ben Jolitz <[email protected]> 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 <[email protected]> <https://bugs.pypy.org/issue1495> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
