> What does it mean when this assertion fails in the VM? (I chopped it up > for clarity) > > lua_assert(ci->u.l.pc == &pc); Probably that your Lua stack is out of synch with your C stack. -- Roberto