From owner-freebsd-current@FreeBSD.ORG Mon Jun 14 02:58:55 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 C3879106564A for ; Mon, 14 Jun 2010 02:58:55 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from monday.kientzle.com (kientzle.com [66.166.149.50]) by mx1.freebsd.org (Postfix) with ESMTP id 62AAC8FC0C for ; Mon, 14 Jun 2010 02:58:55 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.3/8.14.3) id o5E2xB9P029816; Mon, 14 Jun 2010 02:59:11 GMT (envelope-from kientzle@freebsd.org) Received: from horton.x.kientzle.com (fw2.kientzle.com [10.123.1.2]) by kientzle.com with SMTP id 3hvpuvk2p8d36nvap7sac9ci5n; Mon, 14 Jun 2010 02:59:10 +0000 (UTC) (envelope-from kientzle@freebsd.org) Message-ID: <4C159AEB.4030505@freebsd.org> Date: Sun, 13 Jun 2010 19:58:51 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.23) Gecko/20100314 SeaMonkey/1.1.18 MIME-Version: 1.0 To: Boris Samorodov References: <83802150@bb.ipt.ru> In-Reply-To: <83802150@bb.ipt.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: [bsdtar] strange compression with ^T command 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, 14 Jun 2010 02:58:55 -0000 Thanks for the report! This was caused by an overflow in the compression calculation when the "in" bytes was larger than the "out" bytes. I just committed a fix as r209152. Tim Boris Samorodov wrote: > Hi! > > ----- > % uname -a > FreeBSD host.ipt.ru 9.0-CURRENT FreeBSD 9.0-CURRENT #4 r208799: Fri Jun 4 13:58:47 MSD 2010 bsam@host.ipt.ru:/storage/obj/storage/src/sys/HOST i386 > > % make extract > ===> Vulnerability check disabled, database not found > ===> License check disabled, port has not defined LICENSE > ===> Extracting for eric5-5.0.0 > => No checksum file (/m/home/bsam/shared/FreeBSD/exp/eric5/devel/eric5/distinfo). > load: 6.85 cmd: bsdtar 68052 [runnable] 131.55r 0.03u 0.30s 0% 2044k > In: 17512980 bytes, compression 1290122025%; Out: 1502 files, 17509012 bytes > Current: eric5-5.0.0-RC1/eric/icons/default/drawEraser.png (1172 bytes) > load: 6.96 cmd: gzip 68051 [pipdwt] 150.90r 0.16u 0.00s 0% 1052k > In: 24466168 bytes, compression -1782936608%; Out: 1821 files, 24460918 bytes > Current: eric5-5.0.0-RC1/eric/E5Gui/E5SingleApplication.py (4726 bytes) > % > ----- > > One can get the file to experiment: > ----- > % fetch http://heanet.dl.sourceforge.net/project/eric-ide/eric5/stable/5.0.0-RC1/eric5-5.0.0-RC1.tar.gz > ----- > > Extracted files seems to be OK. >