-
Notifications
You must be signed in to change notification settings - Fork 45
Segmentation fault when accessing a xlsb file #4
Comments
@lightbringer1991 I notice the segfault in node 0.10.31 but not in 0.10.30. Can you try switching to node 0.10.30 and see if the segfault occurs? (FYI I use https://www.npmjs.org/package/n to switch between node versions) EDIT: sounds like the issue is related to nodejs/node-v0.x-archive#8208 -- hopefully the node issue can be resolved soon. In the interim, I recommending installing node 0.10.30 |
Hi, I switched back to 0.10.30 and it works. I hope we can resolve the issue in the future release |
@lightbringer1991 I don't know when the node developers will resolve the issue. In the interim, the command-line tool checks for the node version and gives an error message:
|
j now throws an error when `require`d in node v0.10.31. See: - #4 - SheetJS/sheetjs#100 - SheetJS/sheetjs#106 - nodejs/node-v0.x-archive#8208 - nodejs/node-v0.x-archive#8320
@lightbringer1991 the |
I don't see a segfault when processing XLS files, only when processing XLSX. Any particular reason why? |
@randalldonovan This is coming from the zip library. There is a related issue: Stuk/jszip#166 XLS does not use zip files. They use a different container format: https://github.com/SheetJS/js-cfb |
EDIT: this is a bug in node v0.10.31 (nodejs/node-v0.x-archive#8208). If you find repeated segmentation faults, try rolling back to node 0.10.30. On linux and OSX,
n
on npm (https://www.npmjs.org/package/n) removes most of the hassle of switching between node versions.Hi,
I'm trying to extract a sheet from a xlsb file. However when I open the file, I get the message "Segmentation Fault".
Same error occurred when I ran "j -l file.xlsb"
I'm just wondering how do I resolve that.
The text was updated successfully, but these errors were encountered: