7zip fails when compressing symlinks that point to large files
A free file archiver for extremely high compression
Brought to you by:
ipavlov
Result:
System ERROR:
Unspecified error
If you don't use -bd option, you can observe that the console prints really large % numbers. This is probably because archive process is using the size of symlink vs link target to compute compression percentages. This might cause overflow errors in other parts of the code even with "-bd" options.
Yes, it's BUG.
7-Zip thinks that file is small and reserves small block for local zip header.
And then 7-Zip can't write big zip64 header to that block.
I'll try to fix the problem in next version.
Thanks for report!