Hi, On Mon, Feb 27, 2012 at 12:39, Spacelee <[email protected]> wrote: > Segment Fault
Thanks for the report! Fixed, probably, by b9733690c4de. The issue occurs with strings (or other variable-sized mallocs) with a number of items that is constant for the JIT, and whose total constant size is between 67584 bytes (135168 on 64-bit) and 16MB. Bah. A bientôt, Armin. _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
