Bug 1380620
Summary: | [abrt] GConf2: g_settings_schema_get_value(): gsettings-data-convert killed by SIGTRAP | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Matěj Cepl <mcepl> | ||||||||||||||||||||||||
Component: | vino | Assignee: | Ondrej Holy <oholy> | ||||||||||||||||||||||||
Status: | CLOSED ERRATA | QA Contact: | Desktop QE <desktop-qa-list> | ||||||||||||||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||
Priority: | unspecified | ||||||||||||||||||||||||||
Version: | 7.3 | CC: | bmilar, jkoten, tpelka | ||||||||||||||||||||||||
Target Milestone: | rc | ||||||||||||||||||||||||||
Target Release: | --- | ||||||||||||||||||||||||||
Hardware: | x86_64 | ||||||||||||||||||||||||||
OS: | Unspecified | ||||||||||||||||||||||||||
Whiteboard: | abrt_hash:0c87bd3b3a786e484254cc674cb22809d56dbf6e | ||||||||||||||||||||||||||
Fixed In Version: | vino-3.22.0-3.el7 | Doc Type: | If docs needed, set a value | ||||||||||||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||||||||||
Last Closed: | 2017-08-01 18:41:59 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: | |||||||||||||||||||||||||||
Bug Depends On: | 1387055 | ||||||||||||||||||||||||||
Bug Blocks: | |||||||||||||||||||||||||||
Attachments: |
|
Description
Matěj Cepl
2016-09-30 07:37:20 UTC
Created attachment 1206159 [details]
File: backtrace
Created attachment 1206160 [details]
File: cgroup
Created attachment 1206161 [details]
File: core_backtrace
Created attachment 1206162 [details]
File: dso_list
Created attachment 1206163 [details]
File: environ
Created attachment 1206164 [details]
File: limits
Created attachment 1206165 [details]
File: machineid
Created attachment 1206166 [details]
File: maps
Created attachment 1206167 [details]
File: open_fds
Created attachment 1206168 [details]
File: proc_pid_status
Created attachment 1206169 [details]
File: var_log_messages
This is a bug in Vino. The SIGTRAP happens when gsettings-data-convert tries to convert Vino's GConf2's settings to gsettings. There is gsetings' key 'enabled' listed in its convert file which doesn't exist since this commit: https://git.gnome.org/browse/vino/commit/?id=18be3c5546172bce551b65d60ec2c931bc451398 Removing the line 'enabled = /desktop/gnome/remote_access/enabled' from 'common/org.gnome.Vino.convert' fixes this problem for me. Steps to reproduce: 1. remove ~/.local/share/gsettings-data-convert file 2. run gsettings-data-convert It has been already fixed upstream by the following commit, which simply removes the whole obsolete "org.gnome.Vino.convert" file: https://git.gnome.org/browse/vino/commit/?id=ccf0986fc8ec5c1770505435c28c6438847263ed The patch should be part of the planned rebase. We should not probably remove the whole convert file in RHEL, so let's add fixed one as per Comment 13. Tested on vino-3.22.0-3.el7.x86_64 Problem did not appear. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2017:2005 |