Subject: apache-1.3.29 and openssl-0.9.6m core dump
To: None <tech-pkg@netbsd.org>
From: Stephen Borrill <netbsd@precedence.co.uk>
List: tech-pkg
Date: 05/11/2004 14:42:17
I've a client with a server with apache-1.3.29 (plus some other packages
such as ap-php) and openssl-0.9.6m. Occasionally, apache is core-dumping
with a segmentation fault. GDB reports:

(gdb) backtrace
#0  0x4898f0dc in ripemd160_md () from /usr/pkg/lib/libcrypto.so.300
#1  0x806d8d9 in unique_id_global_init ()
#2  0x8073bde in ap_init_modules ()
#3  0x807bb9a in standalone_main ()
#4  0x807c3f7 in main ()
#5  0x80500b0 in ___start ()

While ap-ssl is installed, ssl is not configured at all in Apache.
It doesn't even LoadModule mod_ssl.

unique_id_global_init() is in mod_unique_id. This is a standard module and
cannot be disabled.

Any ideas?

-- 
Stephen