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

When un7zip size of 100GB report an error :'unarr: No valid RAR, ZIP, 7Z or TAR archive' #32

Closed
haoyutc opened this issue Jul 31, 2022 · 2 comments

Comments

@haoyutc
Copy link

haoyutc commented Jul 31, 2022

Use dd create 1GB 10GB 100GB file
dd if=/dev/random of=data1GB.bin bs=40m count=25
dd if=/dev/random of=data10GB.bin bs=400m count=25
dd if=/dev/random of=data100GB.bin bs=4000m count=25
and use command '7z a' archive to data1GB.7z data10GB.7z data100GB.7z
When un7zip size of 100GB.7z and 10GB.7z files report an error :'unarr: No valid RAR, ZIP, 7Z or TAR archive'
But, un7zip size under 1GB file successfully!!!

Last,I test 2GB / 3GB / 4GB /5GB ,only 2GB file success, and above 2GB file failed!

OS : macOS 12.4
GOVERSION="go1.18.3"

@gen2brain
Copy link
Owner

These are only bindings, I believe there is already a similar open issue at unarr. I am closing this as it will not be fixed here, direct your issues to upstream.

@gen2brain
Copy link
Owner

This should be fixed, thanks for reporting, and sorry for closing too early.

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