On Tue, Nov 12, 2013 at 10:24 AM, Marc Lepage <
mlepage@antimeta.com> wrote:
> 1) You have Lua references to full userdata (and weak references in the
> table)
> 2) The Lua references go away (but the weak reference in the table remains)
> 3) Later in Lua I try to get access to the light userdata and reuse the full
> userdata because it remains in the table as a weak reference
> 4) And that full userdata is still scheduled for collection
as I see it (might be wrong), at step 2, the object isn't "scheduled