ghetto-skype icon indicating copy to clipboard operation
ghetto-skype copied to clipboard

Immediate crash on ubuntu mate 16.04 x64

Open ardabro opened this issue 8 years ago • 1 comments

>"/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)

ardabro avatar Aug 22 '17 08:08 ardabro

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.

stanfieldr avatar Oct 05 '17 23:10 stanfieldr