#0 IA__g_slice_alloc (mem_size=20) at /build/buildd/glib2.0-2.14.1/glib/gslice.c:474 [Error: /build/buildd/glib2.0-2.14.1/glib/gslice.c was not found in source tree] #1 0xb7d7f579 in IA__g_array_sized_new (zero_terminated=0, clear=0, elt_size=1, reserved_size=16) at /build/buildd/glib2.0-2.14.1/glib/garray.c:86 [Error: /build/buildd/glib2.0-2.14.1/glib/garray.c was not found in source tree] #2 0xb7d7f629 in IA__g_byte_array_sized_new (reserved_size=16) at /build/buildd/glib2.0-2.14.1/glib/garray.c:640 [Error: /build/buildd/glib2.0-2.14.1/glib/garray.c was not found in source tree] #3 0x08056a9c in update_word_table (table=0x8105100, word=0xb61b6670 "0500cdt", word_details=0xb7a5510c) at tracker-cache.c:248 243: GByteArray *array = g_hash_table_lookup (table, word); 244: 245: if (!array) { 246: 247: if (tracker->use_extra_memory) { 248: array = g_byte_array_sized_new (sz * 2); 249: } else { 250: array = g_byte_array_sized_new (sz); 251: } 252: 253: new_word = TRUE; #4 0x08056b3f in tracker_cache_add (word=0xb61b6670 "0500cdt", service_id=164228, service_type=18, score=14, is_new=1) at tracker-cache.c:280 275: word_details.amalgamated = tracker_indexer_calc_amalgamated (service_type, score); 276: 277: if (is_new) { 278: 279: if (!is_email (service_type)) { 280: if (update_word_table (tracker->file_word_table, word, &word_details)) tracker->word_count++; 281: } else { 282: if (update_word_table (tracker->email_word_table, word, &word_details)) tracker->word_count++; 283: } 284: 285: } else { #5 0x08058484 in append_index_data (key=0xb61b6670, value=0xe, user_data=0x8102970) at tracker-db-sqlite.c:5670 5665: score = GPOINTER_TO_INT (value); 5666: info = user_data; 5667: 5668: if (score != 0) { 5669: /* cache word update */ 5670: tracker_cache_add (word, info->service_id, info->service_type_id, score, TRUE); 5671: } 5672: 5673: 5674: } 5675: #6 0xb7d8fe96 in IA__g_hash_table_foreach (hash_table=0x8105420, func=0x8058450 , user_data=0x8303aa0) at /build/buildd/glib2.0-2.14.1/glib/ghash.c:680 [Error: /build/buildd/glib2.0-2.14.1/glib/ghash.c was not found in source tree] #7 0x08058570 in tracker_db_update_indexes_for_new_service (service_id=164228, service_type_id=18, table=0x8105420) at tracker-db-sqlite.c:5712 5707: 5708: info->service_id = service_id; 5709: info->service_type_id = service_type_id; 5710: info->db_con = NULL; 5711: 5712: g_hash_table_foreach (table, append_index_data, info); 5713: g_slice_free (ServiceTypeInfo, info); 5714: } 5715: } 5716: 5717: #8 0x08064676 in tracker_db_index_service (db_con=0x8100540, info=0xb5fc4a10, service=0xb6308150 "Text", meta_table=0x8105300, #9 0x0806501e in tracker_db_index_file (db_con=0x8100540, info=0xb5fc4a10, attachment_uri=0x0, attachment_service=0x8093367 "GaimConversations") at tracker-db.c:1044 1039: g_free (basename); 1040: } 1041: #endif 1042: 1043: tracker_debug ("file %s has fulltext %d with service %s", info->uri, service_has_fulltext, service_name); 1044: tracker_db_index_service (db_con, info, service_name, meta_table, uri, attachment_service, service_has_metadata, service_has_fulltext, service_has_thumbs); 1045: 1046: g_hash_table_destroy (meta_table); 1047: 1048: g_free (filename); 1049: g_free (dirname); #10 0x08065178 in tracker_db_index_conversation (db_con=0x8100540, info=0xb5fc4a10) at tracker-db.c:1070 1065: void 1066: tracker_db_index_conversation (DBConnection *db_con, FileInfo *info) 1067: { 1068: /* to do use offsets */ 1069: 1070: tracker_db_index_file (db_con, info, NULL, "GaimConversations"); 1071: } 1072: 1073: 1074: #11 0x08052bef in process_files_thread () at trackerd.c:808 803: 804: } else if (strcmp (service_info, "Files") == 0) { 805: tracker_db_index_file (db_con, info, NULL, NULL); 806: 807: } else if (g_str_has_suffix (service_info, "Conversations")) { 808: tracker_db_index_conversation (db_con, info); 809: 810: } else if (strcmp (service_info, "Applications") == 0) { 811: tracker_db_index_application (db_con, info); 812: 813: } else { #12 0xb7dc05af in g_thread_create_proxy (data=0xb65006a8) 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] #13 0xb7d2046b in start_thread () from /lib/tls/i686/cmov/libpthread.so.0 #14 0xb7ca473e in clone () from /lib/tls/i686/cmov/libc.so.6