[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Our change list for Lua 5.1work2
- From: Mark Hamburg <mhamburg@...>
- Date: Fri, 10 Dec 2004 10:51:00 -0800
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