Comment 1 for bug 617309

Revision history for this message
Mikkel Kamstrup Erlandsen (kamstrup) wrote :

revno: 67
fixes bug(s): https://launchpad.net/bugs/617309
committer: Mikkel Kamstrup Erlandsen <email address hidden>
branch nick: MASTER
timestamp: Mon 2011-09-05 11:51:19 +0200
message:
  Fix bug "fts can SIGSEGV ZG during reindex". This was caused by searching while rebuilding the index. The Xapian API is not thread safe in any shape or form so protect all read and write access with a lock.