From owner-freebsd-bugs@FreeBSD.ORG Wed Nov 23 15:30:30 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E46B616A420 for ; Wed, 23 Nov 2005 15:30:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6F6343D67 for ; Wed, 23 Nov 2005 15:30:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jANFUK5p061414 for ; Wed, 23 Nov 2005 15:30:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jANFUK9G061410; Wed, 23 Nov 2005 15:30:20 GMT (envelope-from gnats) Date: Wed, 23 Nov 2005 15:30:20 GMT Message-Id: <200511231530.jANFUK9G061410@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Vivek Khera Cc: Subject: Re: kern/71800: 5.3-RELEASE crash (infinite IRQ list dump) (SMP-related) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Vivek Khera List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Nov 2005 15:30:31 -0000 The following reply was made to PR kern/71800; it has been noted by GNATS. From: Vivek Khera To: John Baldwin Cc: bug-followup@freebsd.org Subject: Re: kern/71800: 5.3-RELEASE crash (infinite IRQ list dump) (SMP-related) Date: Wed, 23 Nov 2005 10:23:24 -0500 On Nov 23, 2005, at 9:26 AM, John Baldwin wrote: > Can you test 5.4 and 6.0 to see if they exhibit the same problem? The > interrupt output you are seeing is from the DDB command 'show > intrcnt', and I > have no idea why that function would be called during shutdown. > > -- > John Baldwin <>< http://www.FreeBSD.org/~jhb/ > "Power Users Use the Power to Serve" = http://www.FreeBSD.org man, I forgot all about this PR.... apparently 5.4 and/or 6.0 solve the problem since I no longer see this happen. I suppose we close this PR now.