Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48005 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28519 invoked from network); 19 Apr 2010 07:59:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Apr 2010 07:59:14 -0000 Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.185 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 212.25.124.185 il-mr1.zend.com Received: from [212.25.124.185] ([212.25.124.185:52688] helo=il-mr1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 69/A2-10110-05D0CCB4 for ; Mon, 19 Apr 2010 03:59:14 -0400 Received: from il-gw1.zend.com (unknown [10.1.1.21]) by il-mr1.zend.com (Postfix) with ESMTP id 71A6B504BF; Mon, 19 Apr 2010 10:38:04 +0300 (IDT) Received: from ws.home ([10.1.10.10]) by il-gw1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 19 Apr 2010 10:59:08 +0300 Message-ID: <4BCC0D4B.8010701@zend.com> Date: Mon, 19 Apr 2010 11:59:07 +0400 User-Agent: Thunderbird 2.0.0.23 (X11/20090825) MIME-Version: 1.0 To: Alexey Zakhlestin CC: PHP internals References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 19 Apr 2010 07:59:08.0639 (UTC) FILETIME=[30912EF0:01CADF96] Subject: Re: php 5.3, memory leak From: dmitry@zend.com (Dmitry Stogov) Hi Alexey, I'll try to take care of it. It's definitely a bug, however I'm not sure how to fix it yet. (I've updated the bug report). Thanks. Dmitry. Alexey Zakhlestin wrote: > I was doing some tests with long-running scripts recently and noticed that 5.3 is leaking memory in cases where 5.2 wasn't. > Looks like there is bug report already: http://bugs.php.net/bug.php?id=48781 > > PHP 5.3 was announced as more suitable for long-running scripts than 5.2 was, because of circular-references garbage collector. > But this bug undermines this. So, I believe this bug is a critical one. Should be a blocker for 5.3.3 > > Bug-report tells that this bug was assigned to Dmitry, but, as there were not comments from him, I am not even sure if he's actually aware of the problem. > > Did anyone try to investigate the issue?