From owner-freebsd-current@FreeBSD.ORG Sat Aug 26 00:49:05 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 59DFA16A4E1 for ; Sat, 26 Aug 2006 00:49:05 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F52643D4C for ; Sat, 26 Aug 2006 00:49:04 +0000 (GMT) (envelope-from pyunyh@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so1322657pye for ; Fri, 25 Aug 2006 17:49:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=OLPjVouk5iVn1RGr/h40aGzJsbr3TplvbhS4Cp7kyhLXDn+tfa3QgcSLvy9xkscpe+6+D+5CD18H7bTTWqYwqt7E1dcogkVej2NIh8x60hwnhIeaDOejBdWF4ep1Q1uk3jOuZwTRRGDa1hxPBndCxUeNUA9+3DshwHrwUr4DJLQ= Received: by 10.35.61.14 with SMTP id o14mr6264354pyk; Fri, 25 Aug 2006 17:49:03 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.gmail.com with ESMTP id 16sm217818nzo.2006.08.25.17.49.02; Fri, 25 Aug 2006 17:49:03 -0700 (PDT) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id k7Q0nbVc031505 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 26 Aug 2006 09:49:37 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id k7Q0nacq031504; Sat, 26 Aug 2006 09:49:36 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Sat, 26 Aug 2006 09:49:36 +0900 From: Pyun YongHyeon To: John Baldwin Message-ID: <20060826004936.GA31324@cdnetworks.co.kr> References: <20060819211853.GA1016@tin.it> <200608251012.42642.jhb@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200608251012.42642.jhb@freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: freebsd-current@freebsd.org Subject: Re: Fatal trap 30 when loading if_xl X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 00:49:05 -0000 On Fri, Aug 25, 2006 at 10:12:42AM -0400, John Baldwin wrote: > On Saturday 19 August 2006 17:18, Paolo Pisati wrote: > > Today's CURRENT panic my box everytime i load > > if_xl: > > > > [flag@newluxor NEWLUXOR]$ sudo kgdb kernel.debug /var/crash/vmcore.0 > > [GDB will not be able to debug user-mode threads: /usr/lib/libthread_db.so: Undefined symbol "ps_pglobal_lookup"] > > GNU gdb 6.1.1 [FreeBSD] > > Copyright 2004 Free Software Foundation, Inc. > > GDB is free software, covered by the GNU General Public License, and you are > > welcome to change it and/or distribute copies of it under certain conditions. > > Type "show copying" to see the conditions. > > There is absolutely no warranty for GDB. Type "show warranty" for details. > > This GDB was configured as "i386-marcel-freebsd". > > 30 (unknown trap) can mean that you got a device interrupt to an IDT > entry you haven't installed a handler for yet. If you want to figure > out exactly which IDT entry, you'll need to install a unique custom > dummy handler in each IDT entry so you can tell which one fired. > After bring up to date CURRENT I see this panic too while loading if_em which used to work flawlessly. -- Regards, Pyun YongHyeon