You are not logged in.

#1 2012-07-17 16:43:44

mauritzius
Member
Registered: 2009-08-07
Posts: 26

[SOLVED] Skype using 100% CPU

Some days ago, Skype started using >100% CPU.
I tried downgrading to 2.2 and to delete my .Skype directory as well as disabling Pulseaudio - same problem persists. There is no output if I start Skype in a terminal.

I'm on 64bit Arch, Multilib, stable repos and using Pulseaudio. On another machine with a similar configuration there is no problem.

Anyone experiencing similar problems? Or does anybody have solution?

Thanks

Last edited by mauritzius (2012-07-24 17:39:18)

Offline

#2 2012-07-17 18:30:33

jwele
Member
Registered: 2012-07-03
Posts: 62

Re: [SOLVED] Skype using 100% CPU

did you remove the cache folder for it as well?

Offline

#3 2012-07-17 19:24:02

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: [SOLVED] Skype using 100% CPU

Contact microsoft support. Bonus point if you provide them strace output.


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#4 2012-07-17 19:25:24

mauritzius
Member
Registered: 2009-08-07
Posts: 26

Re: [SOLVED] Skype using 100% CPU

jwele wrote:

did you remove the cache folder for it as well?

Which cache folder? Is there anything outside .Skype?

Offline

#5 2012-07-17 19:39:44

jwele
Member
Registered: 2012-07-03
Posts: 62

Re: [SOLVED] Skype using 100% CPU

Might be in /tmp/.cache or something similar.

try

pacman -R skype
then
find / -name="cache"
or 
find / -name="skype"

delete all of them related to skype

pacman -Sc && pacman -S skype

or at least that is what I would try.

Offline

#6 2012-07-17 23:54:52

mauritzius
Member
Registered: 2009-08-07
Posts: 26

Re: [SOLVED] Skype using 100% CPU

jwele wrote:

Might be in /tmp/.cache or something similar.

try

pacman -R skype
then
find / -name="cache"
or 
find / -name="skype"

delete all of them related to skype

pacman -Sc && pacman -S skype

or at least that is what I would try.

Thanks for your reply, I tried your suggestions. Unfortunately, it didn't help, I'm still stuck with a Skype using 100% CPU.

In the meantime I had a look at the process table using htop and it seems that Skype is launching around 10 subprocesses of which one keeps running and goes crazy.

Offline

#7 2012-07-24 17:38:40

mauritzius
Member
Registered: 2009-08-07
Posts: 26

Re: [SOLVED] Skype using 100% CPU

Solved - finally!
The subprocess which went crazy was called "FallbackConnMan" and using strace -ff I finally found the cause: I had a symbolic link cycle inside my Mozilla profile - for whatever reason Skype is looking in there! It tried to read /home/USERNAME/.mozilla/USERNAME-mozilla/USERNAME-mozilla/USERNAME-mozilla/... and so on and got into an endless loop. After removing the link, Skype behaves normally again.

Offline

#8 2012-08-29 14:57:43

Vaxu
Member
From: Finland
Registered: 2007-04-08
Posts: 5

Re: [SOLVED] Skype using 100% CPU

I do have the same problem with the new skype version. Old 2.x(2?) worked absolutely fine!

strace outputs so much for me and i dont know how to filter it / understand it. Could you explain a little more what you did?

Offline

Board footer

Powered by FluxBB