** Description changed:

  This is the master bug for all DocNotFound errors.
  
  This bug occurs at the following places:
  
  File "/usr/share/software-center/softwarecenter/backend/channel.py", line 
198, in _get_channels
-  doc = self.db.xapiandb.get_document(m.get_docid())
+  doc = self.db.xapiandb.get_document(m.get_docid())
+ 
+ File "/usr/share/software-center/softwarecenter/backend/channel.py", line 
200, in _get_channels
+  for term_iter in doc.termlist():
  
  File "/usr/share/software-center/softwarecenter/db/database.py", line 290, in 
get_xapian_document
-  doc = self.xapiandb.get_document(m.docid)
+  doc = self.xapiandb.get_document(m.docid)
  
  File "/usr/share/software-center/softwarecenter/db/database.py", line 297, in 
get_most_popular_applications_for_mimetype
-  matches = enquire.get_mset(0, 100)
+  matches = enquire.get_mset(0, 100)
  
  File "/usr/share/software-center/softwarecenter/db/database.py", line 340, in 
get_pkgname
-  pkgname = doc.get_data()
+  pkgname = doc.get_data()
  
  File "/usr/share/software-center/softwarecenter/db/database.py", line 381, in 
get_xapian_document
-  for m in self.xapiandb.postlist("AA"+appname):
+  for m in self.xapiandb.postlist("AA"+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/share/software-center/softwarecenter/models/appstore.py", line 
195, in _get_estimate_nr_apps_and_nr_pkgs
-  tmp_matches = enquire.get_mset(0, len(self.db), None, xfilter)
+  tmp_matches = enquire.get_mset(0, len(self.db), None, xfilter)
  
  File "/usr/share/software-center/softwarecenter/models/viewswitcherlist.py", 
line 213, in _update_channel_list_installed_view
-  matches = enquire.get_mset(0, len(self.db))
+  matches = enquire.get_mset(0, len(self.db))

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

Title:
  [MASTER] software-center crashed with DocNotFoundError

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/638706/+subscriptions

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

Reply via email to