Summary: | Crash on folder with PDF documents | ||
---|---|---|---|
Product: | [Applications] kfile-plugins | Reporter: | Werner Janjic <werner.janjic> |
Component: | Assignee: | Albert Astals Cid <aacid> | |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | acevery, ajoliveira, msj, stefan.vdbroeck |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Werner Janjic
2007-11-22 15:26:20 UTC
Can you reproduce the problem? That is, does it happens always when entering that folder? If so, can you start moving pdf files from another folder and this way find the pdf that is causing the crash? Once you have found it, please attach it to this bug. Actually it is not only one PDF that causes the problem. The problem now appears when i hover any of these PDFs (from the same source) with my mouse. As it is copyrighted material, I cannot attach it here, but you can send me an email so we can exchange information. Last crash report: (no debugging symbols found) Using host libthread_db library "/lib/libthread_db.so.1". (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread 47193389026512 (LWP 20059)] (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) [KCrash handler] #5 0x00002aec107f1593 in rawmemchr () from /lib/libc.so.6 #6 0x00002aec107e50ea in ?? () from /lib/libc.so.6 #7 0x00002aec107d9825 in vsscanf () from /lib/libc.so.6 #8 0x00002aec107d4b48 in sscanf () from /lib/libc.so.6 #9 0x00002aec1393c497 in Poppler::Document::getDate () from /usr/lib/libpoppler-qt.so.2 #10 0x00002aec137318a6 in KPdfPlugin::readInfo () from /usr/lib/kde3/kfile_pdf.so #11 0x00002aec0a723bc6 in KFileMetaInfo::init () from /usr/lib/libkio.so.4 #12 0x00002aec0a723d60 in KFileItem::metaInfo () from /usr/lib/libkio.so.4 #13 0x000000000044bf66 in ?? () #14 0x000000000044cfab in ?? () #15 0x000000000045ef6d in ?? () #16 0x00002aec0ca86d76 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3 #17 0x00002aec0ca87910 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3 #18 0x00002aec0cdf69a2 in QTimer::timeout () from /usr/lib/libqt-mt.so.3 #19 0x00002aec0caad257 in QTimer::event () from /usr/lib/libqt-mt.so.3 #20 0x00002aec0ca222a2 in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3 #21 0x00002aec0ca24031 in QApplication::notify () from /usr/lib/libqt-mt.so.3 #22 0x00002aec0b6aa248 in KApplication::notify () from /usr/lib/libkdecore.so.4 #23 0x00002aec0c9b4d12 in QApplication::sendEvent () from /usr/lib/libqt-mt.so.3 #24 0x00002aec0ca1555c in QEventLoop::activateTimers () from /usr/lib/libqt-mt.so.3 #25 0x00002aec0c9c9443 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3 #26 0x00002aec0ca3b7e7 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3 #27 0x00002aec0ca3b5ef in QEventLoop::exec () from /usr/lib/libqt-mt.so.3 #28 0x00002aec0ca23d68 in QApplication::exec () from /usr/lib/libqt-mt.so.3 #29 0x000000000044ed0a in ?? () #30 0x00002aec10793b44 in __libc_start_main () from /lib/libc.so.6 #31 0x0000000000426969 in ?? () #32 0x00007fffa10179c8 in ?? () #33 0x0000000000000000 in ?? () SVN commit 740624 by aacid: sscanf crashes on a NULL pointer so verify s is not empty. Fixes bug 152710, well, not really as the scanner uses poppler, i'll fix poppler in a minute BUG: 152710 M +1 -1 generator_pdf.cpp [POSSIBLY UNSAFE: scanf] WebSVN link: http://websvn.kde.org/?view=rev&revision=740624 *** Bug 156967 has been marked as a duplicate of this bug. *** *** Bug 160971 has been marked as a duplicate of this bug. *** *** Bug 154567 has been marked as a duplicate of this bug. *** *** Bug 159991 has been marked as a duplicate of this bug. *** |