Regression 7.0R -> 7-stable?

John Baldwin jhb at freebsd.org
Mon Oct 13 16:03:05 UTC 2008


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 at 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


More information about the freebsd-stable mailing list