After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 461905 - critical warnings with find
critical warnings with find
Status: RESOLVED NOTGNOME
Product: evince
Classification: Core
Component: PDF
git master
Other Linux
: Normal critical
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-07-30 18:29 UTC by Christian Persch
Modified: 2007-07-30 19:08 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Persch 2007-07-30 18:29:49 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.

  • #0 g_log
    at gmessages.c line 516
  • #1 g_return_if_fail_warning
    at gmessages.c line 532
  • #2 gdk_pixbuf_new
    at gdk-pixbuf.c line 253
  • #3 ev_view_expose_event
    at ev-view.c line 3378

This is with poppler cvs, evince svn trunk, both updated today.
Comment 1 Carlos Garcia Campos 2007-07-30 19:08:52 UTC
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.