From owner-freebsd-stable@FreeBSD.ORG Fri Oct 31 11:02:12 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 AC336106567C; Fri, 31 Oct 2008 11:02:12 +0000 (UTC) (envelope-from gerrit@pmp.uni-hannover.de) Received: from mrelay1.uni-hannover.de (mrelay1.uni-hannover.de [130.75.2.106]) by mx1.freebsd.org (Postfix) with ESMTP id 1A3A38FC1B; Fri, 31 Oct 2008 11:02:11 +0000 (UTC) (envelope-from gerrit@pmp.uni-hannover.de) Received: from www.pmp.uni-hannover.de (www.pmp.uni-hannover.de [130.75.117.2]) by mrelay1.uni-hannover.de (8.14.2/8.14.2) with ESMTP id m9VB1uuU006058; Fri, 31 Oct 2008 12:01:58 +0100 Received: from pmp.uni-hannover.de (arc.pmp.uni-hannover.de [130.75.117.1]) by www.pmp.uni-hannover.de (Postfix) with SMTP id 6279A4F; Fri, 31 Oct 2008 12:01:56 +0100 (CET) Date: Fri, 31 Oct 2008 12:01:56 +0100 From: Gerrit =?ISO-8859-1?Q?K=FChn?= To: John Baldwin Message-Id: <20081031120156.94a0d490.gerrit@pmp.uni-hannover.de> In-Reply-To: <200810141312.05094.jhb@freebsd.org> References: <20080807132947.061d24eb.gerrit@pmp.uni-hannover.de> <200810131027.40630.jhb@freebsd.org> <20081014115333.3d3e41ab.gerrit@pmp.uni-hannover.de> <200810141312.05094.jhb@freebsd.org> Organization: Albert-Einstein-Institut (MPI =?ISO-8859-1?Q?f=FCr?= Gravitationsphysik & IGP =?ISO-8859-1?Q?Universit=E4t?= Hannover) X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.11; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-PMX-Version: 5.4.1.325704, Antispam-Engine: 2.6.0.325393, Antispam-Data: 2008.10.31.104929 Cc: freebsd-stable@freebsd.org, Jeremy Chadwick , d@delphij.net, jeff@freebsd.org 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: Fri, 31 Oct 2008 11:02:12 -0000 On Tue, 14 Oct 2008 13:12:04 -0400 John Baldwin wrote about Re: Regression 7.0R -> 7-stable?: Hi, I'm back. Sorry for taking so long with the answer, but I had some holidays and needed to catch up with lots of other things first. JB> Are you sure you aren't using dual consoles somehow with serial being JB> primary? If you break into the loader, what does 'show console' show? Just "vidconsole". JB> > As I am seeing this only with the ULE-scheduler: Is the scheduler JB> > already in action at this point, and may the hang depend on what it JB> > is deciding to do? JB> Hmmm, I'm really not sure. I wonder if you are having some sort of JB> interrupt storm. What if you disable SMP via 'kern.smp.disabled=1' in JB> the loader, does that help at all? Yes, boots up fine with that setting (but naturally running on only one core). cu Gerrit