registry team mailing list archive
-
registry team
-
Mailing list archive
-
Message #09784
[Bug 610039]
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
--
firefox-bin crashed with SIGSEGV in sqlite3VdbeExec()
https://bugs.launchpad.net/bugs/610039
You received this bug notification because you are a member of Registry
Administrators, which is the registrant for SQLite.