You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Mahadev konar (JIRA)" <ji...@apache.org> on 2009/10/09 02:44:31 UTC

[jira] Resolved: (ZOOKEEPER-540) zkpython needs better tracking of handle validity

     [ https://issues.apache.org/jira/browse/ZOOKEEPER-540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mahadev konar resolved ZOOKEEPER-540.
-------------------------------------

    Resolution: Fixed

committed as part of ZOOKEEPER-510.

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