[squid-users] installing squid 3.5.3

Amos Jeffries squid3 at treenet.co.nz
Mon Apr 27 01:42:54 UTC 2015


On 27/04/2015 12:06 a.m., HackXBack wrote:
> Thanks Amos,
> I know That, But no coredumps generated , it cant start at the first start
> after the installation,
> i just finish the installation and want to start it but not success,


That makes it easier to debug :-)

Run this command line to start Squid
  gdb /usr/sbin/squid

Then these gdb commands to get the backtrace:
 # GDB commands
 handle SIGPIPE pass nostop noprint
 handle SIGTERM pass nostop noprint
 handle SIGUSR1 pass nostop noprint
 handle SIGSEGV stop
 handle SIGABRT stop
 run -NYC
 backtrace


Amos



More information about the squid-users mailing list