From owner-freebsd-stable@FreeBSD.ORG Mon Oct 13 19:14:36 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D4E09CF2; Mon, 13 Oct 2014 19:14:36 +0000 (UTC) Received: from smtp1.multiplay.co.uk (smtp1.multiplay.co.uk [85.236.96.35]) by mx1.freebsd.org (Postfix) with ESMTP id 92DBD208; Mon, 13 Oct 2014 19:14:36 +0000 (UTC) Received: by smtp1.multiplay.co.uk (Postfix, from userid 65534) id CD8AB20E708EE; Mon, 13 Oct 2014 19:14:35 +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.2 required=8.0 tests=AWL,BAYES_00,DOS_OE_TO_MX, FSL_HELO_NON_FQDN_1,RDNS_DYNAMIC,STOX_REPLY_TYPE 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 264B920E708EB; Mon, 13 Oct 2014 19:14:34 +0000 (UTC) Message-ID: <15EB5C3A83504A949CBDA96420361ADB@multiplay.co.uk> From: "Steven Hartland" To: "K. Macy" References: <54372173.1010100@ijs.si> <644FA8299BF848E599B82D2C2C298EA7@multiplay.co.uk> <54372EBA.1000908@ijs.si> <543731F3.8090701@ijs.si> <543AE740.7000808@ijs.si> <6E01BBEDA9984CCDA14F290D26A8E14D@multiplay.co.uk> Subject: Re: zfs pool import hangs on [tx->tx_sync_done_cv] Date: Mon, 13 Oct 2014 20:14:30 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original 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: Mark Martinec , "freebsd-fs@FreeBSD.org" , FreeBSD Stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Oct 2014 19:14:36 -0000 ----- Original Message ----- From: "K. Macy" To: "Steven Hartland" Cc: "Mark Martinec" ; "freebsd-fs@FreeBSD.org" ; "FreeBSD Stable" Sent: Monday, October 13, 2014 7:43 PM Subject: Re: zfs pool import hangs on [tx->tx_sync_done_cv] >>> A recent quick read of the code would lead me to believe that >> >> Yer I would have got the zio details but typically its "optimised out" by >> the >> compiler, so will need some effort to track that down unfortunately :( > > FYI it isn't actually optimized out. The debug info accounting just > isn't very good about tracking the values in registers. You'll see in > my last mail that just looking at the assembler makes it pretty > obvious that zio was in %r14. HTH. > > Cheers. > > > -K > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >