|
> 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.