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ühn wrote: > On Fri, 10 Oct 2008 11:22:15 -0400 John Baldwin <jhb@freebsd.org> wrote > about Re: Regression 7.0R -> 7-stable?: > > JB> Ok, can you run gdb on your kernel.debug and do > JB> 'l *0xffffffff804608c0' > > 0xffffffff804608c0 is in scheduler (/usr/src/sys/vm/vm_glue.c:670). > > [...lines 665-674...] > > > Hope this helps, > Gerrit I was afraid of that, it basically means that it finished the entire boot process. The next step is that init (pid 1) should be scheduled and try to execute. You can maybe add some printf's to the code to start up init to see how far it gets. The routine in question is 'start_init()' in sys/kern/init_main.c. -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810131027.40630.jhb>
