GNOME Bugzilla – Bug 461905
critical warnings with find
Last modified: 2007-07-30 19:08:52 UTC
Steps: 0) Open this document with evince: http://www.t-home.de/dlp/eki/downloads/Speedport/bedanl_speedport_w700v_08.2006.pdf 1) Search for "anruf" (no quotes) Results: (evince:31136): GdkPixbuf-CRITICAL **: gdk_pixbuf_new: assertion `width > 0' failed (evince:31136): GdkPixbuf-CRITICAL **: gdk_pixbuf_fill: assertion `GDK_IS_PIXBUF (pixbuf)' failed (evince:31136): Gdk-CRITICAL **: gdk_draw_pixbuf: assertion `GDK_IS_PIXBUF (pixbuf)' failed (evince:31136): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed [over and over again] Looking at the trace, it seems to be creating a pixbuf with width = 0, which will always fail.
+ Trace 151669
This is with poppler cvs, evince svn trunk, both updated today.
Looks like a bug in poppler. I've just opened a bug there: https://bugs.freedesktop.org/show_bug.cgi?id=11775 Thanks for reporting.