Fatal trap 30 when loading if_xl

Pyun YongHyeon pyunyh at gmail.com
Sat Aug 26 00:49:05 UTC 2006


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 at 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


More information about the freebsd-current mailing list