lua-users home
lua-l archive

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


Create a new Lua state. Push some values to it. Call a utility function that
happens to type check the values on the stack. luaL_argerror which is what
luaL_typerror calls which is what luaL_checktype calls is unhappy when there
is no stack frame.

Mark

on 12/10/04 9:31 AM, Roberto Ierusalimschy at roberto@inf.puc-rio.br wrote:

>> * Fix luaL_argerror to deal with the case where there is no stack frame.
> 
> How can this case happen?
> 
> -- Roberto