On Thu, 12 Feb 2004, JOHNSON DAVID R wrote:
> can you force a squid crash to test and see if a dump file is generated.
Yes, you can send it a signal manually, like this
% ps ax|grep squid
5981 ?? IW 0:01.51 /usr/local/squid/sbin/squid -sD
13646 ?? R
On Thu, 12 Feb 2004, JOHNSON DAVID R wrote:
> can you force a squid crash to test and see if a dump file is generated.
kill -ABRT `cat /usr/local/squid/var/logs/squid.pid`
Regards
Henrik
can you force a squid crash to test and see if a dump file is generated.
David Johnson | Network Administrator |
Hampton University | Hampton, VA | 23669 |
office 757.728.6528 | fax 757.727.5438
mailto:[EMAIL PROTECTED]
-Original Message-
From: JOHNSON DAVID R [mailto:[EMAIL PROTECTED]
S
On Thu, 12 Feb 2004, JOHNSON DAVID R wrote:
> I want to debug my squid process so I can find out what might be causing the
> FATAL: Segment Fault received... dying error.
> What level can I set the debug_options to so that I get this info without my
> cache.log filling up in under 15 minutes?