------- 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 Summary: digiKam crashes when changing some settings and using "find similar" after the changes made Product: digikam Version: unspecified Platform: unspecified OS/Version: Linux Status: NEW Severity: crash Priority: NOR Component: general AssignedTo: digikam-devel kde org ReportedBy: andi.clemens gmx net Version: 0.10.0-beta2 (rev.: 831837M) (using 4.00.98 (KDE 4.0.98 (4.1 RC1)), compiled sources) Compiler: gcc OS: Linux (i686) release 2.6.25-ARCH Hi, I discovered a strange crash. First I thought it was a broken digikam4.db, because I use this since 2 months and maybe it was converted wrong in the past. I had issues with find duplicates before and so I created a new database right now. Well the problem is still present. Here are the steps to reproduce the crash: 1. Create / Update your fingerprint database if not yet done 2. Select an image in album view, go to Image->Find Similar. Now you are in the "fuzzy searches - Image" tab. 3. Go to Settings->Album View. Now toggle 'show file name'. 4. Save your new settings 5. Back in "fuzzy searches - Image" tab, go to "Sketch". 6. If not crashed yet, go back to "Image" tab. 7. It should crash now. This only happens when changing the settings as described above, at least for me. It seems to be important to change the settings while in "find similar" tab, otherwise I cannot reproduce this. I'll attach a backtrace to this bugreport. Andi _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
------- 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 andi.clemens gmx net changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |0.10.0-svn ------- Additional Comments From andi.clemens gmx net 2008-07-14 00:24 ------- It seems to crash also when in normal album view tab, changing the settings and clicking on "fuzzy searches - Image". _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from andi.clemens@gmx.net
------- 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 andi.clemens gmx net 2008-07-14 00:25 ------- Created an attachment (id=26100) --> (http://bugs.kde.org/attachment.cgi?id=26100&action=view) backtrace _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from andi.clemens@gmx.net
------- 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 caulier.gilles gmail com changed: What |Removed |Added ---------------------------------------------------------------------------- Component|general |Fuzzy Searches _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from andi.clemens@gmx.net
------- 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. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from andi.clemens@gmx.net
------- 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 andi.clemens gmx net 2008-07-23 20:41 ------- Yes, this sounds plausible... _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from andi.clemens@gmx.net
------- 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-26 19:45 ------- SVN commit 838092 by mwiesweg: The class AlbumPointer provides a guarded pointer to Album* or one of the subclasses. When the album is deleted, the pointer is set to 0. Implementation is inspired by QPointer<>. Accompanying changes: Make Album destructor protected. This should only be accessible from AlbumManager. Install a private shortcut to access AlbumManager instance from Album (for updating guarded pointers). K_GLOBAL_STATIC instance is not accessible from call stacks going out from the destructor. CCBUG: 166484 M +1 -0 album.cpp M +12 -12 album.h M +46 -1 albummanager.cpp M +53 -0 albummanager.h WebSVN link: http://websvn.kde.org/?view=rev&revision=838092 _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from andi.clemens@gmx.net
------- 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 marcel.wiesweg gmx de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From marcel.wiesweg gmx de 2008-07-26 19:45 ------- SVN commit 838093 by mwiesweg: Use AlbumPointer for storing SAlbums BUG: 166484 M +2 -2 fuzzysearchview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=838093 _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |