-
Notifications
You must be signed in to change notification settings - Fork 22
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
Segmentation fault on node.js 0.10.30 #30
Comments
node-icu-charset-detector version is 0.2.0 and system is Ubuntu. |
Still happens on Node.js 6 Another test case: charsetDetector.detectCharset(Buffer.from("ceb6de4f330820d3ffb18f704b8a42783eb6aa82", "hex")); Valgrind stack trace:
|
After some experimentation, I found that this appears to be a bug in ICU4C, not a bug in this wrapper module. The segfault appears to have been fixed in ICU 53. Upgrading your ICU4C installation to ICU 53 or later should fix the issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting the following:
The text was updated successfully, but these errors were encountered: