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

TestArchive hangs #229

Closed
KB4MDD opened this issue May 23, 2018 · 1 comment
Closed

TestArchive hangs #229

KB4MDD opened this issue May 23, 2018 · 1 comment

Comments

@KB4MDD
Copy link

KB4MDD commented May 23, 2018

afmlsxmio.zip

Steps to reproduce

The attached zip file is apparently corrupted. It was received from a GOES satellite. Using the TestArchive method results in the component hanging.

Expected behavior

Return false - indicating that the archive failed.

Actual behavior

The component hangs at
Worker Thread ICSharpCode.SharpZipLib.dll!ICSharpCode.SharpZipLib.Checksums.Crc32.Update

Version of SharpZipLib

0.86.0.518

Obtained from (place an x between the brackets for all that apply)

  • [ X] Downloaded DLL from GitHub
@jfreilly
Copy link
Member

The archive has an invalid CRC.

piksel added a commit to piksel/SharpZipLib that referenced this issue Jun 16, 2018
piksel added a commit to piksel/SharpZipLib that referenced this issue Jun 16, 2018
Returning true here just puts us in an infinite loop, not sure what was supposed to happen?

Fixes icsharpcode#229.
piksel added a commit to piksel/SharpZipLib that referenced this issue Jun 17, 2018
@piksel piksel closed this as completed in c162f19 Jul 12, 2018
piksel added a commit to piksel/SharpZipLib that referenced this issue Jul 15, 2018
Returning true here just puts us in an infinite loop, not sure what was supposed to happen?

Fixes icsharpcode#229.
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