[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: LuaRC assertion with luaD_call re-entry
- From: "Joshua Jensen" <jjensen@...>
- Date: Thu, 23 Sep 2004 00:07:12 -0600
> 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