On Thu, 2009-07-23 at 14:36 -0700, John Millikin wrote: > 2009/7/23 Laurent Aguerreche <[email protected]>: > > Hi! > > > > I am trying Tracker from the trunk (always with the latest version) and > > I am experiencing random crashes with ontologies: > > tracker-miner-fs does not properly initialize the ontologies. I had to > add this line in src/tracker-miner-fs/tracker-main.c for it to run > properly:
Thanks. The real issue behind the crash was that one function in tracker-miner-fs still tried to directly access the database. I've converted this now to use SPARQL via D-Bus. Let me know if you find more issues. Jürg _______________________________________________ tracker-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/tracker-list
