[Digikam-devel] [Bug 166576] digiKam quits when running "Rebuild all Thumbnail Images" twice
Marcel Wiesweg
marcel.wiesweg at gmx.de
Tue Jul 15 17:46:15 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=166576
------- Additional Comments From marcel.wiesweg gmx de 2008-07-15 18:46 -------
ASSERT: "!isEmpty()" in file /usr/include/QtCore/qlist.h, line 256
Andi, debugging hint: Qt uses ASSERTs in some methods of QList. Hitting them usually means you use operator[] with an invalid index or something similar.
For whatever reasons (I think I have read it has been fixed meanwhile) this assert does not cause an abort, but an exit, so no crash handler.
To get a backtrace, you must run under gdb and set a breakpoint for "exit".
More information about the Digikam-devel
mailing list