From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 318E76DE02C9 for ; Sat, 24 Sep 2016 04:16:52 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.007 X-Spam-Level: X-Spam-Status: No, score=-0.007 tagged_above=-999 required=5 tests=[AWL=0.004, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SzX0TQaJAzW6 for ; Sat, 24 Sep 2016 04:16:51 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 44CCC6DE00D2 for ; Sat, 24 Sep 2016 04:16:51 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.84_2) (envelope-from ) id 1bnkwd-0001gT-SK; Sat, 24 Sep 2016 07:16:35 -0400 Received: (nullmailer pid 21691 invoked by uid 1000); Sat, 24 Sep 2016 11:16:44 -0000 From: David Bremner To: Tomi Ollila , notmuch@notmuchmail.org Subject: Re: [PATCH] lib: add talloc reference from string map iterator to map In-Reply-To: References: <1474623199-4150-1-git-send-email-david@tethera.net> Date: Sat, 24 Sep 2016 08:16:44 -0300 Message-ID: <87mvixcztv.fsf@zancas.localnet> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Sep 2016 11:16:52 -0000 Tomi Ollila writes: > > I tried to run this under valgrind ( ./T610-message-property.sh --valgrin= d ) > but got so noisy output that I could not resolve anything definite > from it. Hmm. On a related topic, --valgrind seems broken here: =E2=95=AD=E2=94=80 zancas:software/upstream/notmuch/test=20 =E2=95=B0=E2=94=80 (git)-[master]-% ./T610-message-property.sh --val ./test-lib.sh:[:18: unknown condition: -lt ./test-lib.sh:27: command not found: shopt test-lib: Testing message property API cc1: error: unrecognised debug output level ' -O0' All the tests fail because none of the binaries get built. Same results if I run from bash instead of my normal zsh. > Also /T600-named-queries.sh --val printed noisy output -- but perhaps > the noise difference (less there) can inform something. I ran=20 % ./T610-message-property --debug % cd tmp.T610-message-property % LD_LIBRARY_PATH=3D../../lib valgrind ./test6 `pwd`/mail > > Anyway, this seems to fix a bug that might affect someone, and at least > the situation is better with this so this should be pushed soon... > > Btw: does 'Debian stable' refer to Debian 8.6(+) -- just for the record > anyone reading this message years from now :D Yes, thanks for reminding me to upgrade ;). I tested and the failure is there with 8.6 d