From owner-freebsd-bugs@FreeBSD.ORG Tue Oct 23 19:50: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 2EEA0AE for ; Tue, 23 Oct 2012 19:50: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 159EA8FC14 for ; Tue, 23 Oct 2012 19:50: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 q9NJo0Ds021179 for ; Tue, 23 Oct 2012 19:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9NJo0OZ021178; Tue, 23 Oct 2012 19:50:00 GMT (envelope-from gnats) Date: Tue, 23 Oct 2012 19:50:00 GMT Message-Id: <201210231950.q9NJo0OZ021178@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Andriy Gapon 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: Andriy Gapon List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Oct 2012 19:50:01 -0000 The following reply was made to PR kern/172952; it has been noted by GNATS. From: Andriy Gapon To: Travis Mikalson Cc: bug-followup@FreeBSD.org Subject: Re: kern/172952: 9.1 hangs on reboot after all buffers synced Date: Tue, 23 Oct 2012 22:43:27 +0300 on 23/10/2012 11:05 Travis Mikalson said the following: > Andriy Gapon wrote: >> on 22/10/2012 13:18 Travis Mikalson said the following: >>> Screen shot of issue: http://tog.net/reboothang-freebsd91.jpg >> >> Is there any additional useful information if you set sysctl debug.bootverbose=1 >> before reboot? > > I'm afraid not. There is actually zero additional verbosity in the > shutdown kernel messages after setting sysctl debug.bootverbose=1. > > I increased all other forms of additional verbosity and absolutely > nothing additional is shown during shutdown, sorry. > Do you have DDB in your kernel? Are you able to break to it using the keyboard combination? If yes, could you please execute 'ps' command in DDB and somehow capture its output? Also, http://people.freebsd.org/~jhb/papers/bsdcan/2008/article/node3.html http://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug-online-ddb.html -- Andriy Gapon