Hi Laurent :),

Just committed the fix for a bug that could be causing your issues,
would you mind to update and test? :)

Thanks!
  Carlos

On jue, 2008-08-28 at 12:31 +0200, [EMAIL PROTECTED] wrote:
> Selon Philip Van Hoof <[EMAIL PROTECTED]>:
> 
> > 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" ?
> 
> You're right, tracker-indexer crashes.
> 
> 
> (gdb) bt
> #0  0x0000000000418701 in tracker_indexer_module_file_iter_contents (
>     module=0x29e3900, file=0x0) at tracker-indexer-module.c:213
> #1  0x00000000004155e4 in process_file (indexer=0x1173890, info=0x11e3e60)
>     at tracker-indexer.c:1709
> #2  0x000000000041590b in process_func (data=0x1173890)
>     at tracker-indexer.c:1820
> #3  0x0000003c8be374db in g_main_context_dispatch ()
>    from /lib64/libglib-2.0.so.0
> #4  0x0000003c8be3acbd in ?? () from /lib64/libglib-2.0.so.0
> #5  0x0000003c8be3b1ed in g_main_loop_run () from /lib64/libglib-2.0.so.0
> #6  0x0000000000419126 in main (argc=1, argv=0x7fffbf2b49f8)
>     at tracker-main.c:354
> (gdb)
> 
> 
> In tracker_indexer_module_file_iter_contents(), file->data access can't work
> because file is NULL.
> 
> 
> (gdb) frame 2
> #2  0x000000000041590b in process_func (data=0x1173890)
>     at tracker-indexer.c:1820
> 1820                  if (process_file (indexer, path)) {
> (gdb) print *path
> $6 = {module = 0x29e3900, file = 0x0, module_name = 0x1fee960 "`>\036\001"}
> (gdb)
> 
> 
> 
> Laurent.
> 
> 
> > 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
-- 
Carlos Garnacho
Imendio AB - Expert solutions in GTK+
http://www.imendio.com

_______________________________________________
tracker-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/tracker-list

Reply via email to