GNOME Bugzilla – Bug 141226
crash with given pdf -- thumbnail problem
Last modified: 2004-12-22 21:47:04 UTC
Distribution: SuSE Linux 9.0 (i586) Package: gpdf Severity: blocker Version: GNOME2.6. unspecified Gnome-Distributor: GNOME.Org Synopsis: crash with given pdf Bugzilla-Product: gpdf Bugzilla-Component: general Bugzilla-Version: unspecified BugBuddy-GnomeVersion: 2.0 (2.6.0) Description: Loaded: http://sco.tuxrocks.com/Docs/AZ/AZ-1.pdf bang :-) ------- Bug moved to this database by unknown@bugzilla.gnome.org 2004-04-27 15:49 ------- Unknown platform unknown. Setting to default platform "Other". Unknown milestone "unknown" in product "gpdf". Setting to default milestone for this product, '---' Setting to default status "UNCONFIRMED". Setting qa contact to the default for this product. This bug either had no qa contact or an invalid one.
Confirmed. I cannot even get a useful backtrace :( Xpdf 3.00 thinks this file has some errors, but they seem to be unrelated to the crash. Suggested workaround: html version http://www.groklaw.net/article.php?story=20040303193037634
Doesn't crash after disabling the thumbnail extraction code.
Together with the fix for bug #139211, this should fix the crash. The errors Xpdf finds result in thumbnails containing only garbage. But that's really a problem with the file. 2004-05-08 Martin Kretzschmar <m_kretzschmar@gmx.net> * xpdf/gpdf-thumbnails-view.cc (gpdf_thumbnails_view_render_thumbnail_image): gdk-pixbuf requires always 8 bits per component. And Thumb::getPixbufData always provides 8 bits per component. Fixes bug #141226.