Mysterious intermittently corrupted gzipped tar files #862
Unanswered
WenningQiu
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My application uses SharpZipLib 1.4.2 to process data files into gzipped tar archives. It had been working flawlessly for years on Windows Server 2016 VMs. However, we started to notice intermittent corruptions in the generated archive files after our QA server was migrated to Microsoft Windows Server 2022 Standard (Version 10.0.20348 Build 20348). That being said, I am hardly convinced that Windows Server 2022 is the culprit, as the corruption appears to happen just intermittently - rerunning the application on the same machine and dataset fails to reproduce the corruption as of this writing.
Below is what a corrupted file looks like:
The following is the core function of the application that takes a set of gzip files and packs them into a gzipped tar file. Not sure if it has any weakness that can corrupt the file.
Beta Was this translation helpful? Give feedback.
All reactions