Bug 958711
| Summary: | Crash in __gconv_open when called from goa_log | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ankur Sinha (FranciscoD) <sanjay.ankur> | ||||||||||||||||||||||
| Component: | gnome-online-accounts | Assignee: | Bastien Nocera <bnocera> | ||||||||||||||||||||||
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||
| Version: | 19 | CC: | bnocera, debarshir, mjs | ||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||
| Whiteboard: | abrt_hash:a0db18f99859893a306600e2304b08c474e1f329 | ||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||
| Last Closed: | 2014-09-18 12:05:40 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
Ankur Sinha (FranciscoD)
2013-05-02 09:28:10 UTC
Created attachment 742549 [details]
File: backtrace
Created attachment 742550 [details]
File: cgroup
Created attachment 742551 [details]
File: core_backtrace
Created attachment 742552 [details]
File: dso_list
Created attachment 742553 [details]
File: environ
Created attachment 742554 [details]
File: limits
Created attachment 742555 [details]
File: maps
Created attachment 742556 [details]
File: open_fds
Created attachment 742557 [details]
File: proc_pid_status
Created attachment 742558 [details]
File: var_log_messages
*** Bug 1068886 has been marked as a duplicate of this bug. *** This should be fixed as a consequence of:
commit 7c9408a6c79e8ef356c5113d651ec0de71805e0c
Author: Giovanni Campagna <gcampagna.org>
Date: Sat Feb 8 22:18:53 2014 +0100
Replace GOA logging with GLib logging
In addition to simplifying the code, this ensures that
G_MESSAGES_DEBUG is honored, which in turn shuts up the
logging of debug messages by default, and avoids filling
the journal of everyone who's running a recent dbus-daemon.
The following map was used when converting log levels:
- debug -> debug
- notice -> message
- info -> info
- warning -> warning
- error -> critical (because g_error() aborts the application)
https://bugzilla.gnome.org/show_bug.cgi?id=723926
|