GNU bug report logs - #15325
How does gzip reads/writes data from/to the file.

Previous Next

Package: gzip;

Reported by: ddun <ddun.user <at> gmail.com>

Date: Tue, 10 Sep 2013 18:03:01 UTC

Severity: normal

Tags: notabug

Done: Eric Blake <eblake <at> redhat.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: ddun <ddun.user <at> gmail.com>
Subject: bug#15325: closed (Re: bug#15325: How does gzip reads/writes data
 from/to the file.)
Date: Tue, 10 Sep 2013 18:16:04 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#15325: How does gzip reads/writes data from/to the file.

which was filed against the gzip package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 15325 <at> debbugs.gnu.org.

-- 
15325: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15325
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Eric Blake <eblake <at> redhat.com>
To: ddun <ddun.user <at> gmail.com>
Cc: 15325-done <at> debbugs.gnu.org
Subject: Re: bug#15325: How does gzip reads/writes data from/to the file.
Date: Tue, 10 Sep 2013 12:15:07 -0600
[Message part 3 (text/plain, inline)]
tag 15325 notabug
thanks

On 09/10/2013 11:54 AM, ddun wrote:
> Hello,
> 
> I am trying to figure out what functions does gzip uses to read/write the
> data to/from the files. I saw that for error cases gzip was using *fprintf
> (stderr.. *but saw no fread/fscanf functions anywhere in the code.
> *
> *
> Can anyone point out the functions used by gzip to read/write to a file and
> in which code file are they.

Look for the lower-level read()/write() interface (Unix unbuffered file
I/O), not the higher-level fread() (C buffered file I/O).

I'm closing this as not a bug, so that it doesn't clog the bug tracker;
but feel free to continue to respond as you have other questions.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

[signature.asc (application/pgp-signature, attachment)]
[Message part 5 (message/rfc822, inline)]
From: ddun <ddun.user <at> gmail.com>
To: bug-gzip <at> gnu.org
Subject: How does gzip reads/writes data from/to the file.
Date: Tue, 10 Sep 2013 13:54:39 -0400
[Message part 6 (text/plain, inline)]
Hello,

I am trying to figure out what functions does gzip uses to read/write the
data to/from the files. I saw that for error cases gzip was using *fprintf
(stderr.. *but saw no fread/fscanf functions anywhere in the code.
*
*
Can anyone point out the functions used by gzip to read/write to a file and
in which code file are they.
*
*
Thanks* *
[Message part 7 (text/html, inline)]

This bug report was last modified 11 years and 316 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.