GNOME Bugzilla – Bug 744360
Crash in ephy_embed_shell_setup_web_extensions_connection()
Last modified: 2015-02-12 17:33:35 UTC
If we can't get a bus name, we crash in ephy_embed_shell_setup_web_extensions_connection() trying to report an error message from an uninitialized GError.
Created attachment 296643 [details] [review] Fix crash when we can't connect to the session bus This GError is never initialized. g_application_get_dbus_connection() does not take a GError.
Review of attachment 296643 [details] [review]: Oops, good catch, thanks!
It was caught by ABRT downstream but the reporter marked the bug private so no point in linking to it. Attachment 296643 [details] pushed as bfdc746 - Fix crash when we can't connect to the session bus