[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Debugging crashes on GC
- From: Wim Couwenberg <w.couwenberg@...>
- Date: Tue, 25 Jul 2006 19:32:57 +0200
> I guess I would have to somehow find origin of that
> 0x024bc7e0 state. This seems to be some coroutine, as the main state
> is 0x020e93e8, and we do not create any additional states from C++
> code.
Do you keep a reference to each coroutine you create? Otherwise gc
will collect them, crashing your app.
--
Wim