[Bug 164200] Crash when call QDBusConnection::disconnectFromBus

Huang Peng shawn.p.huang at gmail.com
Mon Jun 16 09:59:02 CEST 2008


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=164200         




------- Additional Comments From shawn.p.huang gmail com  2008-06-16 09:59 -------
No. I will sent a mail to it.
FYI:
QDBusConnection::connectToBus (type, name) uses dbus_bus_get_private to create a private dbus connection (it works fine), but QDBusConnection::connectToBus (address, name) does not use dbus_connection_open_private to create a private connection. So calling disconnectFromBus will cause the crash. I think it's the reason of this bug.


More information about the Kdelibs-bugs mailing list