GNOME Bugzilla – Bug 138704
gpdf 0.131 halts with one PDF file..
Last modified: 2004-12-22 21:47:04 UTC
System: ================================ GTK 2.4 GNOME 2.6 FreeBSD 5.2-CURRENT gpdf version: 0.131, also someone reported that 0.112.1 has the same problem. ================================ If you get a PDF file from GIMP site[1] and it will always cause gpdf halts up to like 80% CPU. I had to kill it by manual. But, gpdf does work fine with the other PDF files. I have no idea what it has caused, probably fonts? or something different? Acrobat doesn't has any problem to view that GIMP's PDF file. [1] http://brix.gimp.org/files/presspack/pressrelease.pdf
Can't reproduce ... are you able to provide stack trace ?
Well, the backtraces isn't useful.. Here's what I got: ====================================== % gdb gpdf (gdb) r Starting program: /usr/X11R6/bin/gpdf (gpdf:27000): Gtk-CRITICAL **: file gtkfilesystem.c: line 398 (gtk_file_system_volume_get_base_path): assertion `volume != NULL' failed (gpdf:27000): Gtk-CRITICAL **: file gtkfilesystem.c: line 675 (gtk_file_system_path_is_local): assertion `path != NULL' failed Program received signal SIGKILL, Killed. 0x29064fcf in poll () from /lib/libc.so.5 (gdb) bt
+ Trace 45589
But, I am going to try to see if I can get anything useful from truss and ktrace.
Freetype 2.1.7 problem. See bug 129400 for link to a freetype patch. *** This bug has been marked as a duplicate of 129400 ***
Sweet, that was it. Thanks!
You're welcome.