You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by "Jeff Ortel (JIRA)" <ji...@apache.org> on 2015/11/09 23:35:11 UTC

[jira] [Created] (PROTON-1044) Create/Delete of BlockingConnection leaks file descriptors

Jeff Ortel created PROTON-1044:
----------------------------------

             Summary: Create/Delete of BlockingConnection leaks file descriptors
                 Key: PROTON-1044
                 URL: https://issues.apache.org/jira/browse/PROTON-1044
             Project: Qpid Proton
          Issue Type: Bug
          Components: python-binding
    Affects Versions: 0.9.1
         Environment: Fedora 22
            Reporter: Jeff Ortel


Each time a BlockingConnection is created, it creates a Container.  The Container() opens (2) file descriptors which are never closed.  The result is that (2) file descriptors are leaked for each time BlockingConnection() is called even if properly closed.



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