lua-users home
lua-l archive

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


Romulo,

> I don't know if you looked at the commented source I
> sent in the first post, but the problem is that coxpcall is attempting to
read/write to
> 'arg', and there is no 'arg' in coxpcall. Also, I don't know where to
> take it because, in theory, xpcall don't have extra arguments; just two.

You are right! What happened was that Xavante have been mostly used with the
standalone Lua interpreter, which creates the global "arg", so the bug has
passed unoticed until now.

Thanks a lot for pointing it out, the new release of coxpcall (1.6) is
available on LuaForge now.

Andre Carregal