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 Ubuntu
Desktop Bugs, 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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1708140/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to