Mailing List Archive

[RELEASE CANDIDATE] mod_perl-2.0.11 RC1
Please download, test, and report back on this mod_perl 2.0.11 release
candidate.

https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.11-rc1.tar.gz

MD5 = 417823274b32e5ca8759cf3760ad1591
SHA1 = e47c72337e6766c403d0a76b59d3808625e5162b

Major changes in this release are as follows:

Fix use-after-free segfault in ap_server_config_defines seen on
start-up on OpenBSD. [Found/fixed by Sam Vaughan/Joe Orton]

Fix build with Perls earlier than 5.13.6. [Rainer Jung
<rainer.jung@kippdata.de>]

Fix filter/in_bbs_inject_header.t test failure with Apache 2.4.25+.
[Stefan Fritsch <sf@sfritsch.de>]

Fix apache/read.t test failure with Apache 2.4.25+. [Niko Tyni
<ntyni@debian.org>]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org
Re: [RELEASE CANDIDATE] mod_perl-2.0.11 RC1 [ In reply to ]
On Mon, 2 Sep 2019 at 13:34, Steve Hay <stevehay@apache.org> wrote:
>
> Please download, test, and report back on this mod_perl 2.0.11 release
> candidate.
>
> https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.11-rc1.tar.gz
>

So far +1 from me in the following builds:

Apache 2.4.33 / Perl 5.28.0 / VC2017 v15.9 (x64) with/without LWP
Apache 2.4.41 / Perl 5.31.3 / VC2019 v16.1 (x64) with/without LWP

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org
Re: [RELEASE CANDIDATE] mod_perl-2.0.11 RC1 [ In reply to ]
On Mon, 2 Sep 2019 at 13:37, Steve Hay <steve.m.hay@googlemail.com> wrote:
>
> On Mon, 2 Sep 2019 at 13:34, Steve Hay <stevehay@apache.org> wrote:
> >
> > Please download, test, and report back on this mod_perl 2.0.11 release
> > candidate.
> >
> > https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.11-rc1.tar.gz
> >
>
> So far +1 from me in the following builds:
>
> Apache 2.4.33 / Perl 5.28.0 / VC2017 v15.9 (x64) with/without LWP
> Apache 2.4.41 / Perl 5.31.3 / VC2019 v16.1 (x64) with/without LWP

It's sad that there have not been any replies to this in more than a
fortnight... :-/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org
Re: [RELEASE CANDIDATE] mod_perl-2.0.11 RC1 [ In reply to ]
I keep forgetting, but I’ll do this tonight.

> On Sep 17, 2019, at 8:45 AM, Steve Hay <steve.m.hay@googlemail.com.invalid> wrote:
>
>> On Mon, 2 Sep 2019 at 13:37, Steve Hay <steve.m.hay@googlemail.com> wrote:
>>
>>> On Mon, 2 Sep 2019 at 13:34, Steve Hay <stevehay@apache.org> wrote:
>>>
>>> Please download, test, and report back on this mod_perl 2.0.11 release
>>> candidate.
>>>
>>> https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.11-rc1.tar.gz
>>>
>>
>> So far +1 from me in the following builds:
>>
>> Apache 2.4.33 / Perl 5.28.0 / VC2017 v15.9 (x64) with/without LWP
>> Apache 2.4.41 / Perl 5.31.3 / VC2019 v16.1 (x64) with/without LWP
>
> It's sad that there have not been any replies to this in more than a
> fortnight... :-/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> For additional commands, e-mail: dev-help@perl.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org
Re: [RELEASE CANDIDATE] mod_perl-2.0.11 RC1 [ In reply to ]
I'm seeing more test failures for 2.0.11 RC1 than for 2.0.10 with the
same setup.

Test Summary Report
-------------------
t/api/request_rec.t (Wstat: 0 Tests: 43 Failed: 0)
Parse errors: Bad plan. You planned 55 tests but ran 43.
t/compat/request.t (Wstat: 0 Tests: 12 Failed: 0)
Parse errors: Bad plan. You planned 22 tests but ran 12.
t/filter/in_bbs_inject_header.t (Wstat: 0 Tests: 36 Failed: 3)
Failed tests: 22, 26, 30
Files=245, Tests=3392, 102 wallclock secs ( 0.76 usr 0.34 sys + 72.85
cusr 11.27 csys = 85.22 CPU)
Result: FAIL
Failed 3/245 test programs. 3/3392 subtests failed.


The compat/request.t failures don't occur on the previous version. Is
this expected? I'm using perl 5.28.0, and httpd 2.4.41 prefork.

Adam

