[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761033#action_12761033
 ] 

Patrick Hunt commented on ZOOKEEPER-538:
----------------------------------------

while jira was down I said:
---------
That patch makes things better, but the script still fails, now on the third 
async rather than the first.

Can you give this a try? Thanks.

ph...@valhalla:~/dev/workspace/zk-smoketest[master]$ 
PYTHONPATH=lib.linux-i686-2.6 LD_LIBRARY_PATH=lib.linux-i686-2.6 
./zk-smoketest.py
Connecting to localhost:2181
Connected, handle is  0
Node /zk-smoketest already exists, attempting reuse
Connecting to localhost:2181
Connected, handle is  1
ASYNC
ASYNCDONE
ASYNC
got watch in watcher, count 1
ASYNCDONE
Connecting to localhost:2181
Connected, handle is  2
ASYNC
Segmentation fault 

Henry said:
------------
Ok, I'll take a look


> zookeeper.async causes python to segfault
> -----------------------------------------
>
>                 Key: ZOOKEEPER-538
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-538
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: contrib-bindings
>    Affects Versions: 3.2.1
>            Reporter: Patrick Hunt
>            Assignee: Henry Robinson
>            Priority: Critical
>         Attachments: callback.patch
>
>
> Henry, can you take a look at this, am I doing it right?
> calling 
>         zookeeper.async(self.handle, path)
> causes python to segfault.
> see: http://github.com/phunt/zk-smoketest/blob/master/zk-smoketest.py

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