#0 0x00007f84ee808f79 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 [Error: ../nptl/sysdeps/unix/sysv/linux/raise.c was not found in source tree] #1 0x00007f84ee80c388 in __GI_abort () at abort.c:89 [Error: abort.c was not found in source tree] #2 0x00007f84ef03bf55 in g_assertion_message (domain=domain@entry=0x7f84f0859b2e "Gdk", file=file@entry=0x7f84f085a368 "/build/buildd/gtk+3.0-3.13.5~git20140715.a43b90e4/./gdk/gdkcairo.c", line=line@entry=193, func=func@entry=0x7f84f085a5e0 <__FUNCTION__.30202> "gdk_cairo_surface_paint_pixbuf", message=message@entry=0x1d99720 "assertion failed: (cairo_image_surface_get_format (surface) == CAIRO_FORMAT_RGB24 || cairo_image_surface_get_format (surface) == CAIRO_FORMAT_ARGB32)") at /build/buildd/glib2.0-2.41.2~git20140710.60fe7b46/./glib/gtestutils.c:2291 [Error: /build/buildd/glib2.0-2.41.2~git20140710.60fe7b46/./glib/gtestutils.c was not found in source tree] #3 0x00007f84ef03bfea in g_assertion_message_expr (domain=domain@entry=0x7f84f0859b2e "Gdk", file=file@entry=0x7f84f085a368 "/build/buildd/gtk+3.0-3.13.5~git20140715.a43b90e4/./gdk/gdkcairo.c", line=line@entry=193, func=func@entry=0x7f84f085a5e0 <__FUNCTION__.30202> "gdk_cairo_surface_paint_pixbuf", expr=expr@entry=0x7f84f085a3b0 "cairo_image_surface_get_format (surface) == CAIRO_FORMAT_RGB24 || cairo_image_surface_get_format (surface) == CAIRO_FORMAT_ARGB32") at /build/buildd/glib2.0-2.41.2~git20140710.60fe7b46/./glib/gtestutils.c:2306 [Error: /build/buildd/glib2.0-2.41.2~git20140710.60fe7b46/./glib/gtestutils.c was not found in source tree] #4 0x00007f84f08014ee in gdk_cairo_surface_paint_pixbuf (surface=surface@entry=0x7f84efdef9e0 <_cairo_surface_nil_invalid_status+192>, pixbuf=pixbuf@entry=0x7f84cc053140) at /build/buildd/gtk+3.0-3.13.5~git20140715.a43b90e4/./gdk/gdkcairo.c:192 [Error: /build/buildd/gtk+3.0-3.13.5~git20140715.a43b90e4/./gdk/gdkcairo.c was not found in source tree] #5 0x00007f84f0801bfa in gdk_cairo_set_source_pixbuf (cr=cr@entry=0x7f84efde7a50, pixbuf=pixbuf@entry=0x7f84cc053140, pixbuf_x=pixbuf_x@entry=0, pixbuf_y=pixbuf_y@entry=0) at /build/buildd/gtk+3.0-3.13.5~git20140715.a43b90e4/./gdk/gdkcairo.c:341 [Error: /build/buildd/gtk+3.0-3.13.5~git20140715.a43b90e4/./gdk/gdkcairo.c was not found in source tree] #6 0x000000000044bf9d in create_surface_from_pixbuf (pixbuf=0x7f84cc053140, view=0x1b40020) at eog-scroll-view.c:208 203: cairo_destroy (cr); 204: 205: return surface; 206: } 207: 208: /* Disconnects from the EogImage and removes references to it */ 209: static void 210: free_image_resources (EogScrollView *view) 211: { 212: EogScrollViewPrivate *priv; 213: #7 update_pixbuf (view=view@entry=0x1b40230, pixbuf=) at eog-scroll-view.c:2114 2109: 2110: if (priv->interp_type_out != new_interp_type) { 2111: priv->interp_type_out = new_interp_type; 2112: gtk_widget_queue_draw (GTK_WIDGET (priv->display)); 2113: g_object_notify (G_OBJECT (view), "antialiasing-out"); 2114: } 2115: } 2116: 2117: static void 2118: _transp_background_changed (EogScrollView *view) 2119: { #8 0x000000000044e16b in eog_scroll_view_set_image (view=0x1b40230, image=image@entry=0x7f84cc00fdc0) at eog-scroll-view.c:2417 2412: return TRUE; 2413: } 2414: 2415: return FALSE; 2416: } 2417: 2418: static GVariant* 2419: sv_rgba_to_string_mapping (const GValue *value, 2420: const GVariantType *expected_type, 2421: gpointer user_data) 2422: { #9 0x0000000000436d81 in eog_window_display_image (window=window@entry=0x19727b0, image=0x7f84cc00fdc0) at eog-window.c:916 911: gtk_window_set_title (GTK_WINDOW (window), eog_image_get_caption (image)); 912: 913: update_status_bar (window); 914: 915: file = eog_image_get_file (image); 916: g_idle_add_full (G_PRIORITY_LOW, 917: (GSourceFunc) add_file_to_recent_files, 918: file, 919: (GDestroyNotify) g_object_unref); 920: 921: eog_window_update_openwith_menu (window, image); #10 0x00000000004378ab in eog_job_load_cb (job=0x1cb9b70, data=) at eog-window.c:1378 1373: GtkWidget *message_area; 1374: 1375: message_area = eog_image_load_error_message_area_new ( 1376: eog_image_get_caption (job->image), 1377: EOG_JOB (job)->error); 1378: 1379: g_signal_connect (message_area, 1380: "response", 1381: G_CALLBACK (eog_window_error_message_area_response), 1382: window); 1383: #11 0x00007f84ef2eb3f7 in _g_closure_invoke_va (closure=0x1d92f20, return_value=0x0, instance=0x1cb9b70, args=0x7fff15a7ba78, n_params=0, param_types=0x0) at /build/buildd/glib2.0-2.41.2~git20140710.60fe7b46/./gobject/gclosure.c:831 [Error: /build/buildd/glib2.0-2.41.2~git20140710.60fe7b46/./gobject/gclosure.c was not found in source tree] #12 0x00007f84ef303708 in g_signal_emit_valist (instance=0x1cb9b70, signal_id=, detail=0, var_args=var_args@entry=0x7fff15a7ba78) at /build/buildd/glib2.0-2.41.2~git20140710.60fe7b46/./gobject/gsignal.c:3218 [Error: /build/buildd/glib2.0-2.41.2~git20140710.60fe7b46/./gobject/gsignal.c was not found in source tree] #13 0x00007f84ef304352 in g_signal_emit (instance=instance@entry=0x1cb9b70, signal_id=, detail=detail@entry=0) at /build/buildd/glib2.0-2.41.2~git20140710.60fe7b46/./gobject/gsignal.c:3365 [Error: /build/buildd/glib2.0-2.41.2~git20140710.60fe7b46/./gobject/gsignal.c was not found in source tree] #14 0x000000000042631c in notify_finished (job=0x1cb9b70) at eog-jobs.c:158 153: "%s (%p) job was FINISHED", 154: EOG_GET_TYPE_NAME (job), 155: job); 156: 157: /* notify job finalization */ 158: g_signal_emit (job, 159: job_signals[FINISHED], 160: 0); 161: return FALSE; 162: } 163: #15 0x00007f84ef017a25 in g_main_dispatch (context=0x184a9f0) at /build/buildd/glib2.0-2.41.2~git20140710.60fe7b46/./glib/gmain.c:3064 [Error: /build/buildd/glib2.0-2.41.2~git20140710.60fe7b46/./glib/gmain.c was not found in source tree] #16 g_main_context_dispatch (context=context@entry=0x184a9f0) at /build/buildd/glib2.0-2.41.2~git20140710.60fe7b46/./glib/gmain.c:3663 [Error: /build/buildd/glib2.0-2.41.2~git20140710.60fe7b46/./glib/gmain.c was not found in source tree] #17 0x00007f84ef017d88 in g_main_context_iterate (context=context@entry=0x184a9f0, block=block@entry=1, dispatch=dispatch@entry=1, self=) at /build/buildd/glib2.0-2.41.2~git20140710.60fe7b46/./glib/gmain.c:3734 [Error: /build/buildd/glib2.0-2.41.2~git20140710.60fe7b46/./glib/gmain.c was not found in source tree] #18 0x00007f84ef017e2c in g_main_context_iteration (context=0x184a9f0, context@entry=0x0, may_block=may_block@entry=1) at /build/buildd/glib2.0-2.41.2~git20140710.60fe7b46/./glib/gmain.c:3795 [Error: /build/buildd/glib2.0-2.41.2~git20140710.60fe7b46/./glib/gmain.c was not found in source tree] #19 0x00007f84f02e8f0c in g_application_run (application=0x1854130, argc=argc@entry=1, argv=argv@entry=0x7fff15a7bde8) at /build/buildd/glib2.0-2.41.2~git20140710.60fe7b46/./gio/gapplication.c:2219 [Error: /build/buildd/glib2.0-2.41.2~git20140710.60fe7b46/./gio/gapplication.c was not found in source tree] #20 0x000000000041ead2 in main (argc=1, argv=0x7fff15a7bde8) at main.c:133 128: GApplicationFlags app_flags = g_application_get_flags (G_APPLICATION (EOG_APP)); 129: app_flags |= G_APPLICATION_NON_UNIQUE; 130: g_application_set_flags (G_APPLICATION (EOG_APP), app_flags); 131: } 132: 133: g_application_run (G_APPLICATION (EOG_APP), argc, argv); 134: g_object_unref (EOG_APP); 135: 136: return 0; 137: }