From owner-freebsd-current@FreeBSD.ORG Thu Nov 22 08:47:16 2007 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 D5B3516A473 for ; Thu, 22 Nov 2007 08:47:16 +0000 (UTC) (envelope-from Benjamin.Close@clearchain.com) Received: from ipmail02.adl2.internode.on.net (ipmail02.adl2.internode.on.net [203.16.214.141]) by mx1.freebsd.org (Postfix) with ESMTP id 318D513C4E5 for ; Thu, 22 Nov 2007 08:47:15 +0000 (UTC) (envelope-from Benjamin.Close@clearchain.com) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ah4FAHF3REd5LTGL/2dsb2JhbACBWw X-IronPort-AV: E=Sophos;i="4.21,449,1188743400"; d="scan'208";a="232729534" Received: from ppp121-45-49-139.lns11.adl2.internode.on.net (HELO mail.clearchain.com) ([121.45.49.139]) by ipmail02.adl2.internode.on.net with ESMTP; 22 Nov 2007 13:05:46 +1030 Received: from benjamin-closes-powerbook-g4-12.local (wcl.ml.unisa.edu.au [130.220.166.5]) (authenticated bits=0) by mail.clearchain.com (8.13.8/8.13.8) with ESMTP id lAM2ZclF059399 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 22 Nov 2007 13:05:46 +1030 (CST) (envelope-from Benjamin.Close@clearchain.com) Message-ID: <4744EBA4.7020209@clearchain.com> Date: Thu, 22 Nov 2007 13:08:28 +1030 From: Benjamin Close User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.91.2, clamav-milter version 0.91.2 on pegasus.clearchain.com X-Virus-Status: Clean X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (mail.clearchain.com [192.168.154.1]); Thu, 22 Nov 2007 13:05:46 +1030 (CST) Subject: em0 panic: mutex em0 not owned 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: Thu, 22 Nov 2007 08:47:16 -0000 Hi Folks, With a recent current I'm now getting panics when em0 tries to come up: panic: mutex em0 not owned at ../../../kern/kern_mutex.c:144 _mtx_assert() + 0xdc _callout_stop_safe()+0x5d em_stop() + 0x50 (if_em.c:2546) em_init_locked()+0x47 (if_em.c:1256) em_ioctl()+0x466 ifhwioctl() + 0x75f ifioctl() +0xb0 kern_ioctl() + 0xa3 This is even after atillos, latest patch. if_em.c v: 1.186 Cheers, Benjamin