On Mon, 2009-11-02 at 10:04 +0000, Martyn Russell wrote: > On 02/11/09 05:39, Alexander wrote: > > Hi tracker-list, > > > > i'm using Ubuntu 9.10(Karmic) and experiencing following error: > > Nov 1 20:30:27 novel kernel: [30581.251999] tracker-indexer[7127]: > > segfault at 0 ip 004a3c0f sp bf8c26d0 error 4 in > > libsqlite3.so.0.8.6[451000+86000] > > > > everytime tracker starts working. > > > > How can i further debug it tracker-indexer and find the actual problem? > > Can you use gdb /usr/libexec/tracker-store > Then run with -v 3 > Then use tracker-control -s to start the miners.
Hey Martyn, good morning! Judging from the binary's name tracker-indexer and from his Ubuntu version I think Alexander is using a Tracker 0.6. Meaning that he'll need to throw tracker-indexer into gdb and use tracker-processes instead of tracker-control (I think). > To clean everything up and start again, you can use tracker-control -r. > > Make sure you built with -g for debug symbols. Yah, Alexander: use export CFLAGS="-O0 -ggdb" before running ./autogen.sh -- 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
