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

Large bz2 file decompressed incorrectly #661

Open
AndrewKraevskii opened this issue Apr 24, 2024 · 1 comment
Open

Large bz2 file decompressed incorrectly #661

AndrewKraevskii opened this issue Apr 24, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@AndrewKraevskii
Copy link

Version

0.5.1

Description

When i try to decompress big bz2 file (entire wikipedia downloaded from here) it results in file which is only 2.6KB. Compressed version is 21GB.
Only 40 lines from fully decompressed version were present which is 91GB.

I used bzig2 to decompress it instead and it worked just fine.

Here is asciinema of this behavior:
https://asciinema.org/a/z4E03bQhOAJ9Rrm0I3YyiR7wq

Current Behavior

Only part of the file decompressed.

Expected Behavior

I expect entire file to be decompressed.

Additional Information

I use Fedora Linux 39 (Workstation Edition) x86_64 and kernel of version 6.8.6-200.fc39.x86_64

@AndrewKraevskii AndrewKraevskii added the bug Something isn't working label Apr 24, 2024
@marcospb19
Copy link
Member

marcospb19 commented Apr 27, 2024

Thanks for the report, might take some time but we'll take a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants