Subject: My CATS box is _still_ crashing on boot.
To: None <port-arm32@netbsd.org>
From: Todd Whitesel <toddpw@best.com>
List: port-arm32
Date: 11/13/1998 04:40:50
Well, Mark's fix for the cnopen() crash is working great, but I get another
panic right after it (argh!):

	root file system type: ffs
	panic: cpu_fork: curproc
	Stopped in init at      _Debugger+0x10: ldmdb    r11, {r11, r13, r15}
	db> tr
	_Debugger(_Debugger+0x10)
	_panic(_panic+0x14)
	_cpu_fork(_cpu_fork+0x10)
	_uvm_fork(_uvm_fork+0x10)
	_fork1(_fork1+0x10)
	_sys_fork(_sys_fork+0x10)
	_syscall(_syscall+0x10)
	db>

A ps list shows that the current process is the parent init (pid 1) which
has apparently just spawned a child init (pid 4) that has yet to exec.

Todd Whitesel
toddpw @ best.com