GNOME Bugzilla – Bug 685905
crash if tracker is not available
Last modified: 2016-03-31 13:57:29 UTC
When tracker is not available, gnome-boxes crashes at start: (gnome-boxes:21720): Boxes-CRITICAL **: media-manager.vala:27: Error connecting to Tracker: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Tracker1 was not provided by any .service files Program received signal SIGSEGV, Segmentation fault. tracker_sparql_connection_query_async (self=0x0, cancellable=0x0, _callback_=0x444db0 <boxes_media_manager_list_installer_medias_ready>, _user_data_=0x1756e70) at /home/martyn/Source/tracker/src/libtracker-sparql/tracker-connection.vala:82
Created attachment 226189 [details] [review] [PATCH] media-manager: fix crash when tracker is not available
Created attachment 226222 [details] [review] media-manager: fix crash when tracker is not available Your patch looks good but I'd prefer this simpler version.
Yep, this will work, as long as no other source is probed after tracker. Thanks!
Review of attachment 226222 [details] [review]: ACK
Attachment 226222 [details] pushed as f0d5f65 - media-manager: fix crash when tracker is not available