#0 0x00007f2ba2a9d4c7 in chdir () at ../sysdeps/unix/syscall-template.S:84 [Error: syscall-template.S was not found in source tree] #1 0x00007f2ba301ace2 in do_exec (child_err_report_fd=17, stdin_fd=-1, stdout_fd=23, stderr_fd=-1, working_directory=working_directory@entry=0x5597c72dd0a0 "/tmp", argv=argv@entry=0x7f2b56054d00, envp=0x0, close_descriptors=1, search_path=1, search_path_from_envp=0, stdout_to_null=0, stderr_to_null=1, child_inherits_stdin=0, file_and_argv_zero=0, child_setup=0x7f2b86d99530 , user_data=0xa) at ../../../../glib/gspawn.c:1143 [Error: gspawn.c was not found in source tree] #2 0x00007f2ba301b8f1 in fork_exec_with_pipes (intermediate_child=intermediate_child@entry=1, working_directory=0x5597c72dd0a0 "/tmp", argv=argv@entry=0x7f2b56054d00, envp=envp@entry=0x0, close_descriptors=close_descriptors@entry=1, search_path=search_path@entry=1, search_path_from_envp=0, stdout_to_null=0, stderr_to_null=1, child_inherits_stdin=0, file_and_argv_zero=0, cloexec_pipes=0, child_setup=0x7f2b86d99530 , user_data=0xa, child_pid=0x0, standard_input=0x0, standard_output=0x7f2b56054cf4, standard_error=0x0, error=0x7f2b56054cf8) at ../../../../glib/gspawn.c:1424 [Error: gspawn.c was not found in source tree] #3 0x00007f2ba301c335 in g_spawn_async_with_pipes (working_directory=, argv=argv@entry=0x7f2b56054d00, envp=envp@entry=0x0, flags=flags@entry=(G_SPAWN_SEARCH_PATH | G_SPAWN_STDERR_TO_DEV_NULL), child_setup=child_setup@entry=0x7f2b86d99530 , user_data=user_data@entry=0xa, child_pid=0x0, standard_input=0x0, standard_output=0x7f2b56054cf4, standard_error=0x0, error=0x7f2b56054cf8) at ../../../../glib/gspawn.c:654 [Error: gspawn.c was not found in source tree] #4 0x00007f2b86d996df in extract_ps_gz (uri=0x7f2b500cc800 "file:///home/bonnaudl/perso/Montagne/topos/via-ferrata.ps.gz") at tracker-extract-ps.c:271 266: argv[1] = "-c"; 267: argv[2] = filename; 268: argv[3] = NULL; 269: 270: /* Fork & spawn to gunzip the file */ 271: if (!g_spawn_async_with_pipes (g_get_tmp_dir (), 272: (gchar **) argv, 273: NULL, 274: G_SPAWN_SEARCH_PATH | G_SPAWN_STDERR_TO_DEV_NULL, 275: spawn_child_func, 276: GINT_TO_POINTER (10), #5 tracker_extract_get_metadata (info=0x5597c71e8020) at tracker-extract-ps.c:324 319: mimetype = tracker_extract_info_get_mimetype (info); 320: uri = g_file_get_uri (file); 321: 322: #ifdef USING_UNZIPPSFILES 323: if (strcmp (mimetype, "application/x-gzpostscript") == 0) { 324: metadata = extract_ps_gz (uri); 325: } else 326: #endif /* USING_UNZIPPSFILES */ 327: { 328: metadata = extract_ps (uri); 329: } #6 0x00005597c624ac6c in get_file_metadata (task=task@entry=0x7f2b48002680, info_out=info_out@entry=0x7f2b56054d90) at tracker-extract.c:326 321: g_debug ("Using %s...", 322: task->cur_module ? 323: g_module_name (task->cur_module) : 324: "Dummy extraction"); 325: 326: task->success = (task->cur_func) (info); 327: } 328: 329: g_free (mime_used); 330: } 331: #7 0x00005597c624b2d3 in get_metadata (task=0x7f2b48002680) at tracker-extract.c:510 505: extract_task_free (task); 506: return FALSE; 507: } 508: 509: if (!filter_module (task->extract, task->cur_module) && 510: get_file_metadata (task, &info)) { 511: g_task_return_pointer (G_TASK (task->res), info, 512: (GDestroyNotify) tracker_extract_info_unref); 513: extract_task_free (task); 514: } else { 515: /* Reinject the task into the main thread #8 0x00005597c624b330 in single_thread_get_metadata (queue=0x5597c739e000) at tracker-extract.c:538 533: task = g_async_queue_pop (queue); 534: #ifdef THREAD_ENABLE_TRACE 535: g_debug ("Thread:%p --> '%s': Dispatching in dedicated thread", 536: g_thread_self(), task->file); 537: #endif /* THREAD_ENABLE_TRACE */ 538: get_metadata (task); 539: } 540: 541: return NULL; 542: } 543: #9 0x00007f2ba2ffbf65 in g_thread_proxy (data=0x7f2b78005190) at ../../../../glib/gthread.c:784 [Error: gthread.c was not found in source tree] #10 0x00007f2ba2d736da in start_thread (arg=0x7f2b56055700) at pthread_create.c:456 [Error: pthread_create.c was not found in source tree] #11 0x00007f2ba2aad17f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:105 [Error: clone.S was not found in source tree]