Summary: | konqueror crash when move pointer above an pdf file | ||
---|---|---|---|
Product: | [Applications] kfile-plugins | Reporter: | Yu Yuwei <acevery> |
Component: | Assignee: | Albert Astals Cid <aacid> | |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | The pdf make konqueror crash |
Description
Yu Yuwei
2007-12-24 03:35:20 UTC
Created attachment 22667 [details]
The pdf make konqueror crash
Could reproduce with vanilla KDE sources. I'm not asking for a better backtrace since I didn't get much useful either. Weird. This is what Valgrind has to say about it. The CreationDate seems to cause problems for this PDF file. ==30215== ==30215== Invalid read of size 1 ==30215== at 0x4022A0A: rawmemchr (in /usr/lib/valgrind/x86-linux/vgpreload_memcheck.so) ==30215== by 0x5979181: (within /lib/libc-2.6.1.so) ==30215== by 0x596CCFC: vsscanf (in /lib/libc-2.6.1.so) ==30215== by 0x5967E7D: sscanf (in /lib/libc-2.6.1.so) ==30215== by 0x791008A: Poppler::Document::getDate(QString const&) const (in /usr/lib/libpoppler-qt.so.2.0.0) ==30215== by 0x77A0470: KPdfPlugin::readInfo(KFileMetaInfo&, unsigned) (kfile_pdf.cpp:78) ==30215== by 0x451320C: KFileMetaInfo::init(KURL const&, QString const&, unsigned) (kfilemetainfo.cpp:334) ==30215== by 0x45132A5: KFileMetaInfo::KFileMetaInfo(KURL const&, QString const&, unsigned) (kfilemetainfo.cpp:309) ==30215== by 0x44D7CBD: KFileItem::metaInfo(bool, int) const (kfileitem.cpp:1051) ==30215== by 0x44D93E1: KFileItem::getToolTipText(int) (kfileitem.cpp:764) ==30215== by 0x41C06D6: KonqFileTip::showTip() (konq_filetip.cc:232) ==30215== by 0x41C087C: KonqFileTip::qt_invoke(int, QUObject*) (konq_filetip.moc:97) ==30215== Address 0x0 is not stack'd, malloc'd or (recently) free'd It seems you are using poppler 0.6.x, aren't you? In case you does not have it, can you try upgrading it to 0.6.3? Yes I using poppler 0.6.2, I have seen the release not of poppler 0.6.3, seems fix this bug, I will try it and then report. Thank u all. Yes, with poppler 0.6.3 konqueror work fine at that pdf ;) Thanks for help! After upgrade to poppler-0.6.3, poppler-bindings-0.6.3 and recompile kpdf, konqueror work fine now. Marking it as dupe, nothing important... |