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.

Bill

Reply via email to