On Thu, Jan 07, 1999, [EMAIL PROTECTED] wrote:

> Full_Name: Jake Buchholz
> Version: mod_ssl 2.1.6
> OS: linux 2.0.36 glibc
> Submission from: windowpane.execpc.com (169.207.1.11)
> 
> mod_ssl & mod_php3 both compiled as DSO, and seem to work fine when I
> use them separately from each other, i.e.
> 
>   httpd -DSSL     and httpd -DPHP3
> 
> but when trying...
> 
>   httpd -DSSL -DPHP3
> 
> ...the process locks up.  strace reveals that it's stuck in a loop:
> 
>   sched_yield(0x31f7e0, 0x11c000, 0, 0x80b2ce0, 0) = 0
>   sched_yield(0x31f7e0, 0x11c000, 0, 0x80b2ce0, 0) = 0
>   sched_yield(0x31f7e0, 0x11c000, 0, 0x80b2ce0, 0) = 0
>   ...
> 
> This happens after the initial process forks a child, but before it
> gets around to forking any more children.
> 
> I've tried adjusting the order of libssl and libphp3 LoadModule and
> AddModule directives, with no change in effect.
> 
> An earlier version of mod_ssl (2.1.2) works fine.
> 
> I'll also be submitting this to PHP3's bug database, just in case
> the problem's there.

I think it's related to the DSO problems and that the above looping is just a
side-effect of dangling references. I've now tried to fix these problems for
mod_ssl 2.1.8. When this version is available the next days please try it out.
I think the problem is then fixed. If not, please complain again.

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com

______________________________________________________________________
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to