zeitgeist team mailing list archive
-
zeitgeist team
-
Mailing list archive
-
Message #03125
Re: [Bug 757512] Re: DatabaseError
If you kill Zeitgeist, delete the fts.index folder and restart
Zeitgeist everything should be rebuild fine and dandy. But as you say,
that's just a workaround.
I'm honestly really puzzled how this can happen as Xapian indexes
should be very robust. I'll try and look into writing some stress
tester for the FTS extension and see if I can shake out a race
condition or something...
--
You received this bug notification because you are a member of Zeitgeist
Extensions, which is the registrant for Zeitgeist Extensions.
https://bugs.launchpad.net/bugs/757512
Title:
DatabaseError
Status in Zeitgeist Extensions:
New
Bug description:
While using Synapse I get this error, and I think it's ZG-only related
:)
Remote Exception invoking org.gnome.zeitgeist.Index.Search() on /org/gnome/zeitgeist/index/activity at name org.gnome.zeitgeist.Engine: org.freedesktop.DBus.Python.xapian.DatabaseError: Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/dbus/service.py", line 702, in _message_cb
retval = candidate_method(self, *args, **keywords)
File "/usr/share/zeitgeist/_zeitgeist/engine/extensions/fts.py", line 123, in Search
offset, count, result_type)
File "/usr/share/zeitgeist/_zeitgeist/engine/extensions/fts.py", line 255, in search
hits = self._enquire.get_mset (offset, raw_maxhits)
DatabaseError: Error reading block 4279174522: got end of file
References