Re: [PyQt] Destructor being called on a subthread.

2008-07-31 Thread Phil Thompson
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,

[PyQt] Destructor being called on a subthread.

2008-07-31 Thread Kevin Watters
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