Subject: Re: cc - kernel panic
To: None <ddzehr@vertiginous.net, port-sparc64@netbsd.org>
From: None <eeh@netbsd.org>
List: port-sparc64
Date: 03/21/2002 06:07:06
| I'm running an ultra 1:
|    Sun Ultra 1 SBus (UltraSPARC 167MHz), No Keyboard
|    OpenBoot 3.1, 128 MB memory installed 
|
| Using the 1.5ZA snapshot, while trying to rebuild the kernel, I get
| the following kernel panic.  I grabbed a trace.  
|
| First, is this a known issue?  Second, if its not a known issue, can
| someone give me some general direction on what to do, or where to 
| look to figure out more about the problem.  I've tried it several
| times, and the problem is reproducable.  Also, if I run the compile
| with -pipe, it general completes more of the compile than without.
|
| kernel trap 30: data access exception
| 1 tt=4e tstate=9982000607 tpc=0x100ad90 tnpc=0x100ad94
| Stopped in pid 6862 (cc) at     setup_sparcintr:        ldx             [%g5 + 0
| x20], %g6

Make sure block_disable is set.  Boot with -d, and when you
drop in to ddb do `w block_disable 1' and then `c' to continue.

Eduardo