Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 75794 invoked by uid 500); 12 May 2003 08:25:58 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 75781 invoked from network); 12 May 2003 08:25:57 -0000 Received: from ns0a.swx.com (146.109.240.107) by daedalus.apache.org with SMTP; 12 May 2003 08:25:57 -0000 Received: from gate0a.unix.swx.ch (gate0a [192.168.252.17]) by ns0a.swx.com (8.12.9/8.12.6) with ESMTP id h4C8Q8gn020399 for ; Mon, 12 May 2003 10:26:09 +0200 (MEST) Received: from SOMEXEVS001.ex.ordersx.org (localhost [127.0.0.1]) by gate0a.unix.swx.ch (8.12.9/8.12.6) with ESMTP id h4C8Q7ie008925 for ; Mon, 12 May 2003 10:26:08 +0200 (MEST) Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Date: Mon, 12 May 2003 10:26:07 +0200 Message-ID: X-MS-Has-Attach: Importance: normal Priority: normal X-MS-TNEF-Correlator: Thread-Topic: [users@httpd] [notice] child pid xxxxx exit signal Segmentation fault (11) thread-index: AcMWPRMtweKlM7vMSbOfa3Xvd82lrwCId6GQ From: "Boyle Owen" To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: RE: [users@httpd] [notice] child pid xxxxx exit signal Segmentation fault (11) >-----Original Message----- >From: Josh Konkol [mailto:samba@guidemail.com] > >I'm running apache 1.3.23 with mod_ssl and I'm getting the error >in my error logs over and over: >[notice] child pid 28354 exit signal Segmentation fault (11) > >I'm running about 8 IP based Virtual Hosts on this server each >with their own certificate. > >I don't know where to start to troubleshoot this, please help. A segmentation fault occurs when a program tries to access a memory location which is outside the area allocated to it. The OS detects this dangerous behaviour and shuts it down. This usually happens when you have an inconsistent compilation of a program which is using shared objects and/or libraries. In your case, apache is (possibly) loading a Dynamic Shared Oject (i.e. mod_ssl) which then accesses third-party library functions (OpenSSL). A seg fault can arise if one or more of these components is upgraded (and hence recompiled) without recompiling the others. If you have (for example) upgraded OpenSSL, you should recompile apache against the new openssl libs. Rgds, Owen Boyle Disclaimer: Any disclaimer attached to this message may be ignored. > >TIA > >Josh > > >--------------------------------------------------------------------- >The official User-To-User support forum of the Apache HTTP >Server Project. >See for more info. >To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > " from the digest: users-digest-unsubscribe@httpd.apache.org >For additional commands, e-mail: users-help@httpd.apache.org > > This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please notify the sender urgently and then immediately delete the message and any copies of it from your system. Please also immediately destroy any hardcopies of the message. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. The sender's company reserves the right to monitor all e-mail communications through their networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorised to state them to be the views of the sender's company. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org