<div dir="ltr"><div>The developers of Smoothwall Express v3.1 have been trying to address this issue for a few days now. We have had users complaining of this same issue with Squid 3.5.5 and 3.5.6. It didn't seem to happen with prior versions. We (or at least our lead developer Neal Murphy) thinks it is related to shutting down Squid with a single SIGTERM followed by a SIGKILL a few seconds later (or just using squid -k shutdown) is causing squid to close and exit before the swap.state file is written and saved. This causes a corrupted swap.state file to exist when squid is restarted. When Squid crashes, rebuilding the swap.state anew seems to fix the problem and Squid can restart.<br><br></div>So, to fix the crashing problem, for us at least, seems to involve redesigning the shutdown and restarting of squid. Neal has come up with a process and scripts that seem to fix the issue, at least for low loads on squid that typically are what our users use. Neal has run some tests on higher loads and it seems to work as well for those environments as well, but we are continuing to test. Here is a link to the discussion in the Smoothwall community forums if anyone is interested.<br><br><a href="http://community.smoothwall.org/forum/viewtopic.php?p=340353#p340353">http://community.smoothwall.org/forum/viewtopic.php?p=340353#p340353</a><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jul 26, 2015 at 3:53 PM, Amos Jeffries <span dir="ltr"><<a href="mailto:squid3@treenet.co.nz" target="_blank">squid3@treenet.co.nz</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 26/07/2015 5:09 p.m., The_Spider wrote:<br>
> To anyone willing to assist.<br>
><br>
> My Squid continues to crash for some un-known reason only giving<br>
> 'FATAL: Received Segment Violation...dying.' I have attached a copy of<br>
> the cache log with the crash occurring and output debugging.<br>
><br>
> Aparently I'm not the first to experience this, but I have yet to find<br>
> any documentation on how to resolve this issue. This is not unique to<br>
> one single machine, it happens on a few different boxes with similar<br>
> configuration, I have not been able to identify what configuration<br>
> parameter has been causing the issue.<br>
><br>
<br>
Please follow the steps for obtaining a traceback as outlined at<br>
<<a href="http://wiki.squid-cache.org/SquidFaq/BugReporting#crashes_and_core_dumps" rel="noreferrer" target="_blank">http://wiki.squid-cache.org/SquidFaq/BugReporting#crashes_and_core_dumps</a>><br>
<br>
For SEGFAULT errors that is the only easy way to identify what the<br>
problem is. Trial-and-error can take a very, very long time.<br>
<br>
<br>
As for the config. You certainly have a thing for regex. Most if not all<br>
of the dstdom_regex patterns would be far better written as dstdomain ACLs.<br>
<br>
Although note that neither dstdomain nor dstdom_regex work properly in<br>
the ssl_bump directive lines. Use "ssl::server_name" ACL for those checks.<br>
<br>
<br>
<br>
> I will attempt to provide any information possible to help resolve<br>
> this issue. Hopefully this is a good start.<br>
><br>
> cache.log = <a href="http://filebin.ca/29vS8jkEfskt/cache.log" rel="noreferrer" target="_blank">http://filebin.ca/29vS8jkEfskt/cache.log</a><br>
><br>
> squid -v:<br>
> Squid Cache: Version 3.5.6-20150725-r13869<br>
> Service Name: squid<br>
> configure options:  '--prefix=/usr' '--exec-prefix=/usr'<br>
> '--includedir=/usr/include' '--datadir=/usr/share'<br>
> '--libdir=/usr/lib64' '--libexecdir=/usr/lib64/squid'<br>
> '--localstatedir=/var' '--sysconfdir=/etc/squid'<br>
> '--sharedstatedir=/var/lib' '--with-logdir=/var/log/squid'<br>
> '--with-pidfile=/var/run/squid.pid' '--with-default-user=squid'<br>
> '--enable-silent-rules' '--enable-dependency-tracking'<br>
> '--with-openssl' '--enable-icmp' '--enable-delay-pools'<br>
> '--enable-useragent-log'<br>
<br>
--enable-useragent-log no longer exists.<br>
<br>
> '--enable-esi'<br>
> '--enable-follow-x-forwarded-for' '--enable-auth'<br>
> --enable-ltdl-convenience<br>
><br>
> cat /etc/redhat-release<br>
> CentOS Linux release 7.1.1503 (Core)<br>
><br>
<br>
Amos<br>
<br>
_______________________________________________<br>
squid-users mailing list<br>
<a href="mailto:squid-users@lists.squid-cache.org">squid-users@lists.squid-cache.org</a><br>
<a href="http://lists.squid-cache.org/listinfo/squid-users" rel="noreferrer" target="_blank">http://lists.squid-cache.org/listinfo/squid-users</a><br>
</blockquote></div><br></div>