Summary: | crash when changing tags for image | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | simon |
Component: | Tags-Engine | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | caulier.gilles, marcel.wiesweg |
Priority: | NOR | ||
Version: | 1.0.0 | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 7.6.0 | |
Sentry Crash Report: |
Description
simon
2009-05-21 18:17:07 UTC
Not reproducible here... Gilles Gilles, this seems to be the same crash I have (like I described in the mailinglist). Something about the loadcache... and locking errors. Simon, can you try with latest SVN checkout? It could be that commit #971243 has fixed the problem. Andi i still get the crash when applying the changes, the backtrace looks different though: Thread 2 (Thread 0x4837f950 (LWP 13530)): [KCrash Handler] #5 0x00007f282ae22165 in raise () from /lib/libc.so.6 #6 0x00007f282ae234de in abort () from /lib/libc.so.6 #7 0x00007f282ae621bf in ?? () from /lib/libc.so.6 #8 0x00007f282eaa12c7 in ~DImgPrivate (this=0x23d4b00) at /var/tmp/portage/media-gfx/digikam-9999/work/digikam-9999/libs/dimg/dimg_p.h:85 #9 0x00007f282eaa13c5 in ~DSharedDataPointer (this=<value optimized out>) at /var/tmp/portage/media-gfx/digikam-9999/work/digikam-9999/libs/dimg/dshareddata.h:114 #10 0x00007f282eb3cc9d in QCache<QString, Digikam::DImg>::unlink (this=0xaf6270, n=@0x23d4638) at /usr/include/qt4/QtCore/qcache.h:73 #11 0x00007f282eb3cd31 in QCache<QString, Digikam::DImg>::trim (this=0xaf6270, m=55234560) at /usr/include/qt4/QtCore/qcache.h:208 #12 0x00007f282eb3cf40 in QCache<QString, Digikam::DImg>::insert (this=0xaf6270, akey=@0x4837efa0, aobject=0x22ef000, acost=7680000) at /usr/include/qt4/QtCore/qcache.h:187 #13 0x00007f282eb384d0 in Digikam::LoadingCache::putImage (this=0xb15590, cacheKey=@0x4837efa0, img=0x22ef000, filePath=@0x2312b18) at /var/tmp/portage/media-gfx/digikam-9999/work/digikam-9999/libs/threadimageio/loadingcache.cpp:123 #14 0x00007f282eb3f781 in Digikam::PreviewLoadingTask::execute (this=0x2312b00) at /var/tmp/portage/media-gfx/digikam-9999/work/digikam-9999/libs/threadimageio/previewtask.cpp:216 #15 0x00007f282eb3278f in Digikam::LoadSaveThread::run (this=0x25a1820) at /var/tmp/portage/media-gfx/digikam-9999/work/digikam-9999/libs/threadimageio/loadsavethread.cpp:139 #16 0x00007f282cbf1bf0 in ?? () from /usr/lib64/qt4/libQtCore.so.4 #17 0x00007f282c980097 in start_thread () from /lib/libpthread.so.0 #18 0x00007f282aeb6ccd in clone () from /lib/libc.so.6 #19 0x0000000000000000 in ?? () Marcel, Another backtrace similar than mine reported today... Gilles Same backtrace reported here *** This bug has been marked as a duplicate of bug 193508 *** Fixed with https://bugs.kde.org/show_bug.cgi?id=193508 |