Re: [squid-users] Squid 3.4.2 workers dying then re-spawned ones don't process connections

2014-01-23 Thread Will Roberts
On 01/23/2014 12:49 AM, Eliezer Croitoru wrote: 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. I'm using a self-compiled version on Debian 6 (64bit only at the moment). configure

Re: [squid-users] Squid 3.4.2 workers dying then re-spawned ones don't process connections

2014-01-23 Thread Eliezer Croitoru
On 23/01/14 15:17, Will Roberts wrote: The server I just checked has about 906 FDs open, however, looking at the limits it can have up to 65535 open. So that's probably not directly the issue, unless there's a select call somewhere that's failing. How do you see that exactly if not from the

Re: [squid-users] Squid 3.4.2 workers dying then re-spawned ones don't process connections

2014-01-23 Thread Will Roberts
On 01/23/2014 07:26 PM, Eliezer Croitoru wrote: On 23/01/14 15:17, Will Roberts wrote: The server I just checked has about 906 FDs open, however, looking at the limits it can have up to 65535 open. So that's probably not directly the issue, unless there's a select call somewhere that's

Re: [squid-users] Squid 3.4.2 workers dying then re-spawned ones don't process connections

2014-01-23 Thread Eliezer Croitoru
Great, Sometimes it take a while to understand the issue and the path to understand it. I am not sure what the situation is but it seems like a bug.. If there is no bug report that is similar in the symptoms or the actual bug assumption you can file a bug report at the bugzilla. However I

Re: [squid-users] Squid 3.4.2 workers dying then re-spawned ones don't process connections

2014-01-22 Thread Eliezer Croitoru
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

[squid-users] Squid 3.4.2 workers dying then re-spawned ones don't process connections

2014-01-21 Thread Will Roberts
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