Page 1 of 1

guayadeque r1884 consumes 100% cpu

Posted: Sun Sep 15, 2013 5:09 pm
by rmcknt
Hey there. I am trying version 1884 from the repo. It works fine, but after a few songs being played, the program starts to consume 100% cpu.

When consuming 100% cpu, I still can play songs and interat with the program via gui, but dbus commands like this do not work any more: dbus-send --print-reply --type=method_call --dest=org.mpris.guayadeque /Player org.freedesktop.MediaPlayer.Next

Any suggestions on what I could do?

guayadeque r1884 consumes 100% cpu

Posted: Mon Sep 16, 2013 12:05 am
by anonbeat
Can you tell me more details like the distro and window manager ?

guayadeque r1884 consumes 100% cpu

Posted: Mon Sep 16, 2013 1:50 am
by rmcknt
Sure thing :-) I am running gentoo ~amd64 and my Desktop environment is gnome 3.8 (windowmanager mutter?). I am using the proprietary ati driver fglrx in version 13.6_beta.


I recently enabled LTO on my gcc (4.7.3) and thought that this may have caused the issue. But after compiling guayadeque without the LTO flags the cpu usage is still on 100%.

Maybe there's something I can do on my side here? Are there any debugging flags? My experience with c/c++ code is limited.