[
https://issues.apache.org/jira/browse/DISPATCH-1391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16892112#comment-16892112
]
ASF subversion and git services commented on DISPATCH-1391:
-----------------------------------------------------------
Commit afa65d6ad9f274c235f24bc1875b1041cbbdb0d2 in qpid-dispatch's branch
refs/heads/master from Ganesh Murthy
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=afa65d6 ]
DISPATCH-1391 - Zero out pn_link references on all qd_links related to the
session. This closes #545.
> Proton link reference not cleared on router link objects during session close
> -----------------------------------------------------------------------------
>
> Key: DISPATCH-1391
> URL: https://issues.apache.org/jira/browse/DISPATCH-1391
> Project: Qpid Dispatch
> Issue Type: Improvement
> Components: Container
> Affects Versions: 1.8.0
> Reporter: Ganesh Murthy
> Assignee: Ganesh Murthy
> Priority: Major
> Fix For: 1.9.0
>
>
> When the following program is run against the router, it crashes -
> {noformat}
> from proton.utils import BlockingConnection
> from time import sleep
> ROUTER_ADDRESS = "amqp://127.0.0.1:5672"
> RECEIVER_ADDRESS = "examples-receiver"
> c = BlockingConnection(ROUTER_ADDRESS)
> count = 0
> while True:
> count += 1
> r = c.create_receiver(RECEIVER_ADDRESS + str(count))
> r.session.close()
> if count == 5:
> break
> {noformat}
> This is happening because the pn_link references are not cleaned up on router
> link objects (qd_link_t) during session close
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]