DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13090>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13090

apache2.0.42 coredumps upon stop on HPUX11





------- Additional Comments From [EMAIL PROTECTED]  2002-10-01 01:15 -------
>The core dump points to kill() and exit() in the apache server.

The kill() is irrelevant.  That is something our signal handler does after
something bad has already happened.

You may want to run some sort of memory debugger to see if perhaps heap
storage is being misused.

If it were me, I'd find the minimal testcase required to duplicate the
problem, and start commenting out plug-in code until the segfault no
longer occurs for the minimal testcase.  Whether the bug is in 
Apache or in the plug-in, it will almost certainly require playing with
the plug-in until you find the critical operation it is doing which is 
key to the problem.

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

Reply via email to