You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2005/04/26 11:52:39 UTC

DO NOT REPLY [Bug 34618] New: - segmentation fault with mod_ldap httpd-2.0.54

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=34618>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34618

           Summary: segmentation fault with mod_ldap httpd-2.0.54
           Product: Apache httpd-2.0
           Version: 2.0.54
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_auth_ldap
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: vincent.mathieu@univ-nancy2.fr


Since I upgraded httpd from 2.0.53 to 2.0.54, I have frequently segmentation
faults (redhat 7.3).

My httpd execute libphp4.so.

If I run this little script php, I generate the problem systematically :
for($i=0;$i<1000;$i++){
   $l = ldap_connect("ldap.univ.fr");
} 

(ldap.univ.fr doesn't exists).

If I compile httpd-2.0.54 with util_ldap.c from httpd-2.0.53 version, the
problem  disappear

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org