Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5876 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64646 invoked by uid 1010); 1 Dec 2003 14:27:18 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 64622 invoked from network); 1 Dec 2003 14:27:18 -0000 Received: from unknown (HELO is.magroup.ru) (213.147.47.162) by pb1.pair.com with SMTP; 1 Dec 2003 14:27:18 -0000 Received: from grp-dovgal.MEDIA-ARTS.RU ([192.168.3.226]) by is.magroup.ru with Microsoft SMTPSVC(5.0.2195.5329); Mon, 1 Dec 2003 17:26:41 +0300 Date: Mon, 1 Dec 2003 17:26:41 +0300 To: php-dev Message-ID: <20031201172641.15c2508b.tony2001@phpclub.net> X-Mailer: Sylpheed version 0.9.7cvs5 (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: 01 Dec 2003 14:26:41.0406 (UTC) FILETIME=[236499E0:01C3B817] Subject: HEAD eats all memory From: tony2001@phpclub.net (Antony Dovgal) Hi, all Current HEAD eats all memory and dies, trying to execute any script (, for example). Version of HEAD from 2003-11-29 and current PHP_4_3 (both are built some minutes ago) work fine on the same machine. My configuration: Linux 2.4.21 autoconf 2.57 automake 1.7 libtool 1.5 gcc 3.3 glibc-2.3.2 apache 1.3.27 cat ./config.nice ---- ! /bin/sh './configure' \ '--with-apxs=/usr/local/apache/bin/apxs' \ '--enable-memory-limit' \ '--disable-dom' \ '--without-pear' \ '--without-sqlite' \ '--disable-cli' \ "$@" ---- of course, when memory-limit is enabled, it only complains "Allowed memory size of 16777216 bytes exhausted" and php tries to eat all memory only when I remove it. --- WBR, Antony Dovgal aka tony2001 tony2001@phpclub.net