Comment 25 for bug 610039

Revision history for this message
In , Chris Sherlock (ta-bu-shi-da-yu) wrote :

I've documented a way of reindex all the data files at http://randomtechnicalstuff.blogspot.com/2010/07/how-to-debug-segfaults-in-ubuntu.html

for i in *.sqlite; do echo "Reindexing $i"; echo "reindex;" | sqlite3 $i; done