lua-users home
lua-l archive

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


Thanks all!

I found a few dark corners where a stack overflow was possible and lit them up.

On Wed, Dec 14, 2011 at 3:57 PM, Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br> wrote:
> 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.