Summary: | Crash occurs when closing | ||
---|---|---|---|
Product: | [Applications] kphotoalbum | Reporter: | Mark Rooks <rooksy> |
Component: | general | Assignee: | KPhotoAlbum Bugs <kpabugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | miika.turkia |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Mark Rooks
2011-10-22 07:00:50 UTC
Looks like this bug can be triggered by closing the main window while scanning for new images (e.g. clicking the close icon on the corner of the window). Apparently the NewImageFinder is not notified that KPA is closing and thus it tries to keep running. Accidental occurrence of this bug as described in bug report has been fixed in the past (closing the KPA after the new image finder has finished). But let's keep the bug open until it is fully fixed. Git commit f0028c57737beb98995c571093c9f0d79100be0d by Miika Turkia. Committed on 21/02/2012 at 20:54. Pushed by mturkia into branch 'master'. Calling exit instead of qFatal when instance==0 If new image finder is running on background and e.g. main window is closed the instance is destroyed while new image finder is still running. In this case we just quit. M +1 -1 DB/ImageDB.cpp http://commits.kde.org/kphotoalbum/f0028c57737beb98995c571093c9f0d79100be0d |