Comment 29 for bug 507836

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

Thanks Kate! Here is the traceback:

Traceback:
 Traceback (most recent call last):
   File "/usr/share/software-center/softwarecenter/models/appstore.py", line 486, in on_get_value
     if self.db.is_appname_duplicated(appname):
   File "/usr/share/software-center/softwarecenter/db/database.py", line 396, in is_appname_duplicated
     for (i, m) in enumerate(self.xapiandb.postlist("AA"+appname)):
   File "/usr/lib/python2.7/dist-packages/xapian/__init__.py", line 6700, in _database_gen_postlist_iter
     return PostingIter(self.postlist_begin(tname), self.postlist_end(tname),
 DatabaseModifiedError: The revision being read has been discarded - you should call Xapian::Database::reopen() and retry the operation