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

Regression in gunzip in 5.9.0 -- GZ files that used to uncompress no longer do #5871

Closed
tstanev opened this issue Mar 23, 2016 · 1 comment
Closed

Comments

@tstanev
Copy link

tstanev commented Mar 23, 2016

Using the built-in gunzip results in error on certain gzip files (example attached). The error is code -3, Z_DATA_ERROR, "unknown compression method". The file used to gunzip fine with version 5.6.0 of node. Likely culprit (just guessing) is #5120. The same file can be decompressed without error using the OSX gunzip utility on the command line.
165.gz

  • 5.9.0
  • Darwin man7mx6h12.ads.autodesk.com 15.3.0 Darwin Kernel Version 15.3.0: Thu Dec 10 18:40:58 PST 2015; root:xnu-3248.30.4~1/RELEASE_X86_64 x86_64
  • zlib
@jasnell
Copy link
Member

jasnell commented Mar 23, 2016

Fix already landed in master: #5863
Should go out with the next v5 release.

@jasnell jasnell closed this as completed Mar 23, 2016
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