ap_proxy_acquire_connection crash? (was Re: Broken: apache/httpd#1739 (trunk - f087735))

2021-07-12 Thread Joe Orton
On Fri, Jul 09, 2021 at 06:00:26PM +, Travis CI wrote: > Build Update for apache/httpd > - > > Build: #1739 > Status: Broken > > Duration: 21 mins and 57 secs > Commit: f087735 (trunk) > Author: Rich Bowen > Message: s/freenode/libera/ > > git-svn-id: http

Re: ap_proxy_acquire_connection crash? (was Re: Broken: apache/httpd#1739 (trunk - f087735))

2021-07-12 Thread Stefan Eissing
> Am 12.07.2021 um 10:00 schrieb Joe Orton : > > On Fri, Jul 09, 2021 at 06:00:26PM +, Travis CI wrote: >> Build Update for apache/httpd >> - >> >> Build: #1739 >> Status: Broken >> >> Duration: 21 mins and 57 secs >> Commit: f087735 (trunk) >> Author:

Re: ap_proxy_acquire_connection crash? (was Re: Broken: apache/httpd#1739 (trunk - f087735))

2021-07-12 Thread Ruediger Pluem
On 7/12/21 10:00 AM, Joe Orton wrote: > On Fri, Jul 09, 2021 at 06:00:26PM +, Travis CI wrote: >> Build Update for apache/httpd >> - >> >> Build: #1739 >> Status: Broken >> >> Duration: 21 mins and 57 secs >> Commit: f087735 (trunk) >> Author: Rich Bowen >

Still Failing: apache/httpd#1742 (trunk - c076081)

2021-07-12 Thread Travis CI
Build Update for apache/httpd - Build: #1742 Status: Still Failing Duration: 17 mins and 21 secs Commit: c076081 (trunk) Author: Stefan Eissing Message: *) mod_md: fixed a potential null pointer dereference if ACME/OCSP server returned 2xx responses with

Re: ap_proxy_acquire_connection crash? (was Re: Broken: apache/httpd#1739 (trunk - f087735))

2021-07-12 Thread Yann Ylavic
On Mon, Jul 12, 2021 at 10:13 AM Stefan Eissing wrote: > > Is this the "worker->cp" being NULL? Is there a discussion about this already Stefan? It's indeed worker->cp == NULL, I can reproduce on 2.4.x + apr-trunk with: $ while t/TEST t/modules/proxy_balancer.t; do :; done ... (gdb) bt #0 0x000

Re: ap_proxy_acquire_connection crash? (was Re: Broken: apache/httpd#1739 (trunk - f087735))

2021-07-12 Thread Stefan Eissing
> Am 12.07.2021 um 11:07 schrieb Yann Ylavic : > > On Mon, Jul 12, 2021 at 10:13 AM Stefan Eissing > wrote: >> >> Is this the "worker->cp" being NULL? > > Is there a discussion about this already Stefan? I have not analyzed all possible paths to this. I just saw that there are several plac

Re: ap_proxy_acquire_connection crash? (was Re: Broken: apache/httpd#1739 (trunk - f087735))

2021-07-12 Thread Yann Ylavic
On Mon, Jul 12, 2021 at 10:27 AM Ruediger Pluem wrote: > > Two questions: > > 1. If I have a look at the GDB output, I see the following warning: > > Does it make sense that we create a /home/travis/.gdbinit whish sets and > appropriate auto-load safe-path? +1 > > 2. Should we apply the below p

Re: ap_proxy_acquire_connection crash? (was Re: Broken: apache/httpd#1739 (trunk - f087735))

2021-07-12 Thread Yann Ylavic
On Mon, Jul 12, 2021 at 11:11 AM Stefan Eissing wrote: > > > Am 12.07.2021 um 11:07 schrieb Yann Ylavic : > > > > On Mon, Jul 12, 2021 at 10:13 AM Stefan Eissing > > wrote: > >> > >> Is this the "worker->cp" being NULL? > > > > Is there a discussion about this already Stefan? > > I have not analy

Re: ap_proxy_acquire_connection crash? (was Re: Broken: apache/httpd#1739 (trunk - f087735))

2021-07-12 Thread Yann Ylavic
On Mon, Jul 12, 2021 at 10:01 AM Joe Orton wrote: > > Thread 1 (Thread 0x7f101cff1700 (LWP 3534)): > 3622#0 ap_proxy_acquire_connection > (proxy_function=proxy_function@entry=0x7f105467de9f "http", > conn=conn@entry=0x7f101cff0a88, worker=worker@entry=0x55e9deb5c710, > s=0x55e9def94a58) at pro

Fixed: apache/httpd#1744 (trunk - ff0f512)

2021-07-12 Thread Travis CI
Build Update for apache/httpd - Build: #1744 Status: Fixed Duration: 17 mins and 37 secs Commit: ff0f512 (trunk) Author: Yann Ylavic Message: mod_proxy: Fix icomplete initialization of BalancerMember(s) from the manager. Clear the workers created in ap_proxy_

Re: ap_proxy_acquire_connection crash? (was Re: Broken: apache/httpd#1739 (trunk - f087735))

2021-07-12 Thread Stefan Eissing
> Am 12.07.2021 um 12:34 schrieb Yann Ylavic : > > On Mon, Jul 12, 2021 at 10:01 AM Joe Orton wrote: >> >> Thread 1 (Thread 0x7f101cff1700 (LWP 3534)): >> 3622#0 ap_proxy_acquire_connection >> (proxy_function=proxy_function@entry=0x7f105467de9f "http", >> conn=conn@entry=0x7f101cff0a88, wo

Re: svn commit: r1891477 - in /httpd/httpd/trunk: changes-entries/ap_proxy_sync_balancer.txt modules/proxy/proxy_util.c

2021-07-12 Thread Christophe JAILLET
Le 12/07/2021 à 12:32, yla...@apache.org a écrit : Author: ylavic Date: Mon Jul 12 10:32:21 2021 New Revision: 1891477 URL: http://svn.apache.org/viewvc?rev=1891477&view=rev Log: mod_proxy: Fix icomplete initialization of BalancerMember(s) from the manager. Clear the workers created in ap_proxy

Re: svn commit: r1891407 - /httpd/site/trunk/content/docs-project/contribute.mdtext

2021-07-12 Thread Dave Fisher
I went ahead and made this change to GitHub.com/apache/httpd-site I also made a change to the newest pelican build method in GitHub.com/apache/infrastructure-pelican I’ll be monitoring dev@httpd.a.o for a few more days before I unsubscribe. All The Best, Dave > On Jul 9

Re: svn commit: r1891407 - /httpd/site/trunk/content/docs-project/contribute.mdtext

2021-07-12 Thread Ruediger Pluem
On 7/12/21 9:23 PM, Dave Fisher wrote: > I went ahead and made this change to GitHub.com/apache/httpd-site > > > I also made a change to the newest pelican build method in > GitHub.com/apache/infrastructure-pelican >

Re: svn commit: r1891477 - in /httpd/httpd/trunk: changes-entries/ap_proxy_sync_balancer.txt modules/proxy/proxy_util.c

2021-07-12 Thread Ruediger Pluem
On 7/12/21 1:53 PM, Christophe JAILLET wrote: > Le 12/07/2021 à 12:32, yla...@apache.org a écrit : >> Author: ylavic >> Date: Mon Jul 12 10:32:21 2021 >> New Revision: 1891477 >> >> URL: http://svn.apache.org/viewvc?rev=1891477&view=rev >> Log: >> mod_proxy: Fix icomplete initialization of Balan