Re: [PyQt] random deadlocks in pyqt application

2009-09-01 Thread Erik Janssens
there is nothing in the behaviour of the application that suggests this. Regards, Erik -- Message: 2 Date: Mon, 31 Aug 2009 02:28:14 +0200 From: Giovanni Bajo ra...@develer.com Subject: Re: [PyQt] random deadlocks in pyqt application To: erik.janss

Re: [PyQt] random deadlocks in pyqt application

2009-09-01 Thread Giovanni Bajo
On mar, 2009-09-01 at 08:06 +0200, Erik Janssens wrote: Hello Giovanni, Thanks again for your assistance. I believe I'm handling these things correctly, also there is no use of python threads in the application. I will reread those things to make sure. But we do use python's Queue

[PyQt] random deadlocks in pyqt application

2009-08-30 Thread Erik Janssens
Hi, I'm having random deadlocks in my pyqt application (I don't do any locking and such in the app itself, but the app has 2 QThreads). They appear to occur random when the application is used like a madman (opening and closing windows all the time). A strange observation is that the chances

Re: [PyQt] random deadlocks in pyqt application

2009-08-30 Thread Giovanni Bajo
On dom, 2009-08-30 at 11:22 +0200, Erik Janssens wrote: Hi, I'm having random deadlocks in my pyqt application (I don't do any locking and such in the app itself, but the app has 2 QThreads). They appear to occur random when the application is used like a madman (opening and closing