Bug 333732 - Telepathy crashes with a segmentation fault on start.
Summary: Telepathy crashes with a segmentation fault on start.
Status: RESOLVED DUPLICATE of bug 324750
Alias: None
Product: telepathy
Classification: Frameworks and Libraries
Component: auth-handler (show other bugs)
Version: 0.6.3
Platform: Mint (Ubuntu based) Linux
: NOR crash
Target Milestone: Future
Assignee: Telepathy Bugs
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2014-04-22 15:46 UTC by Tyler Goza
Modified: 2014-04-22 15:47 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 Tyler Goza 2014-04-22 15:46:38 UTC
Application: ktp-auth-handler (0.6.3)
KDE Platform Version: 4.11.5
Qt Version: 4.8.4
Operating System: Linux 3.11.0-12-generic x86_64
Distribution: Linux Mint 16 Petra

-- Information about the crash:
- What I was doing when the application crashed:
Nothing in the app. It generates a crash report everytime I start telepathy.
- Custom settings of the application:
I just upgraded to Mint KDE 16 over the weekend. This is not the only program I'm getting this error in. I did a full reinstall keeping only my home folders.

The crash can be reproduced sometimes.

-- Backtrace:
Application: Telepathy Authentication Handler (ktp-auth-handler), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[KCrash Handler]
#5  QCA::Certificate::fromDER (a=..., result=result@entry=0x0, provider=...) at qca_cert.cpp:1608
#6  0x00000000004149cb in TlsCertVerifierOp::gotProperties (this=0x20fdad0, op=<optimized out>) at /build/buildd/ktp-auth-handler-0.6.3/tls-cert-verifier-op.cpp:98
#7  0x0000000000415f5d in TlsCertVerifierOp::qt_static_metacall (_o=<optimized out>, _c=<optimized out>, _id=<optimized out>, _a=<optimized out>) at /build/buildd/ktp-auth-handler-0.6.3/obj-x86_64-linux-gnu/tls-cert-verifier-op.moc:55
#8  0x00007fd0cd6a8a58 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#9  0x00007fd0cad7f09f in Tp::PendingOperation::finished(Tp::PendingOperation*) () from /usr/lib/x86_64-linux-gnu/libtelepathy-qt4.so.2
#10 0x00007fd0cad7f191 in ?? () from /usr/lib/x86_64-linux-gnu/libtelepathy-qt4.so.2
#11 0x00007fd0cd6acdce in QObject::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#12 0x00007fd0cdbc4dfc in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#13 0x00007fd0cdbcb470 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#14 0x00007fd0c9f97a6a in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5
#15 0x00007fd0cd6948bd in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#16 0x00007fd0cd697e1f in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#17 0x00007fd0cd6c2073 in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#18 0x00007fd0c77b43b6 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#19 0x00007fd0c77b4708 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#20 0x00007fd0c77b47ac in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#21 0x00007fd0cd6c1a55 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#22 0x00007fd0cdc669d6 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#23 0x00007fd0cd6935ef in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#24 0x00007fd0cd6938e5 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#25 0x00007fd0cd698e5b in QCoreApplication::exec() () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#26 0x000000000040bbf8 in main (argc=<optimized out>, argv=0x7fff8b660738) at /build/buildd/ktp-auth-handler-0.6.3/main.cpp:90

Possible duplicates by query: bug 333674, bug 331970, bug 330411, bug 330184, bug 329673.

Reported using DrKonqi
Comment 1 David Edmundson 2014-04-22 15:47:41 UTC
Install qca-ossl. Then ask your packagers to fix their dependencies.

*** This bug has been marked as a duplicate of bug 324750 ***