Bug 958711 - Crash in __gconv_open when called from goa_log
Summary: Crash in __gconv_open when called from goa_log
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: gnome-online-accounts
Version: 19
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Bastien Nocera
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:a0db18f99859893a306600e2304...
: 1068886 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-05-02 09:28 UTC by Ankur Sinha (FranciscoD)
Modified: 2014-09-18 12:05 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-09-18 12:05:40 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (46.96 KB, text/plain)
2013-05-02 09:28 UTC, Ankur Sinha (FranciscoD)
no flags Details
File: cgroup (128 bytes, text/plain)
2013-05-02 09:28 UTC, Ankur Sinha (FranciscoD)
no flags Details
File: core_backtrace (3.91 KB, text/plain)
2013-05-02 09:28 UTC, Ankur Sinha (FranciscoD)
no flags Details
File: dso_list (11.76 KB, text/plain)
2013-05-02 09:28 UTC, Ankur Sinha (FranciscoD)
no flags Details
File: environ (1.00 KB, text/plain)
2013-05-02 09:28 UTC, Ankur Sinha (FranciscoD)
no flags Details
File: limits (1.29 KB, text/plain)
2013-05-02 09:28 UTC, Ankur Sinha (FranciscoD)
no flags Details
File: maps (59.26 KB, text/plain)
2013-05-02 09:28 UTC, Ankur Sinha (FranciscoD)
no flags Details
File: open_fds (1.14 KB, text/plain)
2013-05-02 09:28 UTC, Ankur Sinha (FranciscoD)
no flags Details
File: proc_pid_status (930 bytes, text/plain)
2013-05-02 09:28 UTC, Ankur Sinha (FranciscoD)
no flags Details
File: var_log_messages (521 bytes, text/plain)
2013-05-02 09:28 UTC, Ankur Sinha (FranciscoD)
no flags Details

Description Ankur Sinha (FranciscoD) 2013-05-02 09:28:10 UTC
Version-Release number of selected component:
gnome-online-accounts-3.8.1-1.fc19

Additional info:
backtrace_rating: 4
cmdline:        /usr/libexec/goa-daemon
crash_function: __gconv_open
executable:     /usr/libexec/goa-daemon
kernel:         3.9.0-0.rc7.git3.1.fc19.x86_64
runlevel:       N 5
uid:            1000
ureports_counter: 2

Truncated backtrace:
Thread no. 1 (10 frames)
 #7 __gconv_open at gconv_open.c:283
 #8 iconv_open at iconv_open.c:71
 #9 try_conversion at gconvert.c:204
 #10 g_iconv_open at gconvert.c:256
 #11 open_converter at gconvert.c:633
 #12 g_convert at gconvert.c:872
 #13 g_convert_with_fallback at gconvert.c:968
 #14 strdup_convert at gmessages.c:677
 #15 g_print at gmessages.c:1451
 #16 goa_log at goalogging.c:218

Comment 1 Ankur Sinha (FranciscoD) 2013-05-02 09:28:14 UTC
Created attachment 742549 [details]
File: backtrace

Comment 2 Ankur Sinha (FranciscoD) 2013-05-02 09:28:17 UTC
Created attachment 742550 [details]
File: cgroup

Comment 3 Ankur Sinha (FranciscoD) 2013-05-02 09:28:19 UTC
Created attachment 742551 [details]
File: core_backtrace

Comment 4 Ankur Sinha (FranciscoD) 2013-05-02 09:28:22 UTC
Created attachment 742552 [details]
File: dso_list

Comment 5 Ankur Sinha (FranciscoD) 2013-05-02 09:28:25 UTC
Created attachment 742553 [details]
File: environ

Comment 6 Ankur Sinha (FranciscoD) 2013-05-02 09:28:27 UTC
Created attachment 742554 [details]
File: limits

Comment 7 Ankur Sinha (FranciscoD) 2013-05-02 09:28:30 UTC
Created attachment 742555 [details]
File: maps

Comment 8 Ankur Sinha (FranciscoD) 2013-05-02 09:28:32 UTC
Created attachment 742556 [details]
File: open_fds

Comment 9 Ankur Sinha (FranciscoD) 2013-05-02 09:28:35 UTC
Created attachment 742557 [details]
File: proc_pid_status

Comment 10 Ankur Sinha (FranciscoD) 2013-05-02 09:28:37 UTC
Created attachment 742558 [details]
File: var_log_messages

Comment 11 Debarshi Ray 2014-09-18 11:50:51 UTC
*** Bug 1068886 has been marked as a duplicate of this bug. ***

Comment 12 Debarshi Ray 2014-09-18 11:52:55 UTC
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


Note You need to log in before you can comment on or make changes to this bug.