André Malo <[EMAIL PROTECTED]> writes:

> * [EMAIL PROTECTED] wrote:
> 
> >   Add fatal exception hook for use by debug modules.  The hook is only
> >   available if the --enable-exception-hook configure parm is used.
> >   
> >   Sample users at http://httpd.apache.org/~trawick/exception_hook.html
> 
> >   +[
> >   +    AC_DEFINE(AP_ENABLE_EXCEPTION_HOOK, 1,
> >   +              [Allow modules to run hook after a fatal exception])
> >   +])dnl
> >   +
> 
> there's a dnl too much.

I'll remove it; I don't know why there is dnl after some other
AC_ARG_ENABLE() invocations.  Do you know by any chance?

> Docs note: The "on test systems only" sentence should appear in a big
> warning box (with red letters :-). Perhaps this should be reflected in the
> configure help itself.

That doc, and especially that comment, refers only to those sample
modules.  Probably I would remove the "on test systems only" comment
if I get time to review mod_whatkilledus closely.  For quite a while
it had some assumptions of non-threaded MPM, and I don't recall how
much testing it had after I removed those assumptions, hence the
comment ;)  Meanwhile, forcing a segfault (via a special request
handled by a special module) while the worker MPM is under load yields
no surprises.

-- 
Jeff Trawick | [EMAIL PROTECTED]
Born in Roswell... married an alien...

Reply via email to