Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10097 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93645 invoked by uid 1010); 26 May 2004 12:47:20 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 93611 invoked from network); 26 May 2004 12:47:20 -0000 Received: from unknown (HELO asuka.prohost.org) (24.100.195.79) by pb1.pair.com with SMTP; 26 May 2004 12:47:20 -0000 Received: (qmail 24386 invoked from network); 26 May 2004 12:47:19 -0000 Received: from rei.nerv (HELO dummy.com) (rei@192.168.1.1) by asuka.nerv with SMTP; 26 May 2004 12:47:19 -0000 Reply-To: ilia@prohost.org To: internals@lists.php.net, Andi Gutmans Date: Wed, 26 May 2004 08:47:22 -0400 User-Agent: KMail/1.6.1 References: <5.1.0.14.2.20040521073355.02014e68@127.0.0.1> In-Reply-To: <5.1.0.14.2.20040521073355.02014e68@127.0.0.1> Organization: Prohost.org MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-ID: <200405260847.22417.ilia@prohost.org> Subject: Re: [PHP-DEV] PHP 5.0 RC 3 From: ilia@prohost.org (Ilia Alshanetsky) Latest CVS appears to crash during pear install and several tests fail due to a rather strange message: (null)(0) : Freeing 0x4036CF5C (0 bytes), script=/path/to/bug20539.php === Total 1 memory leaks detected === The crash backtrace is as follows: #0 shutdown_memory_manager (silent=0, full_shutdown=1) at php5/Zend/zend_alloc.c:532 #1 0x081670e1 in php_module_shutdown () at php5/main/main.c:1531 #2 0x081cbb98 in main (argc=12, argv=0xbffff584) at php5/sapi/cli/php_cli.c:105 The crash itself occurs on 532 if (!t->cached) { Ilia