Skip to content
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

Fail on decode big file with blockIndependence=false #94

Open
STUkh opened this issue Apr 27, 2020 · 1 comment
Open

Fail on decode big file with blockIndependence=false #94

STUkh opened this issue Apr 27, 2020 · 1 comment

Comments

@STUkh
Copy link

STUkh commented Apr 27, 2020

  • Descriptor
  blockIndependence: false,
  blockChecksum: false,
  blockMaxSize: 4194304,
  streamSize: true,
  streamChecksum: false,
  dict: false,
  dictId: 0
  • LZ4 Frame mode
  • Uncompressed file size > 20 MB

Node LZ4 lib fail to decompress content, compressed by 3rd party libs. With blockIndependence: true everything is ok. Looks like uncompress_DataBlock don't rely on context from previous block and always fail on further blocks decoding.

@JaktensTid
Copy link

I cannot decompress data compressed by Python lz4 lib with blockIndependence: false as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants