From owner-freebsd-current@FreeBSD.ORG Thu Aug 19 19:40:46 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68AEC16A4CE for ; Thu, 19 Aug 2004 19:40:46 +0000 (GMT) Received: from mail.mcneil.com (rrcs-west-24-199-45-54.biz.rr.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41CE743D2D for ; Thu, 19 Aug 2004 19:40:44 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id E3E6DFD03D; Thu, 19 Aug 2004 12:40:43 -0700 (PDT) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 51307-05; Thu, 19 Aug 2004 12:40:43 -0700 (PDT) Received: from [24.199.45.54] (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 6437AFD02B; Thu, 19 Aug 2004 12:40:43 -0700 (PDT) From: Sean McNeil To: Giorgos Keramidas In-Reply-To: <20040817213813.GE3827@gothmog.gr> References: <1092777586.92327.9.camel@server.mcneil.com> <20040817213813.GE3827@gothmog.gr> Content-Type: text/plain Message-Id: <1092944443.27327.2.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Thu, 19 Aug 2004 12:40:43 -0700 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com cc: freebsd-current@freebsd.org Subject: Re: bsdtar core dumps X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 19 Aug 2004 19:40:46 -0000 On Tue, 2004-08-17 at 14:38, Giorgos Keramidas wrote: > On 2004-08-17 14:19, Sean McNeil wrote: > > Don't think this is amd64-specific, but perhaps.... > > It could be. Or it might be a recent change that I haven't caught up > with yet at home (see below). > > > I just tried to unarchive a file that didn't exist and got a core dump: > > tar zxvvf nonexistent.tar.gz > > $ sysctl hw.machine_arch > hw.machine_arch: i386 > $ tar zxvvf nonexistent.tar.gz > tar: Error opening archive: Failed to open 'nonexistent.tar.gz': No such file or directory > $ uname -v > FreeBSD 5.2-CURRENT #0: Sun Aug 15 23:21:29 EEST 2004 \ > sysop@gothmog.gr:/usr/obj/usr/src/sys/SOLERO > > If versions of bsdtar more recent than Sunday night (around 19:00 UTC) > all exhibit this problem, look for a recent change that causes this. > > - Giorgos -r-xr-xr-x 1 root wheel 120648 Aug 18 14:25 /usr/bin/bsdtar Still has the core dump. I do not have debug compiled in right now, but gdb tells me it is in __vfprintf. I will recompile world with debug and see. sean@server sean]$ uname -a FreeBSD server.mcneil.com 6.0-CURRENT FreeBSD 6.0-CURRENT #31: Wed Aug 18 19:19:58 PDT 2004 root@server.mcneil.com:/usr/obj/usr/src/sys/AMD64 amd64 Sean