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

--- Comment #3 from Rainer Jung <[email protected]> ---
(In reply to Christophe WEIDEMANN from comment #2)
> What i can tell you is that it appears "randomly" only after a graceful
> restart. I did not change any LoadModule items before the restart and i'm
> not using mod_logio.

But your below list of loaded modules shows mod_lgio an mod_status, so you
should try whether explicitely setting

ExtendedStatus Off

helps (or disable loading mod_logio and check whether it actually vanished from
the list of loaded modules).

> The server was not stressed when it happened Concerning
> the modules , only standard modules are used except mod_auth_kerb. But i was
> already using it  with apache 2.2 release without problem.

Apart from the mod_logio problem I think it should not be the mod_ssl problem I
cited, because you pstack output isn't a good fit for that problem. You might
want to check a few crashes though, whether the pstack results are consistent
(so that it is clear we are looking at the right debug info).

In addition to disable mod_logio or ExtendedStatus Off, suggest you try the
tweo patches I mentioned:

http://svn.apache.org/viewvc?view=revision&revision=1534321
http://svn.apache.org/viewvc?view=revision&revision=1550061

That bug is not about restarts but about a pool lifecycle problem so I can't
rule out that it might also manifest during a restart. Both patches are for
mod_proxy_http and are very small, so easy to apply.

Regards,

Rainer

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to