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

Getting a segmentation fault #166

Closed
edi9999 opened this issue Aug 21, 2014 · 4 comments
Closed

Getting a segmentation fault #166

edi9999 opened this issue Aug 21, 2014 · 4 comments
Labels

Comments

@edi9999
Copy link
Contributor

edi9999 commented Aug 21, 2014

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

git clone https://github.com/edi9999/jszip-bug
npm install
node index.js

Apparently it works with 2.0 and 2.1, but fails with 2.2,2.3 and 2.4

@edi9999
Copy link
Contributor Author

edi9999 commented Aug 21, 2014

Might be linked to node's issue with 0.10.31: nodejs/node-v0.x-archive#8208

@dduponchel
Copy link
Collaborator

Pako (the library handling the decompression) has the same issue : nodeca/pako#36.
I tested with nodejs v0.10.30 (no error) and nodejs v0.10.31 (segmentation fault) so I think this comes from the nodejs issue.

@Mithgol
Copy link
Contributor

Mithgol commented Oct 7, 2014

So the things are back to normal now after Node.js version 0.10.32 is released, right?

@edi9999
Copy link
Contributor Author

edi9999 commented Oct 7, 2014

Right

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants