You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Botond Hejj (JIRA)" <ji...@apache.org> on 2015/03/05 17:53:38 UTC

[jira] [Updated] (ZOOKEEPER-2133) zkperl: Segmentation fault if getting a node with null value

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

Botond Hejj updated ZOOKEEPER-2133:
-----------------------------------
    Attachment: ZOOKEEPER-2133.patch

zk_get returning undef if node value was null

> zkperl: Segmentation fault if getting a node with null value
> ------------------------------------------------------------
>
>                 Key: ZOOKEEPER-2133
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2133
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: contrib-bindings
>    Affects Versions: 3.4.6, 3.5.0
>            Reporter: Botond Hejj
>             Fix For: 3.5.1
>
>         Attachments: ZOOKEEPER-2133.patch
>
>
> If Node content is null:
> [zk: (CONNECTED) 0] get /apps
> null
> cZxid = 0x10000000d
> than
> my $data = $zk->{zkh}->get('/apps');
> causing a core dump with Segmentation fault



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)