[Bug 274825] www/squid dumps core after updating from 6.3 to 6.4
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 274825] www/squid dumps core after updating from 6.3 to 6.4"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Nov 2023 22:06:40 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274825 --- Comment #7 from Dimitry Andric <dim@FreeBSD.org> --- (In reply to Dimitry Andric from comment #6) Nope, still getting the assertion:: 2023/11/04 19:12:00 kid1| storeLateRelease: released 72 objects 2023/11/04 19:12:02 kid1| FATAL: assertion failed: stmem.cc:98: "lowestOffset () <= target_offset" current master transaction: master65 2023/11/04 19:12:02| Removing PID file (/var/run/squid/squid.pid) Unfortunately I don't have debug symbols here: #0 thr_kill () at thr_kill.S:4 #1 0x000000082cc1a304 in __raise (s=s@entry=6) at /usr/src/lib/libc/gen/raise.c:52 #2 0x000000082cccb449 in abort () at /usr/src/lib/libc/stdlib/abort.c:67 #3 0x00000000007c6a4d in xassert () #4 0x00000000005e1338 in mem_hdr::freeDataUpto(long) () #5 0x000000000050b295 in MemObject::trimUnSwappable() () #6 0x00000000005ebe82 in StoreEntry::trimMemory(bool) () #7 0x000000000081e545 in Store::Controller::memoryOut(StoreEntry&, bool) () #8 0x00000000005f9ada in StoreEntry::swapOut() () #9 0x00000000005f322e in StoreEntry::invokeHandlers() () #10 0x00000000005e7f05 in StoreEntry::write(StoreIOBuffer) () #11 0x0000000000666d93 in Client::addVirginReplyBody(char const*, long) () #12 0x00000000005a3ce8 in HttpStateData::writeReplyBody() () #13 0x00000000005a4163 in HttpStateData::processReplyBody() () #14 0x00000000005a1822 in HttpStateData::processReply() () #15 0x00000000005a2b72 in HttpStateData::readReply(CommIoCbParams const&) () #16 0x00000000005ab194 in JobDialer<HttpStateData>::dial(AsyncCall&) () #17 0x00000000006b84bd in AsyncCall::make() () #18 0x00000000006b981d in AsyncCallQueue::fire() () #19 0x00000000004d69f2 in EventLoop::runOnce() () #20 0x00000000004d6918 in EventLoop::run() () #21 0x00000000005b735c in SquidMain(int, char**) () #22 0x00000000005b62f2 in main () I'll rebuild with debug symbols and try it again. -- You are receiving this mail because: You are the assignee for the bug.