Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56153 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30987 invoked from network); 8 Nov 2011 09:35:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Nov 2011 09:35:41 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.42 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.213.42 mail-yw0-f42.google.com Received: from [209.85.213.42] ([209.85.213.42:64734] helo=mail-yw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 59/42-20122-DE7F8BE4 for ; Tue, 08 Nov 2011 04:35:41 -0500 Received: by ywb26 with SMTP id 26so368165ywb.29 for ; Tue, 08 Nov 2011 01:35:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=YzpHxhrAgR5LQtA4f8Nn1voafxTgoxDQDoZkIwdg81Y=; b=MVYlZZANP/xwfAPN7hYBaJJclSX+4jj2WWhHfgGs8uzhJG3JcVWbwSaeq3/5lyFcAt oQPMY5ZTN2OAewlUgK3HIQRL87WFFB9eNH/ijxL0MNZB1wLOZODaSSNhl1LJFZ4iZsBP S8m0oo59FNC+ebrYBaoCOJ6tSclKXq9by1iHI= Received: by 10.101.85.4 with SMTP id n4mr6838897anl.155.1320744938145; Tue, 08 Nov 2011 01:35:38 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.100.136.6 with HTTP; Tue, 8 Nov 2011 01:34:57 -0800 (PST) In-Reply-To: References: <4EB8BCC2.6040900@sugarcrm.com> <4EB8CFA7.3090804@lerdorf.com> <4EB8EFBD.1030509@daylessday.org> Date: Tue, 8 Nov 2011 18:34:57 +0900 X-Google-Sender-Auth: bVBpD6Iv39iEdXC8_Drr0auzAx4 Message-ID: To: Antony Dovgal Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] PHP CLI + Valgrind = FAIL From: yohgaki@ohgaki.net (Yasuo Ohgaki) It seems copy&paste from a message don't work well. yohgaki@esi-yasmc1$ uname -a Darwin esi-yasmc1.esi.local 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun =A07 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386 yohgaki@esi-yasmc1$ ./sapi/cli/php -v PHP 5.4.0RC1-dev (cli) (built: Nov =A08 2011 18:19:07) Copyright (c) 1997-2011 The PHP Group Zend Engine v2.4.0, Copyright (c) 1998-2011 Zend Technologies yohgaki@esi-yasmc1$ USE_ZEND_ALLOC=3D0 valgrind ./sapi/cli/php -v =3D=3D63465=3D=3D Memcheck, a memory error detector =3D=3D63465=3D=3D Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward = et al. =3D=3D63465=3D=3D Using Valgrind-3.6.1 and LibVEX; rerun with -h for copyri= ght info =3D=3D63465=3D=3D Command: ./sapi/cli/php -v =3D=3D63465=3D=3D --63465-- ./sapi/cli/php: --63465-- dSYM directory is missing; consider using --dsymutil=3Dyes PHP 5.4.0RC1-dev (cli) (built: Nov =A08 2011 18:19:07) Copyright (c) 1997-2011 The PHP Group Zend Engine v2.4.0, Copyright (c) 1998-2011 Zend Technologies =3D=3D63465=3D=3D =3D=3D63465=3D=3D HEAP SUMMARY: =3D=3D63465=3D=3D =A0 =A0 in use at exit: 104,661 bytes in 8 blocks =3D=3D63465=3D=3D =A0 total heap usage: 13,688 allocs, 13,680 frees, 2,936,= 131 bytes allocated =3D=3D63465=3D=3D =3D=3D63465=3D=3D LEAK SUMMARY: =3D=3D63465=3D=3D =A0 =A0definitely lost: 0 bytes in 0 blocks =3D=3D63465=3D=3D =A0 =A0indirectly lost: 0 bytes in 0 blocks =3D=3D63465=3D=3D =A0 =A0 =A0possibly lost: 0 bytes in 0 blocks =3D=3D63465=3D=3D =A0 =A0still reachable: 104,661 bytes in 8 blocks =3D=3D63465=3D=3D =A0 =A0 =A0 =A0 suppressed: 0 bytes in 0 blocks =3D=3D63465=3D=3D Rerun with --leak-check=3Dfull to see details of leaked m= emory =3D=3D63465=3D=3D =3D=3D63465=3D=3D For counts of detected and suppressed errors, rerun with:= -v =3D=3D63465=3D=3D ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 fr= om 0) yohgaki@esi-yasmc1$ valgrind bash =3D=3D63473=3D=3D Memcheck, a memory error detector =3D=3D63473=3D=3D Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward = et al. =3D=3D63473=3D=3D Using Valgrind-3.6.1 and LibVEX; rerun with -h for copyri= ght info =3D=3D63473=3D=3D Command: bash =3D=3D63473=3D=3D =3D=3D63473=3D=3D Warning: ignored attempt to set SIGUSR2 handler in sigact= ion(); =3D=3D63473=3D=3D =A0 =A0 =A0 =A0 =A0the SIGUSR2 signal is used internally = by Valgrind --63473:0:syswrap- WARNING: Ignoring sigreturn( ..., UC_RESET_ALT_STACK ); --63473:0:syswrap- WARNING: Ignoring sigreturn( ..., UC_RESET_ALT_STACK ); yohgaki@esi-yasmc1$ -- Yasuo Ohgaki yohgaki@ohgaki.net