Bug #575
SQLite related crash
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
02/21/2009
Due date:
% Done:
0%
Estimated time:
Version:
0.4.0
OS:
Linux
Description
For me Quassel crashes right on startup.
net-irc/quassel-0.4.0-r1 [server ssl -X -dbus -debug -kde -monolithic -oxygen -phonon -webkit]
x11-libs/qt-core-4.4.2 [pch ssl -custom-cxxflags -debug -doc -glib -qt3support]
x11-libs/qt-sql-4.4.2 [mysql pch sqlite -custom-cxxflags -debug -firebird -odbc -postgres -qt3support]
dev-db/sqlite-3.6.10 [threadsafe -debug -doc -soundex -tcl]
- 0 quasselcore 0x000defe8 Quassel::handleSignal(int)
- 1 libc.so.6 0xf785d738 0x00000000
- 2 libsqlite3.so.0 0xf72df124 sqlite3WhereBegin
- 3 libsqlite3.so.0 0xf72c7ba0 sqlite3Select
- 4 libsqlite3.so.0 0xf72ba794 sqlite3Parser
- 5 libsqlite3.so.0 0xf72cb0d4 sqlite3RunParser
- 6 libsqlite3.so.0 0xf72bf330 0x00000000
- 7 libsqlite3.so.0 0xf72bf860 0x00000000
- 8 libsqlite3.so.0 0xf72bf8f8 0x00000000
- 9 libqsqlite.so 0xf73053b0 0x00000000
- 10 libqsqlite.so 0xf7303858 0x00000000
- 11 libQtSql.so.4 0xf7b05d08 QSqlQuery::exec(QString const&)
- 12 libQtSql.so.4 0xf7b072c0 QSqlDatabase::exec(QString const&) const
- 13 quasselcore 0x000574c4 SqliteStorage::installedSchemaVersion()
- 14 quasselcore 0x0006bac0 AbstractSqlStorage::init(QMap<QString, QVariant> const&)
- 15 quasselcore 0x0003af54 Core::initStorage(QMap<QString, QVariant>, bool)
- 16 quasselcore 0x00043760 Core::init()
- 17 quasselcore 0x00044f74 Core::instance()
- 18 quasselcore 0x0003a240 CoreApplicationInternal::init()
- 19 quasselcore 0x0003a400 CoreApplication::init()
- 20 quasselcore 0x00039320 main
- 21 libc.so.6 0xf7843a50 __libc_start_main
- 22 quasselcore 0x000386cc _start
History
#1 Updated by DevUrandom over 15 years ago
- Status changed from New to Closed
SQLite seems to be broken on SPARC again...
After I figured out that it was a SIGBUS and not a SIGSEGV (you should log that, too) and I got it in other apps as well, I downgraded to 3.6.6.2 and out of a sudden everything worked again...