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);

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to epiphany-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1222265

Title:
  gdk_pixbuf_new_from_file: assertion `filename != NULL' failed

Status in “epiphany-browser” package in Ubuntu:
  New

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/epiphany-browser/+bug/1222265/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to