Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 69702 invoked from network); 27 Sep 2006 13:54:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Sep 2006 13:54:47 -0000 Received: (qmail 35147 invoked by uid 500); 27 Sep 2006 13:54:37 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 35127 invoked by uid 500); 27 Sep 2006 13:54:37 -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: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 35116 invoked by uid 99); 27 Sep 2006 13:54:37 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Sep 2006 06:54:36 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=jslive@gmail.com; spf=pass Authentication-Results: idunn.apache.osuosl.org header.from=jslive@gmail.com; domainkeys=good X-ASF-Spam-Status: No, hits=0.5 required=5.0 tests=DNS_FROM_RFC_ABUSE Received-SPF: pass (idunn.apache.osuosl.org: domain gmail.com designates 66.249.82.234 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from [66.249.82.234] ([66.249.82.234:6252] helo=wx-out-0506.google.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 59/60-27227-7928A154 for ; Wed, 27 Sep 2006 06:54:31 -0700 Received: by wx-out-0506.google.com with SMTP id s19so217699wxc for ; Wed, 27 Sep 2006 06:54:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=C5gC53S0m3GctWkAk6I75jzgM5EqVK/DclOUOMsnsG7+9MHHYMpaZruiApB2kbE8BX8lMtGUkLBY+2/pcyHTME8gbZVAUPeEATNIe2ywBJHjDgCuRelSCxZbYsx0Bf5g6Zu/ON0HaH3wd5ylziRDNmc0yHXfPtBERrw4ACSmM2Y= Received: by 10.70.65.5 with SMTP id n5mr737024wxa; Wed, 27 Sep 2006 06:54:28 -0700 (PDT) Received: by 10.70.20.4 with HTTP; Wed, 27 Sep 2006 06:54:28 -0700 (PDT) Message-ID: Date: Wed, 27 Sep 2006 09:54:28 -0400 From: "Joshua Slive" Sender: jslive@gmail.com To: users@httpd.apache.org In-Reply-To: <20060926221223.42285.qmail@web54110.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060926221223.42285.qmail@web54110.mail.yahoo.com> X-Google-Sender-Auth: 79fece4b5ddbc503 Subject: Re: [users@httpd] Got Segmentation fault after load mod_ldap and mod_auth_ldap X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 9/26/06, Qingshan Xie wrote: > Hi! All, > > We have Apache-2.0.54 compiled with worker mpm. > After load mod_ldap and mod_auth_ldap as below in > httpd.conf, > > LoadModule ldap_module modules/mod_ldap.so > LoadModule auth_ldap_module modules/mod_auth_ldap.so > > LDAPSharedCacheSize 0 > LDAPCacheEntries 1024 > LDAPCacheTTL 600 > LDAPOpCacheEntries 1024 > LDAPOpCacheTTL 60 > > when started it, it threw segmentation fault in > error_log and no child created successfully, > > [Tue Sep 26 12:03:07 2006] [notice] child pid 28931 > exit signal Segmentation fault (11) > > Can someone tell me what is the root-cause and how to > fix it? A segmentation fault can be cause by any number of problems. To get details, use the instructions here: http://httpd.apache.org/dev/debugging.html#crashes Joshua. --------------------------------------------------------------------- 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