Jean-Jacques Clar wrote:
It looks like wc_close() is called twice when JK is unloading and destroying its memory pools resulting in trying to free the same
mutex twice.

Hmm, it is not called twice, but rather once for each virtual host. This only shows we were doing that wrongly for so long :).

Anyhow the fix would be trivial by invoking wc_close(NULL)
only if the !s->is_virtual, or by adding some flag in wc_close
for assuring it is called only once.

Regards,
Mladen.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to