[pypy-dev] the program will make pypy say "Segment fault"

Armin Rigo arigo at tunes.org
Mon Feb 27 16:23:42 CET 2012


Hi,

On Mon, Feb 27, 2012 at 12:39, Spacelee <fjctlzy at gmail.com> 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.


More information about the pypy-dev mailing list