#0 __GI___fstatat64 (fd=15, file=0x7fd5ac9dbcd6 "", buf=0x7fd56ec0f890, flag=4096) at ../sysdeps/unix/sysv/linux/fstatat64.c:105 [Error: fstatat64.c was not found in source tree] #1 0x00007fd5ac86a9ff in _nl_load_domain (domain_file=0x7fd56000fdc0, domainbinding=domainbinding@entry=0x7fd5600107a0) at loadmsgcat.c:805 [Error: loadmsgcat.c was not found in source tree] #2 0x00007fd5ac86a913 in _nl_find_domain (dirname=dirname@entry=0x7fd5ac9e3b00 <_nl_default_dirname> "/usr/share/locale", locale=locale@entry=0x7fd56ec0f9f0 "de", domainname=domainname@entry=0x7fd56ec0fa10 "LC_MESSAGES/gnome-control-center-2.0.mo", domainbinding=domainbinding@entry=0x7fd5600107a0) at finddomain.c:166 [Error: finddomain.c was not found in source tree] #3 0x00007fd5ac869f5d in __dcigettext (domainname=, msgid1=msgid1@entry=0x7fd5600125b0 "Diagnostics", msgid2=msgid2@entry=0x0, plural=plural@entry=0, n=n@entry=0, category=category@entry=5) at dcigettext.c:702 [Error: dcigettext.c was not found in source tree] #4 0x00007fd5ac868e33 in __GI___dcgettext (domainname=, msgid=msgid@entry=0x7fd5600125b0 "Diagnostics", category=category@entry=5) at dcgettext.c:47 [Error: dcgettext.c was not found in source tree] #5 0x00007fd5acb17917 in g_dgettext (domain=, msgid=msgid@entry=0x7fd5600125b0 "Diagnostics") at ../../../glib/ggettext.c:402 [Error: ggettext.c was not found in source tree] #6 0x00007fd5acb24911 in g_key_file_get_locale_string (key_file=key_file@entry=0x7fd55c00a540, group_name=, group_name@entry=0x7fd5a80fa000 "Desktop Entry", key=, key@entry=0x7fd5a80fa053 "Name", locale=locale@entry=0x7fd560014090 "de_DE.UTF-8", error=error@entry=0x0) at ../../../glib/gkeyfile.c:2337 [Error: gkeyfile.c was not found in source tree] #7 0x00007fd5a80f9767 in process_desktop_file (file=, resource=0x562c7047bd60) at ../src/tracker-extract/tracker-extract-desktop.c:148 143: cats = g_key_file_get_locale_string_list (key_file, GROUP_DESKTOP_ENTRY, "Categories", NULL, &cats_len, NULL); 144: } 145: 146: if (!name) { 147: /* Try to get the name with our desired LANG locale... */ 148: name = g_key_file_get_locale_string (key_file, GROUP_DESKTOP_ENTRY, "Name", lang, NULL); 149: if (!name) { 150: /* If our desired locale failed, use the list of LANG locales prepared by GLib 151: * (will return untranslated string if none of the locales available) */ 152: name = g_key_file_get_locale_string (key_file, GROUP_DESKTOP_ENTRY, "Name", NULL, NULL); 153: } #8 tracker_extract_get_metadata (info=0x7fd56ec0fc10) at ../src/tracker-extract/tracker-extract-desktop.c:270 265: { 266: TrackerResource *metadata; 267: 268: metadata = tracker_resource_new (NULL); 269: 270: if (!process_desktop_file (metadata, tracker_extract_info_get_file (info))) { 271: g_object_unref (metadata); 272: return FALSE; 273: } 274: 275: tracker_extract_info_set_resource (info, metadata); #9 0x0000562c6e506abc in get_file_metadata (task=task@entry=0x562c7043b990, info_out=info_out@entry=0x7fd56ec0fc90) at ../src/tracker-extract/tracker-extract.c:302 297: g_debug ("Using %s...", 298: task->cur_module ? 299: g_module_name (task->cur_module) : 300: "Dummy extraction"); 301: 302: task->success = (task->cur_func) (info); 303: } 304: 305: g_free (mime_used); 306: } 307: #10 0x0000562c6e507203 in get_metadata (task=0x562c7043b990) at ../src/tracker-extract/tracker-extract.c:511 506: extract_task_free (task); 507: return FALSE; 508: } 509: 510: if (!filter_module (task->extract, task->cur_module) && 511: get_file_metadata (task, &info)) { 512: g_task_return_pointer (G_TASK (task->res), info, 513: (GDestroyNotify) tracker_extract_info_unref); 514: extract_task_free (task); 515: } else { 516: /* Reinject the task into the main thread #11 0x0000562c6e507268 in single_thread_get_metadata (queue=0x562c70441d60) at ../src/tracker-extract/tracker-extract.c:539 534: task = g_async_queue_pop (queue); 535: #ifdef THREAD_ENABLE_TRACE 536: g_debug ("Thread:%p --> '%s': Dispatching in dedicated thread", 537: g_thread_self(), task->file); 538: #endif /* THREAD_ENABLE_TRACE */ 539: get_metadata (task); 540: } 541: 542: return NULL; 543: } 544: #12 0x00007fd5acb56371 in g_thread_proxy (data=0x562c7044e640) at ../../../glib/gthread.c:820 [Error: gthread.c was not found in source tree] #13 0x00007fd5aca25430 in start_thread (arg=0x7fd56ec10640) at pthread_create.c:473 [Error: pthread_create.c was not found in source tree] #14 0x00007fd5ac947d03 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 [Error: clone.S was not found in source tree]