You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Keith Wall (JIRA)" <ji...@apache.org> on 2015/04/03 16:18:53 UTC

[jira] [Created] (QPID-6474) 08..09 Python client connection leaks threads

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: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org