Re: [squid-users] squid 3.0 crashes

From: Adrian Chadd <adrian@dont-contact.us>
Date: Sat, 12 May 2007 19:38:24 +0800

On Fri, May 11, 2007, robert@e-adnet.ro wrote:
> i used squid 3.0 for two weeks and everything was ok.
> now the cache is 30GB and it crashes
> it starts ok... it works for 2-4 seconds and then
> crashes without a message in the logs.
> the only thing i did was starting it with 16834
> file descriptors

Is it leaving coredumps as it dies?

Best thing to do - run it in gdb, eg:

gdb squid
<stuff>
(gdb) handle all nostop noprint
(gdb) handle SIGSEGV stop
(gdb) handle SIGABRT stop
(gdb) run -ND
<starts squid>
<squid will crash>
(gdb) bt

Then paste the backtrace into a Squid bugzilla report. The squid-3 developers
can then see if there's anything obvious to fix.

Adrian
Received on Sat May 12 2007 - 05:38:33 MDT

This archive was generated by hypermail pre-2.1.9 : Fri Jun 01 2007 - 12:00:05 MDT