On 15/05/2014 7:37 a.m., Alex Crow wrote: > Hi, > > Is this any good at all or do I need ro provide more? It seems a trivial > issue to restart a browser but the bigwigs are climbing all over me now! > > Cheers > > Alex > > > On 12/05/14 16:22, Alex Crow wrote: >> Hi Amos, >> >> New backtrace - I hope this helps! >> >> #3 0x00000000005279d1 in CbcPointer<ConnStateData>::operator-> >> (this=<value optimized out>) at base/CbcPointer.h:147 >> c = <value optimized out> >> #4 0x000000000057238e in FwdState::initiateSSL (this=0x80f14ba8) at >> forward.cc:827 >> hostname = 0x80e6d7e8 "secure.flashtalking.com" >> isConnectRequest = <value optimized out> >> peer = <value optimized out> >> fd = 812 >> __FUNCTION__ = "initiateSSL" >> peeked_cert = <value optimized out> >> ssl = 0x940e87e0 >> sslContext = <value optimized out> >> #5 0x00000000005725e3 in FwdState::connectDone (this=0x80f14ba8, >> conn=..., status=<value optimized out>, xerrno=0) at forward.cc:895 >> __FUNCTION__ = "connectDone" Bit of a strange trace there. It is in forward.cc which does not exist in any 3.3 or later release of Squid. Correlating to your info about it being 3.2.11. But is using variables isConnectRequest and peeked_cert which only exist in the 3.HEAD releases of Squid. So your Squid is patched in the area of code crashing. Time to direct this bug at the vendor who backported that patch for you. Amos