"Dale P. Smith" <[EMAIL PROTECTED]> writes:

> #2  0x2ad30308 in __libc_realloc (oldmem=0x2adde954, bytes=18000)
>     at malloc.c:3097
> #3  0x2aafb028 in scm_must_realloc (where=0x100260b8, old_size=12000,
>     size=18000, what=0x2aac93f0 "scm_subr_table") at gc.c:1931

This looks suspicious.  Compare OLDMEM with WHERE.  They should be
identical, shouldn't they?  (Well, __libc_realloc could have changed
the place where OLDMEM is stored...)

_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to