-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
received SIGSEGV for address: 0x3a8 , Many times #4908
Comments
Do you have a test case that doesn't depend on non-core modules? We don't as a rule accept issues that use third-party modules. |
I too have been getting a
Unfortunately I'm only seeing this in a fairly large project (no minimal example). Of perhaps interesting note: I have traced this down to I understand the basis for a rule to not accept issues that involve non-core modules, but in this case I'm not sure how I can provide such a thing. |
Update: Here is a stack trace from
|
Can you check if the nightly build works for you? The stack trace looks suspiciously like the bug that was fixed in #4328. |
I'm certainly willing to do this, but I admit I'm not sure how. I downloaded the nightly build you linked, unzipped it to a "node_nightly" directly and added that to my path. This gave me the expected version, but npm install (to rebuild modules with this new version) fails all over. EDIT: npm install failures seem to be due to node-gyp attempting to use a URL that doesn't exist for header packages. Not sure how to get around this. |
@NuSkooler If you download the source tarball as well, you can point npm / node-gyp there with the |
@bnoordhuis Thanks, that's what I needed! As for the actual issue, it appears to be fixed in the nightly build you linked. Also, if it helps any, the problem does not occur for me in 4.2.0 either. |
Good to know, thanks for following up. The fix is scheduled for the next LTS release. I'll close the issue. |
in node v5.5
app.js
getPointers.js
happens even when debug mode is off
The text was updated successfully, but these errors were encountered: