[Bug 689323] Re: [REGRESSION] jockey-gtk crashed with DBusException in call_blocking(): org.freedesktop.DBus.Error.ServiceUnknown: The name :N.XX was not provided by any .service files

2011-08-28 Thread Martin Pitt
** Package changed: dbus (Ubuntu Oneiric) = jockey (Ubuntu Oneiric) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/689323 Title: [REGRESSION] jockey-gtk crashed with DBusException in

[Bug 689323] Re: [REGRESSION] jockey-gtk crashed with DBusException in call_blocking(): org.freedesktop.DBus.Error.ServiceUnknown: The name :N.XX was not provided by any .service files

2011-08-28 Thread ks64
Okay, maybe (according to the crash report) we need to define Jockey's call in /lib/systemd/system/dbus.service, as the error causing this bug is saying that Jockey's service call is undefined in any .service files. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 689323] Re: [REGRESSION] jockey-gtk crashed with DBusException in call_blocking(): org.freedesktop.DBus.Error.ServiceUnknown: The name :N.XX was not provided by any .service files

2011-08-28 Thread ks64
Natty's call_blocking() definition is identical to Maverick's and Oneiric's, and it causes no problems with Jockey. So, I suppose switching back to Python 2.7 (instead of 2.6) for dbus might fix the problem. ** Package changed: jockey (Ubuntu Oneiric) = python2.6 (Ubuntu Oneiric) -- You

[Bug 689323] Re: [REGRESSION] jockey-gtk crashed with DBusException in call_blocking(): org.freedesktop.DBus.Error.ServiceUnknown: The name :N.XX was not provided by any .service files

2011-08-28 Thread ks64
Apparently, the Oneiric backtrace has 2.7 in it (the other is a Maverick backtrace), so reverting this change... ** Package changed: python2.6 (Ubuntu Oneiric) = jockey (Ubuntu Oneiric) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 689323] Re: [REGRESSION] jockey-gtk crashed with DBusException in call_blocking(): org.freedesktop.DBus.Error.ServiceUnknown: The name :N.XX was not provided by any .service files

2011-08-28 Thread ks64
The Oneiric traceback is what I am attaching... ** Attachment added: An updated version of Traceback.txt for Oneiric... https://bugs.launchpad.net/ubuntu/oneiric/+source/jockey/+bug/689323/+attachment/2328291/+files/Traceback%20%28Oneiric%29.txt -- You received this bug notification because

[Bug 689323] Re: [REGRESSION] jockey-gtk crashed with DBusException in call_blocking(): org.freedesktop.DBus.Error.ServiceUnknown: The name :N.XX was not provided by any .service files

2011-08-27 Thread ks64
** Summary changed: - jockey-gtk crashed with DBusException in call_blocking(): org.freedesktop.DBus.Error.ServiceUnknown: The name :N.XX was not provided by any .service files (REGRESSION) + [REGRESSION] jockey-gtk crashed with DBusException in call_blocking():

[Bug 689323] Re: [REGRESSION] jockey-gtk crashed with DBusException in call_blocking(): org.freedesktop.DBus.Error.ServiceUnknown: The name :N.XX was not provided by any .service files

2011-08-27 Thread ks64
Attaching a log file containing the copied function that is causing the crash ** Attachment added: The copied function, call_blocking(), out of /usr/lib/pymodules/python2.6/dbus/connection.py that is causing the crash

[Bug 689323] Re: [REGRESSION] jockey-gtk crashed with DBusException in call_blocking(): org.freedesktop.DBus.Error.ServiceUnknown: The name :N.XX was not provided by any .service files

2011-08-27 Thread ks64
It appears that the Jockey crash is because it calls a D-Bus function with an error in it. ** Package changed: jockey (Ubuntu Oneiric) = dbus (Ubuntu Oneiric) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 689323] Re: [REGRESSION] jockey-gtk crashed with DBusException in call_blocking(): org.freedesktop.DBus.Error.ServiceUnknown: The name :N.XX was not provided by any .service files

2011-08-27 Thread ks64
In particular, Python seems to error out on this variable within that function: reply_message = self.send_message_with_reply_and_block( message, timeout) I suppose putting this on one line instead of two might fix the problem, though I don't know for sure. -- You received this bug