New submission from Xiaochang <[email protected]>: I use 64-bit Fedora, and I have downloaded the 2.2.1 version of pypy. I also tried compiling the source code, but all of them have the same "Crash in JIT" error
Below is the error trace info: RPython traceback: File "pypy_module_pypyjit_interp_jit.c", line 105, in jump_absolute__AccessDirect_None File "rpython_jit_metainterp_warmstate.c", line 2616, in maybe_compile_and_run__star_5_1 File "rpython_jit_metainterp_warmstate.c", line 8431, in bound_reached__star_5_1 File "rpython_jit_metainterp_pyjitpl.c", line 5173, in compile_and_run_once___rpython_jit_metainterp_ji_4 File "rpython_jit_metainterp_pyjitpl.c", line 4310, in MetaInterp__compile_and_run_once File "rpython_jit_metainterp_pyjitpl.c", line 7155, in MetaInterp_interpret File "rpython_jit_metainterp_pyjitpl.c", line 12900, in MetaInterp__interpret File "rpython_jit_metainterp_pyjitpl.c", line 20317, in MIFrame_run_one_step File "rpython_jit_metainterp_pyjitpl.c", line 46127, in handler_residual_call_ir_v File "rpython_jit_metainterp_pyjitpl_2.c", line 54319, in execute_varargs___126 File "rpython_jit_metainterp_pyjitpl_2.c", line 21191, in MetaInterp__record_helper_nonpure_varargs File "rpython_jit_metainterp_heapcache.c", line 11222, in HeapCache_clear_caches File "rpython_rtyper_lltypesystem_rdict_1.c", line 37709, in ll_dict_getitem__dicttablePtr_Signed_10 ~~~ Crash in JIT! <KeyError object at 0x1d87180> ---------- messages: 6698 nosy: pypy-issue, xpeng priority: critical release: 2.2 status: unread title: Crash in JIT problem ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1732> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
