Subject: Re: -current does not like non-boot disk
To: Hauke Fath <hauke@Espresso.Rhein-Neckar.DE>
From: Colin Wood <cwood@ichips.intel.com>
List: port-mac68k
Date: 12/11/1998 15:20:32
Hauke Fath wrote:
> On my Q700, -current as of tonight still punishes talking to a non-boot
> disk [no matter if it's a Quantum 40M or an IBM DFRS 4G] with
> 
> # disklabel sd1
> panic: fstat
> Stopped in disklabel at _Debugger+0x6:  unlk    a6
> db> t
> _Debugger(128,779f88,779f44,1f198,1f126) + 6
> _panic(1f126,7654d0,1a1ec,0,0) + 50
> _sys___fstat13(7654d0,779f88,779f80) + 66
> _syscall(117) + 116
> _trap0() + e
> db>
> 
> during the very first access.
> 
> -- Ideas, tips, pointers? Any way to wrestle more information from the kernel?

ummm...turn on debugging and run it in gdb and see what's happening?  if
you've got source, you might try to go figure out what would be about 66
bytes? words? into the _sys___fstat13 call that is causing the panic...

later.

colin