Search squid archive

Re: Squid stops handling requests after 30-35 requests

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux