Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44450 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79172 invoked from network); 23 Jun 2009 21:32:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jun 2009 21:32:12 -0000 Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain chiaraquartet.net from 209.85.222.197 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 209.85.222.197 mail-pz0-f197.google.com Received: from [209.85.222.197] ([209.85.222.197:45609] helo=mail-pz0-f197.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5F/F6-36467-BD9414A4 for ; Tue, 23 Jun 2009 17:32:12 -0400 Received: by pzk35 with SMTP id 35so282487pzk.29 for ; Tue, 23 Jun 2009 14:32:08 -0700 (PDT) Received: by 10.140.169.4 with SMTP id r4mr556172rve.173.1245792728716; Tue, 23 Jun 2009 14:32:08 -0700 (PDT) Received: from monster.local ([76.84.30.125]) by mx.google.com with ESMTPS id k41sm1149685rvb.7.2009.06.23.14.32.06 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 23 Jun 2009 14:32:08 -0700 (PDT) Message-ID: <4A4149D4.8030607@chiaraquartet.net> Date: Tue, 23 Jun 2009 16:32:04 -0500 User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070807) MIME-Version: 1.0 To: jvlad CC: internals@lists.php.net References: <688E0CB7-742C-4861-B636-0C89DC4D8B9A@pooteeweet.org> <06.D1.20019.45C1F3A4@pb1.pair.com> <7f3ed2c30906220017j6fcea76do2190af3f3ff2d763@mail.gmail.com> <38.7A.20019.C9D6F3A4@pb1.pair.com> <7f3ed2c30906220445m469c0faxc6e28b242dffb086@mail.gmail.com> <37.A4.20019.D4E9F3A4@pb1.pair.com> <2dedb8a0906222337u3fca7762w8f91cb4d18cef1c4@mail.gmail.com> <8D.68.36467.160F04A4@pb1.pair.com> <4A412212.50505@chiaraquartet.net> <6F.77.36467.AD6214A4@pb1.pair.com> <4A412BCB.4010909@chiaraquartet.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: 5.3.0 stable release From: greg@chiaraquartet.net (Greg Beaver) jvlad wrote: >> can you run the custom gdb dumpbt so we can see which line of >> install-pear-nozlib.phar is triggering the error? >> > > (gdb) dump_bt executor_globals.current_execute_data > [0x00861cc0] ??? > /export/home/jvlad/php/php5.3-200906221030/ext/phar/phar.php:10 Hi, Thanks. The line in question is the first line of the generated (non-phar) phar.php script which is the foreach line in: Could you try running sapi/cli/php passing in a simple script with those contents and verify you still get the bus error? Thanks, Greg