Keith Wall created QPID-6474:
--------------------------------

             Summary: 08..09 Python client connection leaks threads
                 Key: QPID-6474
                 URL: https://issues.apache.org/jira/browse/QPID-6474
             Project: Qpid
          Issue Type: Bug
          Components: Python Client
            Reporter: Keith Wall


On closing the client (08..09 code path) the pthreads corresponding to the 
worker and the writer remain active.  This leaks thread and would lead to 
failure of any application that creates many connections (Clients) over time.

This can also lead the following output from the Python interpreter:

{noformat}
Unhandled exception in thread started by
sys.excepthook is missing
lost sys.stderr
{noformat}




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to