[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: SIGSEGV during lua 4.0 GC
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 8 May 2001 15:03:59 -0300 (EST)
>#9 0x8076c53 in luaM_realloc (L=0x81bb008, block=0x1, size=0)
> at lmem.c:157
>#10 0x8079a0a in luaH_free (L=0x81bb008, t=0x827e908) at ltable.c:229
In #9, block should be 0x827e908 no 0x1. I don't know what happened.
Can you try efence instead of dmalloc?
With efence you'll get an error as soon as a memory error occurs.
To use efence, just link with -lefence (I assume you're running Linux).
--lhf