Subject: Re: hang at init: copying out path `/sbin/init' 11
To: None <current-users@netbsd.org>
From: Thomas T. Thai <tom@minnesota.com>
List: current-users
Date: 04/06/2004 22:37:55
Thomas T. Thai wrote:

> -current as of 2 days ago
>
> I've noticed sometimes on a reboot (i386), the system hangs at:
> ...
> cpu3: CPU 6 running
> init: copying out path `/sbin/init' 11
> [HANGS HERE]

Ctrl-Alt-Esc got me into the DDB, here is what it gave me:

---
db{7}> tr
cpu_Debugger(...) at netbsd:cpu_Debuger+0x4
internal_command(...) at netbsd:internal_command+0x13c
wskbd_translate...
wskbd-input...
pckbd_input...
pckbportintr...
pckbcintr...
Xintr_ioapic_edge() at netbsd:Xintr_ioapic_edge1+0xa4
-- interrupt ---
netbsd:mpidle:
db{7} > cont
kernel: protection fault trap, code=0
Stopped at  netbsd:alltraps+0xab: mov 0(%esp),%gs
---

The system halts at the above point often when I tell the BIOS not to 
limit the recognized RAM at 2 gig. The system has > 4gig.

I manually retyped the above, so there may be typos.

Regards,
Thomas