I'd tracked the update-manager case down to the following in
apport/ui.py:

    try:
        report.add_package_info(package)
    except ValueError:
        # this happens if we are collecting information on an uninstalled
        # package
        if not ignore_uninstalled:
            raise
    except SystemError as e:
        report['UnreportableReason'] = excstr(e)
        return

We are returning from thread_collect_info() before we've written the
collected information to the report. Removing the return works but then
'UnreportableReason' was changed to 'This package does not seem to be
installed correctly'.  I think this issue with /etc/apt/sources.list is
likely a separate bug (than the menulibre examples in the description),
so I'll open a separate bug for it.

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

Title:
  incomplete crash files getting uploaded to the error tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1355546/+subscriptions

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

Reply via email to