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
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