From owner-freebsd-ports@FreeBSD.ORG Mon Oct 24 14:39:29 2005 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12DD416A41F for ; Mon, 24 Oct 2005 14:39:29 +0000 (GMT) (envelope-from eculp@bafirst.com) Received: from bafirst.com (72-12-2-214.wan.networktel.net [72.12.2.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AE4643D64 for ; Mon, 24 Oct 2005 14:39:27 +0000 (GMT) (envelope-from eculp@bafirst.com) Received: from localhost (localhost [127.0.0.1]) (uid 80) by bafirst.com with local; Mon, 24 Oct 2005 09:39:26 -0500 id 000958D5.435CF21E.00006E59 Received: from dsl-201-138-84-186.prod-infinitum.com.mx (dsl-201-138-84-186.prod-infinitum.com.mx [201.138.84.186]) by mail.bafirst.com (Horde MIME library) with HTTP; Mon, 24 Oct 2005 09:39:26 -0500 Message-ID: <20051024093926.b1wkywbxcgccs0wc@mail.bafirst.com> Date: Mon, 24 Oct 2005 09:39:26 -0500 From: eculp@bafirst.com To: vd@datamax.bg References: <20051024071554.hws9x2ia74gokckc@mail.encontacto.net> <20051024141529.GA81860@qlovarnika.bg.datamax> In-Reply-To: <20051024141529.GA81860@qlovarnika.bg.datamax> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.1-cvs Cc: ports@freebsd.org Subject: Re: Squid +pid 48635 (squid), uid 100: exited on signal 6 (core dumped) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 14:39:29 -0000 Quoting Vasil Dimov : > On Mon, Oct 24, 2005 at 07:15:54AM -0500, Edwin L. Culp wrote: >> 4 Current servers running current and squid-2.5.11_3 that had no >> problems maybe a month ago are now dumping core and logging the >> following: >> >> +pid 48635 (squid), uid 100: exited on signal 6 (core dumped) >> >> I have no idea where to begin looking. From the squid list and saw >> where it could be caused by persistent connections on some platforms so >> I turned them off and there was no change. >> >> All the machines are running up to date ports, with kernel and userland >> no more that a week old and there are both Intel and amd processors. >> One box has multiple processors so it doesn't seem to be a hardware >> issue due to the diversity. Any help or suggestions for what I might >> try will be very much appreciated. >> >> ed > > You should firstly locate the core file and get a backtrace with gdb. > Compiling as much as possible stuff with -g (and without -O) and > preventing strip(1) in the install step will help you to get more > useful backtrace. > You are right, Vasil. I will start on that. I had hoped that someone else was seeing the problem and had solved it with configuration or recompile with changed flags, etc. One can always hope and dream ;-) Thanks, ed