TAR files with PAX format are throwing exception #98

Open
opened 2026-01-29 22:06:34 +00:00 by claunia · 1 comment
Owner

Originally created by @jairov4 on GitHub (Jun 29, 2016).

You can replicate this issue with this file:

https://registry.npmjs.org/mout/-/mout-1.0.0.tgz

or

https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-beta.6.tgz

SharpCompress.Common.InvalidFormatException: Not a tar file.
  at SharpCompress.Reader.Tar.TarReader.Open(Stream stream, Options options)
Originally created by @jairov4 on GitHub (Jun 29, 2016). You can replicate this issue with this file: https://registry.npmjs.org/mout/-/mout-1.0.0.tgz or https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-beta.6.tgz ``` SharpCompress.Common.InvalidFormatException: Not a tar file. at SharpCompress.Reader.Tar.TarReader.Open(Stream stream, Options options) ```
Author
Owner

@adamhathcock commented on GitHub (Jun 29, 2016):

Just something to put on the todo list

Quick google description
https://www.ibm.com/support/knowledgecenter/SSLTBW_1.13.0/com.ibm.zos.r13.bpxa500/pxarchfm.htm

@adamhathcock commented on GitHub (Jun 29, 2016): Just something to put on the todo list Quick google description https://www.ibm.com/support/knowledgecenter/SSLTBW_1.13.0/com.ibm.zos.r13.bpxa500/pxarchfm.htm
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#98