gdk_pixbuf_composite crashes in an application I haven't used for some
time. It didn't have this problem last time I used it, with an earlier
version of gtk.
The offending call is:
gdk_pixbuf_composite(self->emblem, base, 0, 0,
(int) ((double) priv->width * scale),
(int) ((double) priv->height * scale),
0, 0, scale, scale, GDK_INTERP_HYPER, 255);
where priv->width and priv->height are both 14 and scale is 0.571429 and
base is bigger than the scaled emblem FWIW. emblem and base both seem OK
because if I alter the function to return either of them instead of
building a composite they get displayed OK.
Bug report attached.