Version: 0.5 (using KDE 3.5.0, compiled sources) Compiler: gcc version 3.3.3 (NetBSD nb3 20040520) OS: NetBSD (amd64) release 3.0 The attached PDF crashes KPDF on opening. It is shown empty (2 pages) in KGhostView and it loads fine in KWord (1.4.2).
Created attachment 14444 [details] this PDF file crashes KPDF when opened, it's a 2 page offer for some hardware
SVN commit 503607 by aacid: So not assume ctu will exist BUGS: 120985 M +1 -0 GfxFont.cc --- branches/KDE/3.5/kdegraphics/kpdf/xpdf/xpdf/GfxFont.cc #503606:503607 @@ -1493,6 +1493,7 @@ unsigned int cidlen; *mapsizep = 0; + if (!ctu) return NULL; /* we use only unicode cmap */ cmap = -1;