Description of problem: Tried to use tracker-control -f to make tracker index a file Version-Release number of selected component: tracker-0.17.4-1.fc21 Additional info: reporter: libreport-2.1.12 backtrace_rating: 4 cmdline: /usr/libexec/tracker-extract crash_function: tracker_extract_module_manager_init executable: /usr/libexec/tracker-extract kernel: 3.13.3-201.fc20.x86_64 runlevel: N 5 type: CCpp uid: 1000 Truncated backtrace: Thread no. 1 (2 frames) #2 tracker_extract_module_manager_init at /lib64/libtracker-extract-1.0.so.0 #3 tracker_extract_new
Created attachment 866802 [details] File: backtrace
Created attachment 866803 [details] File: cgroup
Created attachment 866804 [details] File: core_backtrace
Created attachment 866805 [details] File: dso_list
Created attachment 866806 [details] File: environ
Created attachment 866807 [details] File: limits
Created attachment 866808 [details] File: maps
Created attachment 866809 [details] File: open_fds
Created attachment 866810 [details] File: proc_pid_status
Created attachment 866811 [details] File: var_log_messages
Here's a scratch build that fixes this one http://koji.fedoraproject.org/koji/taskinfo?taskID=6565879
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
Without debug symbols, I can only surmise that you are hitting this code path in tracker_extract_module_manager_init: if (!g_module_supported ()) { g_error ("Modules are not supported for this platform"); return FALSE; } Looks like a broken system.