From owner-freebsd-fs@FreeBSD.ORG Mon Mar 2 17:29:58 2009 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73981106564A for ; Mon, 2 Mar 2009 17:29:58 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from merlin.alerce.com (merlin.alerce.com [64.62.142.94]) by mx1.freebsd.org (Postfix) with ESMTP id 5C8928FC18 for ; Mon, 2 Mar 2009 17:29:58 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from merlin.alerce.com (localhost [127.0.0.1]) by merlin.alerce.com (Postfix) with ESMTP id D292F33C6C; Mon, 2 Mar 2009 09:29:57 -0800 (PST) Received: from merlin.alerce.com (localhost [127.0.0.1]) by merlin.alerce.com (Postfix) with ESMTP id 894D433C64; Mon, 2 Mar 2009 09:29:57 -0800 (PST) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18860.6038.42835.645788@almost.alerce.com> Date: Mon, 2 Mar 2009 09:29:58 -0800 To: Yuri Pankov In-Reply-To: <20090301025446.GA1078@darklight.homeunix.org> References: <49A9DEC2.90701@jrv.org> <20090301025446.GA1078@darklight.homeunix.org> X-Mailer: VM 8.0.12 under 22.1.50.1 (i386-apple-darwin8.11.1) X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-fs@freebsd.org Subject: Re: zfs send -R dumps core on -CURRENT X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hartzell@alerce.com List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Mar 2009 17:29:58 -0000 Yuri Pankov writes: > On Sat, Feb 28, 2009 at 07:02:58PM -0600, James R. Van Artsdalen wrote: > > svn r189099, amd64 > > > > I'm trying to duplicate pool "bigtex" to pool "newtex". > > > > /# zfs snapsnot -r bigtex@now > > /# zfs send -Rv bigtex@now | zfs recv newtex > > cannot receive: failed to read from stream > > /# zfs send -Rv bigtex@now > x > > Segmentation fault: 11 (core dumped) > > /# > > > > Is there a way to tell make buildworld to just build everything with -g > > and not strip anything? > > DEBUG_FLAGS=-g in /etc/src.conf I've attached a patch that fixes this problem (for me) to PR #130105. g.