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=27138>.
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=27138
------- Additional Comments From nelson.menezes@city-link.co.uk 2005-03-08 10:21 -------
Here it is...
gdb /usr/sbin/httpd2 29681
...
(gdb) backtrace
#0 0x4003cc94 in apr_date_parse_rfc () from /usr/lib/libaprutil-0.so.0
#1 0x4003ce07 in apr_date_parse_rfc () from /usr/lib/libaprutil-0.so.0
#2 0x4003d47a in apr_rmm_calloc () from /usr/lib/libaprutil-0.so.0
#3 0x40b564ea in util_ald_alloc () from /etc/httpd/2.0/extramodules/mod_ldap.so
#4 0x40b56910 in util_ald_create_cache () from
/etc/httpd/2.0/extramodules/mod_ldap.so
#5 0x40b563ed in util_ldap_cache_init () from
/etc/httpd/2.0/extramodules/mod_ldap.so
#6 0x40b55987 in util_ldap_create_config () from
/etc/httpd/2.0/extramodules/mod_ldap.so
#7 0x0806860d in ap_run_child_init ()
#8 0x08066a66 in ap_graceful_stop_signalled ()
#9 0x08066f24 in ap_graceful_stop_signalled ()
#10 0x08067181 in ap_graceful_stop_signalled ()
#11 0x0806774e in ap_mpm_run ()
#12 0x0806db23 in main ()
#13 0x40237c57 in __libc_start_main () from /lib/i686/libc.so.6
I also tried this:
strace -p 29681
Process 29681 attached - interrupt to quit
But there's no output at all.(?!)
--
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
|