Re: Deadlock and a rather weird stacktrace

2011-03-10 Thread Ian
On 10/03/2011 09:48, Vincent wrote: Can nobody explain this? Please. how can a sleep() continue in a __bootstrap() ? Regards, Vincent On 4 feb, 13:39, Vincent van Beveren wrote: Hi everyone, I'm currently working on a multithreaded GUI system in Python 2.6. In this system I use conditions to

Re: Deadlock and a rather weird stacktrace

2011-03-10 Thread Vincent
Can nobody explain this? Please. how can a sleep() continue in a __bootstrap() ? Regards, Vincent On 4 feb, 13:39, Vincent van Beveren wrote: > Hi everyone, > > I'm currently working on a multithreaded GUI system in Python 2.6. In this > system I use conditions to coordinate synchronization. Ho

Deadlock and a rather weird stacktrace

2011-02-04 Thread Vincent van Beveren
Hi everyone, I'm currently working on a multithreaded GUI system in Python 2.6. In this system I use conditions to coordinate synchronization. However, one condition suddenly locks, without any cause. As a last resort I have written a small routine to dump all the stack traces. def dumpAl