From owner-freebsd-current@FreeBSD.ORG Tue Jan 20 21:08:06 2009 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 DF4B61065670 for ; Tue, 20 Jan 2009 21:08:06 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 0BC0B8FC1E for ; Tue, 20 Jan 2009 21:08:05 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (adsl189-242.kln.forthnet.gr [79.103.2.242]) (authenticated bits=128) by igloo.linux.gr (8.14.3/8.14.3/Debian-5) with ESMTP id n0KL7shA012767 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 20 Jan 2009 23:07:59 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.3/8.14.3) with ESMTP id n0KL7swO099079; Tue, 20 Jan 2009 23:07:54 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.3/8.14.3/Submit) id n0KL7stf099078; Tue, 20 Jan 2009 23:07:54 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) From: Giorgos Keramidas To: Tim Kientzle References: <87skndg0cv.fsf@kobe.laptop> Date: Tue, 20 Jan 2009 23:07:54 +0200 In-Reply-To: <87skndg0cv.fsf@kobe.laptop> (Giorgos Keramidas's message of "Tue, 20 Jan 2009 22:59:28 +0200") Message-ID: <87ocy1fzyt.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-MailScanner-ID: n0KL7shA012767 X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.954, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.45, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-current@FreeBSD.org Subject: Re: [PATCH] bsdcpio core dump 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: Tue, 20 Jan 2009 21:08:08 -0000 On Tue, 20 Jan 2009 22:59:28 +0200, Giorgos Keramidas wrote: > The cosmetic changes can probably go in a separate commit, but we should > probably fix & backport the core dump when archive_write_header() fails. Ok, this part was quite easy. I split the cosmetic changes and the core dump fix at: - cosmetic warn message tweak: http://people.freebsd.org/~keramida/diff/bsdcpio-2009.01.10-7752.c9e6e3ea5e24.diff - core dump fix: http://people.freebsd.org/~keramida/diff/bsdcpio-2009.01.10-7753.cb8c324bbcd1.diff