From owner-freebsd-bugs@FreeBSD.ORG Sun Jun 20 08:46:44 2010 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95D221065673; Sun, 20 Jun 2010 08:46:44 +0000 (UTC) (envelope-from vladimir.nikolic@amis.si) Received: from out-2.mail.amis.net (out-2.mail.amis.net [212.18.32.14]) by mx1.freebsd.org (Postfix) with ESMTP id 466FE8FC08; Sun, 20 Jun 2010 08:46:43 +0000 (UTC) Received: from in-1.mail.amis.net (in-1.mail.amis.net [212.18.32.15]) by out-2.mail.amis.net (Postfix) with ESMTP id 64B875986F; Sun, 20 Jun 2010 10:27:03 +0200 (CEST) Received: from in-1.mail.amis.net (localhost [127.0.0.1]) by in-1.mail.amis.net (Postfix) with ESMTP id 6003450820; Sun, 20 Jun 2010 10:27:03 +0200 (CEST) X-Virus-Scanned: amavisd-new at amis.net X-Spam-Flag: NO X-Spam-Score: -1 X-Spam-Level: X-Spam-Status: No, score=-1 required=5 tests=[ALL_TRUSTED=-1] autolearn=disabled Received: from in-1.mail.amis.net ([127.0.0.1]) by in-1.mail.amis.net (in-1.mail.amis.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IdItyX15rzry; Sun, 20 Jun 2010 10:26:58 +0200 (CEST) Received: from smtp.amis.net (smtp.amis.net [212.18.32.41]) by in-1.mail.amis.net (Postfix) with ESMTP id B396350813; Sun, 20 Jun 2010 10:26:58 +0200 (CEST) Received: from [192.168.1.65] (cpe-85-10-33-59.static.amis.net [85.10.33.59]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.amis.net (Postfix) with ESMTPSA id 7019E37B5A2; Sun, 20 Jun 2010 10:26:58 +0200 (CEST) Message-ID: <4C1DD0B8.2090209@amis.si> Date: Sun, 20 Jun 2010 10:26:32 +0200 From: Vladimir Nikolic User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090706) MIME-Version: 1.0 To: linimon@FreeBSD.org References: <201006182127.o5ILRSuo007492@freefall.freebsd.org> In-Reply-To: <201006182127.o5ILRSuo007492@freefall.freebsd.org> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: vladimir.nikolic@amis.net, freebsd-bugs@FreeBSD.org Subject: Re: kern/147961: crash when forwarding enabled between two Broadcom cards on gigabit ports X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jun 2010 08:46:44 -0000 bce0: mem 0xf8000000-0xf9ffffff irq 18 at device 0.0 on pci3 ce1: mem 0xfa000000-0xfbffffff irq 19 at device 0.0 on pci5 (kgdb) backtrace #0 doadump () at pcpu.h:196 #1 0xc05f1097 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:418 #2 0xc05f1369 in panic (fmt=Variable "fmt" is not available. ) at /usr/src/sys/kern/kern_shutdown.c:574 #3 0xc07bd95c in trap_fatal (frame=0xea7b7ab0, eva=393484304) at /usr/src/sys/i386/i386/trap.c:950 #4 0xc07bdbc0 in trap_pfault (frame=0xea7b7ab0, usermode=0, eva=393484304) at /usr/src/sys/i386/i386/trap.c:863 #5 0xc07be569 in trap (frame=0xea7b7ab0) at /usr/src/sys/i386/i386/trap.c:541 #6 0xc07a1c8b in calltrap () at /usr/src/sys/i386/i386/exception.s:166 #7 0xc05e1396 in _mtx_trylock (m=0x17741800, opts=0, file=0x0, line=0) at /usr/src/sys/kern/kern_mutex.c:260 #8 0xc076fa50 in vmtotal (oidp=0xc0897160, arg1=0x0, arg2=48, req=0xea7b7ba4) at /usr/src/sys/vm/vm_meter.c:115 #9 0xc05fb0f7 in sysctl_root (oidp=Variable "oidp" is not available. ) at /usr/src/sys/kern/kern_sysctl.c:1419 #10 0xc05fc3f4 in userland_sysctl (td=0xc7a906c0, name=0xea7b7c14, namelen=2, old=0xbfbfe664, oldlenp=0xbfbfe748, inkernel=0, new=0x0, newlen=0, retval=0xea7b7c10, flags=0) at /usr/src/sys/kern/kern_sysctl.c:1522 #11 0xc05fc584 in __sysctl (td=0xc7a906c0, uap=0xea7b7cfc) at /usr/src/sys/kern/kern_sysctl.c:1449 #12 0xc07bdf15 in syscall (frame=0xea7b7d38) at /usr/src/sys/i386/i386/trap.c:1101 #13 0xc07a1cf0 in Xint0x80_syscall () at /usr/src/sys/i386/i386/exception.s:262 #14 0x00000033 in ?? () Previous frame inner to this frame (corrupt stack?) (kgdb) linimon@FreeBSD.org wrote: > Synopsis: crash when forwarding enabled between two Broadcom cards on gigabit ports > > State-Changed-From-To: open->feedback > State-Changed-By: linimon > State-Changed-When: Fri Jun 18 21:26:00 UTC 2010 > State-Changed-Why: > Please provide us with the lines from your dmesg that show which > Broadcom driver attaches. Also, it would be helpful if you could > print out the stack trace. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=147961