Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65552 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40061 invoked from network); 1 Feb 2013 08:39:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Feb 2013 08:39:24 -0000 Authentication-Results: pb1.pair.com header.from=remi@fedoraproject.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=remi@fedoraproject.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain fedoraproject.org from 80.12.242.129 cause and error) X-PHP-List-Original-Sender: remi@fedoraproject.org X-Host-Fingerprint: 80.12.242.129 smtp07.smtpout.orange.fr Received: from [80.12.242.129] ([80.12.242.129:51330] helo=smtp.smtpout.orange.fr) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B3/E0-31941-53F7B015 for ; Fri, 01 Feb 2013 03:39:20 -0500 Received: from laptop.rcollet.redhat.com ([90.47.34.242]) by mwinf5d42 with ME id uwf11k00C5DT43e03wfDVr; Fri, 01 Feb 2013 09:39:14 +0100 Message-ID: <510B7F25.1050806@fedoraproject.org> Date: Fri, 01 Feb 2013 09:39:01 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: php 5.5 - bug54268.phpt fails From: remi@fedoraproject.org (Remi Collet) Hi, I'm trying to get a 0 failed test (during fedora build) For now, php 5.4 is ok (fedora 16-18) With php 5.5 bug54268.phpt fails. Seems a regression This test is defined to run with memory_limit=8M $ build-cgi/sapi/cli/php -n -d memory_limit=8M Zend/tests/bug54268.php Segmentation fault Reducing the memory_limit allow the test to pass : $ build-cgi/sapi/cli/php -n -d memory_limit=4M Zend/tests/bug54268.php Fatal error: Allowed memory size of 4194304 bytes exhausted (tried to allocate 130968 bytes) in ... So, I propose to lower the memory_limit in the unit test. Any better proposal ? Remi.