[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: the gc
- From: "D Burgess" <dburgess@...>
- Date: Wed, 9 Aug 2006 23:28:24 +1000
I have not yet been able to thin out the trace diagnostics,
however the stack collection may be a side effect, it would
seem that the environment (or maybe its metatable entry)
of the running thread is being collected.
I have (Lua Code):
func() -- works ok
assert() - fails because the function cant be found
_G.assert() - fails because function cant be found
David B.