On Thu, 31 Jul 2008 14:42:17 + (UTC), Kevin Watters
<[EMAIL PROTECTED]> wrote:
> I've got a sporadic crash in my app (not PyQT) and I think I have it
> narrowed down.
>
> 1) Main thread creates a Flub object.
> 2) Main thread releases all references to the Flub object, but there's a
> cycle,
I've got a sporadic crash in my app (not PyQT) and I think I have it
narrowed down.
1) Main thread creates a Flub object.
2) Main thread releases all references to the Flub object, but there's a
cycle,
so the object isn't collected immediately.
3) Worker thread does some unrelated work, during wh