Bug 3325

Summary: Gzip fails on random archives
Product: [Retired] Red Hat Linux Reporter: mkatshym
Component: gzipAssignee: David Lawrence <dkl>
Status: CLOSED NOTABUG QA Contact:
Severity: low Docs Contact:
Priority: high    
Version: 6.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-06-08 08:55:45 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description mkatshym 1999-06-08 01:16:47 UTC
For smoe reason when using gzip seperatley (and with tar
-zxvf, etc.) gzip will report a crc corruption error.  This
occurs on everything from linux kernel sources, to just
programs people have tarred and gzipped up.  I have checked
each gzipped file on a SunOS machine with gzip version
1.2.4 (same as on RH6.0) and they have worked perfectly.  On
some gzipped files, gunzip works just fine, it seems
random.  Have already checked that the files were downloaded
in binary format.

Comment 1 mkatshym 1999-06-08 01:23:59 UTC
Just for your info, example files which it fails on include
linux-2.2.9.tar.gz from ftp.us.kernel.org, it does not fail however on
linux-2.2.5.tar.gz.

Comment 2 Jeff Johnson 1999-06-08 08:55:59 UTC
I downloaded linux-2.2.9.tar.gz from ftp.us.kernel.org and ran
"zcat linux-2.2.9.tar.gz > /dev/null" on both i386 and sparc64
architectures successfuilly. Perhaps you have some other problem
(possibly hardware on bleeding edge kernel) ... ?