From owner-freebsd-stable@FreeBSD.ORG Fri Oct 23 13:26:31 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CD321065765 for ; Fri, 23 Oct 2009 13:26:31 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 4FC328FC23 for ; Fri, 23 Oct 2009 13:26:31 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 05CA946B38; Fri, 23 Oct 2009 09:26:31 -0400 (EDT) Received: from jhbbsd.hudson-trading.com (unknown [209.249.190.8]) by bigwig.baldwin.cx (Postfix) with ESMTPA id 3BB268A01F; Fri, 23 Oct 2009 09:26:30 -0400 (EDT) From: John Baldwin To: freebsd-stable@freebsd.org Date: Fri, 23 Oct 2009 08:13:28 -0400 User-Agent: KMail/1.9.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200910230813.28788.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Fri, 23 Oct 2009 09:26:30 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=4.2 tests=AWL,BAYES_00,RDNS_NONE autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: pluknet Subject: Re: 8.0RC1: panic: softdep_deallocate_dependencies: unrecovered I/O error X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Oct 2009 13:26:31 -0000 On Thursday 22 October 2009 3:17:38 pm pluknet wrote: > Hi. >=20 > I saw this panic just on=D1=81e during system shutdown, which > runs under VirtualBox. Sorry, I don't remember more details. >=20 > Unread portion of the kernel message buffer: > ad0: FAILURE - device detached > g_vfs_done():ad0s1e[WRITE(offset=3D7380582400, length=3D131072)]error =3D= 6 > /usr: got error 6 while accessing filesystem > panic: softdep_deallocate_dependencies: unrecovered I/O error Generally speaking UFS does not cope well with disk I/O errors and disks going away (note that ad0 failed and detached before your panic). =2D-=20 John Baldwin