From owner-freebsd-current@FreeBSD.ORG Wed Jun 22 02:47:00 2005 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 625C016A41C for ; Wed, 22 Jun 2005 02:47:00 +0000 (GMT) (envelope-from rodrigc@crodrigues.org) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1347343D1F for ; Wed, 22 Jun 2005 02:46:59 +0000 (GMT) (envelope-from rodrigc@crodrigues.org) Received: from c-66-30-114-143.hsd1.ma.comcast.net ([66.30.114.143]) by comcast.net (sccrmhc11) with ESMTP id <2005062202465801100quldme>; Wed, 22 Jun 2005 02:46:58 +0000 Received: from c-66-30-114-143.hsd1.ma.comcast.net (localhost.127.in-addr.arpa [127.0.0.1]) by c-66-30-114-143.hsd1.ma.comcast.net (8.13.4/8.13.1) with ESMTP id j5M2kvAf001108; Tue, 21 Jun 2005 22:46:57 -0400 (EDT) (envelope-from rodrigc@c-66-30-114-143.hsd1.ma.comcast.net) Received: (from rodrigc@localhost) by c-66-30-114-143.hsd1.ma.comcast.net (8.13.4/8.13.1/Submit) id j5M2kuPA001107; Tue, 21 Jun 2005 22:46:56 -0400 (EDT) (envelope-from rodrigc) Date: Tue, 21 Jun 2005 22:46:56 -0400 From: Craig Rodrigues To: freebsd-current@freebsd.org Message-ID: <20050622024656.GA1072@crodrigues.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i Cc: Harti Brandt Subject: fatm driver crashes upon startup X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jun 2005 02:47:00 -0000 Hi, I just started seeing this with latest -CURRENT. It looks like the fatm driver crashes somewhere in the startup/probe stage. Any ideas? Here is the stack trace. #0 doadump () at pcpu.h:165 #1 0xc06658f4 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:397 #2 0xc0665c09 in panic (fmt=0xc083ed4b "from debugger") at /usr/src/sys/kern/kern_shutdown.c:553 #3 0xc04bc4e1 in db_panic (addr=-1067421940, have_addr=0, count=-1, modif=0xd0cb79b4 "") at /usr/src/sys/ddb/db_command.c:435 #4 0xc04bc478 in db_command (last_cmdp=0xc0909564, cmd_table=0x0, aux_cmd_tablep=0xc089e164, aux_cmd_tablep_end=0xc089e180) at /usr/src/sys/ddb/db_command.c:349 #5 0xc04bc540 in db_command_loop () at /usr/src/sys/ddb/db_command.c:455 #6 0xc04be0c5 in db_trap (type=12, code=0) at /usr/src/sys/ddb/db_main.c:221 #7 0xc067e780 in kdb_trap (type=12, code=0, tf=0xd0cb7b50) at /usr/src/sys/kern/subr_kdb.c:471 #8 0xc0805cbb in trap_fatal (frame=0xd0cb7b50, eva=1800) at /usr/src/sys/i386/i386/trap.c:826 #9 0xc0805a07 in trap_pfault (frame=0xd0cb7b50, usermode=0, eva=1800) at /usr/src/sys/i386/i386/trap.c:749 #10 0xc0805671 in trap (frame= {tf_fs = -792002552, tf_es = -1066926040, tf_ds = -1064107992, tf_edi = -1 050205184, tf_esi = -1049042752, tf_ebp = -791970908, tf_isp = -791970948, tf_eb x = 1792, tf_edx = -1049042752, tf_ecx = 1, tf_eax = -1050273792, tf_trapno = 12 , tf_err = 0, tf_eip = -1067421940, tf_cs = 32, tf_eflags = 66182, tf_esp = 0, t f_ss = -1064917763}) at /usr/src/sys/i386/i386/trap.c:439 #11 0xc07f3c7a in calltrap () at /usr/src/sys/i386/i386/exception.s:139 #12 0xd0cb0008 in ?? () #13 0xc0680028 in putchar (c=-1050205184, arg=0xc178e0c0) at /usr/src/sys/kern/subr_prf.c:325 #14 0xc06d0a53 in ifmedia_ioctl (ifp=0xc1661828, ifr=0x0, ifm=0xc178e0c0, cmd=0) at /usr/src/sys/net/if_media.c:281 #15 0xc0569c73 in fatm_ioctl (ifp=0xc1672400, cmd=0, arg=0xc178e0c0 "fatm0") at /usr/src/sys/dev/fatm/if_fatm.c:2485 #16 0xc06cbcb8 in ifhwioctl (cmd=3223873848, ifp=0xc1672400, data=0xc178e0c0 "fatm0", td=0x0) at /usr/src/sys/net/if.c:1476 #17 0xc06cbddf in ifioctl (so=0xc17d4000, cmd=3223873848, data=0xc178e0c0 "fatm0", td=0xc1730000) at /usr/src/sys/net/if.c:1530 #18 0xc068fb0f in soo_ioctl (fp=0x0, cmd=3223873848, data=0xc178e0c0, active_cred=0xc153a780, td=0xc1730000) at /usr/src/sys/kern/sys_socket.c:214 #19 0xc068a3fc in ioctl (td=0xc1730000, uap=0xd0cb7d04) at file.h:258 #20 0xc0805fa3 in syscall (frame= {tf_fs = 59, tf_es = 59, tf_ds = 59, tf_edi = -1077942776, tf_esi = 3, tf_ ebp = -1077942744, tf_isp = -791970460, tf_ebx = -1077942816, tf_edx = 134583422 , tf_ecx = 0, tf_eax = 54, tf_trapno = 12, tf_err = 2, tf_eip = 671900123, tf_cs = 51, tf_eflags = 646, tf_esp = -1077942852, tf_ss = 59}) at /usr/src/sys/i386/i386/trap.c:976 #21 0xc07f3ccf in Xint0x80_syscall () at /usr/src/sys/i386/i386/exception.s:200 #22 0x0000003b in ?? () -- Craig Rodrigues rodrigc@crodrigues.org