From owner-freebsd-fs@FreeBSD.ORG Sun Jul 20 23:57:46 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 5A34AC2; Sun, 20 Jul 2014 23:57:46 +0000 (UTC) Received: from smtp1.multiplay.co.uk (smtp1.multiplay.co.uk [85.236.96.35]) by mx1.freebsd.org (Postfix) with ESMTP id 164FC2B1A; Sun, 20 Jul 2014 23:57:46 +0000 (UTC) Received: by smtp1.multiplay.co.uk (Postfix, from userid 65534) id 75B5420E7088D; Sun, 20 Jul 2014 23:57:45 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.multiplay.co.uk X-Spam-Level: ** X-Spam-Status: No, score=2.0 required=8.0 tests=AWL,BAYES_00,DOS_OE_TO_MX, FSL_HELO_NON_FQDN_1,HELO_NO_DOMAIN,RDNS_DYNAMIC autolearn=no version=3.3.1 Received: from r2d2 (82-69-141-170.dsl.in-addr.zen.co.uk [82.69.141.170]) by smtp1.multiplay.co.uk (Postfix) with ESMTPS id 511C020E7088A; Sun, 20 Jul 2014 23:57:41 +0000 (UTC) Message-ID: From: "Steven Hartland" To: "Dan Mack" References: <20140720140350.GA8498@borg.lerctr.org> <8D84B82C674B495DBF4951E0EE0D7117@multiplay.co.uk> <21dbecad27074fe34610bc587e6d0764@thebighonker.lerctr.org> <05c8bccf4faf5005881fbd2b22f35428@thebighonker.lerctr.org> <4A0B8A1798484B3DB4DCD924A2DFEF22@multiplay.co.uk> Subject: Re: [ZFS][PANIC] Solaris Assert/zio.c:2548 Date: Mon, 21 Jul 2014 00:57:39 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Cc: freebsd-fs@freebsd.org, freebsd-current@freebsd.org X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jul 2014 23:57:46 -0000 ----- Original Message ----- From: "Dan Mack" > I think I may have hit the same problem; I'm going to stay connected > to the console and see if it happens again; this is what I see > currently with the back-trace: > > db> bt > Tracing pid 0 tid 100070 td 0xfffff8000e088920 > kdb_enter() at kdb_enter+0x3e/frame 0xfffffe085ef1d980 > vpanic() at vpanic+0x146/frame 0xfffffe085ef1d9c0 > panic() at panic+0x43/frame 0xfffffe085ef1da20 > deadlkres() at deadlkres+0x35c/frame 0xfffffe085ef1da70 > fork_exit() at fork_exit+0x84/frame 0xfffffe085ef1dab0 > fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe085ef1dab0 > --- trap 0, rip = 0, rsp = 0xfffffe085ef1db70, rbp = 0 --- > > I just updated to I think 268921 earlier today and this is the first > time I've had a panic (HEAD-268921 that is) > > I'll try to get some more data if I can get it back up and running. That doesn't look like a related trace tbh. Regards Steve