From owner-freebsd-current@FreeBSD.ORG Mon Jan 12 14:15:37 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF34916A4CE for ; Mon, 12 Jan 2004 14:15:37 -0800 (PST) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD71C43D6A for ; Mon, 12 Jan 2004 14:15:34 -0800 (PST) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id C327472DC9; Mon, 12 Jan 2004 14:15:34 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id C102E72DC7; Mon, 12 Jan 2004 14:15:34 -0800 (PST) Date: Mon, 12 Jan 2004 14:15:34 -0800 (PST) From: Doug White To: Edwin Culp In-Reply-To: <20040112151839.49139.qmail@web13008.mail.yahoo.com> Message-ID: <20040112141417.F54897@carver.gumbysoft.com> References: <20040112151839.49139.qmail@web13008.mail.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: Signal 6's with ruby apps such as portupgrade and pkg X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jan 2004 22:15:37 -0000 On Mon, 12 Jan 2004, Edwin Culp wrote: > I'm seeing signal 6's with ruby apps such as pkgdb > and portupgrade also with gaim-0.75, mkisofs. I'm > seeing signal 11's with kdm. This is with today's > world and kernel. I also got a signal 15 on syslogd > but I was able to start it without a problem after the > machine came up to multiuser. Sig15 is pretty normal on a shutdown as its the normal SIGTERM. Sig6 is SIGABRT and is usually caused by a serious (but detected) program problem. Sig11 is more serious, usually a program bug, but can be caused by bad memory or system temperature issues. I run kdm on my -current box and haven't detected any issues that would indicate problems with any signal-handling code. > Is anyone else seeing this or have an idea what might > have started it. I'm not able to find a common > denominator. I rebuilt all the ruby apps, > portupgrade, etc. I've run mergemaster. Maybe I have > some old libraries in /usr/lib. I'm going to check. Make sure you're upgrading properly. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org