From owner-freebsd-current@FreeBSD.ORG Wed Jun 2 17:58:38 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 EC47B106564A for ; Wed, 2 Jun 2010 17:58:38 +0000 (UTC) (envelope-from mj@feral.com) Received: from ns1.feral.com (ns1.feral.com [192.67.166.1]) by mx1.freebsd.org (Postfix) with ESMTP id CA07E8FC18 for ; Wed, 2 Jun 2010 17:58:37 +0000 (UTC) Received: from [192.168.221.2] (remotevpn [192.168.221.2]) by ns1.feral.com (8.14.3/8.14.3) with ESMTP id o52HwaBE040648 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Wed, 2 Jun 2010 10:58:37 -0700 (PDT) (envelope-from mj@feral.com) Message-ID: <4C069BC9.4080603@feral.com> Date: Wed, 02 Jun 2010 10:58:33 -0700 From: Matthew Jacob Organization: Feral Software User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <20100602185714.000069be@unknown> In-Reply-To: <20100602185714.000069be@unknown> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender DNS name whitelisted, not delayed by milter-greylist-4.2.3 (ns1.feral.com [192.168.221.1]); Wed, 02 Jun 2010 10:58:37 -0700 (PDT) Subject: Re: ata panic: "mtx_lock of destroyed mutex" 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, 02 Jun 2010 17:58:39 -0000 Hmm. I just fixed that at Panasas, and I'm pretty sure that I gave the patch to Alexander Motin to put in. > I've been setting up an amd64 VirtualBox machine with the latest > 9-CURRENT and got the following panic when booting it (another machine > updated and booting at the same time didn't panic): > > ata1: WARNING - READ_TOC read data overrun 18>12 > panic: mtx_lock of destroyed mutex @ /usr/src/sys/kern/kern_sema.c:79 > cpuid = 0 > > with the following stack trace: > > kdb_enter > panic > _mtx_lock_flags > _sema_post > ata_completed > taskqueue_run > intr_event_execute_handlers > ithread_loop > fork_exit > fork_trampoline > >