Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48963 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85461 invoked from network); 23 Jun 2010 20:44:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jun 2010 20:44:19 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 unknown Solaris 10 (beta) Received: from [217.114.211.66] ([217.114.211.66:58355] helo=schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 49/B0-14354-812722C4 for ; Wed, 23 Jun 2010 16:44:08 -0400 Received: from localhost (ka.local [127.0.0.1]) by schlueters.de (Postfix) with SMTP id 2F42C2766A for ; Wed, 23 Jun 2010 22:44:04 +0200 (CEST) Received: from [192.168.1.31] (ppp-93-104-50-132.dynamic.mnet-online.de [93.104.50.132]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by schlueters.de (Postfix) with ESMTPSA id A244427669; Wed, 23 Jun 2010 22:44:00 +0200 (CEST) To: Frederic Hardy Cc: David Soria Parra , internals@lists.php.net In-Reply-To: <4C2268D0.3090809@mageekbox.net> References: <4BE28E24.9010402@mageekbox.net> <4BE2BC49.5010006@mageekbox.net> <4BE2BF2E.4080001@gmx.net> <4C2268D0.3090809@mageekbox.net> Content-Type: text/plain; charset="UTF-8" Date: Wed, 23 Jun 2010 22:43:59 +0200 Message-ID: <1277325839.2909.35.camel@guybrush> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: Compilation of trunk with --enable-dtrace From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) Hi, On Wed, 2010-06-23 at 22:04 +0200, Frederic Hardy wrote: > fch@witchblade:/usr/home/fch/php/sapi/cli > 26> sudo dtrace -ln 'php*:::' -c './php -m' > Password: > ID PROVIDER MODULE FUNCTION NAME > Segmentation fault: 11 (core dumped) Well, if DTrace segfaults I'd guess that's due to the DTrace port, not PHP. It works for me on Solaris. johannes