On Wed, 2005-01-12 at 12:48 +1100, Billy Kotlaroff wrote: > Hi guys, > > I am wondering if anyone knows what this error means exactly. > > Squid Parent: child process 1967 exited due to signal 6 > > Can anyone offer any assistance with this one ? Thanks in advance.
Signal 6 (see "man 7 signal") is the signal for Abort. The child process committed suicide when it detected an inconsistency in its internal state, as a result of a bug. See the squid FAQ to find out how to report bugs.
