Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Stupid crashy skype
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
Saundersx
Apprentice
Apprentice


Joined: 11 Apr 2005
Posts: 294

PostPosted: Fri Jun 20, 2014 2:41 am    Post subject: Stupid crashy skype Reply with quote

New update to stupid skype which I need for work crashes when loading with the ever-so-helpful error "Aborted".

strace gives me this at the end

Code:
madvise(0xff8b6000, 1, MADV_WILLNEED)   = -1 ENOMEM (Cannot allocate memory)
futex(0xf2a4b990, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0xf2a6b0f8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
rt_sigaction(SIGABRT, {SIG_DFL, [], 0}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
tgkill(17643, 17643, SIGABRT)           = 0
--- SIGABRT {si_signo=SIGABRT, si_code=SI_TKILL, si_pid=17643, si_uid=1000} ---
+++ killed by SIGABRT +++


so I rename ~/.Skype , start anew and it loads up fine, works fine but my history which I would like to keep is gone now.

Not a lot I can do with this closed source microsoft spyware garbage, any advice on what to try next?
Back to top
View user's profile Send private message
JohnBlbec
Guru
Guru


Joined: 08 Feb 2003
Posts: 306

PostPosted: Fri Jun 20, 2014 8:53 am    Post subject: Re: Stupid crashy skype Reply with quote

the same here :-(

Code:

rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
tgkill(15205, 15205, SIGABRT)           = 0
--- SIGABRT {si_signo=SIGABRT, si_code=SI_TKILL, si_pid=15205, si_uid=1000} ---
+++ killed by SIGABRT +++
Aborted
Back to top
View user's profile Send private message
szatox
Advocate
Advocate


Joined: 27 Aug 2013
Posts: 3682

PostPosted: Fri Jun 20, 2014 6:04 pm    Post subject: Reply with quote

Why won't you just mask version you have installed right now and emerge --update it?
Back to top
View user's profile Send private message
JohnBlbec
Guru
Guru


Joined: 08 Feb 2003
Posts: 306

PostPosted: Fri Jun 20, 2014 7:10 pm    Post subject: Reply with quote

szatox wrote:
Why won't you just mask version you have installed right now and emerge --update it?


easy to answer - old versions do not support group chat created in the new versions and my clients have (always) installed the new one :-(

i am not trying to solve the issue you described...
Back to top
View user's profile Send private message
szatox
Advocate
Advocate


Joined: 27 Aug 2013
Posts: 3682

PostPosted: Fri Jun 20, 2014 9:42 pm    Post subject: Reply with quote

AFAIK skype group chat is hosted by the client sending first invite. If your client does not support group chat, you can't start it, but you should still be able to take a part in it.
Yes, I noticed it seems not to be acceptable for you, but perhaps someone else could use it.
Back to top
View user's profile Send private message
JohnBlbec
Guru
Guru


Joined: 08 Feb 2003
Posts: 306

PostPosted: Sat Jun 21, 2014 6:20 am    Post subject: Reply with quote

szatox wrote:
AFAIK skype group chat is hosted by the client sending first invite. If your client does not support group chat, you can't start it, but you should still be able to take a part in it.
Yes, I noticed it seems not to be acceptable for you, but perhaps someone else could use it.


... and if a new client starts a group chat an old client never receives notification about it...
Back to top
View user's profile Send private message
Saundersx
Apprentice
Apprentice


Joined: 11 Apr 2005
Posts: 294

PostPosted: Sun Jun 22, 2014 7:34 pm    Post subject: Reply with quote

And the fix from http://community.skype.com/t5/Linux/Skype-4-3-crash-on-ubuntu-14-04/m-p/3222526/highlight/true#M9248

Code:
$ sqlite3 ~/.Skype/[username]/main.db
> UPDATE Messages SET body_xml=substr(body_xml,instr(body_xml,'<files')) WHERE type=68 AND body_xml LIKE 'posted%';
> .quit


tested and working.
Back to top
View user's profile Send private message
JohnBlbec
Guru
Guru


Joined: 08 Feb 2003
Posts: 306

PostPosted: Mon Jun 23, 2014 7:51 am    Post subject: Reply with quote

Saundersx wrote:
And the fix from http://community.skype.com/t5/Linux/Skype-4-3-crash-on-ubuntu-14-04/m-p/3222526/highlight/true#M9248

Code:
$ sqlite3 ~/.Skype/[username]/main.db
> UPDATE Messages SET body_xml=substr(body_xml,instr(body_xml,'<files')) WHERE type=68 AND body_xml LIKE 'posted%';
> .quit


tested and working.


unfortunately i cannot confirm it works - it does not work for me :-(

Code:

futex(0xf2b3dea8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0xf2b5a0f8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
rt_sigaction(SIGABRT, {SIG_DFL, [], 0}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
tgkill(3968, 3968, SIGABRT)             = 0
--- SIGABRT {si_signo=SIGABRT, si_code=SI_TKILL, si_pid=3968, si_uid=1000} ---
+++ killed by SIGABRT +++
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum