[squid-users] Squid 3.x and wccp2_router crash

2013-12-16 Thread Don Brearley
Hello squid-users, I am trying to get wccp2 with squid 3.4 working on Debian Jessie (amd64). Squid itself works fine, until I add "wccp2_router" into the mix, where then squid crashes. When I define: wccp2_router 1.2.3.4 I get a "Unable to convert non-IPv4 to IPv4 from [::]" errors i

Re: [squid-users] Squid 3.x and wccp2_router crash

2013-12-16 Thread Guy Helmer
On Dec 16, 2013, at 11:02 AM, Don Brearley wrote: > Hello squid-users, > > > I am trying to get wccp2 with squid 3.4 working on Debian Jessie (amd64). > Squid itself works fine, until I > add "wccp2_router" into the mix, where then squid crashes. > > > When I define: > > > wccp2_router

Re: [squid-users] Squid 3.x and wccp2_router crash

2013-12-16 Thread Don Brearley
> Guy Helmer 12/16/13 2:53 PM >>> > >On Dec 16, 2013, at 11:02 AM, Don Brearley wrote: >> >> Hello squid-users, >> >> >> I am trying to get wccp2 with squid 3.4 working on Debian Jessie (amd64). >> Squid itself works fine, until I >> add "wccp2_router" into the mix, where then squid cr

Re: [squid-users] Squid 3.x and wccp2_router crash

2013-12-17 Thread Don Brearley
>> What version of squid are you running, and which OS is it on? Thanks! > >squid 3.3.9 on FreeBSD 9.2. > >Regards, >Guy Hi Guy, I just attempted 3.3.9 on FreeBSD 9.2/amd64 and I get the exact same error. What are you doing different than I? Compiled from source with: --prefix=/usr

Re: [squid-users] Squid 3.x and wccp2_router crash

2013-12-17 Thread Eliezer Croitoru
Hey Don, For now I have not tested 3.2+ with wccp yet since I do not have all the resources I had In the past for it now. I wrote this: http://wiki.squid-cache.org/ConfigExamples/UbuntuTproxy4Wccp2 And If it works on 3.1 I want to make sure it's a regression between 3.1 to 3.2 3.3. Can you

Re: [squid-users] Squid 3.x and wccp2_router crash

2013-12-18 Thread Guy Helmer
On Dec 17, 2013, at 1:44 PM, Don Brearley wrote: >>> What version of squid are you running, and which OS is it on? Thanks! >> >> squid 3.3.9 on FreeBSD 9.2. >> >> Regards, >> Guy > > Hi Guy, > > > I just attempted 3.3.9 on FreeBSD 9.2/amd64 and I get the exact same error. > What are you

Re: [squid-users] Squid 3.x and wccp2_router crash

2013-12-18 Thread Don Brearley
Hi Eliezer, Thanks for the reply! Yes, I was able to compile the latest 3.1.23 and it worked successfully on FreeBSD 9.2 -- however, going to the latest 3.2 release, the problem returned. Definitely a regression there. I'm going to stay on 3.1.23 for now thanks for the suggestion! Ca

Re: [squid-users] Squid 3.x and wccp2_router crash

2013-12-18 Thread Amos Jeffries
On 19/12/2013 11:01 a.m., Don Brearley wrote: > Hi Eliezer, > > > Thanks for the reply! Yes, I was able to compile the latest 3.1.23 and it > worked successfully on FreeBSD 9.2 -- however, going to the latest 3.2 > release, > the problem returned. Definitely a regression there. > > > I'm go

Re: [squid-users] Squid 3.x and wccp2_router crash

2013-12-18 Thread Don Brearley
>> Can I provide any more information to help address this? >> > >Can you please start Squid under a debugger and get a full stack trace >with symbol names? > >We need to know where the address converion is being attempted from in >order to make any progress on a fix. > >Amos Hi Amos, I hope

Re: [squid-users] Squid 3.x and wccp2_router crash

2013-12-18 Thread Don Brearley
For what it's worth, I tried 3.2.1 and the error occured, so there must be a regression between 3.1.23 and 3.2.1 - Don >>> "Don Brearley" 12/18/13 9:19 PM >>> >> Can I provide any more information to help address this? >> > >Can you please start Squid under a debugger and get a full stack

Re: [squid-users] Squid 3.x and wccp2_router crash

2013-12-19 Thread Eliezer Croitoru
OK Don, So I tried to reproduce it on 3.4.1 on a linux system: default squid.conf adding only couple lines for wccp $ ./squid -v Squid Cache: Version 3.4.1 configure options: --enable-ltdl-convenience $ ./squid -N -d 3 2013/12/19 13:31:07| Set Current Directory to /usr/local/squid/var/cache/s

Re: [squid-users] Squid 3.x and wccp2_router crash

2013-12-19 Thread Guy Helmer
On Dec 18, 2013, at 9:18 PM, Don Brearley wrote: > [. . .] > 2013/12/18 21:14:59| storeLateRelease: released 0 objects > 2013/12/18 21:14:59| Ip::Address::GetSockAddr : Cannot convert non-IPv4 to > IPv4. from [::] > Assertion failed: (false), function GetSockAddr, file Address.cc, line 966. > >

Re: [squid-users] Squid 3.x and wccp2_router crash

2013-12-19 Thread Don Brearley
Hi Amos, I applied your patch to 3.3.9 and recompiled/reinstalled. Same issue persists. Here is your requested information: root@hib-wccp-1:~ # gdb /usr/sbin/squid GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public Lice

Re: [squid-users] Squid 3.x and wccp2_router crash

2013-12-19 Thread Don Brearley
Guy, I recompiled my kernel without the INET6 option and recompiled squid 3.3.9 with --disable-ipv6 and still get that error.. I'll try building from ports next.. just to see. Thanks! - Don >I can’t find the squid core from the 3.3.9 crashes I saw, but frames #4 and #3 do look familiar. >

Re: [squid-users] Squid 3.x and wccp2_router crash

2013-12-19 Thread Don Brearley
Guy, I recompiled my kernel without the INET6 option and recompiled squid 3.3.9 with --disable-ipv6 and still get that error.. I'll try building from ports next.. just to see. Thanks! - Don >I can’t find the squid core from the 3.3.9 crashes I saw, but frames #4 and #3 do look familiar. > >F

Re: [squid-users] Squid 3.x and wccp2_router crash

2013-12-19 Thread Amos Jeffries
On 20/12/2013 5:30 a.m., Don Brearley wrote: > Hi Amos, > > > I applied your patch to 3.3.9 and recompiled/reinstalled. Same issue > persists. Here is your > requested information: > > > (gdb) backtrace > #0 0x000802cbe23c in thr_kill () from /lib/libc.so.7 > #1 0x000802d6263b in abo

Re: [squid-users] Squid 3.x and wccp2_router crash

2013-12-23 Thread Amos Jeffries
On 24/12/2013 9:46 a.m., Don Brearley wrote: > Amos, > > Your suggestion worked!I hope you guys can get this fix into the > next release of 3.4. > > I applied yours to 3.3.9 and thats where I will stay for the time > being. > > Thanks very much to you, and everyone, who replied. Thank you

Re: [squid-users] Squid 3.x and wccp2_router crash

2013-12-30 Thread Amos Jeffries
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 17/12/2013 9:54 a.m., Guy Helmer wrote: > > On Dec 16, 2013, at 11:02 AM, Don Brearley > wrote: > >> Hello squid-users, >> >> >> I am trying to get wccp2 with squid 3.4 working on Debian Jessie >> (amd64). Squid itself works fine, until I add