Summary: | Crashes when scanning for faces | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Ramon <123rsv> |
Component: | Faces-Engine | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | caulier.gilles, kde-bugs |
Priority: | NOR | ||
Version: | 2.1.1 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 7.0.0 | |
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Ramon
2012-02-06 06:46:22 UTC
Please try with last 2.5.0 where some code have been tuned in Face detection interface... Gilles Caulier Created attachment 68626 [details]
New crash information added by DrKonqi
digikam (2.5.0) on KDE Platform 4.7.4 (4.7.4) using Qt 4.7.4
- What I was doing when the application crashed:
scanning for faces in all abums (total ~300Gb)
not using all cores
dk 2.5.0
-- Backtrace (Reduced):
#14 0xb6b7dd0f in Digikam::LoadingCache::notifyNewLoadingProcess (this=0x92448a8, process=0x95ba064, description=...) at /build/buildd/digikam-2.5.0/core/libs/threadimageio/loadingcache.cpp:247
#15 0xb6b89bd2 in Digikam::PreviewLoadingTask::execute (this=0x95b9f00) at /build/buildd/digikam-2.5.0/core/libs/threadimageio/previewtask.cpp:172
#16 0xb6b71b38 in Digikam::LoadSaveThread::run (this=0xaab36f0) at /build/buildd/digikam-2.5.0/core/libs/threadimageio/loadsavethread.cpp:118
#17 0xb6bbb0de in Digikam::DynamicThread::DynamicThreadPriv::run (this=0xaab3790) at /build/buildd/digikam-2.5.0/core/libs/threads/dynamicthread.cpp:328
#18 0xb4c51651 in QThreadPoolThread::run (this=0x9705f48) at concurrent/qthreadpool.cpp:106
It do not crash in face detection management, but preview extraction code. It's completly different... Gilles Caulier I don't want to be pedantic but from my point of view as a [l]user what digikam was doing at the time it crashed was detecting faces. I'm sure the code was doing 1001 different things as part of this process and if you say that the crash occurred in one of these different things such as preview extraction I am sure you are correct because I do not understand the code and I think you do! :-). (I notice that when dk is doing its scan for faces the 'Scanning Faces' window shows tiny thumbnails of the pictures it is scanning - or a red circle with a stroke through it for those it cannot extract previews for, which it reports on the console.) From my point of view I want to do what I can to help get the bug fixed by submitting useful information. Please tell me: should I be reporting this as a different bug, not saying that it is an instance of this bug 293418 'Crashes when scanning for faces'? Is this a new bug or should I look for existing bugs about extracting previews? "Pure virtual" usually means dangling pointer in this situation. Duplicate of 279996, still unsolved because not reproducible by developers. *** This bug has been marked as a duplicate of bug 279996 *** Problem is fixed with new 7.0.0-beta1 through this long story from this bug https://bugs.kde.org/show_bug.cgi?id=399923 You can test digiKam 7.0.0-beta1 with bundle available here: https://download.kde.org/unstable/digikam/ Don't hesitate to give us a fresh feedback about his entry. Thanks in advance Gilles Caulier |