Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants