[ https://issues.apache.org/jira/browse/PROTON-1030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Gordon Sim resolved PROTON-1030. -------------------------------- Resolution: Fixed Since no one else seems to have an interest in this, I'll consider it resolved by my fix. > Reactor never freed if handler/global_handler set > ------------------------------------------------- > > Key: PROTON-1030 > URL: https://issues.apache.org/jira/browse/PROTON-1030 > Project: Qpid Proton > Issue Type: Bug > Components: python-binding > Affects Versions: 0.10 > Reporter: Gordon Sim > Fix For: 0.11 > > > E.g. > {noformat} > from proton.reactor import Reactor > class Print(object): > def on_unhandled(self, name, event): > print("%s %s" % (name, event)) > while True: > reactor = Reactor() > reactor.handler = Print() > reactor.start() > reactor.stop() > {noformat} > Will grow in memory and eventually crash. On debugging the reactor is never > finalised. -- This message was sent by Atlassian JIRA (v6.3.4#6332)