On 9/2/19 8:34 AM, Steve Hay wrote:
> Please download, test, and report back on this mod_perl 2.0.11 release
> candidate.
>
> https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.11-rc1.tar.gz
>
> MD5 = 417823274b32e5ca8759cf3760ad1591
> SHA1 = e47c72337e6766c403d0a76b59d3808625e5162b
>
> Major changes in this release are as follows:
>
> Fix use-after-free segfault in ap_server_config_defines seen on
> start-up on OpenBSD. [Found/fixed by Sam Vaughan/Joe Orton]
>
> Fix build with Perls earlier than 5.13.6. [Rainer Jung
> <rainer.jung@kippdata.de>]
>
> Fix filter/in_bbs_inject_header.t test failure with Apache 2.4.25+.
> [Stefan Fritsch <sf@sfritsch.de>]
>
> Fix apache/read.t test failure with Apache 2.4.25+. [Niko Tyni
> <ntyni@debian.org>]
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org
Re: [RELEASE CANDIDATE] mod_perl-2.0.11 RC1 [ In reply to ]
I see the compat/request.t failure too, but I also got that in my 2.0.10 setup.

(I also get modperl/env.t, modperl/setupenv.t and preconnection.note.t
failures, which also occurred in 2.0.10, plus some lingering
filter/in_bbs_inject_header.t failures that occurred in 2.0.10 which I
thought would be fixed now but aren't. I also have one other report of
the latter. For me it only fails when LWP is present.)

On Tue, 24 Sep 2019 at 04:04, Adam Prime <adam.prime@utoronto.ca> wrote:
>
> I'm seeing more test failures for 2.0.11 RC1 than for 2.0.10 with the
> same setup.
>
> Test Summary Report
> -------------------
> t/api/request_rec.t (Wstat: 0 Tests: 43 Failed: 0)
> Parse errors: Bad plan. You planned 55 tests but ran 43.
> t/compat/request.t (Wstat: 0 Tests: 12 Failed: 0)
> Parse errors: Bad plan. You planned 22 tests but ran 12.
> t/filter/in_bbs_inject_header.t (Wstat: 0 Tests: 36 Failed: 3)
> Failed tests: 22, 26, 30
> Files=245, Tests=3392, 102 wallclock secs ( 0.76 usr 0.34 sys + 72.85
> cusr 11.27 csys = 85.22 CPU)
> Result: FAIL
> Failed 3/245 test programs. 3/3392 subtests failed.
>
>
> The compat/request.t failures don't occur on the previous version. Is
> this expected? I'm using perl 5.28.0, and httpd 2.4.41 prefork.
>
> Adam
>
> On 9/2/19 8:34 AM, Steve Hay wrote:
> > Please download, test, and report back on this mod_perl 2.0.11 release
> > candidate.
> >
> > https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.11-rc1.tar.gz
> >
> > MD5 = 417823274b32e5ca8759cf3760ad1591
> > SHA1 = e47c72337e6766c403d0a76b59d3808625e5162b
> >
> > Major changes in this release are as follows:
> >
> > Fix use-after-free segfault in ap_server_config_defines seen on
> > start-up on OpenBSD. [Found/fixed by Sam Vaughan/Joe Orton]
> >
> > Fix build with Perls earlier than 5.13.6. [Rainer Jung
> > <rainer.jung@kippdata.de>]
> >
> > Fix filter/in_bbs_inject_header.t test failure with Apache 2.4.25+.
> > [Stefan Fritsch <sf@sfritsch.de>]
> >
> > Fix apache/read.t test failure with Apache 2.4.25+. [Niko Tyni
> > <ntyni@debian.org>]
> >

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org
Re: [RELEASE CANDIDATE] mod_perl-2.0.11 RC1 [ In reply to ]
Actually, the compat/request.t failure was a trivial fix - done in
rev. 1867432. I will make an RC2 with this fix. Thanks for prompting
me to look! :-)

