Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Oct 2008 10:27:40 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        Gerrit =?iso-8859-1?q?K=FChn?= <gerrit@pmp.uni-hannover.de>
Cc:        freebsd-stable@freebsd.org, Jeremy Chadwick <koitsu@freebsd.org>, d@delphij.net, jeff@freebsd.org
Subject:   Re: Regression 7.0R -> 7-stable?
Message-ID:  <200810131027.40630.jhb@freebsd.org>
In-Reply-To: <20081013090946.0e0ba33e.gerrit@pmp.uni-hannover.de>
References:  <20080807132947.061d24eb.gerrit@pmp.uni-hannover.de> <200810101122.16492.jhb@freebsd.org> <20081013090946.0e0ba33e.gerrit@pmp.uni-hannover.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 13 October 2008 03:09:46 am Gerrit K=FChn wrote:
> On Fri, 10 Oct 2008 11:22:15 -0400 John Baldwin <jhb@freebsd.org> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810131027.40630.jhb>