Here's the code snippet that was trying to be ran:

            try:
                tid = method(*args)
            except dbus.DBusException, error:
                if error._dbus_error_name == "org.freedesktop.DBus.Error." \
                                             "ServiceUnknown":
                    # Catch if the daemon has timed out
                    self.apt_control = get_aptdaemon()
                    method = self.apt_control.get_dbus_method(method_name)
                    tid = method(*args)
            return set_locale(tid)

So some sort of exception happened in the handling of this in aptdaemon.

Can you try to elaborate on any unusual circumstances about how you were
launching this?  Were you trying over SSH or maybe outside of a GDM
session or anything?

It might help to hint at why this failed.

** Also affects: aptdaemon (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: mythbuntu-control-centre (Ubuntu)
       Status: New => Invalid

-- 
mythbuntu-control-centre crashed with UnboundLocalError in _run_transaction() 
Enable MythExport
https://bugs.launchpad.net/bugs/546354
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to