lua-users home
lua-l archive

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


> Is there any method to debug GC crashes except that trying to randomly
> guess which Lua object got collected?

Call collectgarbage'collect' often.

I'm doing it on each cycle of my loop... (Changed from 'step' for
debugging purposes.)

Thanks,
Alexander.