Re: svn commit: r1883745 - /httpd/httpd/trunk/modules/aaa/mod_auth_digest.c

2020-11-23 Thread Ruediger Pluem
On 11/23/20 12:14 PM, yla...@apache.org wrote: > Author: ylavic > Date: Mon Nov 23 11:14:56 2020 > New Revision: 1883745 > > URL: http://svn.apache.org/viewvc?rev=1883745&view=rev > Log: > mod_auth_digest: fix crash on ONE_PROCESS (debug) mode shutdown. > > There need to be separate global var

Re: Broken: apache/httpd#1216 (trunk - 2865f25)

2020-11-23 Thread Yann Ylavic
On Mon, Nov 23, 2020 at 5:06 PM Yann Ylavic wrote: > > Yes apr-1.7.x and apr-util-1.7.x would be nice since we can CTR there > quite easily and verify our fixes. Btw, I merged my APR changes (from today) to 1.7.x already :)

Re: Broken: apache/httpd#1216 (trunk - 2865f25)

2020-11-23 Thread Yann Ylavic
On Mon, Nov 23, 2020 at 2:33 PM Joe Orton wrote: > > On Mon, Nov 23, 2020 at 01:24:39PM +0100, Yann Ylavic wrote: > > --- srclib/apr-trunk/memory/unix/apr_pools.c(revision 1883742) > > +++ srclib/apr-trunk/memory/unix/apr_pools.c(working copy) > > @@ -1951,10 +1951,8 @@ APR_DECLARE(void) a

Re: Broken: apache/httpd#1216 (trunk - 2865f25)

2020-11-23 Thread Joe Orton
On Mon, Nov 23, 2020 at 01:24:39PM +0100, Yann Ylavic wrote: > --- srclib/apr-trunk/memory/unix/apr_pools.c(revision 1883742) > +++ srclib/apr-trunk/memory/unix/apr_pools.c(working copy) > @@ -1951,10 +1951,8 @@ APR_DECLARE(void) apr_pool_clear_debug(apr_pool_t > > static void pool_destro

Re: Broken: apache/httpd#1216 (trunk - 2865f25)

2020-11-23 Thread Yann Ylavic
On Mon, Nov 23, 2020 at 11:12 AM Yann Ylavic wrote: > > I think that apr-1.7.0 and apr-util-1.6.1 are missing r1481186 and > r1822315 respectively. Both fixed quite some APR_POOL_DEBUG > correctness according to my late ASAN testing. > They were backported already, but there was no apr[-util] rele

Re: Broken: apache/httpd#1216 (trunk - 2865f25)

2020-11-23 Thread Yann Ylavic
On Mon, Nov 23, 2020 at 10:17 AM Joe Orton wrote: > > On Fri, Nov 20, 2020 at 06:08:18PM +0100, Yann Ylavic wrote: > > I tried to reproduce this failure locally (debian buster) with multiple > > tries but couldn't. > > I think I'm using the same environment (apr-1.7.0, apr-util-1.6.1, > > APR_POOL

Re: Broken: apache/httpd#1216 (trunk - 2865f25)

2020-11-23 Thread Joe Orton
On Fri, Nov 20, 2020 at 06:08:18PM +0100, Yann Ylavic wrote: > I tried to reproduce this failure locally (debian buster) with multiple > tries but couldn't. > I think I'm using the same environment (apr-1.7.0, apr-util-1.6.1, > APR_POOL_DEBUG, docker.io/redis:latest), and in the same way running: >