Return-Path: X-Original-To: apmail-zookeeper-user-archive@www.apache.org Delivered-To: apmail-zookeeper-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EEE81106F3 for ; Wed, 14 Aug 2013 22:36:33 +0000 (UTC) Received: (qmail 49674 invoked by uid 500); 14 Aug 2013 22:36:33 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 49646 invoked by uid 500); 14 Aug 2013 22:36:33 -0000 Mailing-List: contact user-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@zookeeper.apache.org Delivered-To: mailing list user@zookeeper.apache.org Received: (qmail 49638 invoked by uid 99); 14 Aug 2013 22:36:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Aug 2013 22:36:33 +0000 X-ASF-Spam-Status: No, hits=1.0 required=5.0 tests=FORGED_YAHOO_RCVD,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [212.82.109.245] (HELO nm21-vm5.bullet.mail.ird.yahoo.com) (212.82.109.245) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Aug 2013 22:36:25 +0000 Received: from [77.238.189.237] by nm21.bullet.mail.ird.yahoo.com with NNFMP; 14 Aug 2013 22:36:04 -0000 Received: from [46.228.39.81] by tm18.bullet.mail.ird.yahoo.com with NNFMP; 14 Aug 2013 22:36:04 -0000 Received: from [127.0.0.1] by smtp118.mail.ir2.yahoo.com with NNFMP; 14 Aug 2013 22:36:04 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1376519764; bh=LLIrKctHR1HPqSHT9kHGv4idlO5iyVKR+VnOWcVAW0c=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Content-Type:Mime-Version:Subject:From:In-Reply-To:Date:Content-Transfer-Encoding:Message-Id:References:To:X-Mailer; b=0ozQSgNNS0SqX2vmGhERdjJzTxgtY2hPUaIvTeBHTiLADWWbsge0hT4R4I3nnodGjjcdOYliudLprX4anvOoeWPj/h0B8r6gEhGfNwZGONUju/YL3clRVD2cqf3wPV/Ax4itaidjbyiJSMW5GyiiwcWd93Hcfjzdqc0gE23/fFw= X-Yahoo-Newman-Id: 950944.15359.bm@smtp118.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: QSA5tHcVM1kHs444O.liqANK426fNvuVI.mJUFUxhPLCeCn 0Dq6PibFmyvXo0so2N4tM4_hwlYNRa647fDsiO_u9vEV0O7TC71SQTx98dF. FnAiH3kGgWyQUigc8ZrebVN_ZN6720EyYWF24IvoVIQjtYz4qRi2QqKeIfrq 9UKU.o9LbxDaqCvh.97zGO.FeFrR3KyPWeh5rXtwdUIIzuEWd8TKFPP4w1OF l3UHMI_GqZ0nWKlgIWe3wAjftTonolwZMZ5A2NIWBoQj9PLwqvOwQz39gHQw yQ5QtWUs3VTgwZSDP4IQ8r7B3d_yrCH5uAnqrOpPHB7rWN_5JtF834ZtwS_7 _PKP8CsBDH2VxeHpdmHIpcoB6nFTGpVtuVKUymIwaDAMe0IWgpybKDY5RMxc y0KvQvQlX72faSbnJ4kiCFAUrc4FGMBi0Z3IG_vjdTngvRYX5Acl62Vrflgn wiQXfN8H_aRESI.x0mhrn6plYWgwCpnlgFF61IQbGj2.RwSslPUR.nQCn5q. 46Enu8GiOA62MnbmuuJD9 X-Yahoo-SMTP: HT5UJDeswBACWJPOeualxAa.da..S.fl X-Rocket-Received: from [192.168.1.34] (fpjunqueira@88.16.204.36 with ) by smtp118.mail.ir2.yahoo.com with SMTP; 14 Aug 2013 22:36:04 +0000 UTC Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: C-API segfaults on non-existant nodes From: Flavio Junqueira In-Reply-To: Date: Thu, 15 Aug 2013 00:36:03 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <46EEE0D8-632E-4CFE-91D8-4828E6B84EE2@yahoo.com> References: To: user@zookeeper.apache.org X-Mailer: Apple Mail (2.1508) X-Virus-Checked: Checked by ClamAV on apache.org Are you sure the zookeeper handle is valid? The behavior you're = observing doesn't sound right. -Flavio On Aug 15, 2013, at 12:06 AM, VHPC 12 wrote: > Folks, >=20 > I'm getting segfaults from within zookeeper when pointing to > non-existant nodes with: >=20 > zoo_get() > zoo_exists() >=20 > If a nodes exists everything works fine though. >=20 > The server version is 3.4.5, the C API was built from the current git. > Thanks in advance for any hints aside of using a git-source built > server, >=20 > -- Michael