bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-tar] new/old extract problems with 6GB sparse file


From: Joerg Delker
Subject: Re: [Bug-tar] new/old extract problems with 6GB sparse file
Date: Mon, 19 Jun 2006 10:33:09 +0200
User-agent: Thunderbird 1.5.0.2 (X11/20060516)

Sergey Poznyakoff wrote:
> $ tar -xvjf jake.tar.bz2 --totals jake.ntfs Total bytes read:
> 3155937280 (3.0GiB, 3.2MiB/s)
>
> This results in an extracted file of length 1997337088 bytes
> (~1.9GB), which looks very suspicious like a 4GB overflow!?

 Yes, indeed. Can you please send me config.log file (created after
 you run configure in GNU tar source directory).

config.log is attached.

> $ tar -xvjf jake.tar.bz2 -O --totals | cat >jake.ntfs jake.ntfs
> tar: jake.ntfs: Cannot seek to 61198336: Invalid argument

 Please, try the attached patch. It disables seek autodetection on the
 output file descriptor if -O is used.

That has still the same result:
/tmp/usr/local/bin/tar: jake_winxp.ntfs: Cannot seek to 61198336: Invalid argument
Total bytes read: 3155937280 (3.0GiB, 3.7MiB/s)
/tmp/usr/local/bin/tar: Error exit delayed from previous errors

Regards,
Joerg

Attachment: config.log.bz2
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]