lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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