-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Description
I tried to compress a file with zstd -22 --ultra --long=31 and then decompress it with zstd -d --long=31 and got the following error:
tmp.tar.zst : 6031 MB... tmp.tar.zst : Decoding error (36) : Corrupted block detected
Is this a known issue? Just checking before I try to create a repro and/or debug this since it takes about 2 hours to compress the file (it's ~7GB), so it may take a while to reproduce the issue. Unfortunately, the file I'm compressing isn't something I can pass around, so I can't just send it to you.
I've tried this with the same file on two different platforms (different hardware and different Linux kernel versions) and have run into the same things both times. In both cases, the code I had was built from c0eb6c9, by running with make with no extra options specified.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels