The code seems to be doing:
g_autofree gchar *data = NULL;
gsize data_len;
if (g_file_get_contents (cache_fn, &data, &data_len, &local_error) &&
gs_plugin_snap_set_app_pixbuf_from_data (app, data, data_len, &local_error))
And entering gs_plugin_snap_set_app_pixbuf_from_data with data set to
NULL.
That suggests that g_file_get_contents has returned TRUE but set data to
NULL.
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1708140
Title:
/usr/bin/gnome-
software:11:gs_plugin_snap_set_app_pixbuf_from_data:load_icon:gs_plugin_refine_app:gs_plugin_loader_run_refine:gs_plugin_loader_search_thread_cb
Status in gnome-software package in Ubuntu:
New
Status in gnome-software source package in Xenial:
New
Status in gnome-software source package in Zesty:
New
Status in gnome-software source package in Artful:
New
Bug description:
The Ubuntu Error Tracker has been receiving reports about a problem regarding
gnome-software. This problem was most recently seen with package version
3.20.5-0ubuntu0.16.04.5, the problem page at
https://errors.ubuntu.com/problem/3a1f24323eae90094dc223360e9f0e56deb5e56d
contains more details, including versions of packages affected, stacktrace or
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software
developer, you can request it at http://forms.canonical.com/reports/.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1708140/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp