Comment 5 for bug 868333

Revision history for this message
Michael Vogt (mvo) wrote :

The stacktrace from bug 869079 does not match what is in the fixed package:

  File "/usr/share/software-center/softwarecenter/db/application.py", line 339, in license
    xapian_license = self._doc.get_value(XapianValues.LICENSE)
AttributeError: 'NoneType' object has no attribute 'get_value'

In line 339 of that file in the current oneiric it reads:
   xapian_license = None

I'm not sure how 869079 got the version, but its clearly not matching the fixed file that is in
the archive but instead matching the old unfixed version. The only explaination I have is that
the crash happend with the older version but then update-manager came along and upgraded the
system so that apport got the new version when querying the dpkg database.