From owner-freebsd-current@FreeBSD.ORG Thu Jun 3 07:44:56 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 47C01106566B for ; Thu, 3 Jun 2010 07:44:56 +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 701578FC36 for ; Thu, 3 Jun 2010 07:44:55 +0000 (UTC) Received: by fxm5 with SMTP id 5so5581430fxm.13 for ; Thu, 03 Jun 2010 00:44:54 -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=CD3lNzP/H+lKBMQV2rmZh0A8fRxv8scBoO7paig0Ap4=; b=r9ZWZusfHrEA7li4ykBmzRAOingFHnPCurTjxYyW9MowndlyoZUmLwhuXAwlIgORBH S7abdAlorsvxntVCezmSTB4NtTpMt4FJSaq1H9hsjTlwN1rQdLpmephtr2w9zW0yxzP0 dpcYG/lMqqi42j653n9ucBuyLNgyw6/tROtuQ= 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=ICX5AJh7/OZxOtqPsP/wijlAo8j9LEUSm5uTfrs+rSp4093IZkJ8V3UBlIdVT6R5R8 QdL0uUIdnp7jSBSIdMOstqr1xvVlTtvAyD6Y5sbhGZQU/2cj4nopeDnwpjNTUTmAQt+J NvpyT5tRyi2WwAk/ZM0nawJ/9ZWi6miX7i1+w= Received: by 10.223.44.86 with SMTP id z22mr9806411fae.13.1275551094486; Thu, 03 Jun 2010 00:44:54 -0700 (PDT) Received: from mavbook.mavhome.dp.ua (pc.mavhome.dp.ua [212.86.226.226]) by mx.google.com with ESMTPS id 15sm56223724fad.10.2010.06.03.00.44.53 (version=SSLv3 cipher=RC4-MD5); Thu, 03 Jun 2010 00:44:53 -0700 (PDT) Sender: Alexander Motin Message-ID: <4C075D60.2040101@FreeBSD.org> Date: Thu, 03 Jun 2010 10:44:32 +0300 From: Alexander Motin User-Agent: Thunderbird 2.0.0.24 (X11/20100402) MIME-Version: 1.0 To: Bruce Cran , current References: 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:44:56 -0000 Bruce Cran wrote: > 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 Are there any other related messages before it if boot with verbose? > 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