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

[Archlinux] Need help ! #8699

Closed
funilrys opened this issue Sep 21, 2016 · 3 comments
Closed

[Archlinux] Need help ! #8699

funilrys opened this issue Sep 21, 2016 · 3 comments
Labels
cares Issues and PRs related to the c-ares dependency or the cares_wrap binding.

Comments

@funilrys
Copy link

  • Version: v6.6.0
  • Platform: Linux
  • Subsystem: Archlinux

When I start node in terminal I get

/usr/bin/node[12248]: ../src/cares_wrap.cc:1328:void node::cares_wrap::Initialize(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Context>): Assertion `(r) == (0)' failed.
 1: node::Abort() [node]
 2: node::Assert(char const* const (*) [4]) [node]
 3: 0xd5bb7a [node]
 4: 0xd6e715 [node]
 5: v8::internal::FunctionCallbackArguments::Call(void (*)(v8::FunctionCallbackInfo<v8::Value> const&)) [node]
 6: 0x75046b [node]
 7: 0x750b38 [node]
 8: 0x750c9e [node]
 9: 0x2bf35dd092a7
Aborted (core dumped)

And I don't understand why ...

Thanks in advance for the help !

@addaleax addaleax added the cares Issues and PRs related to the c-ares dependency or the cares_wrap binding. label Sep 21, 2016
@addaleax
Copy link
Member

I think this is a duplicate of #5588?

@funilrys
Copy link
Author

funilrys commented Sep 21, 2016

You can find a strace node here @addaleax

@funilrys
Copy link
Author

solved by changing permission of resolv.conf to 644

bnoordhuis added a commit to bnoordhuis/io.js that referenced this issue Sep 23, 2016
Throw a JS exception instead of aborting so the user at least has a
fighting chance of understanding what went wrong.

Fixes: nodejs#8699
PR-URL: nodejs#8710
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
Reviewed-By: Ilkka Myller <ilkka.myller@nodefield.com>
jasnell pushed a commit that referenced this issue Sep 29, 2016
Throw a JS exception instead of aborting so the user at least has a
fighting chance of understanding what went wrong.

Fixes: #8699
PR-URL: #8710
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
Reviewed-By: Ilkka Myller <ilkka.myller@nodefield.com>
Fishrock123 pushed a commit that referenced this issue Oct 11, 2016
Throw a JS exception instead of aborting so the user at least has a
fighting chance of understanding what went wrong.

Fixes: #8699
PR-URL: #8710
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
Reviewed-By: Ilkka Myller <ilkka.myller@nodefield.com>
MylesBorins pushed a commit that referenced this issue Nov 18, 2016
Throw a JS exception instead of aborting so the user at least has a
fighting chance of understanding what went wrong.

Fixes: #8699
PR-URL: #8710
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
Reviewed-By: Ilkka Myller <ilkka.myller@nodefield.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cares Issues and PRs related to the c-ares dependency or the cares_wrap binding.
Projects
None yet
Development

No branches or pull requests

2 participants