Bug 1069000
| Summary: | [abrt] tracker: tracker_extract_module_manager_init(): tracker-extract killed by SIGTRAP | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Elad Alfassa <elad> | ||||||||||||||||||||||
| Component: | tracker | Assignee: | Igor Gnatenko <ignatenko> | ||||||||||||||||||||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||
| Version: | rawhide | CC: | 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
Elad Alfassa
2014-02-23 22:40:17 UTC
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. 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.
|