> -----Ursprüngliche Nachricht-----
> Von: William A. Rowe, Jr.
> Gesendet: Montag, 10. September 2007 07:50
> An: [email protected]
> Betreff: Re: SSL_VERSION_LIBRARY
> 
> 
> Zvi Har'El wrote:
> >>
> >> This looks similar to PR 43334 
> (https://issues.apache.org/bugzilla/show_bug.cgi?id=43334).
> >> Could you please test my diagnostic patch from there?
> 
> Yup - that patch would solve it since we don't reinit static 
> char*library
> to null on every unload/reload cycle.
> 
> The fix is either to do it always (as this patch does) - or since
> it might outlive p, delve down to parent pool (process scope) and
> allocate from there.

That was the goal of my diagnostic patch: Finding out if we have a pool
issue. Looks like we have. I guess the right fix is as you say 
to use the parent pool (process scope).

Regards

Rüdiger

Reply via email to