[Digikam-devel] [Bug 183887] importing photos first time and crashed

Marcel Wiesweg marcel.wiesweg at gmx.de
Tue Feb 10 16:22:40 GMT 2009


http://bugs.kde.org/show_bug.cgi?id=183887


Marcel Wiesweg marcel wiesweg gmx de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marcel.wiesweg at gmx.de




--- Comment #2 from Marcel Wiesweg <marcel wiesweg gmx de>  2009-02-10 17:22:39 ---
I assume you compile from current SVN.

Can you reproduce the crash when you import the folder again?
It must be a video file causing this. The filename is probably printed on the
console in the last lines before the assert hits.  

If you can reproduce, please open the file digikam/libs/database/albumdb.cpp
and insert this into line 1130 (before the Q_ASSERT):

if (fieldNames.size()==infos.size()) kDebug() << "Assert hit:" << fieldNames <<
infos << fields << imageID;

I can't find a reason why the assertion should fail, but maybe I'm missing it.


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list