-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Getting a segmentation fault #166
Labels
Comments
Might be linked to node's issue with 0.10.31: nodejs/node-v0.x-archive#8208 |
Pako (the library handling the decompression) has the same issue : nodeca/pako#36. |
This was referenced Sep 12, 2014
So the things are back to normal now after Node.js version 0.10.32 is released, right? |
Right |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I am trying to unzip a zip with images inside it. The .asBinary() methods fail with a
segmentation fault
. I didn't change the code, but installed the newer 2.4 version.Here's a git repo of the error you can reproduce: https://github.com/edi9999/jszip-bug
just
Apparently it works with 2.0 and 2.1, but fails with 2.2,2.3 and 2.4
The text was updated successfully, but these errors were encountered: