-
Notifications
You must be signed in to change notification settings - Fork 85
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
Compress failed in compthread #1
Comments
That looks good and consistent with the rest of the code, thanks! I'll apply it when I get a chance. |
This was referenced Jan 12, 2018
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to compress a Windows 7 VMware vmdk file with 25 GByte which worked with the standard LZMA as expected. But then I tried bzip2 and gzip mode and both failed with the above error.
I took a short look at the source and found following solution for me, with this I could go further and have now a malloc problem which I will try to solve later.
The text was updated successfully, but these errors were encountered: