You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2013/01/01 16:55:12 UTC

[Bug 54357] Crash during restart when using mod_ssl and apr_crypto (mod_session_crypto)

https://issues.apache.org/bugzilla/show_bug.cgi?id=54357

--- Comment #1 from Stefan Fritsch <sf...@sfritsch.de> ---
(In reply to comment #0)
> Modules and libs are build as DSOs, but it seems only the modules get
> reloaded but not the SSL libs.

A workaround may be to add a function to apr-util that allows to unload all
crypto drivers and call that function on restart. Or make apr-util unload the
driver when the pool passed to apr_crypto_get_driver() is destroyed (doing
refcounting to ensure that no user of the driver remains). This also requires
changes in apu_dso.c, though.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org