You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Qingshan Xie <xi...@yahoo.com> on 2006/09/27 00:12:23 UTC

[users@httpd] Got Segmentation fault after load mod_ldap and mod_auth_ldap

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?

Many Thanks, Q.Xie



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> 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


Re: [users@httpd] Got Segmentation fault after load mod_ldap and mod_auth_ldap

Posted by Joshua Slive <jo...@slive.ca>.
On 9/26/06, Qingshan Xie <xi...@yahoo.com> 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 <URL:http://httpd.apache.org/userslist.html> 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