lua-users home
lua-l archive

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



On Wed, Dec 22, 2010 at 09:11, Roberto Ierusalimschy <roberto@inf.puc-rio.br> wrote:
> Running a fairly complex script, in the middle of it I get this error:
>
> LuaAPI Failure L->top < L->ci->top lua-5.1.2\src\lapi.c line 569
>
> Any thoughts?

It seems that someone is pushing a value in the API stack without
ensuring that there is space for it.

-- Roberto

Roberto,

Thanks for the input.  I will check that out. 

Now I wonder where the stack size is set?

Time to do more code spelunking.
 
Terry