https://bz.apache.org/bugzilla/show_bug.cgi?id=61558

--- Comment #14 from Joe Orton <jor...@redhat.com> ---
If the problem is that a registered mpm_query hook is a function in a
now-unloaded DSO then I don't think that keeping a copy of the function pointer
itself (not the function!) is going to help?

If we treat the root cause of the crash here as unrelated (looks like memory
corruption with a crash in apr_pool_destroy?), then fixing the crash in logging
during apr_destroy_and_exit_process() due to MPM cleanup should be fixable by
calling apr_hook_deregister_all() at the start of that function?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to