From owner-freebsd-current@FreeBSD.ORG Sat Apr 10 16:06:54 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0FBC2106564A for ; Sat, 10 Apr 2010 16:06:54 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.cksoft.de (mail.cksoft.de [IPv6:2001:4068:10::3]) by mx1.freebsd.org (Postfix) with ESMTP id B6E5C8FC13 for ; Sat, 10 Apr 2010 16:06:53 +0000 (UTC) Received: from localhost (amavis.fra.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id 0D16041C751; Sat, 10 Apr 2010 18:06:53 +0200 (CEST) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([192.168.74.103]) by localhost (amavis.fra.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id t3j+v+di5LMZ; Sat, 10 Apr 2010 18:06:52 +0200 (CEST) Received: by mail.cksoft.de (Postfix, from userid 66) id 0058941C750; Sat, 10 Apr 2010 18:06:51 +0200 (CEST) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id BC4C64448EC; Sat, 10 Apr 2010 16:05:31 +0000 (UTC) Date: Sat, 10 Apr 2010 16:05:31 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Mike Tancsa In-Reply-To: <201004101446.o3AEkQ0O058513@lava.sentex.ca> Message-ID: <20100410160008.Q40281@maildrop.int.zabbadoz.net> References: <201004081831.o38IVR3s043434@lava.sentex.ca> <20100408230750.GR5734@michelle.cdnetworks.com> <201004091317.o39DHFEl049965@lava.sentex.ca> <20100409164115.GB1085@michelle.cdnetworks.com> <201004091900.o39J0b0k051687@lava.sentex.ca> <20100409201307.GF1085@michelle.cdnetworks.com> <201004092105.o39L5SSh052323@lava.sentex.ca> <201004101446.o3AEkQ0O058513@lava.sentex.ca> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: pyunyh@gmail.com, freebsd-current@freebsd.org, Jack Vogel Subject: Re: LOR on em in HEAD ( was Re: em driver regression 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: Sat, 10 Apr 2010 16:06:54 -0000 On Sat, 10 Apr 2010, Mike Tancsa wrote: Hi Mike, > At 05:11 PM 4/9/2010, Jack Vogel wrote: >> Don't know, but I would just ignore it, I think its a false warning anyway. > > OK. I updated to HEAD as of this AM, but now I get a panic at bootup > ... > Trying to mount root from nfs: > NFS ROOT: 10.255.255.1:/usr/home/pxe9/ > panic: mutex em0:rx(0) not owned at > /usr/HEAD/src/sys/modules/em/../../dev/e1000/if_em.c:4093 > cpuid = 3 > KDB: enter: panic > [ thread pid 0 tid 100032 ] > Stopped at kdb_enter+0x3a: movl $0,kdb_why > db> bt > Tracing pid 0 tid 100032 td 0xc5f5bb40 > kdb_enter(c0cb0e9d,c0cb0e9d,c0caf56e,c5b2ac28,3,...) at kdb_enter+0x3a > panic(c0caf56e,c6002024,c11a0357,ffd,c5b2ac7c,...) at panic+0x136 > _mtx_assert(c6002010,4,c11a0357,ffd,64,...) at _mtx_assert+0x87 > em_rxeof(246,c5ff7d98,c5b2aca8,c088e194,c5ff7d98,...) at em_rxeof+0x3b > em_handle_que(c6006000,1,c0cb5c9c,4f,c5ff7d98,...) at em_handle_que+0x38 > taskqueue_run(c5ff7d80,c5ff7d98,c0ca6410,0,c0caf5f6,...) at > taskqueue_run+0x103 > taskqueue_thread_loop(c600a520,c5b2ad38,c0cac192,343,c0e0ce20,...) at > taskqueue_thread_loop+0x68 > fork_exit(c08dcde0,c600a520,c5b2ad38) at fork_exit+0xb8 > fork_trampoline() at fork_trampoline+0x8 > --- trap 0, eip = 0, esp = 0xc5b2ad70, ebp = 0 --- > db> This is a bug that seems to only happen in the Kitchener area as I hit it with a machine there just a few minutes ago as well. This one has fixed it for me: http://lists.freebsd.org/pipermail/svn-src-head/2010-April/016249.html /bz -- Bjoern A. Zeeb It will not break if you know what you are doing.