[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: GC and lua_newthread and other issues
- From: "Wesley Smith" <wesley.hoke@...>
- Date: Thu, 24 Jan 2008 03:00:48 -0800
No. I have 2 lua_getfields as a sanity check. This is the layout
LUA_REGISTRY
{
LuaAV_app_table_name = {"filename" = thread}
}
The first getfield is getting LuaAV_app_table_name. The second was an
experiment to test if the registry was shared among the main state and
a thread. I assumed it was, but the stack dump is not bearing this
out.
wes
On Jan 24, 2008 2:52 AM, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
> Isn't the first lua_getfield meant to be lua_setfield?
>