Okay, no takers. Maybe if I describe our infrastructure a bit something
will pop.
When we add/remove a user we push a new file over to the server and tell
squid to reconfigure itself. This can happen at most once a minute,
though usually it's much less frequent than that.
I've seen a lot of messages about closing old connections due to
lifetime timeout, is there any possibility that we're hitting a fd
limit? Or something else that would cause opening a connection to fail?
--Will
On 01/21/2014 05:53 PM, 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