Comment 1 for bug 417778

Revision history for this message
Steve Dodier-Lazaro (sidi) wrote :

This looks like a problem in GStreamer to me. Could you please get the bzr trunk (lp:xfce4-volumed), build it with debug support (./configure --with-debug) and then run it in gdb (gdb ./src/xfce4-volumed) ? Then, just interrupt it (Ctrl+C in gdb) when it is using 100% CPU, and type 'bt' in gdb, and give me the backtrace, so we can see which gstreamer function causes problems, exactly. Thanks in advance.