Comment 1 for bug 1224565

Revision history for this message
Lance Bragstad (lbragstad) wrote :

I have followed the trace farther into qpid code and have this stack trace:

http://pastebin.com/k2ZKHN0C

I put a pdb.set_trace() in /usr/lib/python2.6/site-packages/qpid/compat.py(125)fileno and qpid seems to hang on:

          rd, wr, ex = select(self.reading, self.writing, (), timeout)