Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65553 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47273 invoked from network); 1 Feb 2013 09:30:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Feb 2013 09:30:41 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.210.170 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.210.170 mail-ia0-f170.google.com Received: from [209.85.210.170] ([209.85.210.170:55770] helo=mail-ia0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BD/80-41663-04B8B015 for ; Fri, 01 Feb 2013 04:30:41 -0500 Received: by mail-ia0-f170.google.com with SMTP id k20so5192340iak.29 for ; Fri, 01 Feb 2013 01:30:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=+Qd+n2EKcOxxBVB18E4VkqqupNiByg2+dtCL08UuQpU=; b=AI40vNTEgY+ya45IyriCV4S1NAA8yvEcG1DbYQeT/8Vnew+jeWeUSb1wosihL8R7a4 +RuvPccrdv0Eht3biy5qKWwiuLDG4V//p9sUBWXZlkg7MhDR9P5yjm5C+83/XjWktnHQ /8WsQ7tKZavC4qnZ17ZOP7zW5bz8AuXV/GNHFQaCTtNlewLol9GECziJpdeltkNI3mKI yQLqY3NHyAx10FHYQ75JSbCRIfgy2xtGU70cd3EDWVRc0Qf3Hbj1qFAVp6JL9G+uTlxm NZyeE5jeubp60d05BX7Bh/DSoSvvuvRc/MMnH3Ixc13hpTqEhysjL6l5S8ALjgE30mZs RUpw== MIME-Version: 1.0 X-Received: by 10.50.7.234 with SMTP id m10mr736995iga.43.1359711037403; Fri, 01 Feb 2013 01:30:37 -0800 (PST) Received: by 10.50.106.138 with HTTP; Fri, 1 Feb 2013 01:30:37 -0800 (PST) Received: by 10.50.106.138 with HTTP; Fri, 1 Feb 2013 01:30:37 -0800 (PST) In-Reply-To: <510B7F25.1050806@fedoraproject.org> References: <510B7F25.1050806@fedoraproject.org> Date: Fri, 1 Feb 2013 10:30:37 +0100 Message-ID: To: Remi Collet Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=f46d04462dd461b03d04d4a66540 Subject: Re: [PHP-DEV] php 5.5 - bug54268.phpt fails From: tyra3l@gmail.com (Ferenc Kovacs) --f46d04462dd461b03d04d4a66540 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 2013.02.01. 10:02, "Remi Collet" ezt =C3=ADrta: > > 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=3D8M > > $ build-cgi/sapi/cli/php -n -d memory_limit=3D8M Zend/tests/bug54268.php > Segmentation fault > > Reducing the memory_limit allow the test to pass : > > $ build-cgi/sapi/cli/php -n -d memory_limit=3D4M 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 ? this sounds like a bug and should be looked into. --f46d04462dd461b03d04d4a66540--