From owner-freebsd-current@FreeBSD.ORG Thu Jun 3 07:43:51 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6DC01065677 for ; Thu, 3 Jun 2010 07:43:51 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 5E4608FC20 for ; Thu, 3 Jun 2010 07:43:50 +0000 (UTC) Received: by fxm5 with SMTP id 5so5580646fxm.13 for ; Thu, 03 Jun 2010 00:43:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=BiVvDP10fEt2KTV9AprZiespjIIpOx0Ht8Y4NqPpNQ8=; b=WxWHlSOlz6z7UhRG96dbQTtmGU61Ahen8HdiEBTJl6JpFqztVlZSpnx34PypcEsyDG LKoncOCm8wnCnhENV+BW4Bf6m2T7FOtGXyuKVHysmIUxD/1athY/o51y09+8Inv2AmsE fVFQVHzb7PtriG6HoJzcWQmBA59YZpybszn5c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=oVQzlEgbykdiaNY8W+9315dn/GV61ttnVZwztElmzzTCeT+ZANq+0BWgiHrHXsxnLc Ft+Monra2qqprlq+i4lLCl+o0mJOe7y0doRXkvJC2wOoAvHJENrLNLRn2LJOhhTxGv1E +neRMFMFMSWt6IL0KLicW/vMjFdffts/6XnGk= Received: by 10.223.64.194 with SMTP id f2mr9808413fai.2.1275551029695; Thu, 03 Jun 2010 00:43:49 -0700 (PDT) Received: from mavbook.mavhome.dp.ua (pc.mavhome.dp.ua [212.86.226.226]) by mx.google.com with ESMTPS id r12sm56216903fah.8.2010.06.03.00.43.46 (version=SSLv3 cipher=RC4-MD5); Thu, 03 Jun 2010 00:43:47 -0700 (PDT) Sender: Alexander Motin Message-ID: <4C075D1E.7040406@FreeBSD.org> Date: Thu, 03 Jun 2010 10:43:26 +0300 From: Alexander Motin User-Agent: Thunderbird 2.0.0.24 (X11/20100402) MIME-Version: 1.0 To: Matthew Jacob , current References: <20100602185714.000069be@unknown> In-Reply-To: X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: 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: Thu, 03 Jun 2010 07:43:51 -0000 Matthew Jacob wrote: > Hmm. I just fixed that at Panasas, and I'm pretty sure that I gave the > patch to Alexander Motin to put in. Do you mean one committed at r207221 or something else? >> 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 -- Alexander Motin