Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27059 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53309 invoked by uid 1010); 17 Dec 2006 17:25:45 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 53293 invoked from network); 17 Dec 2006 17:25:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Dec 2006 17:25:45 -0000 Authentication-Results: pb1.pair.com header.from=edink@emini.dk; sender-id=fail Authentication-Results: pb1.pair.com smtp.mail=edink@emini.dk; spf=fail; sender-id=fail Received-SPF: fail (pb1.pair.com: domain emini.dk does not designate 89.150.129.10 as permitted sender) X-PHP-List-Original-Sender: edink@emini.dk X-Host-Fingerprint: 89.150.129.10 dns2.fullrate.dk Received: from [89.150.129.10] ([89.150.129.10:54433] helo=dns2.fullrate.dk) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3A/68-10084-67D75854 for ; Sun, 17 Dec 2006 12:25:45 -0500 Received: from [10.0.0.70] (0308ds1-rdo.0.fullrate.dk [89.150.164.31]) by dns2.fullrate.dk (Postfix) with ESMTP id 276E95C467; Sun, 17 Dec 2006 18:25:06 +0100 (CET) Message-ID: <45857D73.8080209@emini.dk> Date: Sun, 17 Dec 2006 18:25:07 +0100 Organization: Emini A/S User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: Dmitry Stogov , PHP Internals List X-Enigmail-Version: 0.94.1.0 OpenPGP: id=157D0FA8 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Endless loop in zend_alloc.c From: edink@emini.dk (Edin Kadribasic) Hi, Trying to compile current php-5.2-dev on Windows using the new VC++ 8.0 (2005). PHP compiles without problems but on startup ends up in and endless loop at around line 768 of zend_alloc.c. rand() and do...while() never exit there. If I disable ZEND_MM_COOKIES PHP starts up fine. Edin