Subject: Re: MMU Crashes.
To: Wayne D. Hoxsie Jr. <wayne@hoxnet.com>
From: Jeremy Cooper <jeremy@broder.com>
List: port-sun3
Date: 03/08/1998 19:38:26
On Fri, 6 Mar 1998, Wayne D. Hoxsie Jr. wrote:

> vm_fault(0xf8148000, 0xf8030200, 0x3, 0) -> 0x2
> trap type = 0x8, code 0x803070d, v = 0xf80331fe
> kernel: MMU fault trap
> pid = -1, pc = F80A98F2, ps = 2208, sfc = 1, dfc = 1

If you are using the GENERIC NetBSD/sun3x-1.3 kernel, then the error you
have described above is occuring inside the function copyinstr().
Luckily, the GENERIC kernel is compiled with DDB (the debugger.)  It would
help if you could type ``trace'' at the db> prompt the next time this
happens.  Then send us the result.

-J