Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12036 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46152 invoked by uid 1010); 9 Aug 2004 10:31:25 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 46098 invoked from network); 9 Aug 2004 10:31:24 -0000 Received: from unknown (HELO out2.smtp.messagingengine.com) (66.111.4.26) by pb1.pair.com with SMTP; 9 Aug 2004 10:31:24 -0000 Received: from server3.messagingengine.com (server3.internal [10.202.2.134]) by mail.messagingengine.com (Postfix) with ESMTP id E8EAAC13BD5 for ; Mon, 9 Aug 2004 06:31:23 -0400 (EDT) Received: by server3.messagingengine.com (Postfix, from userid 99) id 783431865D8; Mon, 9 Aug 2004 06:31:24 -0400 (EDT) Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.4 (F2.72; T1.001; A1.62; B3.01; Q3.01) To: internals@lists.php.net Date: Mon, 09 Aug 2004 03:31:24 -0700 X-Sasl-Enc: uMTJjjZd7TxUvrShzJB+QA 1092047484 Message-ID: <1092047484.8346.201961067@webmail.messagingengine.com> Subject: bug with display_startup_errors to On From: kameshj@fastmail.fm ("Kamesh Jayachandran") Hi All, I was just trying to load extension apc.so. Accidentally I typed it as abc.so(See the typo). I started apache2 but it did not crib at all. But when I tried to access the apache2, I could not. Later I come to know that apache2 has not started at all. When I drilled down further I found the following The following two functions are not checking for not null on SG(server_context). php_apache_sapi_send_headers php_apache_sapi_ub_write This functions were causing a segmentation fault. This happens only with display_startup_errors set to On With regards Kamesh Jayachandran