Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56160 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47644 invoked from network); 8 Nov 2011 10:55:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Nov 2011 10:55:02 -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:47737] helo=mail-yw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 98/C2-34278-A7A09BE4 for ; Tue, 08 Nov 2011 05:54:58 -0500 Received: by ywb26 with SMTP id 26so430925ywb.29 for ; Tue, 08 Nov 2011 02:54:41 -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; bh=JQjCNjUn4hT8zmG69a8uU/bcpr2n//brTXpvfSjpGj8=; b=dLkvf+QjAWYZCQrDLGmUP/YGYvDdFlPUlLRrtAQkb0pc/C4wq8uEUV3DYLzAsva0OB ADTduXQHPrfuHZnFmdSEyAbs4BdsPfxNvxsVoMvWUbVxuf6nHPxdCDPV8vD7jZWX3JPo qHD8/fTC5HT0FZJvlZ8AGAZJaSlVhv+LxxGQ4= Received: by 10.101.85.4 with SMTP id n4mr6907661anl.155.1320749681054; Tue, 08 Nov 2011 02:54:41 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.100.136.6 with HTTP; Tue, 8 Nov 2011 02:54:00 -0800 (PST) In-Reply-To: <4EB906E1.60601@anderiasch.de> References: <4EB8BCC2.6040900@sugarcrm.com> <4EB8F8E2.3010208@anderiasch.de> <4EB904B4.2060504@lerdorf.com> <4EB906E1.60601@anderiasch.de> Date: Tue, 8 Nov 2011 19:54:00 +0900 X-Google-Sender-Auth: CYkkz-6G4ZVM-9Lzc0ybM5GidPg Message-ID: To: Florian Anderiasch Cc: Rasmus Lerdorf , Stas Malyshev , PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] PHP CLI + Valgrind = FAIL From: yohgaki@ohgaki.net (Yasuo Ohgaki) On Tue, Nov 8, 2011 at 7:39 PM, Florian Anderiasch wrote: > On 11/08/2011 11:30 AM, Rasmus Lerdorf wrote: >> Not deferring SIGUSR2 just because valgrind on OSX doesn't like it isn't >> really an option here. We could make debug builds on OSX not defer it, I >> suppose. > > I didn't want to imply we should change PHP behaviour in order to be > valgrindable :) I've been using valgrind with PHP 5.3 for sometime on my osx, and didn't have problem. As I just pasted the result with PHP 5.4, it seems working with my configuration. My MacPorts was old enough, so I'm currently updating to latest version to see if there is the same problem. If it is, the problem should be in port, but not in PHP. -- Yasuo Ohgaki yohgaki@ohgaki.net