Re: Using APR pools "better"

2018-09-26 Thread Daniel Shahaf
Jim Jagielski wrote on Wed, 26 Sep 2018 11:09 -0400: > At ApacheCon's welcoming event last night, Greg, Sander and I were > chatting and Greg reminded us that the Subversion project "learned a lot > about using APR pools" and it seems to me that a lot of that knowledge > is likely missing in

Using APR pools "better"

2018-09-26 Thread Jim Jagielski
At ApacheCon's welcoming event last night, Greg, Sander and I were chatting and Greg reminded us that the Subversion project "learned a lot about using APR pools" and it seems to me that a lot of that knowledge is likely missing in httpd-land. I also know that some of that has been backported

Re: Announce missing - in moderation?

2018-09-26 Thread William A Rowe Jr
On Tue, Sep 25, 2018 at 11:56 PM Daniel Ruggeri wrote: > FWIW, this was a straight forward multi-To field email message addressed > to both lists. If there is a way I can improve the announce/release > automation, I am happy to do so. Maybe a better way is to send multiple > messages? > At some

Re: Announce missing - in moderation?

2018-09-26 Thread sebb AT ASF
On 26 September 2018 at 00:12, William A Rowe Jr wrote: > Agreed it was published to ann@httpd.a.o, likely Jim's approval. > > It has not arrived at a...@apache.org. > > Sebb, can you shed any light on this moderation issue? > I just checked on hermes. There are two mails from Daniel awaiting

Re: Announce missing - in moderation?

2018-09-26 Thread sebb AT ASF
On 26 September 2018 at 16:17, William A Rowe Jr wrote: > On Tue, Sep 25, 2018 at 11:56 PM Daniel Ruggeri > wrote: >> >> FWIW, this was a straight forward multi-To field email message addressed >> to both lists. If there is a way I can improve the announce/release >> automation, I am happy to do

Re: Announce missing - in moderation?

2018-09-26 Thread sebb
Also just realised the Message-Id is missing. Some servers (e.g. GMail) may add it; if they don't it can causes issues for mod_mbox and possibly other archivers. It also causes problems for mail threading. And if the mail is sent to multiple destinations, each generated Message-Id will be

Re: Announce missing - in moderation?

2018-09-26 Thread Noel Butler
On 27/09/2018 05:37, sebb AT ASF wrote: > I don't know if this is relevant, but the messages don't have a Date: header. A this would be because Daniel used curl to send them rather than a sane method :) > Also some of the received headers look odd: > > Received: from Announcement.txt (IP

Re: Using APR pools "better"

2018-09-26 Thread Greg Stein
On Wed, Sep 26, 2018 at 10:20 AM Daniel Shahaf wrote: > Jim Jagielski wrote on Wed, 26 Sep 2018 11:09 -0400: > > At ApacheCon's welcoming event last night, Greg, Sander and I were > > chatting and Greg reminded us that the Subversion project "learned a lot > > about using APR pools" and it seems

Re: svn commit: r1841225 - /httpd/httpd/trunk/modules/dav/main/props.c

2018-09-26 Thread Joe Orton
On Tue, Sep 18, 2018 at 03:04:13PM +0200, Ruediger Pluem wrote: > Pools are very tricky in mod_dav. Hence additional eyeballs are very much > welcome here. > As I only did testing with mod_dav_fs I would be keen to know if things still > work with Subversion. > So if someone from the Subversion

AW: svn commit: r1841225 - /httpd/httpd/trunk/modules/dav/main/props.c

2018-09-26 Thread Plüm , Rüdiger , Vodafone Group
Thanks for reporting. Does the below patch cause the crash to go away? Index: main/mod_dav.c === --- main/mod_dav.c (revision 1841799) +++ main/mod_dav.c (working copy) @@ -2059,10 +2059,10 @@

Re: svn commit: r1841225 - /httpd/httpd/trunk/modules/dav/main/props.c

2018-09-26 Thread Joe Orton
On Wed, Sep 26, 2018 at 09:30:25AM +, Plüm, Rüdiger, Vodafone Group wrote: > Thanks for reporting. Does the below patch cause the crash to go away? Yes, works for me!

AW: svn commit: r1841225 - /httpd/httpd/trunk/modules/dav/main/props.c

2018-09-26 Thread Plüm , Rüdiger , Vodafone Group
r1842010 Regards Rüdiger > -Ursprüngliche Nachricht- > Von: Joe Orton > Gesendet: Mittwoch, 26. September 2018 11:41 > An: dev@httpd.apache.org > Betreff: Re: svn commit: r1841225 - > /httpd/httpd/trunk/modules/dav/main/props.c > > On Wed, Sep 26, 2018 at 09:30:25AM +, Plüm,