Subject: details on KASSERT in uvm_map.c
To: None <current-users@netbsd.org, port-mac68k@netbsd.org>
From: Bruce O'Neel <edoneel@sdf.lonestar.org>
List: current-users
Date: 01/10/2005 20:16:12
Hi,

A followup to my KASSERT in uvm_map.c.  I rebuilt the install kernel
with a print statement so I could see what the different values
that caused the assert at line 478 in uvm_map.c on a mac68k
system.

The values are

VM_MAP_USE_KMAPENT(map) is 0
old_entry->flags is 5
UVM_MAP_QUANTUM is 8
UMR_EMPTY(umr) is 0

So it fails in that both VM_MAP_USE_KMAPENT(map) is 0 and
UMR_EMPTY(umr) is 0.  Surely someone can point me to
where these might be an issue :-)

cheers

bruce

-- 
edoneel@sdf.lonestar.org
SDF Public Access UNIX System - http://sdf.lonestar.org