New submission from Erez <[email protected]>: Pypy 2.0.0-beta1 crashed while running an intensive computation that used up the entire memory. A more proper response would be throw MemoryError (as it often does on other occasions).
Crash error: RPython traceback: File "pypy_jit_metainterp_warmspot.c", line 986, in ll_portal_runner__Unsigned_Bool_pypy_interpreter File "pypy_jit_metainterp_warmstate.c", line 494, in maybe_compile_and_run__star_5 File "pypy_jit_metainterp_warmstate.c", line 4751, in execute_assembler__star_2_1 File "pypy_jit_metainterp_compile.c", line 5410, in ResumeGuardForcedDescr_handle_fail Fatal RPython error: AssertionError This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. PyPy Version: Python 2.7.3 (7e4f0faa3d51, Nov 22 2012, 10:06:18) [PyPy 2.0.0-beta1 with MSC v.1500 32 bit] on win32 My System: Windows 7 64-bit, 4gb of memory ---------- messages: 5335 nosy: erez, pypy-issue priority: bug status: unread title: Pypy crashes under memory stress ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1398> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
