This forum has been archived. All content is frozen. Please use KDE Discuss instead.

After 4.13.0 upgrade, Kontact segfaults

Tags: None
(comma "," separated)
User avatar
binro
Registered Member
Posts
11
Karma
0
I upgraded to KDE 4.13.0 and when I start Kontact I get:

Code: Select all
Application: Kontact (kontact), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[KCrash Handler]
#5  0x0000003047797756 in QObject::connect(QObject const*, char const*, QObject const*, char const*, Qt::ConnectionType) () from /usr/lib64/qt4/libQtCore.so.4
#6  0x00007f744de2c4d6 in KontactInterface::Plugin::part() () from /usr/lib64/libkontactinterface.so.4
#7  0x00007f744e3d72b0 in Kontact::MainWindow::selectPlugin(KontactInterface::Plugin*) () from /usr/lib64/libkontactprivate.so.4
#8  0x00007f744e3d65f4 in Kontact::MainWindow::loadSettings() () from /usr/lib64/libkontactprivate.so.4
#9  0x00007f744e3dc0af in Kontact::MainWindow::initObject() () from /usr/lib64/libkontactprivate.so.4
#10 0x00007f744e3dc71d in Kontact::MainWindow::MainWindow() () from /usr/lib64/libkontactprivate.so.4
#11 0x00000000004044c4 in _start ()

This is hard on two systems. Kontact and KDEPIM are still at 4.4.11 so I guess a fix is unlikely.
User avatar
binro
Registered Member
Posts
11
Karma
0
I have just discovered the individual apps (kmail, kaddressbook) start OK, so it is not a complete disaster! ;)
User avatar
einar
Administrator
Posts
3402
Karma
7
OS
Can you check if everything is installed correctly? Looks like a plugin in Kontact is making it crash.


"Violence is the last refuge of the incompetent."
Image
Plasma FAQ maintainer - Plasma programming with Python
User avatar
binro
Registered Member
Posts
11
Karma
0
I have a Gentoo system and the entire KDE source was recompiled successfully. KDEPIM itself was not recompiled, perhaps I should try that, but all the plugins start by themselves.
User avatar
einar
Administrator
Posts
3402
Karma
7
OS
Try refreshing PIM just in case: follow up here on your results.


"Violence is the last refuge of the incompetent."
Image
Plasma FAQ maintainer - Plasma programming with Python
User avatar
binro
Registered Member
Posts
11
Karma
0
I recompiled Kontact and now it starts and display the introduction page, but when I click on an icon on the navigation toolbar I get:
[code]
Application: Kontact (kontact), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fc173ba8780 (LWP 10858))]

Thread 2 (Thread 0x7fc167fff700 (LWP 10864)):
#0 0x000000303b20c4de in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1 0x000000304768271f in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib64/qt4/libQtCore.so.4
#2 0x0000003047675aaf in ?? () from /usr/lib64/qt4/libQtCore.so.4
#3 0x000000304768224c in ?? () from /usr/lib64/qt4/libQtCore.so.4
#4 0x000000303b208073 in start_thread () from /lib64/libpthread.so.0
#5 0x000000303a6e80bd in clone () from /lib64/libc.so.6

Thread 1 (Thread 0x7fc173ba8780 (LWP 10858)):
[KCrash Handler]
#5 0x00007fc1774e7740 in KontactInterface::Plugin::newActions() const () from /usr/lib64/libkontactinterface.so.4
#6 0x00007fc177a92ae5 in Kontact::MainWindow::slotNewClicked() () from /usr/lib64/libkontactprivate.so.4
#7 0x0000003047795e61 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib64/qt4/libQtCore.so.4
#8 0x0000003accbc0122 in QAction::triggered(bool) () from /usr/lib64/qt4/libQtGui.so.4
#9 0x0000003accbc148f in QAction::activate(QAction::ActionEvent) () from /usr/lib64/qt4/libQtGui.so.4
#10 0x0000003accf72e6a in ?? () from /usr/lib64/qt4/libQtGui.so.4
#11 0x0000003accf7311c in QAbstractButton::mouseReleaseEvent(QMouseEvent*) () from /usr/lib64/qt4/libQtGui.so.4
#12 0x0000003acd03338a in QToolButton::mouseReleaseEvent(QMouseEvent*) () from /usr/lib64/qt4/libQtGui.so.4
#13 0x0000003accc14bec in QWidget::event(QEvent*) () from /usr/lib64/qt4/libQtGui.so.4
#14 0x0000003accbc69a4 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib64/qt4/libQtGui.so.4
#15 0x0000003accbc9ab3 in QApplication::notify(QObject*, QEvent*) () from /usr/lib64/qt4/libQtGui.so.4
#16 0x000000387bc3eaba in KApplication::notify(QObject*, QEvent*) () from /usr/lib64/libkdeui.so.5
#17 0x000000304778208c in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib64/qt4/libQtCore.so.4
#18 0x0000003accbccaaa in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool) () from /usr/lib64/qt4/libQtGui.so.4
#19 0x0000003accc419c8 in ?? () from /usr/lib64/qt4/libQtGui.so.4
#20 0x0000003accc407ba in QApplication::x11ProcessEvent(_XEvent*) () from /usr/lib64/qt4/libQtGui.so.4
#21 0x0000003accc6a2c2 in ?? () from /usr/lib64/qt4/libQtGui.so.4
#22 0x000000303ee49253 in g_main_context_dispatch () from /usr/lib64/libglib-2.0.so.0
#23 0x000000303ee49598 in ?? () from /usr/lib64/libglib-2.0.so.0
#24 0x000000303ee49654 in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0
#25 0x00000030477b1286 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/qt4/libQtCore.so.4
#26 0x0000003accc6a39e in ?? () from /usr/lib64/qt4/libQtGui.so.4
#27 0x0000003047780b12 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/qt4/libQtCore.so.4
#28 0x0000003047780d67 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/qt4/libQtCore.so.4
#29 0x00000030477860d7 in QCoreApplication::exec() () from /usr/lib64/qt4/libQtCore.so.4
#30 0x0000000000403906 in ?? ()
#31 0x000000303a621a65 in __libc_start_main () from /lib64/libc.so.6
#32 0x0000000000403e0d in _start ()
[/code]
which is in the same library module but called from a different place. From the backtrace it looks like it's in Kontact itself, not one of the plugins.
User avatar
einar
Administrator
Posts
3402
Karma
7
OS
Please post a bug on bugs.kde.org including the full backtrace, so that the issue can be pinpointed and fixed.


"Violence is the last refuge of the incompetent."
Image
Plasma FAQ maintainer - Plasma programming with Python


Bookmarks



Who is online

Registered users: Baidu [Spider], Bing [Bot], Google [Bot]