[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Help: Crash in garbage collection
- From: Nikolai Kondrashov <Nikolai.Kondrashov@...>
- Date: Fri, 16 Oct 2009 20:03:25 +0400
Tom Miles wrote:
> I build up a structure of embedded tables then save them out using some
> custom file writer that goes through all the tables saving to a text
> file. The crash occurs when building up the initial table to save. The
> structure I am saving out is a depth first search of an object tree with
> each table representing a child node. Generally the crash occurs when I
> have recursed to at least 10 nodes deep.
Could it be, by any chance a lua_checkstack-missing issue?
Sincerely,
Nick