Re: Debugging SocketServer.ThreadingTCPServer

2007-02-03 Thread R. Bernstein
"Stuart D. Gathman" <[EMAIL PROTECTED]> writes: > On Tue, 16 Jan 2007 09:11:38 -0500, Jean-Paul Calderone wrote: > > > On Tue, 16 Jan 2007 00:23:35 -0500, "Stuart D. Gathman" > > <[EMAIL PROTECTED]> wrote: > >>I have a ThreadingTCPServer application (pygossip, part of > >>http://sourceforge.net/p

Re: Debugging SocketServer.ThreadingTCPServer

2007-02-03 Thread Stuart D. Gathman
On Tue, 16 Jan 2007 09:11:38 -0500, Jean-Paul Calderone wrote: > On Tue, 16 Jan 2007 00:23:35 -0500, "Stuart D. Gathman" > <[EMAIL PROTECTED]> wrote: >>I have a ThreadingTCPServer application (pygossip, part of >>http://sourceforge.net/projects/pymilter). It mostly runs well, but >>occasionally g

Re: Debugging SocketServer.ThreadingTCPServer

2007-01-16 Thread Jean-Paul Calderone
On Tue, 16 Jan 2007 00:23:35 -0500, "Stuart D. Gathman" <[EMAIL PROTECTED]> wrote: >I have a ThreadingTCPServer application (pygossip, part of >http://sourceforge.net/projects/pymilter). It mostly runs well, but >occasionally goes into a loop. How can I get a stack trace of running >threads to f

Debugging SocketServer.ThreadingTCPServer

2007-01-15 Thread Stuart D. Gathman
I have a ThreadingTCPServer application (pygossip, part of http://sourceforge.net/projects/pymilter). It mostly runs well, but occasionally goes into a loop. How can I get a stack trace of running threads to figure out where the loop is? Is there some equivalent of sending SIGQUIT to Java to ge