command-not-found should have printed some more information as seen in
the following:

            print >> sys.stderr, _("command-not-found version: %s") % version
            print >> sys.stderr, _("Python version: %d.%d.%d %s %d") % 
sys.version_info 
            try:
                import subprocess
                subprocess.call(["lsb_release", "-i", "-d", "-r", "-c"], 
stdout=sys.stderr) 
            except (ImportError, OSError):
                pass
            print >> sys.stderr, _("Exception information:")
            print >> sys.stderr
            print >> sys.stderr, ex
            try:
                import traceback
                traceback.print_exc()
            except ImportError:
                pass

Regardless I don't think command-not-found tell people goto to +filebug
but rather launch ubuntu-bug for you or just let apport catch the crash.
I'll open a separate bug for that.

** Changed in: command-not-found (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/937714

Title:
  command-not-found crashing with incomplete locale settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/command-not-found/+bug/937714/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to