On Tue, 24 Sep 2019 at 08:19, Steve Hay <steve.m.hay@googlemail.com> wrote:
>
> I see the compat/request.t failure too, but I also got that in my 2.0.10 setup.
>
> (I also get modperl/env.t, modperl/setupenv.t and preconnection.note.t
> failures, which also occurred in 2.0.10, plus some lingering
> filter/in_bbs_inject_header.t failures that occurred in 2.0.10 which I
> thought would be fixed now but aren't. I also have one other report of
> the latter. For me it only fails when LWP is present.)
>
> On Tue, 24 Sep 2019 at 04:04, Adam Prime <adam.prime@utoronto.ca> wrote:
> >
> > I'm seeing more test failures for 2.0.11 RC1 than for 2.0.10 with the
> > same setup.
> >
> > Test Summary Report
> > -------------------
> > t/api/request_rec.t (Wstat: 0 Tests: 43 Failed: 0)
> > Parse errors: Bad plan. You planned 55 tests but ran 43.
> > t/compat/request.t (Wstat: 0 Tests: 12 Failed: 0)
> > Parse errors: Bad plan. You planned 22 tests but ran 12.
> > t/filter/in_bbs_inject_header.t (Wstat: 0 Tests: 36 Failed: 3)
> > Failed tests: 22, 26, 30
> > Files=245, Tests=3392, 102 wallclock secs ( 0.76 usr 0.34 sys + 72.85
> > cusr 11.27 csys = 85.22 CPU)
> > Result: FAIL
> > Failed 3/245 test programs. 3/3392 subtests failed.
> >
> >
> > The compat/request.t failures don't occur on the previous version. Is
> > this expected? I'm using perl 5.28.0, and httpd 2.4.41 prefork.
> >
> > Adam
> >
> > On 9/2/19 8:34 AM, Steve Hay wrote:
> > > Please download, test, and report back on this mod_perl 2.0.11 release
> > > candidate.
> > >
> > > https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.11-rc1.tar.gz
> > >
> > > MD5 = 417823274b32e5ca8759cf3760ad1591
> > > SHA1 = e47c72337e6766c403d0a76b59d3808625e5162b
> > >
> > > Major changes in this release are as follows:
> > >
> > > Fix use-after-free segfault in ap_server_config_defines seen on
> > > start-up on OpenBSD. [Found/fixed by Sam Vaughan/Joe Orton]
> > >
> > > Fix build with Perls earlier than 5.13.6. [Rainer Jung
> > > <rainer.jung@kippdata.de>]
> > >
> > > Fix filter/in_bbs_inject_header.t test failure with Apache 2.4.25+.
> > > [Stefan Fritsch <sf@sfritsch.de>]
> > >
> > > Fix apache/read.t test failure with Apache 2.4.25+. [Niko Tyni
> > > <ntyni@debian.org>]
> > >

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org
Re: [RELEASE CANDIDATE] mod_perl-2.0.11 RC1 [ In reply to ]
On 2019-09-24 4:08 a.m., Steve Hay wrote:
> Actually, the compat/request.t failure was a trivial fix - done in
> rev. 1867432. I will make an RC2 with this fix. Thanks for prompting
> me to look! :-)

Saw similar failures on OS X as well. I'll wait for RC2 to start testing
again fresh

>
> On Tue, 24 Sep 2019 at 08:19, Steve Hay <steve.m.hay@googlemail.com> wrote:
>> I see the compat/request.t failure too, but I also got that in my 2.0.10 setup.
>>
>> (I also get modperl/env.t, modperl/setupenv.t and preconnection.note.t
>> failures, which also occurred in 2.0.10, plus some lingering
>> filter/in_bbs_inject_header.t failures that occurred in 2.0.10 which I
>> thought would be fixed now but aren't. I also have one other report of
>> the latter. For me it only fails when LWP is present.)
>>
>> On Tue, 24 Sep 2019 at 04:04, Adam Prime <adam.prime@utoronto.ca> wrote:
>>> I'm seeing more test failures for 2.0.11 RC1 than for 2.0.10 with the
>>> same setup.
>>>
>>> Test Summary Report
>>> -------------------
>>> t/api/request_rec.t (Wstat: 0 Tests: 43 Failed: 0)
>>> Parse errors: Bad plan. You planned 55 tests but ran 43.
>>> t/compat/request.t (Wstat: 0 Tests: 12 Failed: 0)
>>> Parse errors: Bad plan. You planned 22 tests but ran 12.
>>> t/filter/in_bbs_inject_header.t (Wstat: 0 Tests: 36 Failed: 3)
>>> Failed tests: 22, 26, 30
>>> Files=245, Tests=3392, 102 wallclock secs ( 0.76 usr 0.34 sys + 72.85
>>> cusr 11.27 csys = 85.22 CPU)
>>> Result: FAIL
>>> Failed 3/245 test programs. 3/3392 subtests failed.
>>>
>>>
>>> The compat/request.t failures don't occur on the previous version. Is
>>> this expected? I'm using perl 5.28.0, and httpd 2.4.41 prefork.
>>>
>>> Adam
>>>
>>> On 9/2/19 8:34 AM, Steve Hay wrote:
>>>> Please download, test, and report back on this mod_perl 2.0.11 release
>>>> candidate.
>>>>
>>>> https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.11-rc1.tar.gz
>>>>
>>>> MD5 = 417823274b32e5ca8759cf3760ad1591
>>>> SHA1 = e47c72337e6766c403d0a76b59d3808625e5162b
>>>>
>>>> Major changes in this release are as follows:
>>>>
>>>> Fix use-after-free segfault in ap_server_config_defines seen on
>>>> start-up on OpenBSD. [Found/fixed by Sam Vaughan/Joe Orton]
>>>>
>>>> Fix build with Perls earlier than 5.13.6. [Rainer Jung
>>>> <rainer.jung@kippdata.de>]
>>>>
>>>> Fix filter/in_bbs_inject_header.t test failure with Apache 2.4.25+.
>>>> [Stefan Fritsch <sf@sfritsch.de>]
>>>>
>>>> Fix apache/read.t test failure with Apache 2.4.25+. [Niko Tyni
>>>> <ntyni@debian.org>]
>>>>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> For additional commands, e-mail: dev-help@perl.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org
Re: [RELEASE CANDIDATE] mod_perl-2.0.11 RC1 [ In reply to ]
On Tue, 24 Sep 2019 at 15:32, Philippe M. Chiasson <gozer@ectoplasm.org> wrote:
>
> On 2019-09-24 4:08 a.m., Steve Hay wrote:
> > Actually, the compat/request.t failure was a trivial fix - done in
> > rev. 1867432. I will make an RC2 with this fix. Thanks for prompting
> > me to look! :-)
>
> Saw similar failures on OS X as well. I'll wait for RC2 to start testing
> again fresh

