#0 0xb7b92f37 in strstr () from /lib/tls/i686/cmov/libc.so.6 #1 0x080568a5 in tracker_indexer_merge_indexes (type=INDEX_TYPE_FILES) at tracker-indexer.c:194 189: { 190: DEPOT *word_index; 191: 192: tracker_log ("Opening index %s", name); 193: 194: if (strstr (name, "tmp")) { 195: word_index = dpopen (name, DP_OWRITER | DP_OCREAT | DP_ONOLCK, tracker->min_index_bucket_count); 196: } else { 197: word_index = dpopen (name, DP_OWRITER | DP_OCREAT | DP_ONOLCK, tracker->max_index_bucket_count); 198: } 199: #2 0x08052201 in process_files_thread () at trackerd.c:1158 1153: 1154: case INDEX_EMAILS: { 1155: 1156: tracker_db_end_index_transaction (db_con); 1157: tracker_cache_flush_all (FALSE); 1158: tracker_indexer_merge_indexes (INDEX_TYPE_FILES); 1159: 1160: if (tracker->word_update_count > 0) { 1161: tracker_indexer_apply_changes (tracker->file_index, tracker->file_update_index, TRUE); 1162: } 1163: #3 0xb7d115af in g_thread_create_proxy (data=0x80f3710) at /build/buildd/glib2.0-2.14.1/glib/gthread.c:635 [Error: /build/buildd/glib2.0-2.14.1/glib/gthread.c was not found in source tree] #4 0xb7c7146b in start_thread () from /lib/tls/i686/cmov/libpthread.so.0 #5 0xb7bf573e in clone () from /lib/tls/i686/cmov/libc.so.6