Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44348 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75958 invoked from network); 17 Jun 2009 17:42:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jun 2009 17:42:33 -0000 Authentication-Results: pb1.pair.com header.from=keisial@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=keisial@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.214 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: keisial@gmail.com X-Host-Fingerprint: 209.85.219.214 mail-ew0-f214.google.com Received: from [209.85.219.214] ([209.85.219.214:37619] helo=mail-ew0-f214.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 44/99-51188-90B293A4 for ; Wed, 17 Jun 2009 13:42:33 -0400 Received: by ewy10 with SMTP id 10so669094ewy.23 for ; Wed, 17 Jun 2009 10:42:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=cwVE3t4t/cV0ByK8/7xUOZNWpUch7Q6Em2740ZiNWAk=; b=kdmnDyHhuyQSYDWzZboV/Cjiam5m54F0PZZphmLELN61On/4mQCsmiCscE7AeUOPA6 ZquXxycW9vD/6SYNg48DGMFv1R1vlSrAFUZyXydjcICfJ+uCBzxpYbJTYTsvwwmLC8Wa DI7x4HtBW3CK2GxcaH+vMIfGlz1q8e7IOcaGo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=bzO3oaC6PKgn9n8arbKuWa1aCuP1A/+0cCS1r7+hTnfYZDgG8vSN0mw6mFrus3BbAn 7QiocF/1lzPBGQPqABPhibPFOe1O7b0LfI48RRW6NMZCEIlQoLoYPb19AFp+59wnmh4f 16pPy8+5FS3yuMgxRgcHRUUhxqzchFKiOXqAM= Received: by 10.210.62.3 with SMTP id k3mr3176331eba.71.1245260550276; Wed, 17 Jun 2009 10:42:30 -0700 (PDT) Received: from ?192.168.1.25? (136.Red-83-51-57.dynamicIP.rima-tde.net [83.51.57.136]) by mx.google.com with ESMTPS id 5sm168797eyh.20.2009.06.17.10.42.28 (version=SSLv3 cipher=RC4-MD5); Wed, 17 Jun 2009 10:42:29 -0700 (PDT) Message-ID: <4A392B04.3000201@gmail.com> Date: Wed, 17 Jun 2009 19:42:28 +0200 User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: internals@lists.php.net References: <74.A3.35766.8C4283A4@pb1.pair.com> <1245229469.3667.7.camel@goldfinger.johannes.nop> <1245239385.3667.31.camel@goldfinger.johannes.nop> In-Reply-To: <1245239385.3667.31.camel@goldfinger.johannes.nop> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] seems 5.3RC3 is too unstable From: keisial@gmail.com (Keisial) I tried compiling 5.3RC3 on SunOS (i386 32bit) and it seem to compile fine but _something_ is segfaulting. $ rm -rf php-5.3.0RC3 && tar xf php-5.3.0RC3.tar && cd php-5.3.0RC3 && ./configure --with-libxml-dir=/opt/csw/ && make; ls -l core A core file is generated. However, it isn't when doing a make clean $ rm core && make clean && make && ls -l core On both cases the phar.phar process produce the same output. Generating phar.php Generating phar.phar sh: pear: not found Pear package PHP_Archive or Archive.php class file not found. directorytreeiterator.inc directorygraphiterator.inc ... The core claims to have been produced by expr !?: Core was generated by `expr XABCDABCDABCDABCDABCDABCDABCDABCDABCDABCDABCDABCDABCDABCDABCDABCDABCDABCDA'. Program terminated with signal 11, Segmentation fault. #0 0xfef17f41 in _rt_boot () from /usr/lib/ld.so.1 $ uname -srvmpi SunOS 5.10 Generic_118855-14 i86pc i386 i86pc