Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: KASSERT fail in uvm_page.c in latest -7



Stephen Borrill <netbsd%precedence.co.uk@localhost> wrote:
> Just updated my netbsd-7 sources and built and installed a new release 
> from it (amd64). Now GENERIC will not boot, when trying to start init it 
> fails the KASSERT on line 1226 of uvm/uvm_page.c:
> 
> KASSERT(obj == NULL || mutex_owned(obj->vmobjlock))
> 

Can you please try to get a backtrace?  We can reason about the assert if
it happens in the recently changed code or if there is an obvious bug.
Otherwise, like in this case, there is not much we can do about the report.

-- 
Mindaugas


Home | Main Index | Thread Index | Old Index