From owner-freebsd-stable@FreeBSD.ORG Fri Oct 26 10:19:06 2007 Return-Path: Delivered-To: stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75FFD16A41B for ; Fri, 26 Oct 2007 10:19:06 +0000 (UTC) (envelope-from bengta@P142.sics.se) Received: from brev.sics.se (brev.sics.se [193.10.64.200]) by mx1.freebsd.org (Postfix) with ESMTP id E7B2813C4A6 for ; Fri, 26 Oct 2007 10:19:05 +0000 (UTC) (envelope-from bengta@P142.sics.se) Received: from P142.sics.se (P142.sics.se [193.10.66.253]) by brev.sics.se (8.12.8/8.12.8) with ESMTP id l9QAJ3VF017274 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 26 Oct 2007 12:19:04 +0200 Received: from P142.sics.se (localhost [127.0.0.1]) by P142.sics.se (8.13.8/8.13.8) with ESMTP id l9QAMNau001453; Fri, 26 Oct 2007 12:22:23 +0200 (CEST) (envelope-from bengta@P142.sics.se) Received: (from bengta@localhost) by P142.sics.se (8.13.8/8.13.8/Submit) id l9QAMN6v001452; Fri, 26 Oct 2007 12:22:23 +0200 (CEST) (envelope-from bengta@P142.sics.se) To: Kris Kennaway From: Bengt Ahlgren In-Reply-To: <471648B6.5020602@FreeBSD.org> (Kris Kennaway's message of "Wed, 17 Oct 2007 19:39:02 +0200") References: <20071004165755.GA1049@pp.htv.fi> <47120D83.1010703@FreeBSD.org> <20071015203202.GA17964@pp.htv.fi> <471648B6.5020602@FreeBSD.org> Date: Fri, 26 Oct 2007 12:22:23 +0200 Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by amavisd-new Cc: stable@FreeBSD.org Subject: Re: Reproducable, possibly NFS related, fatal double fault in 6.2-R-p7 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Oct 2007 10:19:06 -0000 Kris Kennaway writes: > Bengt Ahlgren wrote: >> Esa Karkkainen writes: >> >>> On Sun, Oct 14, 2007 at 02:37:23PM +0200, Kris Kennaway wrote: >>>> Esa Karkkainen wrote: >>>>> I get "Fatal double fault" error when writing to a filesystem >>>>> mounted from NFS server. >>> I got an offlist reply in which he suggested that the problem might be >>> in nve driver. >> That was me. I indeed got the same fault when running NFS over nve. >> Switching to nfe solved the problem for me. The on-screen backtrace >> reveals the true location of the problem. See: >> http://www.sics.se/~bengta/FBSD/DSC00585.JPG >> I do have a dump, but for some reason kgdb is not able to show the >> same information. > > If you're using a module you have to do extra (but documented) > steps. Or maybe kgdb has forgotten how to decode a double fault. Just for the record: if_nve was compiled into the kernel. Bengt