-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Methods from module zip read only 65535 records from zip file #8675
Comments
Hi! This should be resolved by #8537, can you try it out? |
Hi! Nope, still reproducible:
|
Thanks! I don't have the time to dig into this further as most of us are on vacation right now, but we'll revisit this once we're back. :-) |
The functionality works with #8537 if you don't use the bootstrap emulator.
|
Checked on latest pull request contents of #8537 and it's working correctly indeed:
|
Fix merged to maint for release in 27.1. |
Describe the bug
Methods like
zip:foldl
orzip:unzip
process limited number of records from zip archive. No errors just incomplete list.To Reproduce
Try to unpack or list_dir of provided file test.zip (it consists of 80000 empty files).
The same for
zip:unzip
, in unpacks not all files.System unzip command reads and unpacks everything:
Expected behavior
Methods from module zip should process all files from provided archive.
Affected versions
27
Additional context
Test file: test.zip
Checked on otp-25, otp-27 from debian
The text was updated successfully, but these errors were encountered: