[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua on the PlayStation2
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 23 Oct 2003 15:12:48 -0200
> The PendingRef2 that is returned is the same as PendingRef - almost
> as if the call recognised that there was already an entry for
> SomePendingFunction.
They shouldn't be the same. So the problem seems to be somewhere before
the second call to lua_ref. Either the first reference was already
released (then the system may reuse the reference) or both were nil
(lua_ref always returns the same reference [-1] for nil values).
-- Roberto