From owner-freebsd-stable@FreeBSD.ORG Mon Oct 13 16:03:04 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 DBF641065694; Mon, 13 Oct 2008 16:03:04 +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 69DA48FC0A; Mon, 13 Oct 2008 16:03:04 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [IPv6:::1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m9DG2cw9011912; Mon, 13 Oct 2008 12:02:50 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Gerrit =?iso-8859-1?q?K=FChn?= Date: Mon, 13 Oct 2008 10:27:40 -0400 User-Agent: KMail/1.9.7 References: <20080807132947.061d24eb.gerrit@pmp.uni-hannover.de> <200810101122.16492.jhb@freebsd.org> <20081013090946.0e0ba33e.gerrit@pmp.uni-hannover.de> In-Reply-To: <20081013090946.0e0ba33e.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: <200810131027.40630.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [IPv6:::1]); Mon, 13 Oct 2008 12:02:51 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93.1/8417/Mon Oct 13 03:34:29 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=4.2 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx 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: Mon, 13 Oct 2008 16:03:05 -0000 On Monday 13 October 2008 03:09:46 am Gerrit K=FChn wrote: > On Fri, 10 Oct 2008 11:22:15 -0400 John Baldwin wrote > about Re: Regression 7.0R -> 7-stable?: >=20 > JB> Ok, can you run gdb on your kernel.debug and do > JB> 'l *0xffffffff804608c0' >=20 > 0xffffffff804608c0 is in scheduler (/usr/src/sys/vm/vm_glue.c:670). >=20 > [...lines 665-674...] >=20 >=20 > Hope this helps, > Gerrit I was afraid of that, it basically means that it finished the entire boot=20 process. The next step is that init (pid 1) should be scheduled and try to= =20 execute. You can maybe add some printf's to the code to start up init to s= ee=20 how far it gets. The routine in question is 'start_init()' in=20 sys/kern/init_main.c. =2D-=20 John Baldwin