From owner-freebsd-current@FreeBSD.ORG Wed May 7 01:24:23 2003 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 28DED37B401; Wed, 7 May 2003 01:24:23 -0700 (PDT) Received: from onion.ish.org (onion.ish.org [219.118.161.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id F308A43F75; Wed, 7 May 2003 01:24:19 -0700 (PDT) (envelope-from ishizuka@ish.org) Received: from localhost (ishizuka@localhost [IPv6:::1]) h478OIaO047930; Wed, 7 May 2003 17:24:18 +0900 (JST) (envelope-from ishizuka@ish.org) Date: Wed, 07 May 2003 17:24:18 +0900 (JST) Message-Id: <20030507.172418.74727080.ishizuka@ish.org> To: current@freebsd.org From: Masachika ISHIZUKA In-Reply-To: References: <200305041908.h44J84wu000743@xp11.frmug.org> X-PGP-Fingerprint20: 276D 697A C2CB 1580 C683 8F18 DA98 1A4A 50D2 C4CB X-PGP-Fingerprint16: C6 DE 46 24 D7 9F 22 EB 79 E2 90 AB 1B 9A 35 2E X-PGP-Public-Key: http://www.ish.org/pgp-public-key.txt X-URL: http://www.ish.org/ X-Mailer: Mew version 3.2 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: panic: mutex Giant not owned at /usr/src/sys/kern/kern_exit.c when ata RAID1 rebuild has completed 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: Wed, 07 May 2003 08:24:23 -0000 Hi, this is ishizuka@ish.org. I installed 5.1-BETA-20030507-JPSNAP from current.freebsd.org. I did 'atacontrol rebuild 0' for ata raid ar0 for non-real raid ata controller (ICH4 in 845GE) with GENERIC kernel and panic when the RAID1 mirror rebuilding had just completed as follows. panic: mutex Giant not owned at /usr/src/sys/kern/kern_exit.c: 122 The same message was shown in 5.0-CURRENT-20030505-JPSNAP and 5.0-CURRENT-20030506-JPSNAP.