> Yesterday, I applied the patch of Squid 2.3S14 but Squid is dying
> (when
> loaded by rc.local) with error "FATAL: Received Segment
> Violation...dying".
> However, I cannot create stack trace as I don't know how to do. After
> un-patching, Squid can be loaded from rc.local.

Instructions on how to get a stack trace can be found in the FAQ.

Quick version:

   gdb /path/to/sbin/squid
   handle SIGPIPE pass noprint nostop
   hangle SIG33 pass noprint nostop
   run -DNYCd3
   [wait for crash]
   backtrace

<AW> Thanks for your advise. I will try.

Note: The SIG33 line is only if you use aufs on Linux.

<AW> Yes, I use aufs (it means I don't need to run SIGPIPE, right?)

Thx & Rgds,

Awie


Reply via email to