* Odhiambo Washington ([EMAIL PROTECTED]):

> Hiya,
> 
> PS: I am not subscribed to the list so CC me in any replies!
> 
> 
> I have been running squid-2.5STABLE5 for ages and was generally
> happy. Today I upgraded to STABLE10 on FreeBSD 5.4-STABLE and all hell
> broke loose.
> 
> I use squid in a transparent proxy setup using IPFilter and
> DansGuardian.
> 
> With the same config file, whenever I attempt to browse, I get a core
> dump. I did not change anything in squid.conf that I have always used.

[gdb output elided]

Is ist possible that you are bitten by the "access denied to ipnat
device" bug (see squid bug #1314,
<http://www.squid-cache.org/bugs/show_bug.cgi?id=1313>)?

If so, could you try the patch at 
<http://www.squid-cache.org/Versions/v2/2.5/bugs/#squid-2.5.STABLE10-transparent>,
and if you use the FreeBSD port, could you try out the patch below,
too and tell me if it fixes the problem?

Index: distinfo
===================================================================
--- distinfo    (revision 515)
+++ distinfo    (working copy)
@@ -1,2 +1,4 @@
 MD5 (squid2.5/squid-2.5.STABLE10.tar.bz2) = e6db8bdfc783b3baed7de803c9a39e55
 SIZE (squid2.5/squid-2.5.STABLE10.tar.bz2) = 1069922
+MD5 (squid2.5/squid-2.5.STABLE10-transparent.patch) = 
225cc597ae5e7b8951e96ce2656263c1
+SIZE (squid2.5/squid-2.5.STABLE10-transparent.patch) = 4702
Index: Makefile
===================================================================
--- Makefile    (revision 515)
+++ Makefile    (working copy)
@@ -79,7 +79,7 @@
 DIST_SUBDIR=   squid2.5
 
 PATCH_SITES=   http://www.squid-cache.org/Versions/v2/2.5/bugs/
-PATCHFILES=
+PATCHFILES=    squid-2.5.STABLE10-transparent.patch
 PATCH_DIST_STRIP=      -p1
 
 MAINTAINER=    [EMAIL PROTECTED]

Reply via email to