Debugging thread stall

2009-11-27 Thread Roy Smith
I've got an application which uses several threads (from the threading module) to do I/O. Inexplicably, I've now got a situation where one thread stalls. Are there any good tools for debugging Python threading problems? I'm thinking of something which might print out a list of all the

Re: Debugging thread stall

2009-11-27 Thread silvercl
On Nov 27, 3:22 pm, Roy Smith r...@panix.com wrote: I've got an application which uses several threads (from the threading module) to do I/O.  Inexplicably, I've now got a situation where one thread stalls. Are there any good tools for debugging Python threading problems?  I'm thinking of

Re: Debugging thread stall

2009-11-27 Thread Chandrakant Silver
On Nov 27, 3:22 pm, Roy Smith r...@panix.com wrote: I've got an application which uses several threads (from the threading module) to do I/O.  Inexplicably, I've now got a situation where one thread stalls. Are there any good tools for debugging Python threading problems?  I'm thinking of