I'm seeing this issue as well, also in a heavy load environment. I can provide ALL,9 level logs if necessary. On Thu, Sep 20, 2012 at 11:46 PM, Alexandre Chappaz <alexandrechappaz@xxxxxxxxx> wrote: > Hi, > > I am using squid 3.2.1 in a heavy load environnement. > Since upgrading from 3.1 to 3.2.1, we are having stability issues, > with the only worker restarting frequently with errors : > > assertion failed: comm.cc:163: "!fd_table[conn->fd].closing()" > and then the parent squid process is trying to restart the kid1 and : > 2012/09/19 15:55:25 kid1| assertion failed: store.cc:1854: "isEmpty()" > > until the parent process gives up. > Sep 19 15:55:49 xxxxxxx squid[2991]: Squid Parent: (squid-1) process > 7274 will not be restarted due to repeated, frequent failures > Sep 19 15:55:49 xxxxxxx squid[2991]: Exiting due to repeated, frequent failures > > > I have only 1 worker. > I have 2 cache_dir : > > one is a ramdisk and one is a standard HD folder > cache_dir aufs /var/cache/squid-mem 2000 16 256 max-size=2048 > cache_dir aufs /var/cache/squid 20480 16 256 > > > Anyone experiencing the same behaviour? > > thanks > Alex