Application that crashed: kopete Version of the application: 0.70.90 KDE Version: 4.3.00 (KDE 4.3.0) Qt Version: 4.5.2 Operating System: Linux 2.6.30-ARCH i686 What I was doing when the application crashed: While attempting to login in to my Windows Live account (using KDE's password wallet), Kopete has a segmentation fault. -- Backtrace: Application: Kopete (kopete), signal: Segmentation fault [Current thread is 0 (LWP 3622)] Thread 2 (Thread 0xb31c9b70 (LWP 3632)): #0 0xb8055424 in __kernel_vsyscall () #1 0xb66f2bc5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0 #2 0xb682b3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libc.so.6 #3 0xb7368047 in QWaitCondition::wait () from /usr/lib/libQtCore.so.4 #4 0xb6052c12 in ?? () from /usr/lib/libQtNetwork.so.4 #5 0xb7367032 in ?? () from /usr/lib/libQtCore.so.4 #6 0xb66ee68c in start_thread () from /lib/libpthread.so.0 #7 0xb681de2e in clone () from /lib/libc.so.6 Thread 1 (Thread 0xb5739a50 (LWP 3622)): [KCrash Handler] #6 0x00000012 in ?? () #7 0xb6b7441c in QPixmap::width () from /usr/lib/libQtGui.so.4 #8 0xb6bd950c in QPainter::drawPixmap () from /usr/lib/libQtGui.so.4 #9 0xb79e98b4 in KStyle::drawPrimitive () from /usr/lib/libkdeui.so.5 #10 0xb7e686ce in KopeteItemDelegate::paint () from /usr/lib/libkopetecontactlist.so.1 #11 0xb7029246 in QTreeView::drawRow () from /usr/lib/libQtGui.so.4 #12 0xb7030ecc in QTreeView::drawTree () from /usr/lib/libQtGui.so.4 #13 0xb703194b in QTreeView::paintEvent () from /usr/lib/libQtGui.so.4 #14 0xb6afccd4 in QWidget::event () from /usr/lib/libQtGui.so.4 #15 0xb6ea3373 in QFrame::event () from /usr/lib/libQtGui.so.4 #16 0xb6f41b14 in QAbstractScrollArea::viewportEvent () from /usr/lib/libQtGui.so.4 #17 0xb6ff5007 in QAbstractItemView::viewportEvent () from /usr/lib/libQtGui.so.4 #18 0xb7030074 in QTreeView::viewportEvent () from /usr/lib/libQtGui.so.4 #19 0xb7e39911 in KopeteContactListView::viewportEvent () from /usr/lib/libkopetecontactlist.so.1 #20 0xb6f44105 in ?? () from /usr/lib/libQtGui.so.4 #21 0xb745511a in QCoreApplicationPrivate::sendThroughObjectEventFilters () from /usr/lib/libQtCore.so.4 #22 0xb6aa869c in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4 #23 0xb6aafcfa in QApplication::notify () from /usr/lib/libQtGui.so.4 #24 0xb79cdfaa in KApplication::notify () from /usr/lib/libkdeui.so.5 #25 0xb7455fab in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4 #26 0xb6b04ce5 in QWidgetPrivate::drawWidget () from /usr/lib/libQtGui.so.4 #27 0xb6c8cc95 in ?? () from /usr/lib/libQtGui.so.4 #28 0xb6af61b6 in QWidgetPrivate::syncBackingStore () from /usr/lib/libQtGui.so.4 #29 0xb6afd115 in QWidget::event () from /usr/lib/libQtGui.so.4 #30 0xb6ec0ea7 in QMainWindow::event () from /usr/lib/libQtGui.so.4 #31 0xb7ab2ee4 in KMainWindow::event () from /usr/lib/libkdeui.so.5 #32 0xb7af978f in KXmlGuiWindow::event () from /usr/lib/libkdeui.so.5 #33 0xb6aa86c4 in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4 #34 0xb6aafcfa in QApplication::notify () from /usr/lib/libQtGui.so.4 #35 0xb79cdfaa in KApplication::notify () from /usr/lib/libkdeui.so.5 #36 0xb7455fab in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4 #37 0xb7456b92 in QCoreApplicationPrivate::sendPostedEvents () from /usr/lib/libQtCore.so.4 #38 0xb7456d5d in QCoreApplication::sendPostedEvents () from /usr/lib/libQtCore.so.4 #39 0xb7480a7f in ?? () from /usr/lib/libQtCore.so.4 #40 0xb5d90d98 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #41 0xb5d943e0 in g_main_context_iterate () from /usr/lib/libglib-2.0.so.0 #42 0xb5d94513 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0 #43 0xb74806ac in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4 #44 0xb6b46355 in ?? () from /usr/lib/libQtGui.so.4 #45 0xb7454559 in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4 #46 0xb74549aa in QEventLoop::exec () from /usr/lib/libQtCore.so.4 #47 0xb7456e1f in QCoreApplication::exec () from /usr/lib/libQtCore.so.4 #48 0xb6aa8547 in QApplication::exec () from /usr/lib/libQtGui.so.4 #49 0x0805981c in _start () Reported using DrKonqi
- Do you experience this every time ? If you do, can you downgrade libmsn to beta6 and recheck it ? Thanks
Can you provide any more information that would help us reproduce this bug? Does downgrading your libmsn version help work around this crash?
This is most likely because KStyle is trying to draw null pixmap. This crash is fixed in Qt 4.6.0 and it's most likely already fixed in kdelibs too.