Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1350873
Summary: | [abrt] gnome-initial-setup: g_time_zone_ref(): gnome-initial-setup killed by SIGSEGV | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Petr Schindler <pschindl> | ||||||||||||||||||||||||||||
Component: | gnome-initial-setup | Assignee: | Rui Matos <tiagomatos> | ||||||||||||||||||||||||||||
Status: | CLOSED EOL | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||||||
Priority: | unspecified | ||||||||||||||||||||||||||||||
Version: | 24 | CC: | jstpierr, mcatanzaro+wrong-account-do-not-cc, tiagomatos | ||||||||||||||||||||||||||||
Target Milestone: | --- | ||||||||||||||||||||||||||||||
Target Release: | --- | ||||||||||||||||||||||||||||||
Hardware: | x86_64 | ||||||||||||||||||||||||||||||
OS: | Unspecified | ||||||||||||||||||||||||||||||
URL: | https://retrace.fedoraproject.org/faf/reports/bthash/dc1edca2bb58c7a9166973ec129ff5e86bcfc72c | ||||||||||||||||||||||||||||||
Whiteboard: | abrt_hash:512bd7fe87fbff7a9e7d4e2849e7f8d6d98d0746;VARIANT_ID=workstation; | ||||||||||||||||||||||||||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||||||||||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||||||||||||||
Last Closed: | 2017-08-08 15:07:21 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: | |||||||||||||||||||||||||||||||
Bug Blocks: | 1230432 | ||||||||||||||||||||||||||||||
Attachments: |
|
Description
Petr Schindler
2016-06-28 14:45:11 UTC
Created attachment 1173473 [details]
File: backtrace
Created attachment 1173474 [details]
File: cgroup
Created attachment 1173475 [details]
File: core_backtrace
Created attachment 1173476 [details]
File: dso_list
Created attachment 1173477 [details]
File: environ
Created attachment 1173478 [details]
File: exploitable
Created attachment 1173479 [details]
File: limits
Created attachment 1173480 [details]
File: maps
Created attachment 1173481 [details]
File: mountinfo
Created attachment 1173482 [details]
File: namespaces
Created attachment 1173483 [details]
File: open_fds
Created attachment 1173484 [details]
File: proc_pid_status
Created attachment 1173485 [details]
File: var_log_messages
*** Bug 1318615 has been marked as a duplicate of this bug. *** Some random gsettings key ("cursor-blink-timeout") changed on the schema org.gnome.desktop.interface, triggering the on_schema_change callback that calls update_clock. But priv->timezone is NULL at the time, and update_clock is not prepared to handle that case, causing the crash when it's passed to g_date_time_new_now. Problem is, priv->timezone should never be NULL there and I don't see how it could have happened. priv->timezone is initialized in _init and can't possibly become invalid until the wall clock is finalized, but by that point the settings watch would have already been disconnected (by unreffing the GSettings object in dispose) and so on_schema_changed could never be called. It might be a bit safer to use g_signal_connect_object there, but it shouldn't matter since nothing else ever refs the GSettings object. So I don't see it. This message is a reminder that Fedora 24 is nearing its end of life. Approximately 2 (two) weeks from now Fedora will stop maintaining and issuing updates for Fedora 24. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '24'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 24 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. Fedora 24 changed to end-of-life (EOL) status on 2017-08-08. Fedora 24 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed. |