From owner-freebsd-current@FreeBSD.ORG Mon Jun 28 12:03:59 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE1851065673 for ; Mon, 28 Jun 2010 12:03:59 +0000 (UTC) (envelope-from freebsd-current@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 876E58FC0A for ; Mon, 28 Jun 2010 12:03:59 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OTD49-0005pp-Hz for freebsd-current@freebsd.org; Mon, 28 Jun 2010 14:03:57 +0200 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Jun 2010 14:03:57 +0200 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Jun 2010 14:03:57 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-current@freebsd.org From: Ivan Voras Date: Mon, 28 Jun 2010 14:03:58 +0200 Lines: 30 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.9) Gecko/20100518 Thunderbird/3.0.4 In-Reply-To: X-Enigmail-Version: 1.0.1 Subject: Re: panic with zfs v16 patch 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: Mon, 28 Jun 2010 12:03:59 -0000 On 06/28/10 03:59, Sam Fourman Jr. wrote: > hello list, > > I just had a panic on a FreeBSD 9.0 built with yesterdays sources. > > uname -a > FreeBSD 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Jun 26 09:14:30 CDT > 2010 sfourman@:/usr/obj/usr/src/sys/ZFSv16 amd64 > > GENERIC kernel with this patch > http://people.freebsd.org/~mm/patches/zfs/v16/head-v16-extended.patch > i have a ufs2 boot drive with a separate ZFS pool > > since this was a fresh install of 9-current(specifically to test the > v16 ZFS patches) > > I was doing a zpool import of a 2TB dataset that has ~100 snapshots > it was taking over a hour to import, possibly this zfs bug > > http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6761786 > > So I decided to build subversion from ports while I waited on zfs import > I got the panic in the following pics > > http://www.puffybsd.com/img_3995.jpg > http://www.puffybsd.com/img_3996.jpg Curious - this panic is UFS softdep-related - possibly from the SUJ work? On which file system type is your ports tree?