GNOME Bugzilla – Bug 617081
Crash detected in tracker-store (tracker-0.8.3)
Last modified: 2014-08-21 09:03:40 UTC
Created attachment 159797 [details] Crash backtace The bug is originally reported in Fedora, https://bugzilla.redhat.com/show_bug.cgi?id=586706 . How to reproduce ----- 1. Initial indexing run with 0.8.3 2. abrt notices crash 3. file in bugzilla
Paste here the stacktrace. [New Thread 4153] Core was generated by `/usr/libexec/tracker-store'. Program terminated with signal 6, Aborted. #0 0x00000034[New Thread 4153] Core was generated by `/usr/libexec/tracker-store'. Program terminated with signal 6, Aborted.
+ Trace 221590
This is caused by a corrupted database
The only way to avoid this from happening is removing the "PRAGMA synchronous = OFF;" on systems that don't require super good insertion speed. We could make this a configuration option, for example. Making this bug a featurerequest for that reason. Note that after restart of tracker-store, the user's journal will be replayed and everything should be fixed.
(In reply to comment #2) > This is caused by a corrupted database As the reporter stated, the crash happened on initial indexing after installing tracker-0.8.3 .It is very likely he/she was updating from tracker-0.6.96 (tracker-0.8.3 is the first version of tracker-0.8.x in Fedora 13). I think this is a case of tracker needing to more gracefully handle upgrade from tracker-0.6.x to the latest.
No the backtrace is quite clear about it, it's the abort() that we do when the database is corrupted.
+ Trace 221591
Look for g_error in that function.
Thanks for taking the time to report this bug. However, you are using a version that is too old and not supported anymore. GNOME developers are no longer working on that version, so unfortunately there will not be any bug fixes for the version that you use. By upgrading to a newer version of GNOME you could receive bug fixes and new functionality. You may need to upgrade your Linux distribution to obtain a newer version of GNOME. Please feel free to reopen this bug if the problem still occurs with a newer version of GNOME.