Bug 1069000 - [abrt] tracker: tracker_extract_module_manager_init(): tracker-extract killed by SIGTRAP
Summary: [abrt] tracker: tracker_extract_module_manager_init(): tracker-extract killed...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: tracker
Version: rawhide
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Igor Gnatenko
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:2a792c2a0a8a37c543abe6234d6...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-02-23 22:40 UTC by Elad Alfassa
Modified: 2014-10-10 16:49 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-10-10 16:49:25 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (31.18 KB, text/plain)
2014-02-23 22:40 UTC, Elad Alfassa
no flags Details
File: cgroup (172 bytes, text/plain)
2014-02-23 22:40 UTC, Elad Alfassa
no flags Details
File: core_backtrace (9.83 KB, text/plain)
2014-02-23 22:40 UTC, Elad Alfassa
no flags Details
File: dso_list (5.48 KB, text/plain)
2014-02-23 22:40 UTC, Elad Alfassa
no flags Details
File: environ (988 bytes, text/plain)
2014-02-23 22:40 UTC, Elad Alfassa
no flags Details
File: limits (1.29 KB, text/plain)
2014-02-23 22:40 UTC, Elad Alfassa
no flags Details
File: maps (27.53 KB, text/plain)
2014-02-23 22:40 UTC, Elad Alfassa
no flags Details
File: open_fds (578 bytes, text/plain)
2014-02-23 22:40 UTC, Elad Alfassa
no flags Details
File: proc_pid_status (947 bytes, text/plain)
2014-02-23 22:40 UTC, Elad Alfassa
no flags Details
File: var_log_messages (318 bytes, text/plain)
2014-02-23 22:40 UTC, Elad Alfassa
no flags Details

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.


Note You need to log in before you can comment on or make changes to this bug.