Hello,
I run a bunch for queries with tracker_sparql_connection_query(sync version).....with same TrackerSparqlConnection.
After 40-50 queries my app hangs.
I see in tracker log that about the same time tracker is closing the sqlite database.
Do you have any advice for this issue?Could the fact that tracker is closing database i get the hang?
Why is the reason to close the database.....since i have seen in code that close is done in "tracker_db_interface_sqlite_finalize" that is seem like a destructor function GObject TrackerDBInterface.