Subject: Re: Xarm32VIDC Problem?
To: Reinoud Zandijk <imago@kabel065011.kabel.utwente.nl>
From: Richard Earnshaw <rearnsha@buzzard.freeserve.co.uk>
List: port-arm32
Date: 02/20/2001 21:41:10
> > I issued the call __db_show_panic_cmd() command and the response
> > was:
> >
> > Panic string: (null)
> > 0xa
>
> Ouch... a (null) panic string... this is wierd...
>
Hmm, there used to be one or two places where the kernel would drop into
ddb before panicing. I can't remember if they've all been removed.
A stack backtrace would be useful, it would at least tell us the function
that was dying.
Also, you could try just continuing. What happens then?
R.