On 7/20/06, Will Farr <address@hidden> wrote:
> ./configure --enable-gc-hooks --enable-extra-symbol-slot --enable-symbol-gc
>
> I wanted everything. I built it again this morning with no extra
> options to configure on the Xenon (i.e. configure command
> ./configure), and it worked fine (both nursery size determination and
> no seg-fault). So something about the extra options breaks them. I
> don't really need them, so this solves my problem, but there's still
> some bug hanging around.
>
Yep, here is the patch (it has to do with the extra-symbol slot):
runtime.c:
> *(a++) = name;
7597c7598
< *(a++) = C_SCHEME_UNDEFINED;
---
> *a = C_SCHEME_UNDEFINED;
7599d7599
< *a = name;
cheers,
felix
--
http://galinha.ucpel.tche.br:8081/blog/blog.ssp