RC2 now uploaded with this and a couple of other fixes that have come
to my attention.


>
> >
> > On Tue, 24 Sep 2019 at 08:19, Steve Hay <steve.m.hay@googlemail.com> wrote:
> >> I see the compat/request.t failure too, but I also got that in my 2.0.10 setup.
> >>
> >> (I also get modperl/env.t, modperl/setupenv.t and preconnection.note.t
> >> failures, which also occurred in 2.0.10, plus some lingering
> >> filter/in_bbs_inject_header.t failures that occurred in 2.0.10 which I
> >> thought would be fixed now but aren't. I also have one other report of
> >> the latter. For me it only fails when LWP is present.)
> >>
> >> On Tue, 24 Sep 2019 at 04:04, Adam Prime <adam.prime@utoronto.ca> wrote:
> >>> I'm seeing more test failures for 2.0.11 RC1 than for 2.0.10 with the
> >>> same setup.
> >>>
> >>> Test Summary Report
> >>> -------------------
> >>> t/api/request_rec.t (Wstat: 0 Tests: 43 Failed: 0)
> >>> Parse errors: Bad plan. You planned 55 tests but ran 43.
> >>> t/compat/request.t (Wstat: 0 Tests: 12 Failed: 0)
> >>> Parse errors: Bad plan. You planned 22 tests but ran 12.
> >>> t/filter/in_bbs_inject_header.t (Wstat: 0 Tests: 36 Failed: 3)
> >>> Failed tests: 22, 26, 30
> >>> Files=245, Tests=3392, 102 wallclock secs ( 0.76 usr 0.34 sys + 72.85
> >>> cusr 11.27 csys = 85.22 CPU)
> >>> Result: FAIL
> >>> Failed 3/245 test programs. 3/3392 subtests failed.
> >>>
> >>>
> >>> The compat/request.t failures don't occur on the previous version. Is
> >>> this expected? I'm using perl 5.28.0, and httpd 2.4.41 prefork.
> >>>
> >>> Adam
> >>>
> >>> On 9/2/19 8:34 AM, Steve Hay wrote:
> >>>> Please download, test, and report back on this mod_perl 2.0.11 release
> >>>> candidate.
> >>>>
> >>>> https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.11-rc1.tar.gz
> >>>>
> >>>> MD5 = 417823274b32e5ca8759cf3760ad1591
> >>>> SHA1 = e47c72337e6766c403d0a76b59d3808625e5162b
> >>>>
> >>>> Major changes in this release are as follows:
> >>>>
> >>>> Fix use-after-free segfault in ap_server_config_defines seen on
> >>>> start-up on OpenBSD. [Found/fixed by Sam Vaughan/Joe Orton]
> >>>>
> >>>> Fix build with Perls earlier than 5.13.6. [Rainer Jung
> >>>> <rainer.jung@kippdata.de>]
> >>>>
> >>>> Fix filter/in_bbs_inject_header.t test failure with Apache 2.4.25+.
> >>>> [Stefan Fritsch <sf@sfritsch.de>]
> >>>>
> >>>> Fix apache/read.t test failure with Apache 2.4.25+. [Niko Tyni
> >>>> <ntyni@debian.org>]
> >>>>
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> > For additional commands, e-mail: dev-help@perl.apache.org
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> For additional commands, e-mail: dev-help@perl.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org