Re: [squid-users] Squid 5 service stops after assertion failure

2021-01-25 Thread Vieri
On Sunday, January 24, 2021, 11:08:49 PM GMT+1, Alex Rousskov wrote: > Filing a bug report with Squid Bugzilla may increase chances of this problem > getting fixed. Done here: https://bugs.squid-cache.org/show_bug.cgi?id=5100 Thanks, Vieri ___ s

Re: [squid-users] Squid 5 service stops after assertion failure

2021-01-25 Thread Vieri
On Sunday, January 24, 2021, 11:03:19 PM GMT+1, Amos Jeffries wrote: >> The external script "bllookup" is probably responsible for bad output, > > That is a certainty. > >> but maybe Squid could handle it without crashing. > > As you noticed, Squid halts service only after the helper fails 1

[squid-users] Squid 5 service stops after assertion failure

2021-01-24 Thread Vieri
Hi, My Squid web proxy crashed as shown in this log: 2021/01/24 13:18:13 kid1| helperHandleRead: unexpected reply on channel 0 from bllookup #Hlpr21 '43 ERR message=[...]     current master transaction: master65 2021/01/24 13:18:13 kid1| assertion failed: helper.cc:1066: "skip == 0 && eom == NU

Re: [squid-users] Squid 5 service stops after assertion failure

2021-01-24 Thread Alex Rousskov
On 1/24/21 5:00 PM, Amos Jeffries wrote: > On 25/01/21 10:42 am, Vieri wrote: >> >> After the assertion failure Squid tries to restart a few times >> (assertion failures seen again) and finally exits. >> A manual restart works, but I don't know for how long. >> >> The external script "bllookup" is

Re: [squid-users] Squid 5 service stops after assertion failure

2021-01-24 Thread Alex Rousskov
On 1/24/21 4:42 PM, Vieri wrote: > 2021/01/24 13:18:13 kid1| helperHandleRead: unexpected reply on channel 0 > from bllookup #Hlpr21 '43 ERR message=[...] >     current master transaction: master65 > 2021/01/24 13:18:13 kid1| assertion failed: helper.cc:1066: "skip == 0 && eom > == NULL" >     c

Re: [squid-users] Squid 5 service stops after assertion failure

2021-01-24 Thread Amos Jeffries
On 25/01/21 10:42 am, Vieri wrote: After the assertion failure Squid tries to restart a few times (assertion failures seen again) and finally exits. A manual restart works, but I don't know for how long. The external script "bllookup" is probably responsible for bad output, That is a certain