From owner-freebsd-current@FreeBSD.ORG Wed Jul 13 03:12:34 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 2762316A41C for ; Wed, 13 Jul 2005 03:12:34 +0000 (GMT) (envelope-from rodrigc@crodrigues.org) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD34543D48 for ; Wed, 13 Jul 2005 03:12:33 +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 (rwcrmhc11) with ESMTP id <20050713031231013002rmrue>; Wed, 13 Jul 2005 03:12:31 +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 j6D3CUJI000984 for ; Tue, 12 Jul 2005 23:12:30 -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 j6D3CTip000983 for freebsd-current@freebsd.org; Tue, 12 Jul 2005 23:12:29 -0400 (EDT) (envelope-from rodrigc) Date: Tue, 12 Jul 2005 23:12:29 -0400 From: Craig Rodrigues To: freebsd-current@freebsd.org Message-ID: <20050713031229.GA933@crodrigues.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.5.9i Subject: Panic in bpf, maybe related to if_xl 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, 13 Jul 2005 03:12:34 -0000 Hi, My system is -CURRENT, from July 9. I use my FreeBSD box to run natd, using the if_xl network driver (3Com card). I got a panic inside of bpf: mutex Giant is not owned at /usr/src/sys/net/bpf.c:1330 #13 0xc065e610 in _mtx_assert (m=0xc0926ec0, what=0, file=0xc087e2e8 "/usr/src/sys/net/bpf.c", line=1330) at /usr/src/sys/kern/kern_mutex.c:739 #14 0xc06c8ec6 in catchpacket (d=0xc178b300, pkt=0xc17f9802 "ÿÿÿÿÿÿ", pktlen=393, snaplen=4294967295, cpfn=0xc080483c ) at /usr/src/sys/net/bpf.c:1330 #15 0xc06c8bf0 in bpf_tap (bp=0xc16545c0, pkt=0xc17f9802 "ÿÿÿÿÿÿ", pktlen=393) at /usr/src/sys/net/bpf.c:1184 #16 0xc06c8cbc in bpf_mtap (bp=0xc16545c0, m=0xc17e2600) at /usr/src/sys/net/bpf.c:1238 #17 0xc06ceb6b in ether_input (ifp=0xc168ec00, m=0xc17e2600) at /usr/src/sys/net/if_ethersubr.c:572 #18 0xc07853cf in xl_rxeof (sc=0xc1691000) at /usr/src/sys/pci/if_xl.c:2068 #19 0xc07854d6 in xl_rxeof_task (arg=0xc1691000, pending=1) at /usr/src/sys/pci/if_xl.c:2104 #20 0xc0685182 in taskqueue_run (queue=0xc153cc00) at /usr/src/sys/kern/subr_taskqueue.c:217 #21 0xc068527a in taskqueue_swi_run (dummy=0x0) at /usr/src/sys/kern/subr_taskqueue.c:252 #22 0xc0653a10 in ithread_loop (arg=0xc153cb80) at /usr/src/sys/kern/kern_intr.c:545 #23 0xc0652e44 in fork_exit (callout=0xc06538f4 , arg=0xc153cb80, frame=0xcbff1d38) at /usr/src/sys/kern/kern_fork.c:789 I have a kernel.debug and crashdump if I can help someone debug this. Thanks. -- Craig Rodrigues rodrigc@crodrigues.org