Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56163 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60424 invoked from network); 8 Nov 2011 12:09:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Nov 2011 12:09:47 -0000 Authentication-Results: pb1.pair.com header.from=florian@anderiasch.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=florian@anderiasch.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain anderiasch.de from 81.169.138.148 cause and error) X-PHP-List-Original-Sender: florian@anderiasch.de X-Host-Fingerprint: 81.169.138.148 ares.art-core.org Received: from [81.169.138.148] ([81.169.138.148:37438] helo=mail.anderiasch.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DD/20-59124-90C19BE4 for ; Tue, 08 Nov 2011 07:09:46 -0500 Message-ID: <4EB91C05.1020803@anderiasch.de> Date: Tue, 08 Nov 2011 13:09:41 +0100 User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: Yasuo Ohgaki CC: Antony Dovgal , internals@lists.php.net References: <4EB8BCC2.6040900@sugarcrm.com> <4EB8CFA7.3090804@lerdorf.com> <4EB8EFBD.1030509@daylessday.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP CLI + Valgrind = FAIL From: florian@anderiasch.de (Florian Anderiasch) On 11/08/2011 10:34 AM, Yasuo Ohgaki wrote: > yohgaki@esi-yasmc1$ USE_ZEND_ALLOC=0 valgrind ./sapi/cli/php -v > ==63465== Memcheck, a memory error detector > ==63465== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al. > ==63465== Using Valgrind-3.6.1 and LibVEX; rerun with -h for copyright info I was testing with valgrind 3.7.0, self-compiled, on OS X and Debian - I suppose this is what Stas used as well. Greetings, Florian