[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: gc removing already removed nils from the stack -> mem error
- From: liam mail <liam.list@...>
- Date: Sat, 8 Dec 2012 22:01:18 +0000
Can you provided a complete example which displays this problem, it
seems like there is something more going on.
>and ready for another lua_getfield request,
Suggests that this maybe inside a loop.
>lua_gettop gives -1 (in subsequent use it says -2 ...)
Suggests that you are using an invalid index, have you tried turning
LUA_USE_APICHECK on?
--Liam