-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xopen.xopen(zst_file): results in OSError: b'/*stdin*\\ : Read error (39) : premature end \n' (exit code 1) #160
Comments
Thanks! This can reliably be triggered with a compressed file that is larger than 128 KiB (131072 bytes). As a workaround, you can add |
What we do in xopen is equivalent to something like this:
That is, we stop sending input data to the It appears this happens:
|
Fix merged in #161, so I think this can be closed now. Thanks again for reporting! |
Hi, with xopen/2.0.1 and zstandard/0.22.0 I see the following sometimes when opening a .zst file
Do you know how I can decrypt this? I modified the script's invocation to call xopen and piped in /dev/null as the stdin, which seems to bypass it.
The text was updated successfully, but these errors were encountered: