On Wed, 2008-08-27 at 23:20 +0200, Laurent Aguerreche wrote: > I don't know if I'm the only one person in this case but tracker-indexer > "loses" some files proposed by trackerd for indexing. > > In trackerd.log, I see : > 27 aoĆ» 2008, 23:05:59: Tracker: Indexed 1976/89459, module:'files', 02h > 18m left, 03m 07s elapsed > > and then nothing! > and tracker-indexer also shutdown.
Sounds like tracker-indexer crashed. Can you try to reproduce this by first removing all of your cache and then reindexing (with trackerd) after starting, in gdb, tracker-indexer with "set args -f" ? rm -rf $HOME/.cache/tracker gdb tracker-indexer (gdb) set args -f (gdb) run Now run trackerd --reindex (in another terminal) -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org http://pvanhoof.be/blog http://codeminded.be _______________________________________________ tracker-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/tracker-list
