Subject: Re: assertion failure in uvm_fault.c
To: Christian Groessler <cpg@aladdin.de>
From: Chuck Silvers <chuq@chuq.com>
List: port-macppc
Date: 03/01/2002 18:45:00
hi,

do you have "options NEWPMAP" in your kernel config?
if not, please add that and see if the problem goes away.

-Chuck


On Fri, Mar 01, 2002 at 11:06:09PM +0100, Christian Groessler wrote:
> Hi,
> 
> I rather reliably can get a kernel panic from an assert in line 1642
> of uvm/uvm_fault.c.
> 
> Recently I repeatedly compiled different gcc cross-compilers and
> installed them on a nfs server. Immediately after installing I strip
> the executable files in the installed bin and
> lib/gcc-lib/<arch>/<version> directories. If I then within a few
> minutes execute the new compiler, I get the panic in above mentioned
> file.
> 
> If I run the compiler "later" (cannot say what this exactly is, say 1
> or 2 hours) it doesn't happen.
> 
> regards,
> chris