On Fri, Jul 23, 1999, John Hynes wrote:
> I have the same problem on my solaris 2.5.1/apache 1.3.6/modssl
> 2.3.5/openssl 0.9.3a.
>
> PID USERNAME THR PRI NICE SIZE RES STATE TIME CPU COMMAND
> 19888 nobody 1 -15 0 3344K 2752K run 20:17 97.78% httpd
> 20642 nobody 1 35 0 3200K 2416K sleep 0:00 1.32% httpd
>
> =>[1] _lseek(0x4400, 0x4400, 0x0, 0x0, 0x1, 0x1), at 0xef5b74fc
> [2] dbm_access(0x1c8960, 0x11, 0x1a, 0x30, 0x1f, 0x0), at 0xef5cf4ac
> [3] dbm_firsthash(0x1c8960, 0x11, 0x1c8988, 0x0, 0xefffecc8, 0x0), at
> 0xef5ceb54
> [4] dbm_do_nextkey(0xc, 0x3c, 0x3c, 0x0, 0x1c8a4f, 0x11), at
> 0xef5cf2e4
> [5] dbm_nextkey(0x1c8960, 0xef612f30, 0x0, 0x2, 0x0, 0xefffeddc), at
> 0xef5cecec
> [6] ssl_scache_dbm_expire(0x19d338, 0x37973457, 0x0, 0x0, 0x0, 0x0),
For mod_ssl 2.3.7 I've now completely rewritten the ssl_scache_dbm_expire()
function, because it seems that some DBM libraries get crazy when one iterates
over the contents and deleting elements in parallel. The new function now
uses a two pass approach where this should no longer happen (hopefully ;) When
2.3.7 is released, please upgrade.
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]