Re: [squid-users] Squid stops handling requests after 30-35 requests

From: Amos Jeffries <squid3_at_treenet.co.nz>
Date: Fri, 22 Nov 2013 22:39:47 +1300

On 22/11/2013 7:14 p.m., Bhagwat Yadav wrote:
> Hi Amos/All,
>
> I am commenting out function statInit() from main.cc because I suspect
> that it might be causing this issue with squid.
> I believe this function is for collection of stats which we are not
> doing at the moment.
>
> Can you please let us know what are the repercussions of this change?
> or is there another way to resolve this issue?
>
> TIA,
> Bhagwat
>

Lots of code all over Squid which changes statCounter will start
operating from a un-initialized memory block.

At least replace it with:
  statCountersInit(&statCounter);

Amos
Received on Fri Nov 22 2013 - 09:39:58 MST

This archive was generated by hypermail 2.2.0 : Fri Nov 22 2013 - 12:00:04 MST