Hi, Can someone please explain why ssl_scache_dbm_retrieve() in modules/ssl/ssl_scache_dbm.c is not protected by the the SSLMutex ?
The function uses the same pool (module config) as the store/remove/expire operations, so shouldn't it also be protected to avoid race conditions ? Our ssl-enabled server (httpd 2.0.40 on win32) server locks up in endless loops regulary, and I have a trace showing that it is stuck inside pool-cleanup after calling dbm_close. (see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12705) thanks amund elstad