Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2137 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88801 invoked by uid 1007); 4 Jun 2003 00:27:04 -0000 Message-ID: <20030604002704.88775.qmail@pb1.pair.com> To: internals@lists.php.net Reply-To: "l0t3k" Date: Tue, 3 Jun 2003 20:27:18 -0400 Lines: 15 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Posted-By: 67.33.116.254 Subject: Segfault in CVS version From: cshmoove@bellsouth.net ("l0t3k") in zend_startup (zend.c) the GLOBAL_CONSTANTS_TABLE is not malloced, so the later attempt on line 585 to initialize it causes a nice buglet zend_hash_init_ex(GLOBAL_CONSTANTS_TABLE, 20, NULL, ZEND_CONSTANT_DTOR, 1, 0); this may have been missed because this section is only for ZTS l0t3k