Package: squid3
Version: 3.1.20-2.2
Followup-For: Bug #486211

Dear Maintainer,
any caching configuration (or even my not much more modified one) causes the 
child process to sigfault.
It's a major problem since while restarting it always spin up my hard disks.
If the server is started with totally default configuration so no caching, no 
localnet, i seem to not have this issue.
Unfortunally i think a lot of people use Debian because of its stability for 
server not as client,
so using a proxy that works only for localhost seems really pointless to me.
Since this is my first report with this system and i don't know if my syslog is 
attached i report the significan lines showing this problem.

/var/log/syslog
================================
Oct 15 02:43:53 hostname squid[13706]: Squid Parent: child process 13738 exited 
due to signal 11 with status 0
Oct 15 02:43:53 hostname kernel: [11235.873645] squid3[13738]: segfault at 0 ip 
00007f69b52298f3 sp 00007fff9c69a718 error 4 in squid3[7f69b507e000+301000]
Oct 15 02:43:56 hostname squid[13706]: Squid Parent: child process 13805 started
Oct 15 02:48:53 hostname squid[13706]: Squid Parent: child process 13805 exited 
due to signal 11 with status 0
Oct 15 02:48:53 hostname kernel: [11535.301936] squid3[13805]: segfault at 0 ip 
00007f871eb168f3 sp 00007fff8a071988 error 4 in squid3[7f871e96b000+301000]
Oct 15 02:48:56 hostname squid[13706]: Squid Parent: child process 13816 started
================================

-- System Information:
Debian Release: 7.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages squid3 depends on:
ii  adduser           3.113+nmu3
ii  libc6             2.13-38
ii  libcap2           1:2.22-1.2
ii  libcomerr2        1.42.5-1.1
ii  libdb5.1          5.1.29-5
ii  libexpat1         2.1.0-1
ii  libgcc1           1:4.7.2-5
ii  libgssapi-krb5-2  1.10.1+dfsg-5+deb7u1
ii  libk5crypto3      1.10.1+dfsg-5+deb7u1
ii  libkrb5-3         1.10.1+dfsg-5+deb7u1
ii  libldap-2.4-2     2.4.31-1+nmu2
ii  libltdl7          2.4.2-1.1
ii  libpam0g          1.1.3-7.1
ii  libsasl2-2        2.1.25.dfsg1-6+deb7u1
ii  libstdc++6        4.7.2-5
ii  libxml2           2.8.0+dfsg1-7+nmu2
ii  logrotate         3.8.1-4
ii  lsb-base          4.1+Debian8+deb7u1
ii  netbase           5.0
ii  squid3-common     3.1.20-2.2

squid3 recommends no packages.

Versions of packages squid3 suggests:
pn  resolvconf   <none>
pn  smbclient    <none>
pn  squid-cgi    <none>
pn  squidclient  <none>
pn  ufw          <none>

-- Configuration Files:
/etc/squid3/squid.conf changed:
acl manager proto cache_object
acl localhost src 127.0.0.1/32 ::1
acl to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::1
acl localnet src 192.168.10.0/24
acl localnet src 192.168.9.0/24
acl SSL_ports port 443
acl Safe_ports port 80          # http
acl Safe_ports port 21          # ftp
acl Safe_ports port 443         # https
acl Safe_ports port 70          # gopher
acl Safe_ports port 210         # wais
acl Safe_ports port 1025-65535  # unregistered ports
acl Safe_ports port 280         # http-mgmt
acl Safe_ports port 488         # gss-http
acl Safe_ports port 591         # filemaker
acl Safe_ports port 777         # multiling http
acl CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localnet
http_access allow localhost
http_access deny all
http_port 192.168.10.254:3128 transparent
cache_replacement_policy heap LFUDA
cache_dir aufs /home/squid 40960 16 256
maximum_object_size 500 MB
coredump_dir /var/spool/squid3
refresh_pattern ^ftp:           1440    20%     10080
refresh_pattern ^gopher:        1440    0%      1440
refresh_pattern -i (/cgi-bin/|\?) 0     0%      0
refresh_pattern .               0       20%     4320
quick_abort_min 200 MB
quick_abort_max 500 MB
quick_abort_pct 50
cache_mgr webmas...@skyglow.org


-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to