RE: mod_perl head build with httpd 2.4.6 on Linux results

2014-01-30 Thread Steve Hay
ests failed. > -Original Message- > From: Jan Kaluža [mailto:jkal...@redhat.com] > Sent: 30 January 2014 10:11 > To: Steve Hay; dev@perl.apache.org > Subject: Re: mod_perl head build with httpd 2.4.6 on Linux results > > On 01/30/2014 10:45 AM, Steve Hay wrote: > > S

Re: mod_perl head build with httpd 2.4.6 on Linux results

2014-01-30 Thread Jan Kaluža
..@redhat.com] Sent: 30 January 2014 09:04 To: dev@perl.apache.org Subject: Re: mod_perl head build with httpd 2.4.6 on Linux results Hi again, I've been able to fix the problem with freezing tests with event MPM using attached patch. The problem is that currently I'm somehow confused by th

RE: mod_perl head build with httpd 2.4.6 on Linux results

2014-01-30 Thread Steve Hay
difference to the tests on Windows, though. > -Original Message- > From: Jan Kaluža [mailto:jkal...@redhat.com] > Sent: 30 January 2014 09:04 > To: dev@perl.apache.org > Subject: Re: mod_perl head build with httpd 2.4.6 on Linux results > > Hi again, > > I'

Re: mod_perl head build with httpd 2.4.6 on Linux results

2014-01-30 Thread Jan Kaluža
Hi again, I've been able to fix the problem with freezing tests with event MPM using attached patch. The problem is that currently I'm somehow confused by the patched code. Does somebody have an idea why the previous code thought that refcount == 0 means that perl interpreter is still in use

Re: mod_perl head build with httpd 2.4.6 on Linux results

