lua-users home
lua-l archive

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


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.