[squid-dev] Build failed in Jenkins: template-full-matrix » clang,d-ubuntu-wily #350

2017-05-24 Thread noc
See -- [...truncated 959.17 KB...] make[5]: Leaving directory '

Re: [squid-dev] [PATCH] Happy Eyeballs: Use each fully resolved destination ASAP

2017-05-24 Thread Amos Jeffries
Okay. +1 on the code now On 25/05/17 08:42, Alex Rousskov wrote: On 05/24/2017 09:04 AM, Amos Jeffries wrote: For the 1st destination ps_state::handlePath() calls noteDestination() which results in the entire TunnelState::startConnecting() / FwdState::startConnectionOrFail() sequence happenin

Re: [squid-dev] Memory error

2017-05-24 Thread Alex Rousskov
On 05/24/2017 12:34 PM, William Lima wrote: > I started with no cache to try and the errors (assert) still occurs. It feels like you are changing goalposts from "memory error" to "assert". If you are getting assertions, search Squid bugzilla for relevant bug reports. If there are none, file a new

Re: [squid-dev] [PATCH] Happy Eyeballs: Use each fully resolved destination ASAP

2017-05-24 Thread Alex Rousskov
On 05/24/2017 09:04 AM, Amos Jeffries wrote: > For the 1st destination ps_state::handlePath() calls noteDestination() > which results in the entire TunnelState::startConnecting() / > FwdState::startConnectionOrFail() sequence happening synchronously > before returning to ps_state::handlePaths() and

Re: [squid-dev] Memory error

2017-05-24 Thread William Lima
Hi Alex! I started with no cache to try and the errors (assert) still occurs. William Lima - Original Message - From: "Alex Rousskov" To: "William Lima" Cc: squid-dev@lists.squid-cache.org Sent: Wednesday, May 24, 2017 2:35:07 PM Subject: Re: [squid-dev] Memory error On 05/24/2017 11:

Re: [squid-dev] Memory error

2017-05-24 Thread Alex Rousskov
On 05/24/2017 11:29 AM, William Lima wrote: > > Sharing a single cache_dir (diskd) entry for a multiple worker setup is a > valid approach, right? No, it is not valid. Diskd is not SMP-aware. Using a single diskd cache_dir with multiple workers results in undefined behavior which may include stu

Re: [squid-dev] Memory error

2017-05-24 Thread William Lima
Amos, The problem mentioned before (first e-mail) happens with the squidGuard helper. Sharing a single cache_dir (diskd) entry for a multiple worker setup is a valid approach, right? Could be related to this setup the error below? kid1| assertion failed: store.cc:1086: "EBIT_TEST(flags, ENTRY_A

Re: [squid-dev] [PATCH] Happy Eyeballs: Use each fully resolved destination ASAP

2017-05-24 Thread Amos Jeffries
On 17/05/17 05:41, Alex Rousskov wrote: On 05/16/2017 03:31 AM, Amos Jeffries wrote: On 16/05/17 16:33, Alex Rousskov wrote: The attached patch is the first in a short series of patches that improve Squid support for the Happy Eyeballs principle. The motivation for these patches has been

Re: [squid-dev] [PATCH] Adds support for --long-acl-options

2017-05-24 Thread Alex Rousskov
On 05/24/2017 02:31 AM, Christos Tsantilas wrote: > Adds support for --long-acl-options s/Adds/Add/ or s/Adds support for/Support/. > This patch adds support for --long-acl-options. The old single-letter The first sentence in the second paragraph can be removed as it duplicates the first paragr

Re: [squid-dev] Memory error

2017-05-24 Thread Amos Jeffries
On 24/05/17 06:00, William Lima wrote: Hi, I'm saw errors like these below: 2017/05/23 14:35:34 kid2| helperHandleRead: unexpected reply on channel 0 from redirector #Hlpr2 '220543.35796293814' 2017/05/23 14:35:34 kid2| helperHandleRead: unexpected reply on channel 0 from redirector #Hlpr2 '3

[squid-dev] Build failed in Jenkins: template-full-matrix » clang,d-ubuntu-wily #349

2017-05-24 Thread noc
See -- [...truncated 959.19 KB...] make[5]: Leaving directory '

Re: [squid-dev] OpenSSL 1.1 regression

2017-05-24 Thread Christos Tsantilas
On 19/05/2017 07:19 μμ, Christos Tsantilas wrote: The t4 patch I committed this patch to squid-5 as r15152. On 19/05/2017 12:27 πμ, Amos Jeffries wrote: On 19/05/17 04:04, Christos Tsantilas wrote: On 18/05/2017 03:40 μμ, Amos Jeffries wrote: On 18/05/17 23:12, Christos Tsantilas wrote: