| Summary: | sys-apps/dbus-1.2.3-r1 memory leak | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Paweł Drożański <pawdro> |
| Component: | [OLD] Core system | Assignee: | Doug Goldstein (RETIRED) <cardoe> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | CC: | dabbott, freedesktop-bugs, steev |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Paweł Drożański
2009-03-20 02:25:36 UTC
*** Bug 263144 has been marked as a duplicate of this bug. *** I'm sorry, could you elaborate more on this? I've run my machines for more than 15 hours without any memory leak issues. What desktop are you running, what apps are running, what do you have installed that uses DBus.... Things of that nature, just saying there is a memory leak... isn't extremely helpful. you might also want to see what's actually communicating via dbus by using dbus-monitor maybe. dbus-monitor blows: signal sender=org.freedesktop.DBus -> dest=:1.278274 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired string ":1.278274" method call sender=:1.278274 -> dest=org.freedesktop.DBus path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch string "type='method_call'" method call sender=:1.278274 -> dest=org.freedesktop.DBus path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch string "type='method_return'" method call sender=:1.278274 -> dest=org.freedesktop.DBus path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch string "type='error'" signal sender=org.freedesktop.DBus -> dest=(null destination) path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged string ":1.278275" string "" string ":1.278275" method call sender=:1.278275 -> dest=org.freedesktop.DBus path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=Hello method call sender=:1.278275 -> dest=org.freedesktop.DBus path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch string "destination=':1.278275'" method call sender=:1.278275 -> dest=org.freedesktop.DBus path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner string "org.freedesktop.DBus" method call sender=:1.278275 -> dest=org.freedesktop.DBus path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch string "type='signal',sender='org.freedesktop.DBus',path='/org/freedesktop/DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged'" method call sender=:1.278275 -> dest=org.freedesktop.DBus path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameHasOwner string "org.kde.amarok" signal sender=org.freedesktop.DBus -> dest=(null destination) path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged string ":1.278275" string ":1.278275" string "" signal sender=org.freedesktop.DBus -> dest=(null destination) path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged string ":1.278276" string "" string ":1.278276" method call sender=:1.278276 -> dest=org.freedesktop.DBus path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=Hello method call sender=:1.278276 -> dest=org.freedesktop.DBus path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch string "destination=':1.278276'" method call sender=:1.278276 -> dest=org.freedesktop.DBus path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner string "org.freedesktop.DBus" method call sender=:1.278276 -> dest=org.freedesktop.DBus path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch string "type='signal',sender='org.freedesktop.DBus',path='/org/freedesktop/DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged'" method call sender=:1.278276 -> dest=org.freedesktop.DBus path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameHasOwner string "org.kde.amarok" signal sender=org.freedesktop.DBus -> dest=(null destination) path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged string ":1.278276" string ":1.278276" string "" Okay, so, while running Amarok dbus starts taking up tons of memory after its been running 15 hours... could you please give the output of emerge -pv amarok ? Also which version of kde and so forth. KDE i run is 4.2.1 but i have no amarok... Any ideas? The bug still exists... (In reply to comment #7) > Any ideas? The bug still exists... > from the log you pasted, it doesn't look like a dbus bug, but rather some kde service doing kind of DoS on dbus. We need to figure out what causing all those dbus calls. how are things going nowadays ? Also, what were your dbus use flags ? (In reply to comment #10) > Also, what were your dbus use flags ? > I'm experiencing the same behaviour. My dbus use flags are +X -debug -doc -selinux. I suppose the leak may be connected with qt 4.5.3 or kde 4.3.1 because it didn't occur before I upgraded from 3.5. (upgrading to dbus-1.3.0 didn't help. I haven't tried downgrading dbus yet) A patch exists https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/295741 |