Summary: | SlideShow crashes host application | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Andi Clemens <andi.clemens> |
Component: | Plugin-Generic-Presentation | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | valerio.fuoglio |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.2.0 | |
Sentry Crash Report: |
Description
Andi Clemens
2008-10-06 16:16:38 UTC
One more note: I can use slideshow without a problem. And if I wait long enough before closing the host application, it is not crashing. Very strange, maybe a race condition when calling the destructor. Thanks for report. Now for me is fixed, please reopen the bug if isn't so. Seems to work now. A little comment on the fix: We at digiKam had a lot of problems with race conditions in the past when using 'delete' on QObjects, especially when 'delete' was called in destructors. Normally you shouldn't delete QObjects at all, maybe it will also work when you remove all those deletes? As far as I can see these are all QObjects. Andi |