From owner-freebsd-stable@FreeBSD.ORG Sat Aug 23 20:31:44 2008 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 279A7106567A for ; Sat, 23 Aug 2008 20:31:44 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id B7FCB8FC37 for ; Sat, 23 Aug 2008 20:31:43 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (zion.baldwin.cx [IPv6:2001:470:1f11:75:2a0:d2ff:fe18:8b38]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m7NKVNZg020490; Sat, 23 Aug 2008 16:31:31 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-stable@freebsd.org Date: Sat, 23 Aug 2008 07:50:09 -0400 User-Agent: KMail/1.9.7 References: <20080807132947.061d24eb.gerrit@pmp.uni-hannover.de> <489B7D62.4080606@delphij.net> <20080814084637.97997c02.gerrit@pmp.uni-hannover.de> In-Reply-To: <20080814084637.97997c02.gerrit@pmp.uni-hannover.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200808230750.09774.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [IPv6:2001:470:1f11:75::1]); Sat, 23 Aug 2008 16:31:32 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93.1/8079/Sat Aug 23 12:49:14 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.1 required=4.2 tests=AWL,BAYES_00, DATE_IN_PAST_06_12,NO_RELAYS autolearn=no version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Gerrit =?iso-8859-1?q?K=FChn?= , d@delphij.net Subject: Re: Regression 7.0R -> 7-stable? 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: Sat, 23 Aug 2008 20:31:44 -0000 On Thursday 14 August 2008 02:46:37 am Gerrit K=FChn wrote: > On Thu, 07 Aug 2008 15:55:30 -0700 Xin LI wrote > about Re: Regression 7.0R -> 7-stable?: > > XL> Could you please try disabling ACPI and boot? Additionally a 'boot - > XL> v' may reveal some useful information as well. Just some random > XL> thoughts. > > Disabling ACPI does not help, either (forgot to mention that earlier, > sorry). I will post a boot -v log as soon as I have a working 7.0R on the > system again. What about disabling apic? Also, are you using a serial console? If so, c= an=20 you put DDB in your kernel and when it hangs break into ddb and do a 'ps' a= nd=20 capture the output. =2D-=20 John Baldwin