[pypy-dev] PyPy 2.2.1 segfault

Armin Rigo arigo at tunes.org
Sat Feb 8 11:17:54 CET 2014


Hi Vasily,

On 8 February 2014 07:13, Vasily Evseenko <svpcom at gmail.com> 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): an
internal assertion fails, because nan != nan in C code...


A bientôt,

Armin.


More information about the pypy-dev mailing list