| From | Sent On | Attachments |
|---|---|---|
| Gerrit Kühn | Aug 7, 2008 4:29 am | |
| Edwin Groothuis | Aug 7, 2008 4:46 am | |
| Jeremy Chadwick | Aug 7, 2008 5:19 am | |
| Gerrit Kühn | Aug 7, 2008 5:35 am | |
| Edwin Groothuis | Aug 7, 2008 5:35 am | |
| Xin LI | Aug 7, 2008 3:55 pm | |
| Gerrit Kühn | Aug 13, 2008 11:46 pm | |
| Gerrit Kühn | Aug 22, 2008 5:05 am | |
| John Baldwin | Aug 23, 2008 4:49 am | |
| Gerrit Kühn | Aug 25, 2008 12:49 am | |
| Jeremy Chadwick | Aug 25, 2008 12:53 am | |
| Gerrit Kühn | Aug 27, 2008 2:16 am | |
| Gerrit Kühn | Oct 7, 2008 4:37 am | |
| Gerrit Kühn | Oct 7, 2008 5:37 am | |
| Jeremy Chadwick | Oct 7, 2008 6:36 am | |
| John Baldwin | Oct 7, 2008 7:02 am | |
| Gerrit Kühn | Oct 7, 2008 7:15 am | |
| Jeremy Chadwick | Oct 7, 2008 7:25 am | |
| Gerrit Kühn | Oct 7, 2008 8:07 am | |
| John Baldwin | Oct 7, 2008 9:05 am | |
| Gerrit Kühn | Oct 10, 2008 3:21 am | |
| John Baldwin | Oct 10, 2008 8:21 am | |
| Gerrit Kühn | Oct 13, 2008 12:09 am | |
| John Baldwin | Oct 13, 2008 7:27 am | |
| Gerrit Kühn | Oct 14, 2008 2:53 am | |
| John Baldwin | Oct 14, 2008 10:11 am | |
| Gerrit Kühn | Oct 31, 2008 4:01 am |
| Subject: | Re: Regression 7.0R -> 7-stable? | |
|---|---|---|
| From: | John Baldwin (jh...@freebsd.org) | |
| Date: | Oct 13, 2008 7:27:17 am | |
| List: | org.freebsd.freebsd-stable | |
On Monday 13 October 2008 03:09:46 am Gerrit Kühn wrote:
On Fri, 10 Oct 2008 11:22:15 -0400 John Baldwin <jh...@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
_______________________________________________ free...@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "free...@freebsd.org"





