-
Notifications
You must be signed in to change notification settings - Fork 75
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
node6 runtime error #41
Comments
I'm also having this problem. I'm searching for alternatives if this doesn't get solved 😢 |
For now you could do something like this: if (process.version.indexOf('v4') === 0 || process.version.indexOf('v5') === 0) {
var SegfaultHandler = require('segfault-handler');
SegfaultHandler.registerHandler();
} |
Yes, I'm requiring it inside a |
This module works for me on Node 6.9.1 . Is this still a valid bug for you all? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Getting the below error at runtime for the below use under node 6. Could not duplicate in an isolated test. Anyone seeing something similar?
Usage:
Runtime error:
The text was updated successfully, but these errors were encountered: