twolfson / grunt-zip

Zip and unzip files via a grunt plugin
MIT License
87 stars 19 forks source link

Unzip dies without error on some machines but works with node-debug #31

Closed mlenkeit closed 10 years ago

mlenkeit commented 10 years ago

I'm trying to unzip a small 2mb file with grunt-zip. It works fine on my computer, but doesn't work on my colleague's machine or on one of my cloud machines. It just dies without any error on those machines. Also with --verbose, there's no additional information. Funny thing is, that when I run grunt-zip with node-debug on those machines, it suddenly works. Any idea on how to gather get more details on this? Thanks, Max

twolfson commented 10 years ago

This is probably related to #30. Can you provide me with the node, grunt-cli, and grunt-zip version on each machine?

node --version
npm ls grunt-cli
npm ls grunt-zip
mlenkeit commented 10 years ago

Thanks for the quick response!

It's working fine Win7 with: node v0.10.29 grunt-cli 0.1.13 grunt-zip 0.16.0

It's not working Win7 with node v0.10.31 grunt-cli 0.1.13 grunt-zip 0.16.0

If I understand #30 and the referenced issue correctly, it's a bug in node v0.10.31 and this will probably be fixed with one of the next patches.

twolfson commented 10 years ago

Yep, it is probably node@0.10.31. I am going to close this issue and request you follow the issue on joyent/node from #30

joyent/node#8208

puzrin commented 10 years ago

Yes. grint-zip depends on jszip, that depends on pako. And pako crash 0.10.31.

I've broken the world :)