From owner-freebsd-current@FreeBSD.ORG Thu Oct 7 13:37:33 2004 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 2FF3516A4CE for ; Thu, 7 Oct 2004 13:37:33 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id E001C43D2D for ; Thu, 7 Oct 2004 13:37:32 +0000 (GMT) (envelope-from obrienster@gmail.com) Received: by mproxy.gmail.com with SMTP id 80so2632317rnl for ; Thu, 07 Oct 2004 06:37:29 -0700 (PDT) Received: by 10.38.1.72 with SMTP id 72mr2982376rna; Thu, 07 Oct 2004 06:37:29 -0700 (PDT) Received: by 10.38.206.63 with HTTP; Thu, 7 Oct 2004 06:37:29 -0700 (PDT) Message-ID: Date: Thu, 7 Oct 2004 09:37:29 -0400 From: Chris O'Brien To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Pagefault in BETA7 with ifconfig X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Chris O'Brien List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2004 13:37:33 -0000 I noticed this in BETA6 just before I upgraded to BETA7. I have a Dell Inspiron 1150 laptop with a bfe ethernet interface. It is getting it's IP via DHCP and I don't have any other special options set via rc.conf If I issue these two commands: #sudo ifconfig bfe0 down #sudo ifconfig bfe0 up I get the following message: Fatal trap 12: page fault while in kernel mode fault virtual address = 0xb fault code = supervisor read, page not present instruction pointer = 0x8:0xc0607a08 stack pointer = 0x10:0xe7d2bb18 frame pointer = 0x10:0xe7d2bb20 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 = 498 (ifconfig) trap number = 12 panic: page fault uptime: 49s Is this a known issue? I thought I remember seeing something on the todo list, but I don't see it anymore.