public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* Are you by any chance working on Squid 5.4? :-)
@ 2022-02-10 17:25 Peter Müller
  2022-02-10 18:00 ` Matthias Fischer
  2022-02-11  8:39 ` Matthias Fischer
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Müller @ 2022-02-10 17:25 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1172 bytes --]

Hello Matthias,
hello *,

by coincidence, I just stumbled across a Squid 5.4 source tarball on source.ipfire.org:

> pmueller(a)people01:~$ ls -lah /pub/sources/source-2.x/squid-5.*
> -rw-r--r-- 1 mfischer people 2.5M Aug  2  2021 /pub/sources/source-2.x/squid-5.1.tar.xz
> -rw-r--r-- 1 mlorenz  people 2.5M Oct  6 07:44 /pub/sources/source-2.x/squid-5.2.tar.xz
> -rw-r--r-- 1 mfischer people 2.5M Dec  7 18:42 /pub/sources/source-2.x/squid-5.3.tar.xz
> -rw-r--r-- 1 mfischer people 2.5M Feb  7 17:10 /pub/sources/source-2.x/squid-5.4.tar.xz

I therefore presume you are working on this one. :-)

While Squid 5.2, as it is now present in the upcoming Core Update 164, works fine, I
observed at least one memory leak in it that eventually caused swapping on a productive
infrastructure (under high load). Squid 5.4 should have that fixed.

Because of this, I'd like to have Squid 5.4 in Core Update 164, so our users won't have
to suffer from this bug. It is good to see you are taking care of it. Please do not feel
pressured in any way, I just thought I mention this to you. :-)

Thanks in advance for your efforts, and best regards,
Peter Müller

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Are you by any chance working on Squid 5.4? :-)
  2022-02-10 17:25 Are you by any chance working on Squid 5.4? :-) Peter Müller
@ 2022-02-10 18:00 ` Matthias Fischer
  2022-02-11  8:39 ` Matthias Fischer
  1 sibling, 0 replies; 3+ messages in thread
From: Matthias Fischer @ 2022-02-10 18:00 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2494 bytes --]

On 10.02.2022 18:25, Peter Müller wrote:
> Hello Matthias,

Hi Peter,

> hello *,
> 
> by coincidence, I just stumbled across a Squid 5.4 source tarball on source.ipfire.org:

Yep. ;-)

>> pmueller(a)people01:~$ ls -lah /pub/sources/source-2.x/squid-5.*
>> -rw-r--r-- 1 mfischer people 2.5M Aug  2  2021 /pub/sources/source-2.x/squid-5.1.tar.xz
>> -rw-r--r-- 1 mlorenz  people 2.5M Oct  6 07:44 /pub/sources/source-2.x/squid-5.2.tar.xz
>> -rw-r--r-- 1 mfischer people 2.5M Dec  7 18:42 /pub/sources/source-2.x/squid-5.3.tar.xz
>> -rw-r--r-- 1 mfischer people 2.5M Feb  7 17:10 /pub/sources/source-2.x/squid-5.4.tar.xz
> 
> I therefore presume you are working on this one. :-)

You're right - I do.

> While Squid 5.2, as it is now present in the upcoming Core Update 164, works fine, I
> observed at least one memory leak in it that eventually caused swapping on a productive
> infrastructure (under high load). Squid 5.4 should have that fixed.

I hope so, but I wanted to be sure before pushing.

> Because of this, I'd like to have Squid 5.4 in Core Update 164, so our users won't have
> to suffer from this bug. It is good to see you are taking care of it. Please do not feel
> pressured in any way, I just thought I mention this to you. :-)

No problem - one of my "Devels" is already busy... ;-)

While I'm writing this he is completing the final build. Looks good.

I nearly pushed 5.4 yesterday but then I saw this patch
(http://www.squid-cache.org/Versions/v5/changesets/):

http://www.squid-cache.org/Versions/v5/changesets/squid-5-1332f8d606485b5a2f57277634c2f6f7855bd9a6.patch

=> Bug #5055: FATAL FwdState::noteDestinationsEnd exception: opening (#967)

And now I'm not sure: shall I include this patch or not!?

Its a huge one.

Excerpt:

"Bug 5055: FATAL FwdState::noteDestinationsEnd exception: opening (#967)

    * Bug 5055: FATAL FwdState::noteDestinationsEnd exception: opening

    The bug was caused by commit 25b0ce4. Other known symptoms are:

        assertion failed: store.cc:1793: "isEmpty()"
        assertion failed: FwdState.cc:501: "serverConnection() == conn"
        assertion failed: FwdState.cc:1037: "!opening()"

    This change has several overlapping parts. Unfortunately, merging
    individual parts is both difficult and likely to cause crashes.
..."

What do you think?

> Thanks in advance for your efforts, and best regards,

You're welcome!

> Peter Müller

Best,
Matthias

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Are you by any chance working on Squid 5.4? :-)
  2022-02-10 17:25 Are you by any chance working on Squid 5.4? :-) Peter Müller
  2022-02-10 18:00 ` Matthias Fischer
@ 2022-02-11  8:39 ` Matthias Fischer
  1 sibling, 0 replies; 3+ messages in thread
From: Matthias Fischer @ 2022-02-11  8:39 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1580 bytes --]

On 10.02.2022 18:25, Peter Müller wrote:
> Hello Matthias,

Hi Peter, hi ALL,

I did it the easy way... ;-)

I decided to publish the update to v5.4 and the huge (important!?) patch
which followed a day later in two separate patches.

I tested both of them and found no seen problems. No crashes no
'exceptions'.

Running here under Core163 / 64bit.

Best,
Matthias

> hello *,
> 
> by coincidence, I just stumbled across a Squid 5.4 source tarball on source.ipfire.org:
> 
>> pmueller(a)people01:~$ ls -lah /pub/sources/source-2.x/squid-5.*
>> -rw-r--r-- 1 mfischer people 2.5M Aug  2  2021 /pub/sources/source-2.x/squid-5.1.tar.xz
>> -rw-r--r-- 1 mlorenz  people 2.5M Oct  6 07:44 /pub/sources/source-2.x/squid-5.2.tar.xz
>> -rw-r--r-- 1 mfischer people 2.5M Dec  7 18:42 /pub/sources/source-2.x/squid-5.3.tar.xz
>> -rw-r--r-- 1 mfischer people 2.5M Feb  7 17:10 /pub/sources/source-2.x/squid-5.4.tar.xz
> 
> I therefore presume you are working on this one. :-)

> While Squid 5.2, as it is now present in the upcoming Core Update 164, works fine, I
> observed at least one memory leak in it that eventually caused swapping on a productive
> infrastructure (under high load). Squid 5.4 should have that fixed.
> 
> Because of this, I'd like to have Squid 5.4 in Core Update 164, so our users won't have
> to suffer from this bug. It is good to see you are taking care of it. Please do not feel
> pressured in any way, I just thought I mention this to you. :-)
> 
> Thanks in advance for your efforts, and best regards,
> Peter Müller


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-02-11  8:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-10 17:25 Are you by any chance working on Squid 5.4? :-) Peter Müller
2022-02-10 18:00 ` Matthias Fischer
2022-02-11  8:39 ` Matthias Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox