Summary: | Plasma Workspace (plasma-desktop), signal: Segmentation fault | ||
---|---|---|---|
Product: | [Unmaintained] Network Management | Reporter: | Stephen Dunn <nzlbob2332> |
Component: | Plasma Widget | Assignee: | Will Stephenson <wstephenson> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | akb1982, alvaro.manera, andresbajotierra, antyk.ml, billybowden.bowden, c0der, czanon, grosser.meister.morti, guido.cupo, hersche, jcd, jmontane, johnwheaton2, jos, jvr_78, kilah, kunst.uber.alles, luis.zaldivar, Lukasz.Kurylo, mmenaz, mutiny32, muzerakascooby, phani00, redm, sam, sebas, tantonovich, tony.bigbee |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Stephen Dunn
2009-05-17 04:00:23 UTC
As a workaround, try to remove the networkmanager plasmoid. The first part of the backtrace looks the same as the bt on bug 192790. The situations seem to be different (In reply to comment #1) > As a workaround, try to remove the networkmanager plasmoid. That works. *** Bug 196599 has been marked as a duplicate of this bug. *** *** Bug 197838 has been marked as a duplicate of this bug. *** *** Bug 197871 has been marked as a duplicate of this bug. *** openSUSE: 11.1 KDE: Version 4.2.95 (KDE 4.2.95 (KDE 4.3 RC1)) "release 139", installed from openSUSE repos not sure if this is the same bug, but might be. for a while i also experienced these crash reports after KDE start. that doesn't happen anymore; now they appear randomly--not very often, fortunately, and plasma-workspace restarts without problems afterwards. backtrace: ---------------- Application: Plasma Workspace (kdeinit4), signal: Segmentation fault [Current thread is 1 (Thread 0xb5fc5700 (LWP 4770))] Thread 2 (Thread 0xa8acbb90 (LWP 4774)): #0 0xffffe430 in __kernel_vsyscall () #1 0xb7e45c35 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0 #2 0xb7ea5582 in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/libQtCore.so.4 #3 0xb771dad2 in ?? () from /usr/lib/libQtNetwork.so.4 #4 0xb7ea4572 in ?? () from /usr/lib/libQtCore.so.4 #5 0xb7e421b5 in start_thread () from /lib/libpthread.so.0 #6 0xb668b3be in clone () from /lib/libc.so.6 Thread 1 (Thread 0xb5fc5700 (LWP 4770)): [KCrash Handler] #6 0xb683a328 in vtable for __cxxabiv1::__class_type_info () from /usr/lib/libstdc++.so.6 #7 0xb6f9b4f0 in ?? () from /usr/lib/libQtGui.so.4 #8 0xb6f9b4cd in ?? () from /usr/lib/libQtGui.so.4 #9 0xb6f9b4cd in ?? () from /usr/lib/libQtGui.so.4 #10 0xb6f9acdc in QGraphicsLayout::activate() () from /usr/lib/libQtGui.so.4 #11 0xb6f9adac in QGraphicsLayout::widgetEvent(QEvent*) () from /usr/lib/libQtGui.so.4 #12 0xb6fa15c3 in QGraphicsWidget::event(QEvent*) () from /usr/lib/libQtGui.so.4 #13 0xb69637fc in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4 #14 0xb696baee in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4 #15 0xb745610d in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5 #16 0xb7f9916b in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4 #17 0xb7f99db5 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib/libQtCore.so.4 #18 0xb7f99fad in QCoreApplication::sendPostedEvents(QObject*, int) () from /usr/lib/libQtCore.so.4 #19 0xb7fc4c8f in ?? () from /usr/lib/libQtCore.so.4 #20 0xb65089c8 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #21 0xb650c083 in ?? () from /usr/lib/libglib-2.0.so.0 #22 0xb650c241 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0 #23 0xb7fc48d8 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4 #24 0xb6a03cc5 in ?? () from /usr/lib/libQtGui.so.4 #25 0xb7f9778a in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4 #26 0xb7f97bd2 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4 #27 0xb7f9a079 in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4 #28 0xb6963677 in QApplication::exec() () from /usr/lib/libQtGui.so.4 #29 0xb49f29f0 in kdemain () from /usr/lib/libkdeinit4_plasma-desktop.so #30 0x0804e2b0 in _start () ---------------- phani. @phanisvara das : it is not the same error. You could try to install the "libqt4-debuginfo" package, and if you get a new backtrace, please post it in a new report. Thanks! Version of the application: 4.3.0 rc2 4.2.96 (KDE 4.2.96 (KDE 4.3 RC2)) "release 142" Qt Version: 4.5.2 OS: Linux 2.6.27.23-0.1-default i686 System: openSUSE 11.1 (i586) I am no longer getting this crash with knetworkmanager loaded. Should it be marked as resolved? #9: are you talking about the Network Management plasmoid or the knetworkmanager KDE 3 app? (In reply to comment #10) > #9: are you talking about the Network Management plasmoid or the > knetworkmanager KDE 3 app? Oh, it was the plasmoid BUT I have since tested it with the KDE3 app and that works fine now too. Steve The crashing code has been removed from the next version of the plasmoid *** Bug 197968 has been marked as a duplicate of this bug. *** *** Bug 198399 has been marked as a duplicate of this bug. *** *** Bug 198662 has been marked as a duplicate of this bug. *** *** Bug 199021 has been marked as a duplicate of this bug. *** *** Bug 199551 has been marked as a duplicate of this bug. *** *** Bug 199569 has been marked as a duplicate of this bug. *** *** Bug 199787 has been marked as a duplicate of this bug. *** *** Bug 200395 has been marked as a duplicate of this bug. *** *** Bug 200410 has been marked as a duplicate of this bug. *** *** Bug 201460 has been marked as a duplicate of this bug. *** *** Bug 201438 has been marked as a duplicate of this bug. *** *** Bug 201427 has been marked as a duplicate of this bug. *** *** Bug 201641 has been marked as a duplicate of this bug. *** *** Bug 201839 has been marked as a duplicate of this bug. *** *** Bug 197181 has been marked as a duplicate of this bug. *** *** Bug 195024 has been marked as a duplicate of this bug. *** *** Bug 202959 has been marked as a duplicate of this bug. *** *** Bug 202902 has been marked as a duplicate of this bug. *** *** Bug 203273 has been marked as a duplicate of this bug. *** *** Bug 199777 has been marked as a duplicate of this bug. *** *** Bug 207487 has been marked as a duplicate of this bug. *** *** Bug 208843 has been marked as a duplicate of this bug. *** *** Bug 210121 has been marked as a duplicate of this bug. *** *** Bug 227484 has been marked as a duplicate of this bug. *** |