Bug 1083266

Summary: [abrt] evolution: gtk_application_startup_session_dbus(): evolution killed by SIGTRAP
Product: [Fedora] Fedora Reporter: Danko Ilik <dankoilik>
Component: evolutionAssignee: Matthew Barnes <mbarnes>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: fabiano, lucilanga, mbarnes, mcrha
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/3ecdfe6753b0f76bff6ec33ce6efc85ab10d5e19
Whiteboard: abrt_hash:7d093eb9f25a936c03bb34f71c4be15858878e10
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-04-02 08:16:02 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 Flags
File: backtrace
none
File: cgroup
none
File: core_backtrace
none
File: dso_list
none
File: environ
none
File: limits
none
File: maps
none
File: open_fds
none
File: proc_pid_status
none
File: var_log_messages none

Description Danko Ilik 2014-04-01 19:06:38 UTC
Version-Release number of selected component:
evolution-3.10.4-2.fc20

Additional info:
reporter:       libreport-2.2.0
backtrace_rating: 4
cmdline:        evolution --g-fatal-warnings
crash_function: gtk_application_startup_session_dbus
executable:     /usr/bin/evolution
kernel:         3.13.7-200.fc20.x86_64
runlevel:       N 5
type:           CCpp
uid:            1000

Truncated backtrace:
Thread no. 1 (9 frames)
 #2 gtk_application_startup_session_dbus at gtkapplication.c:1319
 #3 gtk_application_startup_x11 at gtkapplication.c:284
 #4 gtk_application_startup at gtkapplication.c:407
 #5 _g_closure_invoke_va at gclosure.c:840
 #8 g_application_register at gapplication.c:1316
 #9 shell_initable_init at e-shell.c:795
 #10 g_initable_new_valist at ginitable.c:231
 #11 g_initable_new at ginitable.c:149
 #12 create_default_shell at main.c:388

Comment 1 Danko Ilik 2014-04-01 19:06:43 UTC
Created attachment 881490 [details]
File: backtrace

Comment 2 Danko Ilik 2014-04-01 19:06:45 UTC
Created attachment 881491 [details]
File: cgroup

Comment 3 Danko Ilik 2014-04-01 19:06:51 UTC
Created attachment 881492 [details]
File: core_backtrace

Comment 4 Danko Ilik 2014-04-01 19:06:53 UTC
Created attachment 881493 [details]
File: dso_list

Comment 5 Danko Ilik 2014-04-01 19:06:55 UTC
Created attachment 881494 [details]
File: environ

Comment 6 Danko Ilik 2014-04-01 19:06:57 UTC
Created attachment 881495 [details]
File: limits

Comment 7 Danko Ilik 2014-04-01 19:07:00 UTC
Created attachment 881496 [details]
File: maps

Comment 8 Danko Ilik 2014-04-01 19:07:02 UTC
Created attachment 881497 [details]
File: open_fds

Comment 9 Danko Ilik 2014-04-01 19:07:04 UTC
Created attachment 881498 [details]
File: proc_pid_status

Comment 10 Danko Ilik 2014-04-01 19:07:07 UTC
Created attachment 881499 [details]
File: var_log_messages

Comment 11 Milan Crha 2014-04-02 08:16:02 UTC
Thanks for a bug report. This crashed only because you run evolution with --g-fatal-warnings argument. The reported warning was:

> "Failed to register client:
> GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
> org.gnome.SessionManager was not provided by any .service files"

but it doesn't come from Evolution, it's from gtk3. This is their fault, they hard-code a service name which is available only in gnome-shell, thus if your any gtk3 application in a Desktop Environment other than gnome-shell, they you see this warning.

Feel free to claim to them upstream, at:
https://bugzilla.gnome.org/show_bug.cgi?id=693203