Summary: | Crash during thumbnail creation | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Jens Berthold <jens> |
Component: | Thumbs-Engine | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | caulier.gilles, qpgmr65 |
Priority: | NOR | ||
Version: | 1.4.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 6.3.0 | |
Sentry Crash Report: |
Description
Jens Berthold
2010-11-03 11:20:51 UTC
Thread 3 (Thread 0x9f1feb70 (LWP 3753)): [KCrash Handler] #7 0x02627896 in Digikam::ThumbnailLoadingTask::execute (this=0xcb17698) at /build/buildd/digikam-1.4.0/libs/threadimageio/thumbnailtask.cpp:94 #8 0x026044b3 in Digikam::LoadSaveThread::run (this=0xaa7e848) at /build/buildd/digikam-1.4.0/libs/threadimageio/loadsavethread.cpp:116 #9 0x026488e6 in Digikam::DynamicThreadPriv::run (this=0xaa72300) at /build/buildd/digikam-1.4.0/libs/threads/dynamicthread.cpp:237 #10 0x01b93603 in QThreadPoolThread::run (this=0xc5b7150) at concurrent/qthreadpool.cpp:106 #11 0x01b9ef39 in QThreadPrivate::start (arg=0xc5b7150) at thread/qthread_unix.cpp:266 #12 0x006a396e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0 #13 0x02161a4e in clone () from /lib/tls/i686/cmov/libc.so.6 The trace is uncomplete. Please run digiKam through gdb and post backtrace here. i recommend to test digiKam 1.5.0 too... Gilles Caulier Again with 1.4.0, I did a thumbnail creation scan, this time using gdb to start digiKam. The crash seems different this time (?)... Last output in gdb before the crash: ----------------------------------------------------- No itemShortInfo could be retrieved from the database for image "Panorama_Ehrenberg_2009-05-31.jpg" digikam(5713)/digikam (core) Digikam::ThumbnailCreator::load: Thumbnail is null for "/home/coje/Bilder/Panorama/Panorama_Ehrenberg_2009-05-31.jpg" No itemShortInfo could be retrieved from the database for image "Panorama_Ehrenberg_2009-05-31_small.jpg" digikam(5713)/digikam (core) Digikam::ThumbnailCreator::load: Thumbnail is null for "/home/coje/Bilder/Panorama/Panorama_Ehrenberg_2009-05-31_small.jpg" pure virtual method called terminate called without an active exception Program received signal SIGABRT, Aborted. [Switching to Thread 0xa2fffb70 (LWP 5769)] 0x0012d422 in __kernel_vsyscall () ----------------------------------------------------- Backtrace: ----------------------------------------------------- #0 0x0012d422 in __kernel_vsyscall () #1 0x03354651 in raise () from /lib/tls/i686/cmov/libc.so.6 #2 0x03357a82 in abort () from /lib/tls/i686/cmov/libc.so.6 #3 0x032ae52f in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib/libstdc++.so.6 #4 0x032ac465 in ?? () from /usr/lib/libstdc++.so.6 #5 0x032ac4a2 in std::terminate() () from /usr/lib/libstdc++.so.6 #6 0x032ad155 in __cxa_pure_virtual () from /usr/lib/libstdc++.so.6 #7 0x01037779 in Digikam::LoadingCache::removeLoadingProcess (this=0x86a2a90, process=0xad0f370) at /build/buildd/digikam-1.4.0/libs/threadimageio/loadingcache.cpp:161 #8 0x01051c43 in Digikam::ThumbnailLoadingTask::execute (this=0xad0f290) at /build/buildd/digikam-1.4.0/libs/threadimageio/thumbnailtask.cpp:141 #9 0x0102e4b3 in Digikam::LoadSaveThread::run (this=0x8f8e5e8) at /build/buildd/digikam-1.4.0/libs/threadimageio/loadsavethread.cpp:116 #10 0x010728e6 in Digikam::DynamicThreadPriv::run (this=0x8f820a8) at /build/buildd/digikam-1.4.0/libs/threads/dynamicthread.cpp:237 #11 0x02cb3603 in QThreadPoolThread::run (this=0x9e687f8) at concurrent/qthreadpool.cpp:106 #12 0x02cbef39 in QThreadPrivate::start (arg=0x9e687f8) at thread/qthread_unix.cpp:266 #13 0x02ef896e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0 #14 0x033f7a4e in clone () from /lib/tls/i686/cmov/libc.so.6 ----------------------------------------------------- #4 0x032ac465 in ?? () from /usr/lib/libstdc++.so.6 #5 0x032ac4a2 in std::terminate() () from /usr/lib/libstdc++.so.6 #6 0x032ad155 in __cxa_pure_virtual () from /usr/lib/libstdc++.so.6 #7 0x01037779 in Digikam::LoadingCache::removeLoadingProcess (this=0x86a2a90, process=0xad0f370) at /build/buildd/digikam-1.4.0/libs/threadimageio/loadingcache.cpp:161 ==> it's very similar than file : https://bugs.kde.org/show_bug.cgi?id=255852 Look comment #1 about pure virtual method. Marcel manage this entry. I'm not sure if this one is a duplicate, but i recommend to follow #255852 and check if it solve this file. Gilles Caulier digiKam 1.6.0 is out: http://www.digikam.org/drupal/node/550 Please update and check if this entry still valid. Thanks in advance Gilles Caulier *** Bug 259031 has been marked as a duplicate of this bug. *** *** Bug 259167 has been marked as a duplicate of this bug. *** Merging thumbnail crashes. Please report back if the crash still occurs with the fix applied on Nov 10th. *** This bug has been marked as a duplicate of bug 255852 *** Fixed with bug #255852 |