Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
5.12.2
-
None
Description
Easiest way to reproduce is to open qdbusviewer and point it to an interface of a hanging dbus activatable program
Steps to reproduce:
- Open a Terminal
- Run gnome-maps (a dbus activatable program)
- Hit ctrl+z to "freeze" the application manually
- point qdbusviewer to the interface org.gnome.gnome-maps
- qdubsviewer hangs
This is not qdbusviewer specific
QDBusInterface app(f.completeBaseName(), path, QLatin1String("org.freedesktop.Application"));
will hang the program constructing the interface.
QDBusInterface freezes if interface corresponds to dbus activated service (that's hanging - I mean the service)