[issue39038] OverflowError in tarfile.open

2019-12-13 Thread Christian Heimes
Christian Heimes added the comment: The file is not a valid tar file: $ tar xf crash-83a6e7d4b810c6a0bd4fd9dfd6a0b36550034ccf gzip: stdin: invalid compressed data--crc error gzip: stdin: invalid compressed data--length error tar: This does not look like a tar archive tar: Skipping to next he

[issue39038] OverflowError in tarfile.open

2019-12-13 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +ethan.furman ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue39038] OverflowError in tarfile.open

2019-12-13 Thread jvoisin
New submission from jvoisin : The attached file produces the following stacktrace when opened via `tarfile.open`, on Python 3.7.5rc1: ``` $ cat test.py import sys import tarfile tarfile.open(sys.argv[1]) $ python3 test.py ./crash-83a6e7d4b810c6a0bd4fd9dfd6a0b36550034ccf Traceback (most recen