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

Segmentation fault: 11 with node v4.0.0-rc.5 #12

Closed
kylepaulsen opened this issue Sep 8, 2015 · 2 comments
Closed

Segmentation fault: 11 with node v4.0.0-rc.5 #12

kylepaulsen opened this issue Sep 8, 2015 · 2 comments

Comments

@kylepaulsen
Copy link

So node v4.0.0-rc.5 was released like 12 hours ago. Why isn't this fixed yet? :P
Just kidding.

So I noticed this when trying to use the ws module. The fallback files don't get a chance to run because node just seg faults. I assume there is some NAN magic that needs to be upgraded or something? rvagg mentions it in the third paragraph of the first post in nodejs/node#2522 . It would be awesome to get this working for node 4 soon :)

In the meantime, it seems like the fallback files work if I change the source to not even try to require the native versions. So doing that for now.

@3rd-Eden
Copy link
Member

3rd-Eden commented Sep 8, 2015

So node v4.0.0-rc.5 was released like 12 hours ago. Why isn't this fixed yet? :P
Just kidding.

If node just stopped breaking binary addons on every single minor or RC release they made, I would actually have time work on open source. Accepting pull requests for this, I won't have time to look at this for at least a week or so.. Or basically until they are done with creating release candidates and actually release something stable. This isn't node 0.1 anymore ;-D

@3rd-Eden
Copy link
Member

3rd-Eden commented Sep 9, 2015

Closing this issue, you probably forgot to do a npm rebuild or npm install after switching node versions causing binary addons to be linked against old v8 binaries instead of the new and shiny one's

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

No branches or pull requests

2 participants