|
Hi @all (at the coding sprint),
I just updated my system to KDE 4.5 and now I get a lot of crashes. Most of the time I can't even get a correct backtrace but I get a lot of these messages on the console: digikam(3365)/digikam (core) Digikam::DatabaseCoreBackendPrivate::debugOutputFailedQuery: Failure executing query: "INSERT INTO Thumbnails (type, modificationDate, orientationHint, data) VALUES (?, ?, ?, ?);" Error messages: "disk I/O error Unable to fetch row" 10 1 "disk I/O error" "Unable to fetch row" QSqlError(-1, "", "") Bound values: (QVariant(int, 2) , QVariant(QDateTime, QDateTime("Sa. Aug 28 15:04:39 2010") ) , QVariant(int, 1) , QVariant(QByteArray, "PGF6 ") ) digikam(3365)/digikam (core) Digikam::DatabaseCoreBackendPrivate::debugOutputFailedQuery: Failure executing query: "SELECT id, pid, name FROM Tags ORDER BY id;" Error messages: "disk I/O error Unable to fetch row" 10 1 "disk I/O error" "Unable to fetch row" QSqlError(-1, "", "") Bound values: () Fatal Error: Accessed global static 'DatabaseConfigElementLoader *loader()' after destruction. Defined at /home/languitar/workspace/digiKam/libs/database/databaseconfigelement.cpp:62 Unable to start Dr. Konqi This is current trunk, not the GSOC branch. Regards, Johannes _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
Do you have a suitable bactrace from GDB ?
Gilles 2010/8/28 Johannes Wienke <[hidden email]>: > Hi @all (at the coding sprint), > > I just updated my system to KDE 4.5 and now I get a lot of crashes. Most > of the time I can't even get a correct backtrace but I get a lot of > these messages on the console: > > digikam(3365)/digikam (core) > Digikam::DatabaseCoreBackendPrivate::debugOutputFailedQuery: Failure > executing query: > "INSERT INTO Thumbnails (type, modificationDate, orientationHint, data) > VALUES (?, ?, ?, ?);" > Error messages: "disk I/O error Unable to fetch row" 10 1 "disk I/O > error" "Unable to fetch row" QSqlError(-1, "", "") > Bound values: (QVariant(int, 2) , QVariant(QDateTime, QDateTime("Sa. > Aug 28 15:04:39 2010") ) , QVariant(int, 1) , QVariant(QByteArray, "PGF6 > ") ) > digikam(3365)/digikam (core) > Digikam::DatabaseCoreBackendPrivate::debugOutputFailedQuery: Failure > executing query: > "SELECT id, pid, name FROM Tags ORDER BY id;" > Error messages: "disk I/O error Unable to fetch row" 10 1 "disk I/O > error" "Unable to fetch row" QSqlError(-1, "", "") > Bound values: () > Fatal Error: Accessed global static 'DatabaseConfigElementLoader > *loader()' after destruction. Defined at > /home/languitar/workspace/digiKam/libs/database/databaseconfigelement.cpp:62 > Unable to start Dr. Konqi > > This is current trunk, not the GSOC branch. > > Regards, > Johannes > > > _______________________________________________ > Digikam-devel mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-devel > > Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
Am 28.08.2010 15:38 schrieb Gilles Caulier:
> Do you have a suitable bactrace from GDB ? No, Dr. Konqi did not get a complete trace. > 2010/8/28 Johannes Wienke <[hidden email]>: >> Hi @all (at the coding sprint), >> >> I just updated my system to KDE 4.5 and now I get a lot of crashes. Most >> of the time I can't even get a correct backtrace but I get a lot of >> these messages on the console: >> >> digikam(3365)/digikam (core) >> Digikam::DatabaseCoreBackendPrivate::debugOutputFailedQuery: Failure >> executing query: >> "INSERT INTO Thumbnails (type, modificationDate, orientationHint, data) >> VALUES (?, ?, ?, ?);" >> Error messages: "disk I/O error Unable to fetch row" 10 1 "disk I/O >> error" "Unable to fetch row" QSqlError(-1, "", "") >> Bound values: (QVariant(int, 2) , QVariant(QDateTime, QDateTime("Sa. >> Aug 28 15:04:39 2010") ) , QVariant(int, 1) , QVariant(QByteArray, "PGF6 >> ") ) >> digikam(3365)/digikam (core) >> Digikam::DatabaseCoreBackendPrivate::debugOutputFailedQuery: Failure >> executing query: >> "SELECT id, pid, name FROM Tags ORDER BY id;" >> Error messages: "disk I/O error Unable to fetch row" 10 1 "disk I/O >> error" "Unable to fetch row" QSqlError(-1, "", "") >> Bound values: () >> Fatal Error: Accessed global static 'DatabaseConfigElementLoader >> *loader()' after destruction. Defined at >> /home/languitar/workspace/digiKam/libs/database/databaseconfigelement.cpp:62 >> Unable to start Dr. Konqi >> >> This is current trunk, not the GSOC branch. >> >> Regards, >> Johannes >> >> >> _______________________________________________ >> Digikam-devel mailing list >> [hidden email] >> https://mail.kde.org/mailman/listinfo/digikam-devel >> >> > _______________________________________________ > Digikam-devel mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-devel _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
In reply to this post by Johannes Wienke-3
> Hi @all (at the coding sprint),
> > I just updated my system to KDE 4.5 and now I get a lot of crashes. Most > of the time I can't even get a correct backtrace but I get a lot of > these messages on the console: > > digikam(3365)/digikam (core) > Digikam::DatabaseCoreBackendPrivate::debugOutputFailedQuery: Failure > executing query: > "INSERT INTO Thumbnails (type, modificationDate, orientationHint, data) > VALUES (?, ?, ?, ?);" > Error messages: "disk I/O error Unable to fetch row" 10 1 "disk I/O > error" "Unable to fetch row" QSqlError(-1, "", "") These happen _after_ the crash, so it's an unspecific symptom, not the cause. Try running under gdb or valgrind... _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
| Free forum by Nabble | Edit this page |
