After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 629781 - [PATCH] dbus timeout is a bit long
[PATCH] dbus timeout is a bit long
Status: RESOLVED FIXED
Product: libunique
Classification: Other
Component: dbus
1.1.x
Other Linux
: Normal normal
: ---
Assigned To: libunique-maint
libunique-maint
Depends on:
Blocks:
 
 
Reported: 2010-09-15 18:15 UTC by Bill Nottingham
Modified: 2011-03-27 09:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Set default timeout to 3 seconds (598 bytes, patch)
2010-09-17 16:15 UTC, Bill Nottingham
committed Details | Review

Description Bill Nottingham 2010-09-15 18:15:39 UTC
1. Start a unique app (say, empathy)
2. Make it unresponsive (SIGSTOP is the easy way)
3. Start it again
4. ... 30 seconds passes ...

(empathy:9853): Unique-DBus-WARNING **: Error while sending message: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

The timeout really should be tamped down here, perhaps to a couple of seconds... realistically, if the app isn't responding at that point, it's not going to.
Comment 1 Bill Nottingham 2010-09-17 16:15:33 UTC
Created attachment 170504 [details] [review]
Set default timeout to 3 seconds
Comment 2 Emmanuele Bassi (:ebassi) 2011-03-27 08:59:59 UTC
Thanks, fixed in master