You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Cliff Jansen (JIRA)" <ji...@apache.org> on 2016/10/03 18:27:20 UTC

[jira] [Created] (PROTON-1312) BlockingConnection leaks Proton-C memory

Cliff Jansen created PROTON-1312:
------------------------------------

             Summary: BlockingConnection leaks Proton-C memory
                 Key: PROTON-1312
                 URL: https://issues.apache.org/jira/browse/PROTON-1312
             Project: Qpid Proton
          Issue Type: Bug
          Components: python-binding
    Affects Versions: 0.9, 0.15.0
            Reporter: Cliff Jansen


The attached program leaks the underlying connection (the C proton
object) associated with the BlockingConnection on each loop iteration
on proton 0.9 as used by Satellite.  Without the receiver, it cleans
up fine.

On master, the program leaks both the reactor and the connection
associated with the BlockingConnection for each loop.  The receiver
creation can be commented out and it still leaks both objects.

Other objects may leak too (presumably session), but I have not
examined further.




--
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