From: Amos Jeffries <squid3@xxxxxxxxxxxxx> > On 15/03/2013 2:59 a.m., John Doe wrote: >> So, I removed workers... but squid keeps dieing after 1 or 2 mns... >> assertion failed: comm.cc:1838: "isOpen(fd) && >> !commHasHalfClosedMonitor(fd)" >> >> Any idea how I can find out what caused it? > > A debugger backtrace listing how that line in comm.cc was reached, and a > printout of what the fd_table array says about the FD entry at the frame above > the assertion. (print fd_table[fd]) > Details on how to get all that are in > http://wiki.squid-cache.org/SquidFaq/BugReporting Ok, I will have to setup a test environment when I get the time... Thx, JD