Comment 20 for bug 253224

Revision history for this message
David Prieto (frandavid100-gmail) wrote : Re: jockey-gtk crashed with DBusException in call_blocking()

After running "jockey-gtk", jockey ran for 5 minutes and crashed:

Exception in thread thread_detect:
Traceback (most recent call last):
  File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.5/threading.py", line 446, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/var/lib/python-support/python2.5/dbus/proxies.py", line 140, in __call__
    **keywords)
  File "/var/lib/python-support/python2.5/dbus/connection.py", line 607, in call_blocking
    message, timeout)
DBusException: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)

Traceback (most recent call last):
  File "/usr/bin/jockey-gtk", line 358, in <module>
    sys.exit(u.run())
  File "/usr/lib/python2.5/site-packages/jockey/ui.py", line 364, in run
    self.ui_show_main()
  File "/usr/bin/jockey-gtk", line 93, in ui_show_main
    self.update_tree_model()
  File "/usr/bin/jockey-gtk", line 239, in update_tree_model
    for h_id in self.backend().available(self.argv_options.mode):
  File "/var/lib/python-support/python2.5/dbus/proxies.py", line 140, in __call__
    **keywords)
  File "/var/lib/python-support/python2.5/dbus/connection.py", line 607, in call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: 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.