Comment 11 for bug 417778

Revision history for this message
Steve Dodier-Lazaro (sidi) wrote : Re: [Bug 417778] Re: xfce4-volumed takes 100% cpu when system is idle for some time

Hi there,

Here is a set of instructions that should just work (the apt-get install
should install everything you'll need to build the application):

sudo apt-get install autotools-dev autoconf libtool libnotify-dev
libxfconf-0-dev libxcb-keysyms0-dev libglib2.0-dev
libgstreamer-plugins-base0.10-dev libgstreamer0.10-dev
cd /tmp
bzr branch lp:xfce4-volumed/0.1.6
cd 0.1.6
./autogen.sh
./configure --enable-debug
make
killall xfce4-volumed
gdb ./src/xfce4-volumed
run

Then, once it begins to be using 100% CPU, open the terminal where it run,
hit Ctrl+C once, and then type:
bt

Thanks in advance :)