lua-users home
lua-l archive

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


> Line:514
> 
> Expression: L->top < L->ci->top
> 
> line 514 is within lua_pushlightuserdata
> 
> this doesn't really tell me much though...

This means that a stack overflow has occurred.
You probably need to ask for more slots in your app, using luaL_checkstack.