On Monday 13 October 2008 03:09:46 am Gerrit Kühn wrote:
> On Fri, 10 Oct 2008 11:22:15 -0400 John Baldwin <[EMAIL PROTECTED]> 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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to