Summary: | Digikam crashes on exit | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | tony |
Component: | Database-Scan | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | caulier.gilles, marcel.wiesweg, stephen |
Priority: | NOR | ||
Version: | 0.10.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 5.7.0 | |
Sentry Crash Report: |
Description
tony
2009-06-23 16:16:24 UTC
well, no idea here. Marcel, Andi ? Gilles SVN commit 987243 by mwiesweg: Set image sort order at creation BUG: 197622 M +1 -0 digikamimageview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=987243 Sorry wrong bug number Apparently your are running 0.10.0. Is the crash also occurring with current SVN or 1.0beta1? @Gilles: We are calling AlbumManager::cleanUp from ~DigikamApp. Dont know whats wrong here. Hey this might be the same bug I had when album thumbnails were still rendered, but digiKam has been closed. I had a similar backtrace once. Tony, can you start digiKam and as soon as it appears, close it again? Does it crash now? If so, current SVN should have fixed that. Or does it happen, even when digiKam has run for some time? I'll try to test Andi's suggestion in the next few days - once I've finished rebuilding the system that Kubuntu's KDE4.3 test packages screwed up completely... *** Bug 206381 has been marked as a duplicate of this bug. *** cleanup() accesses KIO and cannot safely be called after application exit. In 1.0, we are no longer calling cleanup() from ~AlbumManager, so this problem should no longer occur. Closing now, apparently bug is fixed This problem is relevant of digiKam KIO Slaves and all of these have been dropped in favor of a multi-threaded interface to query the database. |