guayadeque r1884 consumes 100% cpu

General discussions
Locked
rmcknt
Posts: 4
Joined: Mon Mar 11, 2013 6:34 pm

guayadeque r1884 consumes 100% cpu

Post 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?
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

guayadeque r1884 consumes 100% cpu

Post by anonbeat »

Can you tell me more details like the distro and window manager ?
rmcknt
Posts: 4
Joined: Mon Mar 11, 2013 6:34 pm

guayadeque r1884 consumes 100% cpu

Post 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.
Locked