Re: release v1.9.0

2017-02-25 Thread Stefan Priebe - Profihost AG
Hi Stefan, Am 25.02.2017 um 13:51 schrieb Stefan Eissing: > Stefan, > > whenever you have time, please deploy > https://github.com/icing/mod_h2/releases/tag/v1.9.2 > > I added an own allocator with mutex to the http/2 main session. That is > something of a middle-ground between placing that on

Re: release v1.9.0

2017-02-25 Thread Stefan Eissing
Stefan, whenever you have time, please deploy https://github.com/icing/mod_h2/releases/tag/v1.9.2 I added an own allocator with mutex to the http/2 main session. That is something of a middle-ground between placing that on the main conn (as we had in the crash free version) and 1.9.1

Re: release v1.9.0

2017-02-24 Thread Stefan Priebe - Profihost AG
Hi Yann, here we go: (gdb) p *ipsub $1 = {family = 2, sub = {1367753145, 0, 0, 0}, mask = {4294967295, 4294967295, 4294967295, 4294967295}} (gdb) p *sa $2 = {pool = 0x10b500c4ff0b0a, hostname = 0x503040203030102 , servname = 0x17d01040405 , port = 770, family = 554829073, salen =

Re: release v1.9.0

2017-02-24 Thread Yann Ylavic
On Fri, Feb 24, 2017 at 5:39 PM, Stefan Priebe - Profihost AG wrote: > No we don't use IPv6 at all. Do you still need those values? Yes please. Regards, Yann.

Re: release v1.9.0

2017-02-24 Thread Stefan Priebe - Profihost AG
No we don't use IPv6 at all. Do you still need those values? Greets, Stefan Excuse my typo sent from my mobile phone. > Am 24.02.2017 um 14:18 schrieb Yann Ylavic : > > Hi Stefan (Priebe), > > Is IPv6 (really) involved in your network? > > Could you please show up the

Re: release v1.9.0

2017-02-24 Thread Yann Ylavic
Hi Stefan (Priebe), Is IPv6 (really) involved in your network? Could you please show up the gdb output of the below ? On Fri, Feb 24, 2017 at 2:07 PM, Yann Ylavic wrote: > > 1078 APR_DECLARE(int) apr_ipsubnet_test(apr_ipsubnet_t *ipsub, > apr_sockaddr_t *sa) > 1079 { >

Re: release v1.9.0

2017-02-24 Thread Yann Ylavic
On Fri, Feb 24, 2017 at 1:35 PM, Stefan Eissing wrote: > Meh. > > Stefan: once during the last 2 days or several? > > > This is accessing r->useragent_addr by mod_access_compat which is, for h2 > slaves, initialized with c->client_addr. > > Since c->client_addr is

Re: release v1.9.0

2017-02-24 Thread Stefan Eissing
Meh. Stefan: once during the last 2 days or several? This is accessing r->useragent_addr by mod_access_compat which is, for h2 slaves, initialized with c->client_addr. Since c->client_addr is always initialized by the master connection, I did not see any race issues with sharing this across

Re: release v1.9.0

2017-02-24 Thread Stefan Priebe - Profihost AG
Hi Yann, Hi Stefan, new trace: Core was generated by `/usr/local/apache/bin/httpd -DFOREGROUND'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x7f459699740c in apr_ipsubnet_test (ipsub=0x7f44c003d070, sa=0x7f4570021950) at network_io/unix/sockaddr.c:1090 #0

Re: release v1.9.0

2017-02-22 Thread Stefan Priebe - Profihost AG
Am 22.02.2017 um 12:22 schrieb Yann Ylavic: > Hi Stefan, > > On Wed, Feb 22, 2017 at 11:32 AM, Stefan Priebe - Profihost AG > wrote: >> >> @Yann how should i test? Vanilla 2.4.25 + MPM V7 + mod_http2 v1.9.1? > > Yes, I think this is the right thing to do for now (no more

Re: release v1.9.0

2017-02-22 Thread Yann Ylavic
Hi Stefan, On Wed, Feb 22, 2017 at 11:32 AM, Stefan Priebe - Profihost AG wrote: > > @Yann how should i test? Vanilla 2.4.25 + MPM V7 + mod_http2 v1.9.1? Yes, I think this is the right thing to do for now (no more patches than v7). > Or > do i need V8 or something else?

Re: release v1.9.0

2017-02-22 Thread Stefan Priebe - Profihost AG
Hi Stefan, Hi Yann, thanks for v1.9.1 i'm happy to test. @Yann how should i test? Vanilla 2.4.25 + MPM V7 + mod_http2 v1.9.1? Or do i need V8 or something else? Greets, Stefan Am 22.02.2017 um 11:31 schrieb Stefan Eissing: > v1.9.1 is out. Please test at your leisure. > >> Am 21.02.2017 um

Re: release v1.9.0

2017-02-22 Thread Stefan Eissing
v1.9.1 is out. Please test at your leisure. > Am 21.02.2017 um 09:40 schrieb Stefan Priebe - Profihost AG > : > > Hi Yann, > > Am 20.02.2017 um 16:38 schrieb Yann Ylavic: >> On Wed, Feb 15, 2017 at 8:53 PM, Stefan Priebe - Profihost AG >> wrote:

Re: release v1.9.0

2017-02-21 Thread Stefan Eissing
Expect a v1.9.1 sometime this week. > Am 21.02.2017 um 09:40 schrieb Stefan Priebe - Profihost AG > : > > Hi Yann, > > Am 20.02.2017 um 16:38 schrieb Yann Ylavic: >> On Wed, Feb 15, 2017 at 8:53 PM, Stefan Priebe - Profihost AG >> wrote: >>> >>>

Re: release v1.9.0

2017-02-20 Thread Yann Ylavic
On Wed, Feb 15, 2017 at 8:53 PM, Stefan Priebe - Profihost AG wrote: > > still no segfaults. Great! > > @Yann > Are those patches (the addon on top of v7) and the one on top of mod_ssl > still correct / needed? I think so, but maybe I'm a bit lost (see below)... > > Am

Re: release v1.9.0

2017-02-16 Thread Eric Covener
On Thu, Feb 16, 2017 at 2:16 PM, Stefan Eissing wrote: > I will sleep soundly then. Thanks a lot! :) Thanks to both of you for your persistence! -- Eric Covener cove...@gmail.com

Re: release v1.9.0

2017-02-16 Thread Stefan Eissing
> Am 16.02.2017 um 19:51 schrieb Stefan Priebe - Profihost AG > : > > Hi, > > Am 16.02.2017 um 11:39 schrieb Stefan Eissing: >> >>> Am 15.02.2017 um 20:53 schrieb Stefan Priebe - Profihost AG >>> : >>> >>> Hi, >>> >>> still no segfaults. >> >>

Re: release v1.9.0

2017-02-16 Thread Stefan Priebe - Profihost AG
Hi, Am 16.02.2017 um 11:39 schrieb Stefan Eissing: > >> Am 15.02.2017 um 20:53 schrieb Stefan Priebe - Profihost AG >> : >> >> Hi, >> >> still no segfaults. > > My heart sings with joy. Can you keep on sending that message every morning? > thanks! I've no time tomorrow

Re: release v1.9.0

2017-02-16 Thread Stefan Eissing
> Am 15.02.2017 um 20:53 schrieb Stefan Priebe - Profihost AG > : > > Hi, > > still no segfaults. My heart sings with joy. Can you keep on sending that message every morning? thanks! > > @Yann > Are those patches (the addon on top of v7) and the one on top of mod_ssl

Re: release v1.9.0

2017-02-15 Thread Stefan Priebe - Profihost AG
Hi, still no segfaults. @Yann Are those patches (the addon on top of v7) and the one on top of mod_ssl still correct / needed? Stefan Am 15.02.2017 um 12:45 schrieb Stefan Priebe - Profihost AG: > Hi, > Am 15.02.2017 um 12:19 schrieb Yann Ylavic: >> Hi Stefan, >> >> On Wed, Feb 15, 2017 at

Re: release v1.9.0

2017-02-15 Thread Stefan Priebe - Profihost AG
Hi, Am 15.02.2017 um 12:19 schrieb Yann Ylavic: > Hi Stefan, > > On Wed, Feb 15, 2017 at 9:34 AM, Stefan Priebe - Profihost AG > wrote: >> Current status: no segfaults. > > Is this with or without the mpm_event's wakeup and/or allocator patches? it's with the

Re: release v1.9.0

2017-02-15 Thread Yann Ylavic
Hi Stefan, On Wed, Feb 15, 2017 at 9:34 AM, Stefan Priebe - Profihost AG wrote: > Current status: no segfaults. Is this with or without the mpm_event's wakeup and/or allocator patches? Regards, Yann.

Re: release v1.9.0

2017-02-15 Thread Steffen
Also here windows up and running on AL: mod_http2 (v1.9.0-git, feats=, nghttp2 1.19.0), initializing... Steffen On Wednesday 15/02/2017 at 10:17, Stefan Eissing wrote: Thanks. Am 15.02.2017 um 09:34 schrieb Stefan Priebe - Profihost AG : Current status: no

Re: release v1.9.0

2017-02-15 Thread Stefan Eissing
Thanks. > Am 15.02.2017 um 09:34 schrieb Stefan Priebe - Profihost AG > : > > Current status: no segfaults. > >> Am 14.02.2017 um 19:59 schrieb Stefan Priebe - Profihost AG: >> Hi, >> >> up and running - Thanks! >> >> Greets, >> Stefan >> >>> Am 14.02.2017 um 17:05

Re: release v1.9.0

2017-02-15 Thread Stefan Priebe - Profihost AG
Current status: no segfaults. Am 14.02.2017 um 19:59 schrieb Stefan Priebe - Profihost AG: > Hi, > > up and running - Thanks! > > Greets, > Stefan > > Am 14.02.2017 um 17:05 schrieb Stefan Eissing: >> Stefan, >> >> if you'd like, please throw >>

Re: release v1.9.0

2017-02-14 Thread Stefan Priebe - Profihost AG
Hi, up and running - Thanks! Greets, Stefan Am 14.02.2017 um 17:05 schrieb Stefan Eissing: > Stefan, > > if you'd like, please throw > https://github.com/icing/mod_h2/releases/tag/v1.9.0 > into your pit of segfaults and let's see if we find a new one! > > Many thanks for testing. > > Stefan

release v1.9.0

2017-02-14 Thread Stefan Eissing
Stefan, if you'd like, please throw https://github.com/icing/mod_h2/releases/tag/v1.9.0 into your pit of segfaults and let's see if we find a new one! Many thanks for testing. Stefan Eissing bytes GmbH Hafenstrasse 16 48155 Münster www.greenbytes.de