Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11162 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47182 invoked by uid 1010); 13 Jul 2004 11:33:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 47124 invoked from network); 13 Jul 2004 11:33:36 -0000 Received: from unknown (HELO is.magroup.ru) (213.33.179.242) by pb1.pair.com with SMTP; 13 Jul 2004 11:33:36 -0000 Received: from localhost.localdomain ([192.168.3.226]) by is.magroup.ru with Microsoft SMTPSVC(5.0.2195.6713); Tue, 13 Jul 2004 15:34:29 +0400 Date: Tue, 13 Jul 2004 15:34:28 +0400 To: internals@lists.php.net Message-ID: <20040713153428.109b8e82.tony2001@phpclub.net> In-Reply-To: <5.1.0.14.2.20040712141042.03166120@127.0.0.1> References: <5.1.0.14.2.20040712141042.03166120@127.0.0.1> X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 13 Jul 2004 11:34:29.0069 (UTC) FILETIME=[5BC8D7D0:01C468CD] Subject: Re: [PHP-DEV] PHP 5.0.0 Test roll From: tony2001@phpclub.net (Antony Dovgal) Hi all! That's what valgrind says: 1) Zend/tests/bug26166.phpt Zend/zend_execute.c:1352 EX(Ts) = (temp_variable *) safe_emalloc(sizeof(temp_variable), op_array->T, 0); ==8511== 40 bytes in 1 blocks are still reachable in loss record 2 of 7 ==8511== at 0x3C01E375: malloc (vg_replace_malloc.c:105) ==8511== by 0x8222A55: _emalloc (zend_alloc.c:182) ==8511== by 0x8222C77: _safe_emalloc (zend_alloc.c:238) ==8511== by 0x8266E78: execute (zend_execute.c:1352) 2) Zend/tests/bug20240.phpt ==8478== 40 bytes in 1 blocks are still reachable in loss record 2 of 7 ==8478== at 0x3C01E375: malloc (vg_replace_malloc.c:105) ==8478== by 0x8222A55: _emalloc (zend_alloc.c:182) ==8478== by 0x8231488: call_user_function (zend_execute_API.c:517) ==8478== by 0x816D03B: user_shutdown_function_call (basic_functions.c:2088) 3) Zend/tests/bug22836.phpt: Zend/zend_execute.c(609) : Freeing 0x3D172090 (4 bytes), script=php-src/Zend/tests/bug22836.php php-src/Zend/zend_variables.c(137) : Actual location (location was relayed) php-src/Zend/zend_execute.c(264) : Freeing 0x3D1726F4 (16 bytes), script=php-src/Zend/tests/bug22836.php There are some more issues, I'm still waiting for valgrind to finish its work (it's sloooow).. --- WBR, Antony Dovgal aka tony2001 tony2001@phpclub.net || antony@dovgal.com