Hello, Enrico Zini <enr...@enricozini.org> wrote on 10.08.2010 10:37:08: > Hello, thank you for reporting this. It looks like a Xapian error, which > is hard to debug from a python backtrace, so we should try to reproduce > the bug in a more convenient debugging situation. > > Do you get the same error outside of cron, by running, as root: > > /usr/sbin/update-apt-xapian-index --update --quiet
Yes: linus:/home/jan# /usr/sbin/update-apt-xapian-index --update --quiet Traceback (most recent call last): File "/usr/sbin/update-apt-xapian-index", line 102, in <module> indexer.incrementalUpdate() File "/usr/lib/pymodules/python2.6/axi/indexer.py", line 629, in incrementalUpdate self.updateIndex(dbpath) File "/usr/lib/pymodules/python2.6/axi/indexer.py", line 594, in updateIndex unchanged, outdated, obsolete = self.compareCacheToDb(cache, db) File "/usr/lib/pymodules/python2.6/axi/indexer.py", line 566, in compareCacheToDb for (idx, m) in enumerate(db.postlist("")): File "/usr/lib/python2.6/dist-packages/xapian.py", line 5534, in next self._iter.next() RuntimeError: basic_string::assign linus:/home/jan# Ciao, Jan