Re: [pypy-dev] PyPy 2.2.1 segfault

2014-02-08 Thread Armin Rigo
Hi Vasily, On 8 February 2014 07:13, Vasily Evseenko wrote: > I've attached program that segfaults pypy. No external modules used and > its works under CPython. Thanks! Fixed in 3a0ef8f31265. The problem was caused by a list of floats that contains "nan" values (the Z variable in your code): a

[pypy-dev] PyPy 2.2.1 segfault

2014-02-07 Thread Vasily Evseenko
Hi, I've attached program that segfaults pypy. No external modules used and its works under CPython. RPython traceback: File "rpython_jit_metainterp_pyjitpl.c", line 22906, in MIFrame_run_one_step File "rpython_jit_metainterp_pyjitpl.c", line 57647, in handler_getlistitem_gc_f File "rpython_