2014-01-23 Thread Jan Kaluža
On 11/15/2013 04:01 PM, Jeff Trawick wrote: Is it fair to say that mod_perl shouldn't be used with the event MPM? With the httpd24threading branch on Linux (older, RHEL 5-ish stuff) and httpd 2.4.6 with event MPM, I'm getting hangs in some testcases (e.g., echo_bbs2, echo_nonblock, in_str_sandwi

Re: mod_perl head build with httpd 2.4.6 on Linux results

2014-01-13 Thread Jan Kaluža
On 11/15/2013 04:01 PM, Jeff Trawick wrote: Is it fair to say that mod_perl shouldn't be used with the event MPM? I will try to check that and reproduce the crash you are seeing. Jan Kaluza With the httpd24threading branch on Linux (older, RHEL 5-ish stuff) and httpd 2.4.6 with event MPM, I'

Re: mod_perl head build with httpd 2.4.6 on Linux results

2013-11-15 Thread Jeff Trawick
Another test report: httpd 2.4.6, worker MPM, RHEL 5-ish with system perl 5.8.8, httpd24threading branch r1539746 + patch to deal with ScriptSock Failed Test Stat Wstat Total Fail Failed List of Failed --- t

Re: mod_perl head build with httpd 2.4.6 on Linux results

2013-11-15 Thread Jeff Trawick
Is it fair to say that mod_perl shouldn't be used with the event MPM? With the httpd24threading branch on Linux (older, RHEL 5-ish stuff) and httpd 2.4.6 with event MPM, I'm getting hangs in some testcases (e.g., echo_bbs2, echo_nonblock, in_str_sandwich, etc., but not consistent) and even a crash

Re: mod_perl head build with httpd 2.4.6 on Linux results

2013-11-15 Thread Steve Hay
On 14 November 2013 09:19, Steve Hay wrote: > I see the same behaviour on the httpd24 branch, so it's not something > I've done in merging the threading branch into that. And I'd forgotten > that I also see the same behaviour on the trunk (with httpd-2.2.25) > too. I was sure that all tests passed

Re: mod_perl head build with httpd 2.4.6 on Linux results

2013-11-14 Thread Steve Hay
On 9 November 2013 00:35, Steve Hay wrote: > On 7 November 2013 20:05, Jan Kaluza wrote: [...] >> All cgi*.t tests fails since commit r1491887. >> > > r1491887 restored the running of the tests in t/modperl/local_env.t, > which itself fails for me on Windows. I've been looking at why, but > can't

Re: mod_perl head build with httpd 2.4.6 on Linux results

2013-11-08 Thread Steve Hay
On 7 November 2013 20:05, Jan Kaluza wrote: > On 11/07/2013 06:23 PM, Jeff Trawick wrote: >> >> On Thu, Nov 7, 2013 at 1:53 AM, Jan Kaluža > > wrote: >> >> On 11/06/2013 10:38 PM, Steve Hay wrote: >> >> On 6 November 2013 18:42, Fred Moyer >

Re: mod_perl head build with httpd 2.4.6 on Linux results

2013-11-07 Thread Jan Kaluza
On 11/07/2013 06:23 PM, Jeff Trawick wrote: On Thu, Nov 7, 2013 at 1:53 AM, Jan Kaluža mailto:jkal...@redhat.com>> wrote: On 11/06/2013 10:38 PM, Steve Hay wrote: On 6 November 2013 18:42, Fred Moyer mailto:f...@redhotpenguin.com>> wrote: On Wed, Nov 6, 2013 at 10:26 AM

Re: mod_perl head build with httpd 2.4.6 on Linux results

2013-11-07 Thread Steve Hay
On 7 November 2013 17:23, Jeff Trawick wrote: > On Thu, Nov 7, 2013 at 1:53 AM, Jan Kaluža wrote: >> >> On 11/06/2013 10:38 PM, Steve Hay wrote: >>> >>> On 6 November 2013 18:42, Fred Moyer wrote: On Wed, Nov 6, 2013 at 10:26 AM, Steve Hay wrote: > > > On 6 November 2

Re: mod_perl head build with httpd 2.4.6 on Linux results

2013-11-07 Thread Jeff Trawick
On Thu, Nov 7, 2013 at 1:53 AM, Jan Kaluža wrote: > On 11/06/2013 10:38 PM, Steve Hay wrote: > >> On 6 November 2013 18:42, Fred Moyer wrote: >> >>> On Wed, Nov 6, 2013 at 10:26 AM, Steve Hay >>> wrote: >>> On 6 November 2013 17:55, Fred Moyer wrote: > Greetings, > >

Re: mod_perl head build with httpd 2.4.6 on Linux results

2013-11-06 Thread Jan Kaluža
On 11/06/2013 10:38 PM, Steve Hay wrote: On 6 November 2013 18:42, Fred Moyer wrote: On Wed, Nov 6, 2013 at 10:26 AM, Steve Hay wrote: On 6 November 2013 17:55, Fred Moyer wrote: Greetings, I've been tracking the httpd 2.4 dev work that Steve has been merging to trunk, I haven't merged

Re: mod_perl head build with httpd 2.4.6 on Linux results

2013-11-06 Thread Fred Moyer
>> Clearly I need to pay better attention here... I'll check out the >> httpd24 branch and give that a whirl instead. > > Nooo! Check out the httpd24threading branch and give *that* a whirl!!! > *That*'s the one that I think we should merge into trunk when we're > happy with it, and if I read Jeff'

Re: mod_perl head build with httpd 2.4.6 on Linux results

2013-11-06 Thread Steve Hay
On 6 November 2013 18:42, Fred Moyer wrote: > On Wed, Nov 6, 2013 at 10:26 AM, Steve Hay wrote: >> >> On 6 November 2013 17:55, Fred Moyer wrote: >> > Greetings, >> > >> > I've been tracking the httpd 2.4 dev work that Steve has been merging to >> > trunk, >> >> I haven't merged anything into tr

Re: mod_perl head build with httpd 2.4.6 on Linux results

2013-11-06 Thread Fred Moyer
On Wed, Nov 6, 2013 at 10:26 AM, Steve Hay wrote: > > On 6 November 2013 17:55, Fred Moyer wrote: > > Greetings, > > > > I've been tracking the httpd 2.4 dev work that Steve has been merging to > > trunk, > > I haven't merged anything into trunk. I created a new branch called > httpd24threading,

Re: mod_perl head build with httpd 2.4.6 on Linux results

2013-11-06 Thread Steve Hay
On 6 November 2013 17:55, Fred Moyer wrote: > Greetings, > > I've been tracking the httpd 2.4 dev work that Steve has been merging to > trunk, I haven't merged anything into trunk. I created a new branch called httpd24threading, copied from httpd24, and then merged the threading branch into that.

mod_perl head build with httpd 2.4.6 on Linux results

2013-11-06 Thread Fred Moyer
Greetings, I've been tracking the httpd 2.4 dev work that Steve has been merging to trunk, and tried to do a build on Linux today with the prefork MPM enabled for apache. I had to include the MP_APR_CONFIG setting. fred@dev ~/dev/mod_perl-2.0 $ perl Makefile.PL MP_APXS=/home/fred/dev/httpd24/bin/