[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: the gc
- From: roberto@... (Roberto Ierusalimschy)
- Date: Mon, 7 Aug 2006 11:11:48 -0300
Can you check whether function traversestack is being called for Thread
A (during the collection)?
> in this case lua_gettop(L) is 4 and the 3rd item from the
> top is et to nil.
(Didn't you mean "from the bottom"?) And what happens with the item
at position 4? After the collection, lua_gettop still returns 4? And,
if you call "lua_isnil(L, 3)" you actually get "true"?
-- Roberto