Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45173 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59888 invoked from network); 1 Aug 2009 16:23:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Aug 2009 16:23:22 -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.199 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 209.85.222.199 mail-pz0-f199.google.com Received: from [209.85.222.199] ([209.85.222.199:62063] helo=mail-pz0-f199.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 25/D4-28136-9FB647A4 for ; Sat, 01 Aug 2009 12:23:21 -0400 Received: by pzk37 with SMTP id 37so1484598pzk.26 for ; Sat, 01 Aug 2009 09:23:18 -0700 (PDT) Received: by 10.114.234.4 with SMTP id g4mr4495490wah.70.1249143798441; Sat, 01 Aug 2009 09:23:18 -0700 (PDT) Received: from monster.local ([76.84.30.125]) by mx.google.com with ESMTPS id l28sm7518826waf.19.2009.08.01.09.23.16 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 01 Aug 2009 09:23:17 -0700 (PDT) Message-ID: <4A746BF2.8020906@chiaraquartet.net> Date: Sat, 01 Aug 2009 11:23:14 -0500 User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070807) MIME-Version: 1.0 To: Antony Dovgal CC: PHP Developers Mailing List , Andrei References: <4A73824D.4070107@chiaraquartet.net> <4A745F5F.2020303@daylessday.org> In-Reply-To: <4A745F5F.2020303@daylessday.org> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] run-tests now works in HEAD From: greg@chiaraquartet.net (Greg Beaver) Antony Dovgal wrote: > On 01.08.2009 03:46, Greg Beaver wrote: > >> Hi, >> >> Finally found the problem in run-tests crashing, turns out it had >> nothing to do with the zend engine. Now we can run tests in PHP 6 >> without random crashes. >> > > Thank you! > > /me goes to enable HEAD tests.. > One problem - when finishing up make, there are 10 leaks in generation of phar.phar. I am certain that what is happening is that there were some cases of that php_stream_param_encode thingy that were relying upon the refcount reduction. Andrei: would you have 10 minutes to find those cases and put in a Z_DELREF_PP(blah) where it is needed? Thanks, Greg