You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by "William A. Rowe, Jr." <wr...@rowe-clan.net> on 2007/10/05 08:06:41 UTC

Time for new apr-* releases soon? Corrections inc for .vcproj conversion

I know folks just cleared up a ton of bugs, and not that many problems
remain in 0.9/1.2 branches.  But if you see any that you would like to
have fixed in the next couple days, please dig in.  I've got only one
thing keeping me from rolling out some release candidates...

The last several weeks I've been pretty deep in x64 and VC 2005, and
should have the 'appropriate' changes to the .dsp files wrapped up over
this weekend.  Have *finally* stumbled upon the best logic that makes it
much easier for folks to open up these projects in VS2005 (the first with
a 'free' flavor) and ensure it-just-works, including the x64 model.

Obviously, the win32 community is clamoring for a new release with fixes
to the "problems" they encountered with the prior release of apr.  As we've
reverted the 'problem' the fcgid community encountered (they stand on notice
to address the change before apr-1.3 starts showing up), and solved the issue
the modperl community has encountered for almost a decade, a new release
soon would be goodness.

So I'll be offering up those patches over the weekend and would like to
offer to T&R early next week for all to enjoy.  Just prodding, if anyone's
looking for an excuse to pick off other bugs in the next few days.

Bill

prefork: hung processes on graceful reload

Posted by Stefan Fritsch <sf...@sfritsch.de>.
On Monday 08 October 2007, Jim Jagielski wrote:
> > On Oct 5, 2007, at 2:07 PM, Stefan Fritsch wrote:
> >> Maybe someone could also look at
> >>
> >> http://issues.apache.org/bugzilla/show_bug.cgi?id=42829

> A quick review seems to indicate that the suggested patch could
> result in a worker accepting a request and then being killed
> off, something that we've tried to prevent...

The patch was broken in other ways, too.

I have attached a different patch that is definitely an improvement 
over 2.2.6 (though a small race condition remains). Can you look at 
it again and maybe include it in 2.2.7?

Thanks.

Cheers,
Stefan


Re: Time for new apr-* releases soon? Corrections inc for .vcproj conversion

Posted by Jim Jagielski <ji...@jaguNET.com>.
On Oct 5, 2007, at 2:15 PM, Jim Jagielski wrote:

>
> On Oct 5, 2007, at 2:07 PM, Stefan Fritsch wrote:
>
>> On Friday 05 October 2007, Ruediger Pluem wrote:
>>>> Once APR is out, I'll plan on a httpd release too.
>>>
>>> There are several backport proposals in the STATUS file
>>> missing only one vote. So I guess it is voting time :-).
>>
>> Maybe someone could also look at
>>
>> http://issues.apache.org/bugzilla/show_bug.cgi?id=42829
>>
>> which is somewhat annoying and seems to have a working patch.
>>
>
> I'll review...
>
>

A quick review seems to indicate that the suggested patch could
result in a worker accepting a request and then being killed
off, something that we've tried to prevent...

Re: Time for new apr-* releases soon? Corrections inc for .vcproj conversion

Posted by Jim Jagielski <ji...@jaguNET.com>.
On Oct 5, 2007, at 2:07 PM, Stefan Fritsch wrote:

> On Friday 05 October 2007, Ruediger Pluem wrote:
>>> Once APR is out, I'll plan on a httpd release too.
>>
>> There are several backport proposals in the STATUS file
>> missing only one vote. So I guess it is voting time :-).
>
> Maybe someone could also look at
>
> http://issues.apache.org/bugzilla/show_bug.cgi?id=42829
>
> which is somewhat annoying and seems to have a working patch.
>

I'll review...



Re: Time for new apr-* releases soon? Corrections inc for .vcproj conversion

Posted by Stefan Fritsch <sf...@sfritsch.de>.
On Friday 05 October 2007, Ruediger Pluem wrote:
> > Once APR is out, I'll plan on a httpd release too.
>
> There are several backport proposals in the STATUS file
> missing only one vote. So I guess it is voting time :-).

Maybe someone could also look at

http://issues.apache.org/bugzilla/show_bug.cgi?id=42829

which is somewhat annoying and seems to have a working patch.

TIA.

Cheers,
Stefan

Re: Time for new apr-* releases soon? Corrections inc for .vcproj conversion

Posted by Jim Jagielski <ji...@jaguNET.com>.
On Oct 5, 2007, at 9:24 AM, Ruediger Pluem wrote:

>
>
> On 10/05/2007 02:19 PM, Jim Jagielski wrote:
>>
>
>>
>> Once APR is out, I'll plan on a httpd release too.
>>
>
>
> There are several backport proposals in the STATUS file
> missing only one vote. So I guess it is voting time :-).
>

I hope to have some cycles over the weekend to catch up
on my voting...


Re: Time for new apr-* releases soon? Corrections inc for .vcproj conversion

Posted by Ruediger Pluem <rp...@apache.org>.

On 10/05/2007 02:19 PM, Jim Jagielski wrote:
> 

> 
> Once APR is out, I'll plan on a httpd release too.
> 


There are several backport proposals in the STATUS file
missing only one vote. So I guess it is voting time :-).

Regards

RĂ¼diger


Re: Time for new apr-* releases soon? Corrections inc for .vcproj conversion

Posted by Ruediger Pluem <rp...@apache.org>.

On 10/05/2007 02:19 PM, Jim Jagielski wrote:
> 

> 
> Once APR is out, I'll plan on a httpd release too.
> 


There are several backport proposals in the STATUS file
missing only one vote. So I guess it is voting time :-).

Regards

RĂ¼diger


Re: Time for new apr-* releases soon? Corrections inc for .vcproj conversion

Posted by Jim Jagielski <ji...@jaguNET.com>.
On Oct 5, 2007, at 2:06 AM, William A. Rowe, Jr. wrote:

> I know folks just cleared up a ton of bugs, and not that many problems
> remain in 0.9/1.2 branches.  But if you see any that you would like to
> have fixed in the next couple days, please dig in.  I've got only one
> thing keeping me from rolling out some release candidates...
>
> The last several weeks I've been pretty deep in x64 and VC 2005, and
> should have the 'appropriate' changes to the .dsp files wrapped up  
> over
> this weekend.  Have *finally* stumbled upon the best logic that  
> makes it
> much easier for folks to open up these projects in VS2005 (the  
> first with
> a 'free' flavor) and ensure it-just-works, including the x64 model.
>
> Obviously, the win32 community is clamoring for a new release with  
> fixes
> to the "problems" they encountered with the prior release of apr.   
> As we've
> reverted the 'problem' the fcgid community encountered (they stand  
> on notice
> to address the change before apr-1.3 starts showing up), and solved  
> the issue
> the modperl community has encountered for almost a decade, a new  
> release
> soon would be goodness.
>
> So I'll be offering up those patches over the weekend and would  
> like to
> offer to T&R early next week for all to enjoy.  Just prodding, if  
> anyone's
> looking for an excuse to pick off other bugs in the next few days.
>

Once APR is out, I'll plan on a httpd release too.