From owner-freebsd-bugs@FreeBSD.ORG Wed Oct 24 04:40:01 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 782FC935 for ; Wed, 24 Oct 2012 04:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id 3CF248FC14 for ; Wed, 24 Oct 2012 04:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9O4e13n070664 for ; Wed, 24 Oct 2012 04:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9O4e1UM070663; Wed, 24 Oct 2012 04:40:01 GMT (envelope-from gnats) Date: Wed, 24 Oct 2012 04:40:01 GMT Message-Id: <201210240440.q9O4e1UM070663@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Travis Mikalson Subject: Re: kern/172952: 9.1 hangs on reboot after all buffers synced X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Travis Mikalson List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Oct 2012 04:40:01 -0000 The following reply was made to PR kern/172952; it has been noted by GNATS. From: Travis Mikalson To: bug-followup@FreeBSD.org Cc: Andriy Gapon Subject: Re: kern/172952: 9.1 hangs on reboot after all buffers synced Date: Wed, 24 Oct 2012 00:37:29 -0400 Andriy, thanks for the followup. I wanted to quickly add that r240822 and r241022 from current did NOT fix this issue as some had hoped it would. I patched that change in to 9.1-RC2 and tested. Commit log: http://svnweb.freebsd.org/base/head/sys/geom/geom_disk.c?view=log Patch: http://svnweb.freebsd.org/base/head/sys/geom/geom_disk.c?r1=240629&r2=241022&view=patch Again, this did NOT fix the issue, as promising as it looked. I will get DDB going on this system here and follow up again.