lua-users home
lua-l archive

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


> When resuming the caller of a function, during cleaning up 
> (cleanarray(res, L->top) in luaD_poscall), LuaRC attempts to 
> re-enter luaD_call via do1gcTM while collecting a userdata 
> with __gc metatable which results in "Assertion failed: 
> !(L->ci->state & (1<<2)), file c:\dev\luarc\src\ldo.c, line 330".

Also fixed at http://luaplus.org/ in Subversion.

Josh