On Wed, Sep 16, 2009 at 7:04 PM, Henrik Nordstrom <henrik@xxxxxxxxxxxxxxxxxxx> wrote: > > ons 2009-09-16 klockan 18:02 +0530 skrev Avinash Rao: > > 3) how do i use truss, not found on my machine > > What OS are you running on the server? If Linux then use strace instead. > > > 4) root@sunbox:~# gdb /usr/sbin/squid 21557 > > This GDB was configured as "x86_64-linux-gnu"... > > (no debugging symbols found) > > Sorry, to use GDB your squid binary needs to be built with debug > information and not stripped. > > > (no debugging symbols found) > > 0x00007ff17d4ad315 in waitpid () from /lib/libpthread.so.0 > > Hmm.. which of the Squid processes did you attach to? > > Regards > Henrik > Hi, 1) I am using Ubuntu 8.04 Server 64-bit OS on a sun fire x4150 server with 8GB RAM + RAID 5 2) I attached /usr/sbin/squid -D -sYC process in gdb 3) I will use strace when squid stops responding today. Thanks Avinash