lua-users home
lua-l archive

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


> What does it mean when this assertion fails in the VM? (I chopped it up
> for clarity)
> 
>           lua_assert(ci->u.l.pc == &pc);

Probably that your Lua stack is out of synch with your C stack.

-- Roberto