Hey Will,
About the 3.4.2, what OS are you using?
Is it a self compiled version of squid?
"squid -v" will give the basic idea of the squid configurations.
In order to verify if there is or there isn't a limit of FD that is
being reached there are couple tools that are available.
One is the /proc/ FS which can show the number of FD that is being used
by each and every one of the instances of squid.
The other one is "lsof" which you can filter using a "grep" command or
the internal options such as PID and\or SOCKETS.
the ulimit command in couple variations can indicate the basic limits:
ulimit -aH
ulimit -aS
Note that the squid cache-mgr interface has lots of information if
available.
Are you using cache_dir ?
Eliezer
On 22/01/14 00:53, Will Roberts wrote:
Hi,
I'm having a problem with some of my squids where they'll crash with one
of these two messages:
FATAL: dying from an unhandled exception:
AddOpenedHttpSocket(s->listenConn)
FATAL: dying from an unhandled exception: HttpSockets[NHttpSockets] < 0
I haven't seen anything on the list with that text, nor do I see any
open issues in the bug tracker. What kind of additional information can
I provide to help debug this?
Thanks,
--Will