[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: squid3 LTS assertion errors



El 03/03/16 a las 10:15, Brian May escribió:
> Matus UHLAR - fantomas <uhlar@fantomas.sk> writes:
> 
> > 2016/03/01 06:58:31| assertion failed: forward.cc:298: "fd == server_fd"
> > ...
> > 2016/03/01 07:16:54| assertion failed: forward.cc:298: "fd == server_fd"
> > 2016/03/01 07:17:16| assertion failed: forward.cc:491: "server_fd == fd"
> > 2016/03/01 07:17:38| assertion failed: forward.cc:298: "fd == server_fd"
> > 2016/03/01 07:17:42| assertion failed: forward.cc:491: "server_fd == fd"
> > 2016/03/01 07:17:54| assertion failed: forward.cc:298: "fd == server_fd"
> 
> Have had a preliminary look at the changes made between the squeeze
> version (3.1.6-1.2+squeeze3) and squeeze-lts version
> (3.1.6-1.2+squeeze6) however nothing seems to touch either forward.cc or
> the server_fd global variable.
> 
> Seems to be crashing when trying to close a connection.

Thanks for taking a look on this. I was just able to get this:

Program received signal SIGABRT, Aborted.
0x00007ffff5efbed5 in raise () from /lib/libc.so.6
(gdb) bt
#0  0x00007ffff5efbed5 in raise () from /lib/libc.so.6
#1  0x00007ffff5efece0 in abort () from /lib/libc.so.6
#2  0x00000000004ca905 in xassert (msg=0x9a7 <Address 0x9a7 out of bounds>, file=0x1034ff0 "\240\324\004\001", line=298) at debug.cc:556
#3  0x00000000004e48d9 in FwdState::unregister (this=0xf5e398, fd=111) at forward.cc:298
#4  0x000000000050a4a9 in HttpStateData::closeServer (this=0x100d428) at http.cc:1470
#5  0x000000000055d15c in ServerStateData::swanSong (this=0x100d428) at Server.cc:103
#6  0x00000000005723ef in AsyncJob::callEnd (this=0x100d518) at AsyncJob.cc:135
#7  0x0000000000570c69 in AsyncCall::make (this=0x1027b20) at AsyncCall.cc:34
#8  0x000000000057322b in AsyncCallQueue::fireNext (this=<value optimized out>) at AsyncCallQueue.cc:53
#9  0x00000000005733c0 in AsyncCallQueue::fire (this=0xa32040) at AsyncCallQueue.cc:39
#10 0x00000000004de5d3 in EventLoop::runOnce (this=0x7fffffffe540) at EventLoop.cc:118
#11 0x00000000004de708 in EventLoop::run (this=0x7fffffffe540) at EventLoop.cc:94
#12 0x00000000005269da in SquidMain (argc=<value optimized out>, argv=<value optimized out>) at main.cc:1400
#13 0x0000000000526f26 in SquidMainSafe (argc=2471, argv=0x9a7) at main.cc:1160
#14 main (argc=2471, argv=0x9a7) at main.cc:1152


Reply to: