Broken: apache/httpd#1239 (trunk - 07e4fa6)

2020-11-24 Thread Travis CI
Build Update for apache/httpd - Build: #1239 Status: Broken Duration: 17 mins and 57 secs Commit: 07e4fa6 (trunk) Author: Yann Ylavic Message: mod_auth_digest: fix crash with ONE_PROCESS (debug) mode shutdown. Avoid double free/cleanup by just letting shm/rmm/

Broken: apache/httpd#1238 (trunk - a5f7f57)

2020-11-24 Thread Travis CI
Build Update for apache/httpd - Build: #1238 Status: Broken Duration: 33 mins and 26 secs Commit: a5f7f57 (trunk) Author: Yann Ylavic Message: Revert r1883807 and r1883745, not the right fix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@18838

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

2020-11-24 Thread Yann Ylavic
On Wed, Nov 25, 2020 at 1:35 AM Yann Ylavic wrote: > > On Mon, Nov 23, 2020 at 5:35 PM Ruediger Pluem wrote: > > > > On 11/23/20 12:14 PM, yla...@apache.org wrote: > > > > > > +client_lock = main_client_lock; > > > > Why is this needed? > > This one and the following (opaque_lock) are, by the

Fixed: apache/httpd#1237 (trunk - 3b744ca)

2020-11-24 Thread Travis CI
Build Update for apache/httpd - Build: #1237 Status: Fixed Duration: 12 mins and 3 secs Commit: 3b744ca (trunk) Author: Yann Ylavic Message: mod_auth_digest: axe useless assignment from r1883745. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@

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

2020-11-24 Thread Yann Ylavic
On Mon, Nov 23, 2020 at 5:35 PM Ruediger Pluem wrote: > > On 11/23/20 12:14 PM, yla...@apache.org wrote: > > > > /* Get access to rmm in child */ > > +client_rmm = main_client_rmm; > > Why is this needed? It's not (r1883807). > > > > +client_lock = main_client_lock; > > Why is this

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

2020-11-24 Thread Joe Orton
On Mon, Nov 23, 2020 at 05:16:42PM +0100, Yann Ylavic wrote: > 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 :)

Broken: apache/httpd#1235 (trunk - 861e918)

2020-11-24 Thread Travis CI
Build Update for apache/httpd - Build: #1235 Status: Broken Duration: 11 mins and 48 secs Commit: 861e918 (trunk) Author: Joe Orton Message: For pool-debug builds, use APR/APR-util 1.7.x branches to pick up e.g. the r1883751 locking fixes. Re-enable mod_http2