Hey Amos Sorry for taking a while to get back to you with this. I’ve attached the output of the gdb commands you listed. Not sure if the errors are from the trace or from my print commands themselves—anyway, see attached. Cheers!
(gdb) frame 3 #3 0x000000000053e2cf in clientSocketRecipient (node=0x6f05018, http=0x8f8bd758, rep=0x1b3f0880, receivedData=...) at client_side.cc:1515 1515 assert(connIsUsable(http->getConn())); (gdb) print http->getConn() Cannot evaluate function -- may be inlined (gdb) print cbdataReferenceValid(http->getConn()) Cannot evaluate function -- may be inlined (gdb) print Comm::IsConnOpen(http->getConn()->clientConnection) Cannot evaluate function -- may be inlined
P.S. I tried to upload the traces to the bug but I get kept getting weird validation errors on my text files. > On 27 Feb 2015, at 11:18 pm, Amos Jeffries <squid3@xxxxxxxxxxxxx> wrote: > > On 27/02/2015 12:25 p.m., Dan Charlesworth wrote: >> Alright I got abrtd on board, finally. >> >> Here’s a a backtrace from this morning (bt and bt full versions included >> separately): >> > > Wonderful. > > Can you get a print from frame 3 please of which of the connIsUsable() > checks if failing? > > > gdb commands: > frame 3 > print http->getConn() > print cbdataReferenceValid(http->getConn()) > print Comm::IsConnOpen(http->getConn()->clientConnection) > > Amos >
_______________________________________________ squid-users mailing list squid-users@xxxxxxxxxxxxxxxxxxxxx http://lists.squid-cache.org/listinfo/squid-users