lua-users home
lua-l archive

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


> 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