Subject: Re: Current kernel on SHARK panics when starting init
To: Steve Woodford <scw@wasabisystems.com>
From: Richard Earnshaw <rearnsha@arm.com>
List: port-arm
Date: 04/24/2003 11:11:20
> On Thu, 24 Apr 2003, Richard Earnshaw wrote:
> 
> > Argh!  I've just upgraded my shark to current and now it won't boot...
> >
> > The kernel loads ok, but as soon as init starts to run there's an abort
> > (signal 6) in pid 1, which causes the kernel to die with
> >
> > panic: init died (signal 0, exit 1)
> >
> > The back-trace doesn't appear to be especially useful.
> 
> Still might be useful to post it here.

This is copied by hand, hence the lack of details

db> trace
panic
exit1
sys_exit
syscall_plain
esigcode

The link value in esigcode is from swi_entry, but the back-trace stops at 
esigcode.

R.