Re: Squid 1.0.15 core dumps every 24 hours

From: Steve Davies <steve@dont-contact.us>
Date: Mon, 23 Sep 1996 17:48:11 +0200 (GMT+0200)

On Fri, 20 Sep 1996, Andreas Strotmann wrote:

> On Sep 20, 17:01, james@iafrica.com wrote:

> > [20/Sep/1996:15:42:16 +0200] main.c:560: Select loop Error.
> Retry
>
> The last time I saw an error like this, a huge URL had overflowed its
> buffer. Perhaps setting MAX_URL to a larger value would help?

I increased MAX_URL to 8k. This actually "hardened" the error and made
our squid crash much more often (every 30 minutes or so), with select
returning "Invalid argument". This appeared to happen every time squid
had >256 active FDs.

With the further investigation we determined that we needed to recompile
the kernel with a larger value of FD_SETSIZE, because the code of select
itself allocates "fd_set"s.

I'm optimistic that this will fix the problem - you'll hear if it doesn't.

Regards,
Steve Davies
(pp James, who's on holiday...)
Internet Africa
Received on Mon Sep 23 1996 - 08:57:32 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:33:03 MST