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       02:55:03 (squid) -sD
        % kill -SEGV 13646

Reply via email to