Subject: Re: reproducible kernel panic w/ 2.0RC4MP
To: None <port-macppc@netbsd.org>
From: Tim Kelly <hockey@dialectronics.com>
List: port-macppc
Date: 11/14/2004 13:33:27
On Sat, 13 Nov 2004 08:04:38 -0500
Tim Kelly <hockey@dialectronics.com> wrote:

> The trail goes cold at that point...

In the search for more clues, I need to compare threads before and after
getting the primary CPU to panic. If anyone applies my patches and
reproduces the panics, please take the following steps:

db{1}show all procs
db{1}reboot
(a panic on CPU 0 should occur)
db{0} show all procs
db{0} bt
db{0} reboot

also

db{1} show all procs
db{1} continue
(if a panic on CPU 0 occurs)
db{0} show all procs
db{0} bt
db{0} reboot

Obviously this takes two times, but I appreciate anyone that can
feedback information to me (or the list).

thanks,
tim