Activity log for bug #417778

Date Who What changed Old value New value Message
2009-08-23 17:11:55 Bernd Schubert bug added bug
2009-10-03 14:40:01 Steve Dodier-Lazaro xfce4-volumed (Ubuntu): status New Incomplete
2009-10-03 14:40:01 Steve Dodier-Lazaro xfce4-volumed (Ubuntu): assignee Steve Dodier (sidi)
2009-10-27 14:21:45 Steve Dodier-Lazaro bug task added xfce4-volumed
2009-10-27 14:24:55 Steve Dodier-Lazaro xfce4-volumed: importance Undecided High
2009-10-27 14:24:55 Steve Dodier-Lazaro xfce4-volumed: status New Incomplete
2009-10-27 14:24:55 Steve Dodier-Lazaro xfce4-volumed: assignee Steve Dodier (sidi)
2009-10-27 14:25:08 Steve Dodier-Lazaro xfce4-volumed (Ubuntu): status Incomplete Confirmed
2009-11-20 13:41:38 Charlie Kravetz xfce4-volumed (Ubuntu): importance Undecided Medium
2009-11-20 13:46:17 Charlie Kravetz description I guess this is not a bug directly in xfce4-volumed, but somewhere else, but so far I don't know yet what happens exactly. Every time when my system is idle for some time and the display goes into suspend mode, xfce4-volumed will start to take 100% cpu. Definitely not what I want from an idle system... From top output with threading enabled I see e.g. Tasks: 490 total, 4 running, 400 sleeping, 0 stopped, 86 zombie Cpu(s): 26.1%us, 31.5%sy, 0.0%ni, 42.2%id, 0.2%wa, 0.0%hi, 0.0%si, 0.0%st Mem: 3927536k total, 1927212k used, 2000324k free, 94156k buffers Swap: 4192924k total, 0k used, 4192924k free, 794384k cached PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 5367 bernd 20 0 477m 7692 4508 R 99.6 0.2 53:17.69 xfce4-volumed (without threading support the shown pid is 5353, so parent parent pid). strace -p 5367: poll([{fd=9, events=POLLIN|POLLERR|POLLNVAL}, {fd=7, events=POLLIN|POLLPRI|POLLERR|POLLHUP}], 2, -1) = 1 ([{fd=9, revents=POLLERR|POLLNVAL}]) poll([{fd=9, events=POLLIN|POLLERR|POLLNVAL}, {fd=7, events=POLLIN|POLLPRI|POLLERR|POLLHUP}], 2, -1) = 1 ([{fd=9, revents=POLLERR|POLLNVAL}]) bernd@bathl ~>ll /proc/5367/fd total 0 lr-x------ 1 bernd users 64 2009-08-23 19:00 0 -> /dev/null l-wx------ 1 bernd users 64 2009-08-23 19:00 1 -> /dev/null lr-x------ 1 bernd users 64 2009-08-23 19:00 10 -> pipe:[15861] l-wx------ 1 bernd users 64 2009-08-23 19:00 11 -> pipe:[15861] lrwx------ 1 bernd users 64 2009-08-23 19:00 12 -> /dev/snd/controlC2 lr-x------ 1 bernd users 64 2009-08-23 19:00 13 -> pipe:[15868] l-wx------ 1 bernd users 64 2009-08-23 19:00 14 -> pipe:[15868] lrwx------ 1 bernd users 64 2009-08-23 19:00 15 -> socket:[15872] lr-x------ 1 bernd users 64 2009-08-23 19:00 16 -> pipe:[15874] l-wx------ 1 bernd users 64 2009-08-23 19:00 17 -> pipe:[15874] lrwx------ 1 bernd users 64 2009-08-23 19:00 18 -> socket:[15878] lr-x------ 1 bernd users 64 2009-08-23 19:00 19 -> pipe:[15886] l-wx------ 1 bernd users 64 2009-08-23 19:00 2 -> /dev/null l-wx------ 1 bernd users 64 2009-08-23 19:00 20 -> pipe:[15886] lrwx------ 1 bernd users 64 2009-08-23 19:00 21 -> socket:[15891] lr-x------ 1 bernd users 64 2009-08-23 19:00 22 -> pipe:[15893] l-wx------ 1 bernd users 64 2009-08-23 19:00 23 -> pipe:[15893] lrwx------ 1 bernd users 64 2009-08-23 19:00 24 -> socket:[15897] lrwx------ 1 bernd users 64 2009-08-23 19:00 3 -> socket:[15691] lr-x------ 1 bernd users 64 2009-08-23 19:00 4 -> pipe:[15693] l-wx------ 1 bernd users 64 2009-08-23 19:00 5 -> pipe:[15693] lrwx------ 1 bernd users 64 2009-08-23 19:00 6 -> socket:[15694] lr-x------ 1 bernd users 64 2009-08-23 19:00 7 -> pipe:[15860] l-wx------ 1 bernd users 64 2009-08-23 19:00 8 -> pipe:[15860] lrwx------ 1 bernd users 64 2009-08-23 19:00 9 -> /dev/snd/controlC1 (deleted) Hrm, somehow /dev/snd/controlC1 was deleted, while the filedescriptor was still open. What could be responsible for that? I guess this is not a bug directly in xfce4-volumed, but somewhere else, but so far I don't know yet what happens exactly. Every time when my system is idle for some time and the display goes into suspend mode, xfce4-volumed will start to take 100% cpu. Definitely not what I want from an idle system... From top output with threading enabled I see e.g. Tasks: 490 total, 4 running, 400 sleeping, 0 stopped, 86 zombie Cpu(s): 26.1%us, 31.5%sy, 0.0%ni, 42.2%id, 0.2%wa, 0.0%hi, 0.0%si, 0.0%st Mem: 3927536k total, 1927212k used, 2000324k free, 94156k buffers Swap: 4192924k total, 0k used, 4192924k free, 794384k cached   PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND  5367 bernd 20 0 477m 7692 4508 R 99.6 0.2 53:17.69 xfce4-volumed (without threading support the shown pid is 5353, so parent parent pid). strace -p 5367: poll([{fd=9, events=POLLIN|POLLERR|POLLNVAL}, {fd=7, events=POLLIN|POLLPRI|POLLERR|POLLHUP}], 2, -1) = 1 ([{fd=9, revents=POLLERR|POLLNVAL}]) poll([{fd=9, events=POLLIN|POLLERR|POLLNVAL}, {fd=7, events=POLLIN|POLLPRI|POLLERR|POLLHUP}], 2, -1) = 1 ([{fd=9, revents=POLLERR|POLLNVAL}]) bernd@bathl ~>ll /proc/5367/fd total 0 lr-x------ 1 bernd users 64 2009-08-23 19:00 0 -> /dev/null l-wx------ 1 bernd users 64 2009-08-23 19:00 1 -> /dev/null lr-x------ 1 bernd users 64 2009-08-23 19:00 10 -> pipe:[15861] l-wx------ 1 bernd users 64 2009-08-23 19:00 11 -> pipe:[15861] lrwx------ 1 bernd users 64 2009-08-23 19:00 12 -> /dev/snd/controlC2 lr-x------ 1 bernd users 64 2009-08-23 19:00 13 -> pipe:[15868] l-wx------ 1 bernd users 64 2009-08-23 19:00 14 -> pipe:[15868] lrwx------ 1 bernd users 64 2009-08-23 19:00 15 -> socket:[15872] lr-x------ 1 bernd users 64 2009-08-23 19:00 16 -> pipe:[15874] l-wx------ 1 bernd users 64 2009-08-23 19:00 17 -> pipe:[15874] lrwx------ 1 bernd users 64 2009-08-23 19:00 18 -> socket:[15878] lr-x------ 1 bernd users 64 2009-08-23 19:00 19 -> pipe:[15886] l-wx------ 1 bernd users 64 2009-08-23 19:00 2 -> /dev/null l-wx------ 1 bernd users 64 2009-08-23 19:00 20 -> pipe:[15886] lrwx------ 1 bernd users 64 2009-08-23 19:00 21 -> socket:[15891] lr-x------ 1 bernd users 64 2009-08-23 19:00 22 -> pipe:[15893] l-wx------ 1 bernd users 64 2009-08-23 19:00 23 -> pipe:[15893] lrwx------ 1 bernd users 64 2009-08-23 19:00 24 -> socket:[15897] lrwx------ 1 bernd users 64 2009-08-23 19:00 3 -> socket:[15691] lr-x------ 1 bernd users 64 2009-08-23 19:00 4 -> pipe:[15693] l-wx------ 1 bernd users 64 2009-08-23 19:00 5 -> pipe:[15693] lrwx------ 1 bernd users 64 2009-08-23 19:00 6 -> socket:[15694] lr-x------ 1 bernd users 64 2009-08-23 19:00 7 -> pipe:[15860] l-wx------ 1 bernd users 64 2009-08-23 19:00 8 -> pipe:[15860] lrwx------ 1 bernd users 64 2009-08-23 19:00 9 -> /dev/snd/controlC1 (deleted) Hrm, somehow /dev/snd/controlC1 was deleted, while the filedescriptor was still open. What could be responsible for that? WORKAROUND: In a terminal : sudo apt-get remove xfce4-volumed <hit enter> to remove xfce4-volumed will stop it from consuming 100% of your cpu, with the side effect of probably making the keyboard volume and control keys not work. It also breaks volume change / mute toggle notifications if the notification server used supports x-canonical-icon-only and x-canonical-synchronous notifications.
2010-01-09 13:59:41 Charlie Kravetz bug watch added http://bugzilla.xfce.org/show_bug.cgi?id=5183
2010-01-09 13:59:41 Charlie Kravetz bug task added xfce4-mixer
2010-01-09 16:29:58 cmeerw bug watch added https://bugzilla.gnome.org/show_bug.cgi?id=507527
2010-01-10 16:32:06 torzsmokus removed subscriber torzsmokus
2010-01-26 20:18:29 Charlie Kravetz removed subscriber Charlie Kravetz
2010-02-24 16:54:11 Kyle attachment added trace.log http://launchpadlibrarian.net/39733343/trace.log
2010-02-24 18:47:11 Steve Dodier-Lazaro bug task added gstreamer
2010-02-24 19:15:42 Lionel Le Folgoc bug task added gstreamer0.10 (Ubuntu)
2010-12-19 14:39:45 Charlie Kravetz gstreamer: importance Undecided Unknown
2010-12-19 14:39:45 Charlie Kravetz gstreamer: status New Unknown
2010-12-19 14:39:45 Charlie Kravetz gstreamer: remote watch GNOME Bug Tracker #507527
2011-02-26 09:22:09 Bug Watch Updater gstreamer: status Unknown Invalid
2011-02-26 09:22:09 Bug Watch Updater gstreamer: importance Unknown Medium
2014-11-16 12:57:34 Bug Watch Updater xfce4-mixer: status Unknown Fix Released
2014-11-16 12:57:34 Bug Watch Updater xfce4-mixer: importance Unknown Critical
2014-11-16 12:57:40 Bug Watch Updater bug watch added https://bugzilla.gnome.org/show_bug.cgi?id=614545
2018-08-21 14:27:44 Theo Linkspfeifer xfce4-volumed (Ubuntu): status Confirmed Invalid