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

Jeff Trawick <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from Jeff Trawick <[email protected]> ---
This is simply what happens in gdb when a write call returns -1/EPIPE.  httpd
ignores SIGPIPE as a signal and just deals with -1/EPIPE as return code
feedback.  In both of the backtraces in this bug, the peer closed the socket
before httpd finished writing some response.  Not uncommon.

If you need to debug httpd in gdb without getting interrupted like this, try
the gdb command "handle SIGPIPE nostop".

-- 
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