Bug 1031411
Summary: | [abrt] gnome-software-3.10.3-1.fc20: gtk_widget_get_accessible: Process /usr/bin/gnome-software was killed by signal 11 (SIGSEGV) | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Mark Tinberg <mtinberg> | ||||||||||||||||||||||||
Component: | gnome-software | Assignee: | Richard Hughes <rhughes> | ||||||||||||||||||||||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||
Priority: | unspecified | ||||||||||||||||||||||||||
Version: | 20 | CC: | dan.mashal, mclasen, rhughes, weidemann.m | ||||||||||||||||||||||||
Target Milestone: | --- | ||||||||||||||||||||||||||
Target Release: | --- | ||||||||||||||||||||||||||
Hardware: | i686 | ||||||||||||||||||||||||||
OS: | Unspecified | ||||||||||||||||||||||||||
URL: | https://retrace.fedoraproject.org/faf/reports/bthash/ca737fbe6b3c1448ed462987434a9cf208cf2b01 | ||||||||||||||||||||||||||
Whiteboard: | abrt_hash:6292ac97d4f190fb87e277580c0c8578bb24147b | ||||||||||||||||||||||||||
Fixed In Version: | PackageKit-0.8.15-2.fc20 | Doc Type: | Bug Fix | ||||||||||||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||||||||||
Last Closed: | 2014-01-12 05:01:02 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
Mark Tinberg
2013-11-17 17:47:50 UTC
Created attachment 825226 [details]
File: backtrace
Created attachment 825227 [details]
File: cgroup
Created attachment 825228 [details]
File: core_backtrace
Created attachment 825229 [details]
File: dso_list
Created attachment 825230 [details]
File: environ
Created attachment 825231 [details]
File: exploitable
Created attachment 825232 [details]
File: limits
Created attachment 825233 [details]
File: maps
Created attachment 825234 [details]
File: open_fds
Created attachment 825235 [details]
File: proc_pid_status
Created attachment 825236 [details]
File: var_log_messages
The stacktrace shows thread 1 (a worker thread) and thread 3 (the main thread) using the same main context (0x8e272c8) and the set_state_idle_cb gets run in the worker thread, instead of the main thread (which is the intention). The source of the problem is https://gitorious.org/packagekit/packagekit/source/54eccb8ad43f1570fa58562f671bc58b57493eab:lib/packagekit-glib2/pk-task-sync.c#L127-137 This code creates a mainloop with the default context - if you use that function in a worker thread, using g_idle_add to push stuff to the main thread stops working. I think two things are needed to fix this: - in PackageKit: use g_main_context_ref_thread_default() instead of NULL as context for any mainloops you create - in gnome-software: push a thread default context in the worker thread(s) Looks like bug 1036352 is the same. PackageKit-0.8.15-2.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/PackageKit-0.8.15-2.fc20 Package PackageKit-0.8.15-2.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing PackageKit-0.8.15-2.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-0390/PackageKit-0.8.15-2.fc20 then log in and leave karma (feedback). PackageKit-0.8.15-2.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |