Bug 1057781
| Summary: | [abrt] PackageKit: g_thread_unref(): packagekitd killed by SIGSEGV | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Joachim Frieben <jfrieben> | ||||||||||||||||||||||||
| Component: | PackageKit | Assignee: | Richard Hughes <rhughes> | ||||||||||||||||||||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||
| Version: | 22 | CC: | fraph24, jonathan, klember, mclasen, rdieter, rhughes, smparrish | ||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/7001d07af60c641373f475cf72960dcf79192d46 | ||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:416c2b74014eb2ea064fc776e4ebbf9565d27d86 | ||||||||||||||||||||||||||
| Fixed In Version: | PackageKit-1.0.9-1.fc22 | Doc Type: | Bug Fix | ||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||
| Last Closed: | 2015-09-15 20:11:45 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
Joachim Frieben
2014-01-24 20:27:35 UTC
Created attachment 855199 [details]
File: backtrace
Created attachment 855200 [details]
File: cgroup
Created attachment 855201 [details]
File: core_backtrace
Created attachment 855202 [details]
File: dso_list
Created attachment 855203 [details]
File: environ
Created attachment 855204 [details]
File: exploitable
Created attachment 855205 [details]
File: limits
Created attachment 855206 [details]
File: maps
Created attachment 855207 [details]
File: open_fds
Created attachment 855208 [details]
File: proc_pid_status
Created attachment 855209 [details]
File: var_log_messages
This bug appears to have been reported against 'rawhide' during the Fedora 22 development cycle. Changing version to '22'. More information and reason for this action is here: https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora22 This looks like a race in pk_backend_job_thread_create: pk_backend_job_thread_setup may run and try to free the thread object before g_thread_new has returned. The fix should be simple: Just don't store the thread object inside the job; just do g_thread_unref (g_thread_new (...)); *** Bug 1048590 has been marked as a duplicate of this bug. *** Thanks! Fixed upstream in https://github.com/hughsie/PackageKit/commit/c0d0481767a2b11ab0750d51474008a38a503a6e Should be fixed in PackageKit-1.0.9-1.fc22 |