On Mon, Jun 21, 1999, [EMAIL PROTECTED] wrote:

> Hiyas.. I've been having a problem with mod_ssl + solaris 2.6 + gcc
> 2.7.2.3(2?).. Basicly iy compiled fine but then in the error log it would
> say that its child processes would segfault when trying SSL.. 
> so I searched throught the logs and found some had the same problem
> and someon suggested to add -DSSL_SDBM, so I did and the segfulats went
> away :).. but but it was slow for https, I had the SSLSessionCache to
> 300, then  when I would HUP httpd I would get a "network IO" error
> from netscape when I tried https.. regular http connections went
> through fine.. 
> 
> So then I tried that MM lib but after compiling and trying to run it it
> says its not supported on solaris 2.6.
> 
> any ideas anyone??.. thanks!.. what other info do you need.. ohh btw I was
> using 2.3.3 mod_ssl... 

The segfaults seem to be related to the cache expiring - which occurs only
after some time of uptime, so I never discovered them. I think I've found the
source of the problem today (the caching stuff iterates over the cache entries
and deletes expired ones, but the programmed interation logic seems to be
problematic [delete before next move]). I'm already poking around in the cache
code to solve the problem.  It cannot be easily reproduced, but we'll see...

                                       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]

Reply via email to