From owner-freebsd-fs@FreeBSD.ORG Mon Mar 31 07:56:30 2014 Return-Path: Delivered-To: freebsd-fs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 66C6F4C6 for ; Mon, 31 Mar 2014 07:56:30 +0000 (UTC) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 9FCF482D for ; Mon, 31 Mar 2014 07:56:29 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id KAA01472; Mon, 31 Mar 2014 10:56:21 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1WUX4u-000CZI-Pp; Mon, 31 Mar 2014 10:56:20 +0300 Message-ID: <53391F6C.9070208@FreeBSD.org> Date: Mon, 31 Mar 2014 10:55:24 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Idwer Vollering , freebsd-fs@FreeBSD.org Subject: Re: ZFS panic: spin lock held too long References: In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2014 07:56:30 -0000 on 30/03/2014 21:43 Idwer Vollering said the following: > Unread portion of the kernel message buffer: > spin lock 0xffffffff814fa030 (smp rendezvous) held by > 0xfffff8000fb42920 (tid 100428) too long Please note the tid and obtain a stack trace for that thread. You can switch to the thread using 'tid' command in kgdb. -- Andriy Gapon