Subject: -current kernel dies on macppc
To: None <current-users@netbsd.org>
From: Martin J. Laubach <mjl+usenet-2003-05@emsi.priv.at>
List: current-users
Date: 06/27/2003 07:26:55
  A freshly compiled 1.6U kernel from today's sources dies on
macppc with:

root file system type: ffs
panic: init died (signal 0, exit 1)
Stopped in pid 1.1 (init) at netbsd:cpu_Debugger+0x18: lwz r11, r1, 0x0


  The traceback is not surprising and uninformative:

	panic+1b0
	exit1+60
	sys_exit+5c
	syscall_plain+1d8
	cpu_switchto+8c8


  Have I missed something? Must init be updated at the same time as
the kernel or something? The older 1.6N kernel works fine (or I wouldn't
be writing this).

	mjl