From owner-freebsd-current Wed Mar 12 12:52:31 2003 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 B43AE37B404 for ; Wed, 12 Mar 2003 12:52:29 -0800 (PST) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFBBC43FBF for ; Wed, 12 Mar 2003 12:52:28 -0800 (PST) (envelope-from damian@sentex.net) Received: from pegmatite.sentex.ca (pegmatite.sentex.ca [192.168.42.92]) by lava.sentex.ca (8.12.8/8.12.8) with ESMTP id h2CKqR8v082840 for ; Wed, 12 Mar 2003 15:52:27 -0500 (EST) (envelope-from damian@sentex.net) Received: by pegmatite.sentex.ca (Postfix, from userid 1001) id C43EC2E044; Wed, 12 Mar 2003 15:52:26 -0500 (EST) Date: Wed, 12 Mar 2003 15:52:26 -0500 From: Damian Gerow To: freebsd-current@FreeBSD.ORG Subject: Panics with GnuPG Message-ID: <20030312205226.GA627@sentex.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.3i X-Virus-Scanned: By Sentex Communications (lava/20020517) Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've been running -CURRENT on my workstation for a couple of months, and have been quite impressed. But I've started seeing pretty consistant panics when verifying PGP-signed messages. Everything was fine until I cvsup'ed about two weeks ago, and is still apparent in another cvsup as of March 10. So a rough timeline, I *wasn't* panic'ing about a month ago, and I am now. Anyone else seen something similar? I've managed to write down the actual panic twice (no panic to screen if you're in X), and they both look pretty similar. It seems to be caused directly by GnuPG trying to import a key it doesn't have from a keyserver. So it's not difficult to work around, but it'd be nice to have this working again. :) Here's the panic: Fatal trap 12: page fault in kernel mode fault virtual address = 0x20 fault code = supervisor read, page not present instruction pointer = 0x8:0xc023faf6 stack pointer = 0x10:0xdf10faa0 frame pointer = 0x10:0xdf10fac4 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL=0 current process = 11 (swi1: net) trap number = 12 panic: page fault And I just reproduced the panic, by typing: % gpg --recv-key BB6BC940 In case anyone asks, yes, it is the same version of GnuPG, and yes, I have already tried recompiling it since the new buildworld. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message