bugGNU tar - Bugs: bug #61768, Tar ends with error when trying to...

 
 

bug #61768: Tar ends with error when trying to extract >= 8GB files archived by bsdtar

Submitter:  Lukas <ljavorsk>
Submitted:  Fri 07 Jan 2022 02:33:34 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Postponed
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 10 Jan 2022 05:56:22 PM UTC, comment #3: 


> But why is there a problem only from >=8GB size?


Not having enough data, I can only conjecture: probably because 'SCHILY.fflags' is not used in this case.

> I would expect that if I archive a file using bsdtar it would be handled the same way by tar no matter the size of the file.


Ideally, yes.  But as I noted in my previous posting, 'SCHILY.fflags' is not supported by GNU tar.  If you could supply a patch, it would be more than welcome.

> Also one of my colleagues has noticed that when he archived the example files (attached in this comment) they don't have
> the 'SCHILY.fflags', and yet the tar can't handle them.


I'm able to extract archive-7G.tar using GNU tar as old as version 1.29.  By the way, it is archived using GNU extensions, so it's quite natural it is handled properly by GNU tar.


Sergey Poznyakoff <gray>
Group administrator
Mon 10 Jan 2022 05:02:15 PM UTC, comment #2: 

Hi Sergey,

Thank you for your prompt response.

But why is there a problem only from >=8GB size?

I would expect that if I archive a file using bsdtar it would be handled the same way by tar no matter the size of the file.

Also one of my colleagues has noticed that when he archived the example files (attached in this comment) they don't have the 'SCHILY.fflags', and yet the tar can't handle them.

There is the only difference, in the "size=" property in the archive metadata which may cause this issue. (see at attached .png image of the diff made using 'vbindiff')

file #52636, file #52637)

Lukas <ljavorsk>
Fri 07 Jan 2022 04:15:43 PM UTC, comment #1: 

The only member of the archive file in question is stored using the SCHILY.fflags extended attribute, which is not supported (yet) by GNU tar.  So it handles the archive as expected.

Sergey Poznyakoff <gray>
Group administrator
Fri 07 Jan 2022 02:33:34 PM UTC, original submission:  

This issue was reported on RHEL distro (https://bugzilla.redhat.com/show_bug.cgi?id=2037839)
, but affects the Fedora as well on the latest tar build.

Tar raises an error when trying to extract big files archived by bsdtar.

Error message:
tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.security.selinux'
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now

You can easily reproduce it using the reproducer and testing file attached to this bug.
Just run the 'tarissue.sh' file.

Lukas <ljavorsk>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #52635:  archives-compare.png added by ljavorsk (154KiB - image/png)
file #52636:  archive-7G.tar added by ljavorsk (3KiB - application/x-tar)
file #52637:  archive-9G.tar added by ljavorsk (3KiB - application/x-tar)
file #52622:  archive.tar.gz added by ljavorsk (388B - application/x-gzip)
file #52623:  tarissue.sh added by ljavorsk (165B - text/x-sh)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by gray (Posted a comment)
  • -email is unavailable- added by ljavorsk (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2022-01-10 ljavorsk Attached File- Added archives-compare.png, #52635
        Attached File- Added archive-7G.tar, #52636
        Attached File- Added archive-9G.tar, #52637
    2022-01-07 gray StatusNone Postponed
    2022-01-07 ljavorsk Attached File- Added archive.tar.gz, #52622
        Attached File- Added tarissue.sh, #52623

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code