From owner-freebsd-current@FreeBSD.ORG Thu Oct 27 15:53:41 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 C632316A41F; Thu, 27 Oct 2005 15:53:41 +0000 (GMT) (envelope-from pckizer@nostrum.com) Received: from nostrum.com (magus.nostrum.com [69.5.195.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAA2443D46; Thu, 27 Oct 2005 15:53:40 +0000 (GMT) (envelope-from pckizer@nostrum.com) Received: from [165.91.46.74] (pptp-0074.vpn.tamu.edu [165.91.46.74]) (authenticated bits=0) by nostrum.com (8.12.11/8.12.11) with ESMTP id j9RFrauf048668 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO); Thu, 27 Oct 2005 10:53:38 -0500 (CDT) (envelope-from pckizer@nostrum.com) In-Reply-To: <2E18CEAE-2A72-4387-B92E-DAED7CC7FACD@nostrum.com> References: <200510191623.j9JGNSfr007356@magus.nostrum.com> <20051019175020.S60849@fledge.watson.org> <20051025110453.L6720@fledge.watson.org> <2E18CEAE-2A72-4387-B92E-DAED7CC7FACD@nostrum.com> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <33E53AA7-2A01-4BBE-9674-8F54E008D0A8@nostrum.com> Content-Transfer-Encoding: 7bit From: Philip Kizer Date: Thu, 27 Oct 2005 10:53:31 -0500 To: freebsd-current@freebsd.org X-Mailer: Apple Mail (2.734) Received-SPF: pass (nostrum.com: 165.91.46.74 is authenticated by a trusted mechanism) Cc: Robert Watson Subject: Re: Problem remains with FreeBSD 6.0-RC1 as seen in RELENG_5 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 27 Oct 2005 15:53:41 -0000 On Oct 25, 2005, at 05:07, Robert Watson wrote: > There are a couple of possible sources, so if this is reproduceable > and you don't mind trying some diagnostic patches, I've attached a > first one below. This checks for the case where the looping in the > unp_gc() routine becomes unbounded due to a possible lack of > synchronization in the handling of marking and counting of > marking. It needs INVARIANTS to be compiled in to work; if it > fires, this will suggest an avenue to explore. > On Oct 26, 2005, at 01:46, Philip Kizer wrote: > OK, patch applied and it ran all day, finally hanging again. And...I have another one, this one's unusual compared with the others (in that it looks like something in the aac driver noticed a problem; but, as you can see, the system kept running...I didn't get notification of services having a problem till hours after those messages started). http://www.nostrum.com/hang/hang.RELENG_6-trace-2005-10-27-0.txt If you want some comparisons, I have two recent hangs from one of my RELENG_5 machines, too: http://www.nostrum.com/hang/hang.RELENG_5-trace-2005-10-26-0.txt http://www.nostrum.com/hang/hang.RELENG_5-trace-2005-10-27-0.txt I'll respond to my original post in -stable with the RELENG_5 hangs if needed. Thank you, Philip