Summary: | crash when deleting empty album | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Michael Ploujnikov <ploujj> |
Component: | Database-Albums | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | caulier.gilles, seleko |
Priority: | NOR | ||
Version: | 0.10.0 | ||
Target Milestone: | --- | ||
Platform: | RedHat Enterprise Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 8.0.0 | |
Sentry Crash Report: |
Description
Michael Ploujnikov
2009-02-03 14:02:05 UTC
The trace from console do not help. only gdb backtrace. Here, with current implementation from svn, i cannot reproduce the problem. which digiKam version you use ? Gilles Caulier At the bottom, I mentioned that I'm using "digiKam version 0.10.0-rc2 (rev.: 916261) ". Unfortunately, I was also unable to reproduce this problem after trying to delete 4 more albums in a similar manner - all of them deleted without crashes. The only difference I could see is that prior to the crash described in this report, digikam has been running (idle as well as active) overnight for about 12 hours. SVN commit 920688 by mwiesweg: Q3ListView::takeItem is only used for root items. For all other items, we must override Q3ListViewItem::takeItem. Do this and notify FolderView about takenItems. I dont know why this did _not_ crash, and it did not for me, so I cant proof this was the crash, but it is probable. BUG: 182995 M +18 -0 folderitem.cpp M +4 -0 folderitem.h M +6 -2 folderview.cpp M +2 -1 folderview.h WebSVN link: http://websvn.kde.org/?view=rev&revision=920688 *** Bug 181657 has been marked as a duplicate of this bug. *** |