Bug 270984 - Kopete crash after enabling some plugins
Summary: Kopete crash after enabling some plugins
Status: RESOLVED DOWNSTREAM
Alias: None
Product: kopete
Classification: Applications
Component: general (show other bugs)
Version: 1.0.80
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-14 21:12 UTC by abulak
Modified: 2011-04-20 15:37 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description abulak 2011-04-14 21:12:58 UTC
Application: kopete (1.0.80)
KDE Platform Version: 4.6.2 (4.6.2) (Compiled from sources)
Qt Version: 4.7.2
Operating System: Linux 2.6.38-ck x86_64
Distribution (Platform): Gentoo Packages

-- Information about the crash:
- Custom settings of the application:

enabled plug-ins:
KopeteX
History
Statistics (this one causes crash)
Now Listening

Protocols in use: jabber, gadu, skype

enable statistics -> kopete crashes at start

The crash can be reproduced every time.

-- Backtrace:
Application: Kopete (kopete), signal: Segmentation fault
[KCrash Handler]
#6  0x00007fe4b6dedb69 in openat64 () from /usr/lib64/libesets_pac.so
#7  0x00007fe49b641ef6 in robust_open () from /usr/lib64/libsqlite3.so.0
#8  0x00007fe49b691202 in unixOpen () from /usr/lib64/libsqlite3.so.0
#9  0x00007fe49b65eff9 in sqlite3BtreeOpen () from /usr/lib64/libsqlite3.so.0
#10 0x00007fe49b6914d4 in openDatabase () from /usr/lib64/libsqlite3.so.0
#11 0x00007fe49b8b9d84 in QSQLiteDriver::open(QString const&, QString const&, QString const&, QString const&, int, QString const&) () from /usr/lib64/qt4/plugins/sqldrivers/libqsqlite.so
#12 0x00007fe4ac8a06d4 in QSqlDatabase::open() () from /usr/lib64/qt4/libQtSql.so.4
#13 0x00007fe4a0b4a637 in StatisticsDB::StatisticsDB() () from /usr/lib64/kde4/kopete_statistics.so
#14 0x00007fe4a0b491f0 in StatisticsPlugin::slotInitialize() () from /usr/lib64/kde4/kopete_statistics.so
#15 0x00007fe4a0b492c9 in StatisticsPlugin::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib64/kde4/kopete_statistics.so
#16 0x00007fe4b4b36c2c in QObject::event(QEvent*) () from /usr/lib64/qt4/libQtCore.so.4
#17 0x00007fe4b3e92d9a in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib64/qt4/libQtGui.so.4
#18 0x00007fe4b3e99c53 in QApplication::notify(QObject*, QEvent*) () from /usr/lib64/qt4/libQtGui.so.4
#19 0x00007fe4b54a3100 in KApplication::notify(QObject*, QEvent*) () from /usr/lib64/libkdeui.so.5
#20 0x00007fe4b4b2824a in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib64/qt4/libQtCore.so.4
#21 0x00007fe4b4b2a4e7 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib64/qt4/libQtCore.so.4
#22 0x00007fe4b4b462a0 in postEventSourceDispatch(_GSource*, int (*)(void*), void*) () from /usr/lib64/qt4/libQtCore.so.4
#23 0x00007fe4ae4e5981 in g_main_dispatch (context=0x11954e0) at gmain.c:2440
#24 g_main_context_dispatch (context=0x11954e0) at gmain.c:3013
#25 0x00007fe4ae4e5f95 in g_main_context_iterate (context=0x11954e0, block=<value optimized out>, dispatch=1, self=<value optimized out>) at gmain.c:3091
#26 0x00007fe4ae4e6147 in g_main_context_iteration (context=0x11954e0, may_block=1) at gmain.c:3154
#27 0x00007fe4b4b463ea in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/qt4/libQtCore.so.4
#28 0x00007fe4b3f0ee90 in QGuiEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/qt4/libQtGui.so.4
#29 0x00007fe4b4b277af in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/qt4/libQtCore.so.4
#30 0x00007fe4b4b2798c in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/qt4/libQtCore.so.4
#31 0x00007fe4b4b2a748 in QCoreApplication::exec() () from /usr/lib64/qt4/libQtCore.so.4
#32 0x0000000000415b21 in main ()

Reported using DrKonqi
Comment 1 Christoph Feck 2011-04-19 21:57:40 UTC
Looks like a problem with sqlite. Which version are you using?
Comment 2 abulak 2011-04-20 11:37:41 UTC
Then sqlite-3.7.6
Now 3.7.6.2
After upgrade I can not reproduce crash;

May as well be closed;
Comment 3 Christoph Feck 2011-04-20 15:37:39 UTC
Thanks for the update, I will close this one for now.