panic: vm_map_wire: lookup failed

John Hay jhay at icomtek.csir.co.za
Fri Oct 17 06:19:22 PDT 2003


> > > 
> > > The latest development source of ntpd started to use setrlimit() before
> > > using mlockall(). This combination proves fatal on -current. The code
> > > in ntpd/ntpd.c looks like this:
> > 
> > Ok, I found an easier way to provoke the panic. Just compile the following
> > program like this:
> 
> > 	if (mlockall(MCL_CURRENT|MCL_FUTURE) < 0)
> > 		perror("mlockall()");
> 
> Did you tested it on a recent -current? It is supposed to be fixed
> (since a day or two, I think).

Nope it is still not fixed. I have tried again just now and it still
throw a panic on both UP and SMP. Try for yourself if you are brave.
:-)))

John
-- 
John Hay -- John.Hay at icomtek.csir.co.za / jhay at FreeBSD.org


More information about the freebsd-current mailing list