Bug 1172363
Summary: | [abrt] gnome-initial-setup: strcmp(): gnome-initial-setup killed by SIGSEGV | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Aleksey <am3lurker> | ||||||||||||||||||||||||
Component: | gnome-initial-setup | Assignee: | Rui Matos <tiagomatos> | ||||||||||||||||||||||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||
Priority: | unspecified | ||||||||||||||||||||||||||
Version: | 21 | CC: | agriyudis19, buchparth, francoisdjf, gpvprasad, irmimia110195, jstpierr, kdubrick, luispetitt, mclasen, milan.jankovic, negra.vivec, tiagomatos, yonatan.el.amigo | ||||||||||||||||||||||||
Target Milestone: | --- | ||||||||||||||||||||||||||
Target Release: | --- | ||||||||||||||||||||||||||
Hardware: | i686 | ||||||||||||||||||||||||||
OS: | Unspecified | ||||||||||||||||||||||||||
URL: | https://retrace.fedoraproject.org/faf/reports/bthash/99d90f528154b06ea9542dfa389a9e6c8e3ac402 | ||||||||||||||||||||||||||
Whiteboard: | abrt_hash:264931aaa0a0b3a3710cc85e9e1662ee07fc0de9 | ||||||||||||||||||||||||||
Fixed In Version: | gnome-initial-setup-3.14.2.1-2.fc21 | Doc Type: | Bug Fix | ||||||||||||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||||||||||
Last Closed: | 2014-12-27 09:23:03 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
Aleksey
2014-12-09 22:13:32 UTC
Created attachment 966526 [details]
File: backtrace
Created attachment 966527 [details]
File: cgroup
Created attachment 966528 [details]
File: core_backtrace
Created attachment 966529 [details]
File: dso_list
Created attachment 966530 [details]
File: environ
Created attachment 966531 [details]
File: exploitable
Created attachment 966532 [details]
File: limits
Created attachment 966533 [details]
File: maps
Created attachment 966534 [details]
File: open_fds
Created attachment 966535 [details]
File: proc_pid_status
Created attachment 966536 [details]
File: var_log_messages
Whats happening here: static void get_locale_infos (CcInputChooser *chooser) { CcInputChooserPrivate *priv = cc_input_chooser_get_instance_private (chooser); const gchar *type, *id; id is not initialized here ^ gchar *lang, *country; GList *list; if (gnome_get_input_source_from_locale (priv->locale, &type, &id)) { this call returns FALSE and never sets type or id ^ add_row_to_list (chooser, type, id); if (!priv->id) { priv->id = g_strdup (id); priv->type = g_strdup (type); } } if (!gnome_parse_locale (priv->locale, &lang, &country, NULL, NULL)) goto out; list = gnome_xkb_info_get_layouts_for_language (priv->xkb_info, lang); add_rows_to_list (chooser, list, INPUT_SOURCE_TYPE_XKB, id); here id gets used anyway ^ g_list_free (list); list = gnome_xkb_info_get_layouts_for_country (priv->xkb_info, country); add_rows_to_list (chooser, list, INPUT_SOURCE_TYPE_XKB, id); g_list_free (list); gnome-initial-setup-3.14.2.1-2.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/gnome-initial-setup-3.14.2.1-2.fc21 (In reply to Matthias Clasen from comment #12) > Whats happening here: Thanks Matthias, I think that's exactly what was wrong here. Interestingly this seems to happen only on i686[1] which, I think, is why it went unnoticed until now. [1] https://retrace.fedoraproject.org/faf/problems/496638/ Package gnome-initial-setup-3.14.2.1-2.fc21: * should fix your issue, * was pushed to the Fedora 21 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing gnome-initial-setup-3.14.2.1-2.fc21' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-17163/gnome-initial-setup-3.14.2.1-2.fc21 then log in and leave karma (feedback). gnome-initial-setup-3.14.2.1-2.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. |