GNU bug report logs -
#17804
RFC: fixing the 32-bit size and time limits in gzip file format
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 15 Dec 2021 18:33:12 -0800
with message-id <b546014b-f19b-8025-cd7b-2266676b41d9 <at> cs.ucla.edu>
and subject line Re: bug#17804: RFC: fixing the 32-bit size and time limits in gzip file format
has caused the debbugs.gnu.org bug report #17804,
regarding Wrong uncompressed size with option --list
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
17804: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17804
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Hi,
I've seen that with large sized files (14G in this case) when I use the
"list" option I get wrong uncompressed size and the ratio, of course, is
wrong. I've tested it with versions 1.10 (last just compiled) and 1.5
(system version).
/ # ./gzip -l file.gz //
// compressed uncompressed ratio uncompressed_name//
/
/ 4937209128 1654354046 -198.4% file/
The real uncompressed size is 14539255934.
/# ./gzip -V//
//gzip 1.10//
//Copyright (C) 2018 Free Software Foundation, Inc.//
//Copyright (C) 1993 Jean-loup Gailly.//
//This is free software. You may redistribute copies of it under the
terms of//
//the GNU General Public License <https://www.gnu.org/licenses/gpl.html>.//
//There is NO WARRANTY, to the extent permitted by law.//
//
//Written by Jean-loup Gailly./
/#ldd ./gzip //
// linux-vdso.so.1 => (0x00007ffecc9f2000)//
// libc.so.6 => /lib64/libc.so.6 (0x00007f4414ef0000)//
// /lib64/ld-linux-x86-64.so.2 (0x00007f44152be000)/
/# file ./gzip //
//./gzip: ELF 64-bit LSB executable, x86-64, version 1 (SYSV),
dynamically linked (uses shared libs), for GNU/Linux 2.6.32,
BuildID[sha1]=d0d1507ea734a12479a63489ea858bd997fcb716, not stripped/
Regards.
[Message part 4 (text/html, inline)]
[Message part 5 (message/rfc822, inline)]
On 6/18/14 15:12, Paul Eggert wrote:
> One simple way forward would be to implement what pigz -tl does, namely,
> decompress the input stream and discard the output, but print its size.
I finally got around to implementing that suggestion:
https://git.savannah.gnu.org/cgit/gzip.git/commit/?id=cf26200380585019e927fe3cf5c0ecb7c8b3ef14
https://git.savannah.gnu.org/cgit/gzip.git/commit/?id=32fef43b442c7abc70414863d64718cd06f6477a
So I am closing this old bug report.
This bug report was last modified 3 years and 155 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.