[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: ANN: coxpcall 1.6 (was RE: Xavate crash and coxpcall missing 'arg' variable)
- From: "Andre Carregal" <carregal@...>
- Date: Mon, 16 May 2005 19:50:24 -0300
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