zkpython needs better tracking of handle validity
-------------------------------------------------

                 Key: ZOOKEEPER-540
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-540
             Project: Zookeeper
          Issue Type: Bug
          Components: contrib-bindings
    Affects Versions: 3.2.1
            Reporter: Patrick Hunt
            Assignee: Henry Robinson
             Fix For: 3.3.0


I was getting a python segfault in one of my scripts. Turns out I was closing a 
session handle and then reusing it (async call). This was causing python to 
segfault.

zkpython should track handle state and complain, rather than crash, if the 
handle is invalid (closed).


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to