I encountered the same problem with the same gdb backtrace. And I found where was problem: it was in the qca library used by qutim, in QCA::MessageAuthenticationCode class constructor: library couldn't find any crypto provider because there was not installed any qca-* plugin. After installing package qca-ossl problem disappeared. Also similar bugreport is https://bugs.launchpad.net/qutim/+bug/919943 ----- Application: qutim-0.3.0, qca-2.0.3 window manager: Xfce 4.10pre1 Qt Version: 4.8.1 Operating System: Linux Distribution: Gentoo
-- You received this bug notification because you are a member of QutIM Developers, which is subscribed to qutim. https://bugs.launchpad.net/bugs/921457 Title: qutim crashes with segmentation fault Status in Multiplatform instant messenger: New Bug description: Application: qutim 0.3 (builded from git) window manager: icewm 1.3.7 Qt Version: 4.8.0 Operating System: Linux Distribution: Debian squeeze stable -- Information about the crash: I started qutim and entered an id and password of my icq acount, after it qutim crashed with segmentation fault QtScroller::grabGesture() was called on a QAbstractItemView with verticaScrollMode not set to ScrollPerPixel [New Thread 0x7fffcfeaf700 (LWP 2988)] [New Thread 0x7fffcf623700 (LWP 2989)] Program received signal SIGSEGV, Segmentation fault. 0x00007fffe65a0694 in QCA::MessageAuthenticationCode::clear() () from /usr/lib/libqca.so.2 (gdb) bt #0 0x00007fffe65a0694 in QCA::MessageAuthenticationCode::clear() () from /usr/lib/libqca.so.2 #1 0x00007fffe65a1a45 in QCA::MessageAuthenticationCode::MessageAuthenticationCode(QString const&, QCA::SymmetricKey const&, QString const&) () from /usr/lib/libqca.so.2 #2 0x00007fffd92df4cf in sha256hmac (array=..., sessionSecret=...) at /home/ya/mylibs/source/qutim/qutim/protocols/oscar/src/oscarauth.cpp:238 #3 0x00007fffd92e0b03 in qutim_sdk_0_3::oscar::OscarAuth::onClientLoginFinished (this=0xcfc8d0) at /home/ya/mylibs/source/qutim/qutim/protocols/oscar/src/oscarauth.cpp:311 #4 0x00007fffd933c150 in qutim_sdk_0_3::oscar::OscarAuth::qt_static_metacall (_o=0xcfc8d0, _c=QMetaObject::InvokeMetaMethod, _id=5, _a=0x7fffffffd8e0) at /home/ya/mylibs/source/qutim/qutim/build/protocols/oscar/src/moc_oscarauth.cxx:71 #5 0x00007ffff62e2be6 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /home/ya/mylibs/qt4.8/lib/libQtCore.so.4 ---Type <return> to continue, or q <return> to quit--- #6 0x00007ffff66b535d in ?? () from /home/ya/mylibs/qt4.8/lib/libQtNetwork.so.4 #7 0x00007ffff673460d in ?? () from /home/ya/mylibs/qt4.8/lib/libQtNetwork.so.4 #8 0x00007ffff62de86e in QObject::event(QEvent*) () from /home/ya/mylibs/qt4.8/lib/libQtCore.so.4 #9 0x00007ffff6de016c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /home/ya/mylibs/qt4.8/lib/libQtGui.so.4 #10 0x00007ffff6de6ced in QApplication::notify(QObject*, QEvent*) () from /home/ya/mylibs/qt4.8/lib/libQtGui.so.4 #11 0x00007ffff62cc15c in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /home/ya/mylibs/qt4.8/lib/libQtCore.so.4 #12 0x00007ffff62d09c3 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /home/ya/mylibs/qt4.8/lib/libQtCore.so.4 #13 0x00007ffff62fd6a3 in ?? () from /home/ya/mylibs/qt4.8/lib/libQtCore.so.4 #14 0x00007ffff49986f2 in g_main_context_dispatch () from /lib/libglib-2.0.so.0 #15 0x00007ffff499c568 in ?? () from /lib/libglib-2.0.so.0 #16 0x00007ffff499c71c in g_main_context_iteration () ---Type <return> to continue, or q <return> to quit--- from /lib/libglib-2.0.so.0 #17 0x00007ffff62fd1e3 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /home/ya/mylibs/qt4.8/lib/libQtCore.so.4 #18 0x00007ffff6e9297e in ?? () from /home/ya/mylibs/qt4.8/lib/libQtGui.so.4 #19 0x00007ffff62cad12 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /home/ya/mylibs/qt4.8/lib/libQtCore.so.4 #20 0x00007ffff62cb184 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /home/ya/mylibs/qt4.8/lib/libQtCore.so.4 #21 0x00007ffff62d0d89 in QCoreApplication::exec() () from /home/ya/mylibs/qt4.8/lib/libQtCore.so.4 #22 0x0000000000429f5c in main () (gdb) To manage notifications about this bug go to: https://bugs.launchpad.net/qutim/+bug/921457/+subscriptions -- Mailing list: https://launchpad.net/~qutimdevelop Post to : [email protected] Unsubscribe : https://launchpad.net/~qutimdevelop More help : https://help.launchpad.net/ListHelp

