Re: svn commit: r1874775 - /httpd/httpd/trunk/test/README.travis

2020-03-30 Thread Ruediger Pluem
On 3/31/20 1:19 AM, Yann Ylavic wrote: > On Mon, Mar 30, 2020 at 10:23 PM Ruediger Pluem wrote: >> >> On 3/26/20 2:00 PM, Yann Ylavic wrote: >>> > > [] >>> +ap_pass_brigade(c->output_filters, bb); >> >> But if request filters still have setaside brigades and these would be >>

Re: svn commit: r1874775 - /httpd/httpd/trunk/test/README.travis

2020-03-30 Thread Ruediger Pluem
On 3/31/20 1:19 AM, Yann Ylavic wrote: > Index: server/core_filters.c > === > --- server/core_filters.c (revision 1875881) > +++ server/core_filters.c (working copy) > @@ -543,6 +543,12 @@ static apr_status_t

Re: [VOTE] Release httpd-2.4.43

2020-03-30 Thread Jan Ehrhardt
William A Rowe Jr in gmane.comp.apache.devel (Mon, 30 Mar 2020 09:01:07 -0500): >I'm making no attempt to build against the no-longer-supported msldap API >nor openldap which doesn't support building on windows. Maybe I am missing the point, but at least OpenLDAP 2.4.47 builds fine on Windows:

Re: svn commit: r1874775 - /httpd/httpd/trunk/test/README.travis

2020-03-30 Thread Yann Ylavic
On Mon, Mar 30, 2020 at 10:23 PM Ruediger Pluem wrote: > > On 3/26/20 2:00 PM, Yann Ylavic wrote: >> >> Index: server/util_filter.c >> === >> --- server/util_filter.c(revision 1875498) >> +++ server/util_filter.c

Re: svn commit: r1874775 - /httpd/httpd/trunk/test/README.travis

2020-03-30 Thread Ruediger Pluem
On 3/26/20 2:00 PM, Yann Ylavic wrote: > > Wouldn't that work (patch attached, passes test framework and Joe's repro)? > > Index: server/util_filter.c === --- server/util_filter.c(revision 1875498) +++

[RESULT - PASS][VOTE] Release httpd-2.4.43

2020-03-30 Thread Daniel Ruggeri
On 3/26/2020 9:50 AM, Daniel Ruggeri wrote: > Hi, all; >    Please find below the proposed release tarball and signatures: > https://dist.apache.org/repos/dist/dev/httpd/ > > I would like to call a VOTE over the next few days to release this > candidate tarball as 2.4.43: > [ ] +1: It's not just

Re: [VOTE] Release httpd-2.4.43

2020-03-30 Thread William A Rowe Jr
On Sun, Mar 29, 2020 at 8:26 AM Daniel Ruggeri wrote: > On 3/27/2020 12:58 PM, William A Rowe Jr wrote: > > On Fri, Mar 27, 2020 at 12:34 PM Steffen > > wrote: > > > > +1 All fine on Windows. > > > > > > Your's are still the .dsp based builds, right? I can

Re: Solaris, prefork, accept mutex and mod_ext_filter (Was: Prefork MPM and mod_watchdog)

2020-03-30 Thread Rainer Jung
Am 30.03.2020 um 11:28 schrieb Joe Orton: On Mon, Mar 30, 2020 at 12:31:05AM +0200, Rainer Jung wrote: I can now see the same problem on Linux (eg. RHEL 7, SLES 12 and SLES 15) when doing testing for 2.4.43. I think it is not a regression and for me it is not a showstopper, but something that

Re: Solaris, prefork, accept mutex and mod_ext_filter (Was: Prefork MPM and mod_watchdog)

2020-03-30 Thread Joe Orton
On Mon, Mar 30, 2020 at 12:31:05AM +0200, Rainer Jung wrote: > I can now see the same problem on Linux (eg. RHEL 7, SLES 12 and SLES 15) > when doing testing for 2.4.43. I think it is not a regression and for me it > is not a showstopper, but something that would be nice to fix. Symptom is > >

Re: [VOTE] Release httpd-2.4.43

2020-03-30 Thread Stefan Eissing
Rainer, the crashes seem the same I see when running mod-md tests: a watchdog being busy with openssl while the process shuts down. Yann wrote a patch a while back which solved it for me. But we were reluctant to make that change. Maybe it‘s time to revisit that. > Am 30.03.2020 um 01:22