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

Immediate crash on ubuntu mate 16.04 x64 #132

Open
ardabro opened this issue Aug 22, 2017 · 1 comment
Open

Immediate crash on ubuntu mate 16.04 x64 #132

ardabro opened this issue Aug 22, 2017 · 1 comment

Comments

@ardabro
Copy link

ardabro commented Aug 22, 2017

>"/opt/Ghetto Skype/ghetto-skype"
/opt/Ghetto Skype/ghetto-skype[4511]: ../../vendor/node/src/cares_wrap.cc:1327:void node::cares_wrap::Initialize(Local<v8::Object>, Local<v8::Value>, Local<v8::Context>): Assertion `(r) == (0)' failed.
 1: node::Abort() [/opt/Ghetto Skype/libnode.so]
 2: 0x7f4c91c3bcd4 [/opt/Ghetto Skype/libnode.so]
 3: 0x7f4c91c32680 [/opt/Ghetto Skype/libnode.so]
 4: 0x7f4c91c430ad [/opt/Ghetto Skype/libnode.so]
 5: v8::internal::FunctionCallbackArguments::Call(void (*)(v8::FunctionCallbackInfo<v8::Value> const&)) [/opt/Ghetto Skype/libnode.so]
 6: 0x7f4c914cdb91 [/opt/Ghetto Skype/libnode.so]
 7: 0x7f4c914f460f [/opt/Ghetto Skype/libnode.so]
 8: 0x28354c306147
Aborted (core dumped)
@stanfieldr
Copy link
Owner

I found this issue which seems to be the culprit.

Can you run this in your terminal and see if that fixes the issue?
sudo chmod 644 /etc/resolv.conf

It seemed to work for me on 16.04.3, it actually had 777 on that file lol... but maybe the permissions were changed in a patch or something. I was able to break it by doing chmod 600, so I know this issue at least still exist even though they closed the ticket.

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