From owner-freebsd-fs@FreeBSD.ORG Thu May 15 18:20:06 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 1209C185; Thu, 15 May 2014 18:20:06 +0000 (UTC) Received: from BLU004-OMC3S6.hotmail.com (blu004-omc3s6.hotmail.com [65.55.116.81]) by mx1.freebsd.org (Postfix) with ESMTP id CCFC9238D; Thu, 15 May 2014 18:20:05 +0000 (UTC) Received: from BLU179-W50 ([65.55.116.72]) by BLU004-OMC3S6.hotmail.com with Microsoft SMTPSVC(7.5.7601.22678); Thu, 15 May 2014 11:18:59 -0700 X-TMN: [fBfe31S6qAW72jkUBRL9oH3LhpvFl+22] X-Originating-Email: [hsn@sendmail.cz] Message-ID: From: Radim Kolar To: Steven Hartland , "freebsd-fs@FreeBSD.org" , "bug-followup@freebsd.org" Subject: RE: kern/189355: zfs panic on 10-stable Date: Thu, 15 May 2014 18:18:59 +0000 Importance: Normal In-Reply-To: References: <201405151240.s4FCe1Hw087808@freefall.freebsd.org>, <14010473114D42CC92756838300EEE64@multiplay.co.uk>, MIME-Version: 1.0 X-OriginalArrivalTime: 15 May 2014 18:18:59.0730 (UTC) FILETIME=[24718F20:01CF706A] Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18 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: Thu, 15 May 2014 18:20:06 -0000 > 265046 is already merged in 10-stable. > Now building stable with 265152 and 265321 merged. these 2 patches did not remove panic on boot. I am compiling kernel with makeoptions DEBUG=3D-g WITH_CTF=3D1 are there any options which i can use for creating more debugable dump? suc= h as add -O0 somewhere? =