From owner-freebsd-current@FreeBSD.ORG Mon Jul 4 07:32:51 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 406E116A41C for ; Mon, 4 Jul 2005 07:32:51 +0000 (GMT) (envelope-from Hartmut.Brandt@dlr.de) Received: from smtp-3.dlr.de (smtp-3.dlr.de [195.37.61.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6B2043D45 for ; Mon, 4 Jul 2005 07:32:50 +0000 (GMT) (envelope-from Hartmut.Brandt@dlr.de) Received: from beagle.kn.op.dlr.de ([129.247.173.6]) by smtp-3.dlr.de over TLS secured channel with Microsoft SMTPSVC(6.0.3790.211); Mon, 4 Jul 2005 09:32:48 +0200 Date: Mon, 4 Jul 2005 09:32:49 +0200 (CEST) From: Harti Brandt X-X-Sender: brandt_h@beagle.kn.op.dlr.de To: Craig Rodrigues In-Reply-To: <20050622024656.GA1072@crodrigues.org> Message-ID: <20050704093228.O38871@beagle.kn.op.dlr.de> References: <20050622024656.GA1072@crodrigues.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-OriginalArrivalTime: 04 Jul 2005 07:32:48.0468 (UTC) FILETIME=[93CFB940:01C5806A] Cc: freebsd-current@freebsd.org Subject: Re: fatm driver crashes upon startup X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Harti Brandt List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2005 07:32:51 -0000 Is that an old mail? Is this fixed? harti On Tue, 21 Jun 2005, Craig Rodrigues wrote: CR>Hi, CR> CR>I just started seeing this with latest -CURRENT. CR> CR>It looks like the fatm driver crashes somewhere in CR>the startup/probe stage. CR> CR>Any ideas? Here is the stack trace. CR> CR> CR> CR> CR>#0 doadump () at pcpu.h:165 CR>#1 0xc06658f4 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:397 CR>#2 0xc0665c09 in panic (fmt=0xc083ed4b "from debugger") CR> at /usr/src/sys/kern/kern_shutdown.c:553 CR>#3 0xc04bc4e1 in db_panic (addr=-1067421940, have_addr=0, count=-1, CR> modif=0xd0cb79b4 "") at /usr/src/sys/ddb/db_command.c:435 CR>#4 0xc04bc478 in db_command (last_cmdp=0xc0909564, cmd_table=0x0, CR> aux_cmd_tablep=0xc089e164, aux_cmd_tablep_end=0xc089e180) CR> at /usr/src/sys/ddb/db_command.c:349 CR>#5 0xc04bc540 in db_command_loop () at /usr/src/sys/ddb/db_command.c:455 CR>#6 0xc04be0c5 in db_trap (type=12, code=0) at /usr/src/sys/ddb/db_main.c:221 CR>#7 0xc067e780 in kdb_trap (type=12, code=0, tf=0xd0cb7b50) CR> at /usr/src/sys/kern/subr_kdb.c:471 CR>#8 0xc0805cbb in trap_fatal (frame=0xd0cb7b50, eva=1800) CR> at /usr/src/sys/i386/i386/trap.c:826 CR>#9 0xc0805a07 in trap_pfault (frame=0xd0cb7b50, usermode=0, eva=1800) CR> at /usr/src/sys/i386/i386/trap.c:749 CR>#10 0xc0805671 in trap (frame= CR> {tf_fs = -792002552, tf_es = -1066926040, tf_ds = -1064107992, tf_edi = -1 CR>050205184, tf_esi = -1049042752, tf_ebp = -791970908, tf_isp = -791970948, tf_eb CR>x = 1792, tf_edx = -1049042752, tf_ecx = 1, tf_eax = -1050273792, tf_trapno = 12 CR>, tf_err = 0, tf_eip = -1067421940, tf_cs = 32, tf_eflags = 66182, tf_esp = 0, t CR>f_ss = -1064917763}) at /usr/src/sys/i386/i386/trap.c:439 CR>#11 0xc07f3c7a in calltrap () at /usr/src/sys/i386/i386/exception.s:139 CR>#12 0xd0cb0008 in ?? () CR>#13 0xc0680028 in putchar (c=-1050205184, arg=0xc178e0c0) CR> at /usr/src/sys/kern/subr_prf.c:325 CR>#14 0xc06d0a53 in ifmedia_ioctl (ifp=0xc1661828, ifr=0x0, ifm=0xc178e0c0, CR> cmd=0) at /usr/src/sys/net/if_media.c:281 CR>#15 0xc0569c73 in fatm_ioctl (ifp=0xc1672400, cmd=0, arg=0xc178e0c0 "fatm0") CR> at /usr/src/sys/dev/fatm/if_fatm.c:2485 CR>#16 0xc06cbcb8 in ifhwioctl (cmd=3223873848, ifp=0xc1672400, CR> data=0xc178e0c0 "fatm0", td=0x0) at /usr/src/sys/net/if.c:1476 CR>#17 0xc06cbddf in ifioctl (so=0xc17d4000, cmd=3223873848, CR> data=0xc178e0c0 "fatm0", td=0xc1730000) at /usr/src/sys/net/if.c:1530 CR>#18 0xc068fb0f in soo_ioctl (fp=0x0, cmd=3223873848, data=0xc178e0c0, CR> active_cred=0xc153a780, td=0xc1730000) CR> at /usr/src/sys/kern/sys_socket.c:214 CR>#19 0xc068a3fc in ioctl (td=0xc1730000, uap=0xd0cb7d04) at file.h:258 CR>#20 0xc0805fa3 in syscall (frame= CR> {tf_fs = 59, tf_es = 59, tf_ds = 59, tf_edi = -1077942776, tf_esi = 3, tf_ CR>ebp = -1077942744, tf_isp = -791970460, tf_ebx = -1077942816, tf_edx = 134583422 CR>, tf_ecx = 0, tf_eax = 54, tf_trapno = 12, tf_err = 2, tf_eip = 671900123, tf_cs CR> = 51, tf_eflags = 646, tf_esp = -1077942852, tf_ss = 59}) CR> at /usr/src/sys/i386/i386/trap.c:976 CR>#21 0xc07f3ccf in Xint0x80_syscall () CR> at /usr/src/sys/i386/i386/exception.s:200 CR>#22 0x0000003b in ?? () CR> CR>