On 23/01/2014 4:12 a.m., Alex Crow wrote: > Hi, > > Just noticed something in the changelogs for the nightly build that > might mean this is fixed - I'm optimistic anyway: > > Tue 2014-01-21 20:29:15 -0700 > <http://www.squid-cache.org/Versions/v3/3.4/changesets/squid-3.4-13079.patch> > Amos Jeffries +10 -2 > Fix external_acl_type async loop failures > If it does then we can peg the problem down to being the well-known systemic issues in NTLM handshake. Amos > > > Now I just need to figure out the "Unhandled exception: c" errors that > kill my squid every so often. It seems to be a rare issue as from > googling only myself and two other people seem to have faced it. That mysterious 'c' again :-(. Some part of Squid is using the Must() exception mechanism when it should be using assert() instead. If you have core dumps enabled you may be able to locate in there what the details that 'c' variable contain about the exception and where its coming from. Without that there is little hope of fixing it any time soon. Amos