some others informations :
after a coredump squid restart automatically, but the cache is DIRTY so it
rebuild the cache directory, the swap.log is about 500 Mb
here the dbx output apparently it will be difficult to have more
information
squid is compiled with -g option
What is the debug option I can put in squid.conf ?
I have try ALL,2 but I have a lot of logs
I will test with squid -k debug
are these debugger option can perform a core dump too ?
dbx
Type 'help' for help.
enter object file name (default is `a.out', ^D to exit):
/usr/local/squid/bin/squid
reading symbolic information ...
[using memory image in core]
Illegal instruction (reserved addressing fault) in . at 0x0 ($t1)
0x00000000 40282329 bdngel cr2,0x00002328
(dbx) where
warning: could not locate trace table from starting address 0x0
warning: could not locate trace table from starting address
0xfffffffffffffffc
warning: Could not determine current function
(dbx)
I can reproduce the coredump many times,
the machine is overloaded However, when there is a coredump there is not a
leak of memory only the CPU is 100% full
Henrik Nordstrom <hno@hem.passagen.se> on 16/05/2001 22:36:21
Please respond to Henrik Nordstrom <hno@hem.passagen.se>
To: Stephane Blat/France/IBM@IBMFR
cc: squid-users@squid-cache.org
Subject: Re: [squid-users] Squid core
Yes, yes, and yes.
Yes, if the core is in /cache then it most likely belongs to Squid in
one way or another. It may however be a coredump from one of the
helpers.. file should tell (on most platforms anyway).
Yes, to be able to get anything useful from a core dump, Squid must be
compiled with -g.
Yes, there are squid.conf options you can enable to try to figure out
why things are crashing, but this is most useful if you know how to
repeat the crash. See debug_options.
-- Henrik Nordstrom Squid Hacker BLATS@fr.ibm.com wrote: > > I use Squid 2.4.stable1 on AIX > I have 2 directories /logs and /cache > > is it correct to tell that if there is a core file in /cache then the core > file belongs to squid and it's in relation with cache function ? > > if yes must I put -g when compiling or do I have to put another debug level > in squid.conf file to have more explanation about this coreReceived on Wed May 16 2001 - 16:27:28 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:00:09 MST