alexcrichton / xz2-rs

Bindings to liblzma in Rust (xz streams in Rust)
Apache License 2.0
81 stars 52 forks source link

Assertion failed: memcmp(mf_ptr(mf) - 1, mf_ptr(mf) - matches[i].dist - 2, matches[i].len) == 0, file xz-5.2/src/liblzma/lz\lz_encoder_mf.c, line 42 #91

Open Lesiuk opened 2 years ago

Lesiuk commented 2 years ago

When compressing a large stream of data after about 6 GB of output file, I got this error on Windows 10.

Assertion failed: memcmp(mf_ptr(mf) - 1, mf_ptr(mf) - matches[i].dist - 2, matches[i].len) == 0, file xz-5.2/src/liblzma/lz\lz_encoder_mf.c, line 42