From owner-freebsd-current@FreeBSD.ORG Fri Oct 17 06:37:18 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2111E16A4B3 for ; Fri, 17 Oct 2003 06:37:18 -0700 (PDT) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3044343FDD for ; Fri, 17 Oct 2003 06:37:16 -0700 (PDT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) h9HDbFcJ033888; Fri, 17 Oct 2003 15:37:15 +0200 (CEST) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.10/8.12.10/Submit) id h9HDb936033887; Fri, 17 Oct 2003 15:37:09 +0200 (CEST) (envelope-from marius) Date: Fri, 17 Oct 2003 15:37:09 +0200 From: Marius Strobl To: John Hay Message-ID: <20031017153709.A9855@newtrinity.zeist.de> References: <20031009095934.GA11841@zibbi.icomtek.csir.co.za> <20031016205443.GA41359@zibbi.icomtek.csir.co.za> <20031017113721.53828fd6.Alexander@Leidinger.net> <20031017131912.GA71602@zibbi.icomtek.csir.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20031017131912.GA71602@zibbi.icomtek.csir.co.za>; from jhay@icomtek.csir.co.za on Fri, Oct 17, 2003 at 03:19:12PM +0200 X-AntiVirus: checked by AntiVir Milter 1.0.6; AVE 6.22.0.1; VDF 6.22.0.8 cc: Alexander Leidinger cc: current@freebsd.org Subject: Re: panic: vm_map_wire: lookup failed X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Oct 2003 13:37:18 -0000 On Fri, Oct 17, 2003 at 03:19:12PM +0200, John Hay wrote: > > > > > > > > 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. > :-))) > It's probably a different problem, the mlockall()-related panic that was fixed had "vm_fault_copy_wired: page missing" or "mutex vm object not owned at /usr/src/sys/vm/vm_page.c:7XX" (depending on the FreeBSD version) as the panic message.