Bug 1083266
| Summary: | [abrt] evolution: gtk_application_startup_session_dbus(): evolution killed by SIGTRAP | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Danko Ilik <dankoilik> | ||||||||||||||||||||||
| Component: | evolution | Assignee: | Matthew Barnes <mbarnes> | ||||||||||||||||||||||
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||
| Version: | 20 | CC: | 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
Danko Ilik
2014-04-01 19:06:38 UTC
Created attachment 881490 [details]
File: backtrace
Created attachment 881491 [details]
File: cgroup
Created attachment 881492 [details]
File: core_backtrace
Created attachment 881493 [details]
File: dso_list
Created attachment 881494 [details]
File: environ
Created attachment 881495 [details]
File: limits
Created attachment 881496 [details]
File: maps
Created attachment 881497 [details]
File: open_fds
Created attachment 881498 [details]
File: proc_pid_status
Created attachment 881499 [details]
File: var_log_messages
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 |