Re: 4.01 panic/lock issues?
John Carr <[email protected]> Fri, 2 Jan 2009 21:57:18 -0500
| Newsgroups | gmane.os.netbsd.ports.sun3 |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Jan 03, 2009 at 11:04:56AM +0900, Izumi Tsutsui wrote: > > I ended up blowing away my test 3.1.1 install and reinstalled 4.0.1 from > > scratch. Running the INSTALL kernel and on running the 'mutt' package from > > packages/4.0/sun3/All, the workstation crashes with the panic below. I > > get this from nearly all the pre-compiled packages. > : > > Logging in...vm_fault(0xe105238, 0x0, 0x1) -> 0xe > > trap type=0x8, code=0x145, v=0x4 > > pid = 593, lid = 1, pc = 0E0BF7D6, ps = 2014, sfc = 1, dfc = 1 > Umm, if this is the stock INSTALL kernel from 4.0.1 distribution, > 0x0e0bf7d6 is in fpu_implode() function in > sys/arch/m68k/fpe/fpu_implode.c. > Does your 3/60 actually have 68881? I.e. what does dmesg say? > FPU should be reported right after Model like this: > I'm not sure if FPE functions could be called even if > the machine has a real FPU, though. Model: sun3 60 fpu: mc68882 This may be part of the problem. It appears that at some point in the past life of this box, someone did the 68882 mod on it. I never caught this before since it was never a problem on past SunOS or NetBSD versions, but something here may be triggering it. > INSTALL kernel doesn't have ddb(4), so "trace" output on the ddb > prompt after panic with GENERIC kernel might help. > (see ddb(4) man page for details) Right.. that's what I'm working on next... sadly, kernel compiles on this poor guy takes a little while. :) Due to the problem we talked about earlier in the thread, GENERIC doesn't work on the 3/60 without a recompile and some tweaks.