[EMAIL PROTECTED] said:
> I've both tried it myself and looked over the EAPI hook implementation
> used by mod_status: all works fine even without -DSSL and the code
> looks correct.  So I have to ask you to try to get a back-trace of the
> core dump to allow us to see _where_ it dumps core. Sorry, but unless
> I can repeat the problem I cannot fix it, of course. 

here's the stack trace (sorry, I didn't compile it with -g, so no more
info is available).

Request sent was "GET http://HOSTNAME/server-status"

csh> /opt/gnu/bin/gdb /opt/Apache/bin/httpd

GDB 4.15.1 (sparc-sun-solaris2.5), 
Copyright 1995 Free Software Foundation, Inc...
(gdb) run -X -f /www/conf/httpd.conf
Starting program: /opt/Apache/bin/httpd -X -f /www/conf/httpd.conf
"/usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1": not in executable format: File 
format not recognized.
(gdb) cont
Continuing.

Program received signal SIGSEGV, Segmentation fault.
0x528f8 in ssl_scache_status ()
(gdb) where
#0  0x528f8 in ssl_scache_status ()
#1  0x54a4c in ssl_ext_ms_display ()
#2  0x9aa14 in ap_hook_call_func ()
#3  0x9a150 in ap_hook_use ()
#4  0xef452b28 in _END_ ()
#5  0x7c730 in ap_invoke_handler ()
#6  0x8efec in process_request_internal ()
#7  0x8f38c in ap_process_request ()
#8  0x869d8 in child_main ()
#9  0x86cc0 in make_child ()
#10 0x87364 in standalone_main ()
#11 0x87d70 in main ()


this is with httpd.conf containing

<IfDefine SSL>
AddModule mod_ssl.c
</IfDefine>
AddModule mod_perl.c

and -DSSL *not* given on command line, mod_ssl statically compiled in.

Roman Maeder

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to