Bug 1069000

Summary: [abrt] tracker: tracker_extract_module_manager_init(): tracker-extract killed by SIGTRAP
Product: [Fedora] Fedora Reporter: Elad Alfassa <elad>
Component: trackerAssignee: Igor Gnatenko <ignatenko>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: dakingun, debarshir
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/ba5f791d15ce16395a6984efe68ee3427e0a68ca
Whiteboard: abrt_hash:2a792c2a0a8a37c543abe6234d6c96cff39958f9
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-10-10 16:49:25 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: backtrace
none
File: cgroup
none
File: core_backtrace
none
File: dso_list
none
File: environ
none
File: limits
none
File: maps
none
File: open_fds
none
File: proc_pid_status
none
File: var_log_messages none

Description Elad Alfassa 2014-02-23 22:40:17 UTC
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

Comment 1 Elad Alfassa 2014-02-23 22:40:26 UTC
Created attachment 866802 [details]
File: backtrace

Comment 2 Elad Alfassa 2014-02-23 22:40:29 UTC
Created attachment 866803 [details]
File: cgroup

Comment 3 Elad Alfassa 2014-02-23 22:40:31 UTC
Created attachment 866804 [details]
File: core_backtrace

Comment 4 Elad Alfassa 2014-02-23 22:40:36 UTC
Created attachment 866805 [details]
File: dso_list

Comment 5 Elad Alfassa 2014-02-23 22:40:38 UTC
Created attachment 866806 [details]
File: environ

Comment 6 Elad Alfassa 2014-02-23 22:40:40 UTC
Created attachment 866807 [details]
File: limits

Comment 7 Elad Alfassa 2014-02-23 22:40:44 UTC
Created attachment 866808 [details]
File: maps

Comment 8 Elad Alfassa 2014-02-23 22:40:46 UTC
Created attachment 866809 [details]
File: open_fds

Comment 9 Elad Alfassa 2014-02-23 22:40:48 UTC
Created attachment 866810 [details]
File: proc_pid_status

Comment 10 Elad Alfassa 2014-02-23 22:40:51 UTC
Created attachment 866811 [details]
File: var_log_messages

Comment 11 Elad Alfassa 2014-02-26 20:40:41 UTC
Here's a scratch build that fixes this one

http://koji.fedoraproject.org/koji/taskinfo?taskID=6565879

Comment 12 Fedora Admin XMLRPC Client 2014-07-26 17:13:43 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 13 Fedora Admin XMLRPC Client 2014-07-27 06:32:24 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 14 Debarshi Ray 2014-10-10 16:49:25 UTC
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.