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 2003/07/02 13:53:33 UTC

DO NOT REPLY [Bug 18756] - Apache core dump when using LDAP authentification.

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18756

Apache core dump when using LDAP authentification.





------- Additional Comments From softspt@gchq.gsi.gov.uk  2003-07-02 11:53 -------
I believe the error is in the shared memory handling. After a lot of 
scaffolding, I found it was dying at line 396 of util_ldap_cache_mgr.c, in 
util_ald_cache_insert(), when node->add_time is set to the current time.

On the assumption this indicated some sort of memory allocation problem when 
creating node, I then had a look at util_ald_alloc(). If the call to 
apr_rmm_addr_get() is replaced with a simple calloc(), the problem goes away.

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