[Digikam-devel] [Bug 141624] Digikam crash when assigning a new tag to a large number of photos
Marcel Wiesweg
marcel.wiesweg at gmx.de
Wed Feb 14 16:08:12 GMT 2007
------- 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=141624
------- Additional Comments From marcel.wiesweg gmx de 2007-02-14 17:08 -------
Created an attachment (id=19691)
--> (http://bugs.kde.org/attachment.cgi?id=19691&action=view)
Try to fix crash
Still not reproducible here...I have three ideas:
- recompile with --enable-debug, run digikam under gdb and provide a backtrace
(instructions in HACKING file)
- try if the attached patch fixes the problem
- in your debug log, there are the lines
digikam: WARNING: No album found for ID: 4915295 // take the ID shown here
digikam: ==> Comment:
digikam: ==> Rating: 0
(null) ==> Keywords: Leute
This is probably the problem! Please check then if there is such an image in
your database:
sqlite3 <your library path>/digikam3.db "SELECT Albums.url, Images.name FROM
Images JOIN Albums ON Images.dirid = Albums.id WHERE Images.id=<ID from debug
log>;
More information about the Digikam-devel
mailing list