-
Notifications
You must be signed in to change notification settings - Fork 976
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
Comments
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
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
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)
The text was updated successfully, but these errors were encountered: