[squid-users] squid 3.5.5 bug 3279

Amos Jeffries squid3 at treenet.co.nz
Thu Jun 18 12:26:39 UTC 2015


On 18/06/2015 11:42 p.m., HackXBack wrote:
> warning: Can't read pathname for load map: Input/output error.
> [Thread debugging using libthread_db enabled]
> Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
> Core was generated by `(squid-1) -YC -f /etc/squid/squid.conf'.
> Program terminated with signal 6, Aborted.
> #0  0x00007f3974930165 in raise () from /lib/x86_64-linux-gnu/libc.so.6
> (gdb) backtrace
> #0  0x00007f3974930165 in raise () from /lib/x86_64-linux-gnu/libc.so.6
> #1  0x00007f39749333e0 in abort () from /lib/x86_64-linux-gnu/libc.so.6
> #2  0x0000000000694008 in xassert ()
> #3  0x000000000076485c in StoreEntry::startWriting() ()
> #4  0x00000000008b77a9 in Client::setFinalReply(HttpReply*) ()
> #5  0x00000000008bc432 in Client::adaptOrFinalizeReply() ()
> #6  0x00000000006d9eee in HttpStateData::processReply() ()
> #7  0x00000000006d9d50 in HttpStateData::readReply(CommIoCbParams const&) ()
> #8  0x00000000006e2731 in CommCbMemFunT<HttpStateData,
> CommIoCbParams>::doDial() ()
> #9  0x00000000006e2a90 in JobDialer<HttpStateData>::dial(AsyncCall&) ()
> #10 0x00000000006e2205 in AsyncCallT<CommCbMemFunT<HttpStateData,
> CommIoCbParams> >::fire() ()
> #11 0x00000000007f5b44 in AsyncCall::make() ()
> #12 0x00000000007f906f in AsyncCallQueue::fireNext() ()
> #13 0x00000000007f8dfa in AsyncCallQueue::fire() ()
> #14 0x00000000006a7631 in EventLoop::dispatchCalls() ()
> #15 0x00000000006a74d5 in EventLoop::runOnce() ()
> #16 0x00000000006a733c in EventLoop::run() ()
> #17 0x0000000000710763 in SquidMain(int, char**) ()
> #18 0x000000000070fba5 in SquidMainSafe(int, char**) ()
> #19 0x000000000070fb82 in main ()
> (gdb)
> 

Finally! core to work with :-)

Can you print out the contents of the StoreEntry object that is
apparently non-empty ?
 I might give a hint about whats been playing with it.

Also please:
 frame 3
 print mem_obj->endOffset()


Amos


More information about the squid-users mailing list