Re: mod_http2 and Frequent wake-ups for mpm_event

2017-02-05 Thread Yann Ylavic
Hi Stefan, On Sun, Feb 5, 2017 at 7:51 PM, Stefan Priebe - Profihost AG wrote: > > tested your patch against mod_ssl. I haven't seen any pool crashes again > so it seems to fix this issue. > > But two new ones: Possibly a promising fix suggested (in another thread) by yet

Re: Is mpm_event missing allocator mutexes?

2017-02-05 Thread Yann Ylavic
Hi Stefan, On Sun, Feb 5, 2017 at 10:39 PM, Stefan Fritsch wrote: > > apr_allocator uses a mutex to be thread safe. Pools use this mutex also to > protect sub-pool creation, cleanup registering, etc. When apr creates the > initial allocator and global_pool in

Is mpm_event missing allocator mutexes?

2017-02-05 Thread Stefan Fritsch
Hi, I may be missing something but this looks wrong to me: apr_allocator uses a mutex to be thread safe. Pools use this mutex also to protect sub-pool creation, cleanup registering, etc. When apr creates the initial allocator and global_pool in apr_pool_initialize(), it also creates a mutex

Re: mod_http2 and Frequent wake-ups for mpm_event

2017-02-05 Thread Stefan Priebe - Profihost AG
Hi Yann, tested your patch against mod_ssl. I haven't seen any pool crashes again so it seems to fix this issue. But two new ones: Program terminated with signal SIGABRT, Aborted. #0 0x7ff523558067 in raise () from /lib/x86_64-linux-gnu/libc.so.6 #0 0x7ff523558067 in raise () from

Re: Autobuild Progress (was Re: Automated tests)

2017-02-05 Thread Daniel Ruggeri
On 1/31/2017 4:30 PM, Jacob Champion wrote: > On 01/30/2017 05:39 PM, Daniel Ruggeri wrote: >> I'm tremendously inspired by this work. What are your thoughts on the >> idea of having a series of docker container builds that compile and run >> the test suite on various distributions? I'll

Re: Summary: Broken FastCGI with httpd

2017-02-05 Thread Jim Jagielski
> On Jan 30, 2017, at 4:21 PM, Jacob Champion wrote: > > On 01/30/2017 01:17 PM, Jim Jagielski wrote: >> Looking over fpm_main, Apache is detected iff PHP sees the proxy:balancer >> and/or >> proxy:fcgi prefix. Looking at the logic paths related to 'apache_was_here' > >

Re: Openssl 1.1.x compatibility

2017-02-05 Thread Luca Toscano
2017-01-27 15:38 GMT+01:00 Luca Toscano : > Hi everybody, > > once in a while on users@ it is asked if httpd 2.4.x supports Openssl > 1.1.x, but afaik http://svn.apache.org/viewvc/httpd/httpd/branches/2. > 4.x-openssl-1.1.0-compat is still work in progress. Any plans to