gdk_pixbuf_new_from_file: assertion `filename != NULL' failed

Bug #1222265 reported by Andrei Saygo
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
epiphany-browser (Ubuntu)
New
Undecided
Unassigned

Bug Description

~/epiphany-browser/src$ ./epiphany

** (epiphany-mod-browser:10219): WARNING **: Failed to find missing-thumbnail.png

(epiphany-mod-browser:10219): GdkPixbuf-CRITICAL **: gdk_pixbuf_new_from_file: assertion `filename != NULL' failed
Segmentation fault (core dumped)

The bug is located in /embed/ephu-embed-shell.c

-----
Linux 3.8.0-29-generic #42-Ubuntu SMP

Revision history for this message
Andrei Saygo (andreisaygo) wrote :

in ephy_embed_shell_get_overview_icon()

   filename = ephy_file (icon_name);
- pixbuf = gdk_pixbuf_new_from_file (filename, &error);
+ if (filename)
+ pixbuf = gdk_pixbuf_new_from_file (filename, &error);

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.