From owner-freebsd-net@FreeBSD.ORG Fri Mar 26 17:04:42 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1600916A4CE for ; Fri, 26 Mar 2004 17:04:42 -0800 (PST) Received: from h236.neville-neil.com (pc1.oakwoodazabu1-unet.ocn.ne.jp [220.110.140.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFA7C43D2D for ; Fri, 26 Mar 2004 17:04:39 -0800 (PST) (envelope-from gnn@neville-neil.com) Received: from gnn.local.neville-neil.com (localhost [127.0.0.1]) by h236.neville-neil.com (Postfix) with ESMTP id 4A7DD15EC4C; Sat, 27 Mar 2004 10:04:37 +0900 (JST) Date: Sat, 27 Mar 2004 10:04:37 +0900 Message-ID: From: George V.Neville-Neil To: Joshua.Y.Stabiner@Dartmouth.EDU (Joshua Y. Stabiner) In-Reply-To: <32550005@newdasher.Dartmouth.EDU> References: <32550005@newdasher.Dartmouth.EDU> User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.5 Emacs/21.2 (powerpc-apple-darwin) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII cc: freebsd-net@freebsd.org Subject: Re: ifconfig causing fatal trap X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Mar 2004 01:04:42 -0000 At 26 Mar 2004 17:06:52 EST, Joshua Y. Stabiner wrote: > > I have a new thinkpad t40 with Intel PRO/1000 that I use as the em device and a cisco wireless that I use as the an device. > > typing /sbin/ifconfig causes a kernel panic (using GENERIC) and forces a reboot. I followed the directions in the manual and did: > > nm -n /kernel | grep c039cf (7e are also in the instruction pointer but returned no results) > > This shows the fault is caused by: > cpystrflt > cpystrflt_x > copystr > bcmp > lgdt > lidt > lldt > ltr > ssdtosd > > Anyone have any idea what is causing this and how I can fix it? Thanks in advance! > Which version of FreeBSD are you using? Do you have a kernel dump? Later, George