[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Lua2C - C2Lua overflow
- From: "Ashley Fryer" <lua@...>
- Date: Mon, 22 Feb 1999 00:20:35 -0800
Are you using lua_beginblock() and lua_endblock() ? You can read more about
them at the end of "section 5.3 Garbage Collection", but the generally you
should enclose any calls to Lua functions within a
lua_beginblock/lua_endblock pair.
ashley
> -----Original Message-----
> From: lua-l@tecgraf.puc-rio.br [mailto:lua-l@tecgraf.puc-rio.br]On
> Behalf Of Supratik Champati
> Sent: Sunday, February 21, 1999 10:55 PM
>
> I am getting the following message
> lua : Lua2C - C2Lua overflow
> Active Stack:
> `settable' tag method [in file (C)]
> lua: exit(1). Unable to recover
>
> Is there a way to solve the above problem ?
>