| Summary: | digiKam quits when running "Rebuild all Thumbnail Images" twice | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Andi Clemens <andi.clemens> |
| Component: | Thumbs-Image | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | 0.10.0 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 0.10.0 | |
| Sentry Crash Report: | |||
| Attachments: | backtrace, backtrace full, info registers, thread all backtrace | ||
|
Description
Andi Clemens
2008-07-14 21:44:13 UTC
Another issue: 1. Run "Rebuild all Thumbnails" 2. Select an image 3. Image->Find Similar It will quit again with the same error message: ================================================ ASSERT: "!isEmpty()" in file /usr/include/QtCore/qlist.h, line 256 QSqlDatabasePrivate::removeDatabase: connection 'digikamDatabase-139166600' is still in use, all queries will cease to work. QSqlDatabasePrivate::removeDatabase: connection 'digikamDatabase-139166600' is still in use, all queries will cease to work. QSqlDatabasePrivate::removeDatabase: connection 'digikamDatabase-139166600' is still in use, all queries will cease to work. ================================================ Andi 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". Created attachment 26153 [details]
backtrace, backtrace full, info registers, thread all backtrace
Hi Marcel,
I hope this is enough information for now... :-)
SVN commit 834001 by mwiesweg: Be more cautious: When using a shared thread, signals may come for other images as well BUG: 166576 M +2 -1 batchthumbsgenerator.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=834001 |