From owner-freebsd-current@FreeBSD.ORG Sun Oct 12 22:39:43 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 7574616A4B3; Sun, 12 Oct 2003 22:39:43 -0700 (PDT) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D0B443FB1; Sun, 12 Oct 2003 22:39:42 -0700 (PDT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) h9D5dfnU007453; Mon, 13 Oct 2003 07:39:41 +0200 (CEST) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.10/8.12.10/Submit) id h9D5dZSE007452; Mon, 13 Oct 2003 07:39:35 +0200 (CEST) (envelope-from marius) Date: Mon, 13 Oct 2003 07:39:35 +0200 From: Marius Strobl To: Kris Kennaway Message-ID: <20031013073935.B6508@newtrinity.zeist.de> References: <16266.165.855721.885956@whale.home-net> <20031013041808.GA33468@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20031013041808.GA33468@rot13.obsecurity.org>; from kris@obsecurity.org on Sun, Oct 12, 2003 at 09:18:08PM -0700 X-AntiVirus: checked by AntiVir Milter 1.0.6; AVE 6.21.0.1; VDF 6.21.0.64 cc: John Reynolds cc: bms@freebsd.org cc: current@freebsd.org Subject: Re: panic with cdrecord -- anybody else seeing this? [backtrace obtained] 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: Mon, 13 Oct 2003 05:39:43 -0000 On Sun, Oct 12, 2003 at 09:18:08PM -0700, Kris Kennaway wrote: > On Sun, Oct 12, 2003 at 06:32:21PM -0700, John Reynolds wrote: > > Hi all, forgive me if I give incomplete information. This is the first time > > I've created a debugging kernel and gotten a dump after a panic, so I might not > > have done everything right. > > > > Ever since the tail end of July it seems, any time I've tried to burn a CD with > > cdrecord (cdrtools 2.0.3 from ports) I get a panic > > > > vm_fault_copy_wired: page missing > > > > General busy-ness and the thought that "somebody will see it too and fix it" > > has prevented me from caring too much about it until now, but it seems it's > > still there in the kernel from Oct 11th, and I figured I might as well try to > > provide somebody some information ...... > > Thanks..Alan made a commit which he thought might have fixed this, but > someone else also claimed it did not. > > See also > > http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/56380 > And http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/57611 The latter is a bit more detailed and correct (it's not limited to ATAPI burners). It also doesn't seem to be limited to cdrecord, the latest ntpd also causes a panic when using mlockall(2) as reported on this list, however the backtrace looks different. Btw., the cdrtools-devel port contains a workaround.