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 #13

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

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

kylepaulsen opened this issue Sep 8, 2015 · 2 comments

Comments

@kylepaulsen
Copy link

It's me again...

Same story with this one:

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.

@bassettsj
Copy link

Having the same issues here. 😄

@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

@3rd-Eden 3rd-Eden closed this as completed Sep 9, 2015
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

3 participants