Allison Randal <[EMAIL PROTECTED]> wrote:
> #0  0x401571b7 in memcpy () from /lib/libc.so.6
> #1  0x08158c41 in compact_pool (interpreter=0x82ebf90, pool=0x82ec770)
>     at src/resources.c:341

Fixed.

The code in smallobject.c that allocates new buffer memory did assume
that it gets zeroed memory, which of course depends on the OS and the
arena size. Now C<buflen>, which is used during GC, is cleared
explicitely.

> Allison

leo

Reply via email to