Bug#630002: dbus-daemon consuming CPU

Simon McVittie smcv at debian.org
Wed May 15 16:06:19 UTC 2013


On 15/05/13 16:43, Alexander Mansurov wrote:
> If I run htop, the two most CPU consuming processes are dbus-daemon
> and udisks.

dbus-daemon transports messages. If it's using a lot of CPU time, it
is likely to be a bug in whatever process is causing those messages.

According to the clock_gettime() calls, your strace log took less than
0.2 seconds to record. During that time, two separate instances of
"/usr/lib/gvfs/gvfs-gdu-volume-mo" connected to the system bus and
communicated with what looks like udisks.

Please check whether gvfs-gdu-volume-monitor is crashing and
restarting repeatedly, and whether udisks is misbehaving. I suspect
that the high CPU usage from dbus-daemon is a side-effect of something
wrong with one of those packages.

    S



More information about the pkg-gnome-maintainers mailing list