Package: c-icap
Version: 1:0.1.6-1.1
Severity: grave
Justification: renders package unusable
Dear Maintainer,
I've added this logrotate file to my system:
----------
/var/log/c-icap/*.log {
daily
compress
delaycompress
rotate 31
missingok
nocreate
sharedscripts
postrotate
test ! -e /var/run/c-icap/c-icap.pid || echo -n "reconfigure" >
/var/run/c-icap/c-icap.ctl
endscript
}
----------
After last system update (2 days ago) I've this problem after each daily
logrotate:
Nov 28 07:36:14 andromeda kernel: [375111.408129] c-icap[5693]:
segfault at 20 ip 00007f936dda29ca sp 00007fff305d33e0 error 4 in
libLLVM-3.0.so.1[7f936d3d0000+1301000]
Nov 29 07:36:17 andromeda kernel: [461352.882110] c-icap[32150]:
segfault at 20 ip 00007fca64edc9ca sp 00007fff56132ca0 error 4 in
libLLVM-3.0.so.1[7fca6450a000+1301000]
Nov 30 00:49:34 andromeda kernel: [523233.843037] c-icap[30766]:
segfault at 20 ip 00007f4504aa09ca sp 00007fff430ad210 error 4 in
libLLVM-3.0.so.1[7f45040ce000+1301000]
Nov 30 01:24:32 andromeda kernel: [525327.612150] c-icap[18178]:
segfault at 7f708766001c ip 0000000000413bfd sp 00007fffdc654830 error 4 in
c-icap[400000+1e000]
It seems to be the "reconfigure" message to c-icap.ctl to cause the issue (I've
invoked it manually and got the seg fault to syslog).
Any help?
For now I've bash-scripted a cron watchdog that checks c-icap running at every
minute and, if needed, restarts it.
Anyway any hint is welcome.
Thank You
Luca
-- System Information:
Debian Release: 7.7
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500,
'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages c-icap depends on:
ii adduser 3.113+nmu3
ii libc6 2.13-38+deb7u6
ii libdb5.1 5.1.29-5
ii libicapapi0 1:0.1.6-1.1
ii lsb-base 4.1+Debian8+deb7u1
c-icap recommends no packages.
Versions of packages c-icap suggests:
ii libc-icap-mod-clamav 1:0.1.6-1
ii libc-icap-mod-urlcheck 1:0.1.6-1
ii squid3 3.1.20-2.2+deb7u2
-- Configuration Files:
/etc/c-icap/c-icap.conf changed:
PidFile /var/run/c-icap/c-icap.pid
CommandsSocket /var/run/c-icap/c-icap.ctl
Timeout 300
MaxKeepAliveRequests 100
KeepAliveTimeout 600
StartServers 3
MaxServers 10
MinSpareThreads 10
MaxSpareThreads 20
ThreadsPerChild 10
MaxRequestsPerChild 0
Port 1344
User c-icap
Group nogroup
ServerAdmin [email protected]
ServerName andromeda.local
TmpDir /tmp
MaxMemObject 1048576
DebugLevel 5
ModulesDir /usr/lib/c_icap
ServicesDir /usr/lib/c_icap
TemplateDir /usr/share/c_icap/templates/
TemplateDefaultLanguage en
LoadMagicFile /etc/c-icap/c-icap.magic
RemoteProxyUsers off
RemoteProxyUserHeader X-Authenticated-User
RemoteProxyUserHeaderEncoded on
ServerLog /var/log/c-icap/server.log
AccessLog /var/log/c-icap/access.log
Service echo srv_echo.so
Include srv_clamav.conf
Include srv_url_check.conf
/etc/default/c-icap changed:
START=yes
DAEMON_OPTS="-d 9"
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]