<div dir="ltr"><div>This might be the same crash reported in another thread, or a new one.<br>I noticed it after upgrading from 3.3.11 to 3.5.6.<br></div><br><div>I'm using negotiate authentication (kerberos).<br><br></div>Auth settings:<br><div>auth_param negotiate program /usr/lib/squid/negotiate_kerberos_auth<br>auth_param negotiate children 80 startup=5 idle=5<br>auth_param negotiate keep_alive on<br><br></div><div>Logging setting:<br>debug_options ALL,1 29,3<br><br></div><div><div>Syslog:<br></div>Squid Parent: (squid-1) process 24158 exited due to signal 6 with status 0<br><br>cache.log:<br>2015/07/29 19:32:09.728 kid1| User.cc(305) addIp: user 'LinArlene@TUV.GROUP' has been seen at a new IP address (<a href="http://10.144.138.48:58283">10.144.138.48:58283</a>)<br>2015/07/29 19:32:11.677 kid1| User.cc(185) cacheCleanup: Cleaning the user cache now<br>2015/07/29 19:32:11.677 kid1| User.cc(186) cacheCleanup: Current time: 1438169531<br>2015/07/29 19:32:23 kid1| Set Current Directory to /var/cache/squid<br>2015/07/29 19:32:23 kid1| Starting Squid Cache version 3.5.6 for i686-pc-linux-gnu...<br><br></div><div><br></div><div>Backtrace:<br></div><div><br>Core was generated by `(squid-1)'.<br>Program terminated with signal 6, Aborted.<br>#0  0xb7792424 in __kernel_vsyscall ()<br>(gdb) bt<br>#0  0xb7792424 in __kernel_vsyscall ()<br>#1  0xb7372bf1 in raise () from /lib/libc.so.6<br>#2  0xb73743ce in abort () from /lib/libc.so.6<br>#3  0xb736b798 in __assert_fail () from /lib/libc.so.6<br>#4  0x08460627 in hash_remove_link (hid=0x872f098, hl=0xe739580) at hash.cc:240<br>#5  0x0831dc4a in Auth::User::cacheCleanup (datanotused=0x0) at User.cc:208<br>#6  0x08226795 in EventDialer::dial (this=0x14f535dc) at event.cc:41<br>#7  0x08226a2d in AsyncCallT<EventDialer>::fire (this=0x14f535c0) at ../src/base/AsyncCall.h:145<br>#8  0x0835fa28 in AsyncCall::make (this=0x14f535c0) at AsyncCall.cc:40<br>#9  0x08362f9f in AsyncCallQueue::fireNext (this=0x872f100) at AsyncCallQueue.cc:56<br>#10 0x08362d32 in AsyncCallQueue::fire (this=0x872f100) at AsyncCallQueue.cc:42<br>#11 0x08226f5f in EventLoop::dispatchCalls (this=0xbfaa66c8) at EventLoop.cc:143<br>#12 0x08226dad in EventLoop::runOnce (this=0xbfaa66c8) at EventLoop.cc:108<br>#13 0x08226c96 in EventLoop::run (this=0xbfaa66c8) at EventLoop.cc:82<br>#14 0x0827f753 in SquidMain (argc=1, argv=0xbfaa6844) at main.cc:1511<br>#15 0x0827eb9f in SquidMainSafe (argc=1, argv=0xbfaa6844) at main.cc:1243<br>#16 0x0827eb84 in main (argc=1, argv=0xbfaa6844) at main.cc:1236</div></div>