[Digikam-devel] [Bug 166484] digiKam crashes when changing some settings and using "find similar" after the changes made
Marcel Wiesweg
marcel.wiesweg at gmx.de
Mon Jul 14 21:33:10 BST 2008
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=166484
------- Additional Comments From marcel.wiesweg gmx de 2008-07-14 22:33 -------
After setup a lot of reinitialization is triggered (as anything might have changed) and also Album objects (kept in AlbumManager) are recreated.
I was not aware of this problem until recently. It occurs everywhere and Album* is stored (in this case, SAlbum*) and AlbumManager signals are not listened.
I am thinking about either implementing to listen to the signals in affected class, or, as a more general solution, implement a safe Album pointer class that does the signal listening. Yes, the latter can be better.
More information about the Digikam-devel
mailing list