Re: blocking listener thread during SSL shutdown

2017-04-13 Thread Frank Meier
On 12/04/17 21:37, Eric Covener wrote: Any chance the logs also report write timeouts that precede this? Are there "similar" threads waiting for writability of actual response data (e.g. ap_invoke_handler in the stack) I'm not aware of any write timeouts in the httpd logs but then, this was a

Re: blocking listener thread during SSL shutdown

2017-04-13 Thread Frank Meier
On 12/04/17 21:30, Ruediger Pluem wrote: A debug build which states the line numbers would be more helpful here. What I can conclude so far by looking at the code is that it does not wait on the client to sent something but that it does wait on the socket to accept data for sending. So

Re: blocking listener thread during SSL shutdown

2017-04-12 Thread Eric Covener
On Wed, Apr 12, 2017 at 3:30 PM, Ruediger Pluem wrote: > A debug build which states the line numbers would be more helpful here. What > I can conclude so far by looking at the > code is that it does not wait on the client to sent something but that it > does wait on the

Re: blocking listener thread during SSL shutdown

2017-04-12 Thread Ruediger Pluem
On 04/12/2017 05:03 PM, Frank Meier wrote: > Hi > > I've submitted a bug report [1] about hanging listener threads in mod_event > during SSL shutdown. But since I did not > hear anything I choose to discuss it on the Mailing List. > > I was remotely debugging an Issue, where an Apache HTTPD

blocking listener thread during SSL shutdown

2017-04-12 Thread Frank Meier
Hi I've submitted a bug report [1] about hanging listener threads in mod_event during SSL shutdown. But since I did not hear anything I choose to discuss it on the Mailing List. I was remotely debugging an Issue, where an Apache HTTPD did not serve requests any more. In the stacks of the