You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by "Gordon Sim (JIRA)" <ji...@apache.org> on 2015/10/21 16:47:27 UTC

[jira] [Created] (PROTON-1028) connect failue when creating BlockingConnection result in memory leak

Gordon Sim created PROTON-1028:
----------------------------------

             Summary: connect failue when creating BlockingConnection result in memory leak
                 Key: PROTON-1028
                 URL: https://issues.apache.org/jira/browse/PROTON-1028
             Project: Qpid Proton
          Issue Type: Bug
          Components: python-binding
    Affects Versions: 0.10
            Reporter: Gordon Sim
            Assignee: Gordon Sim
             Fix For: 0.11


E.g.  assuming there is nothing listening on port 12345, run the following:

{noformat}
while True:
  sleep(0.1)
  try:
    conn = BlockingConnection("amqp://localhost:12345", heartbeat=2)
  except ConnectionException, e:
    print e
{noformat}



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