Bug 232253 - Tried changing from Folder view to Desktop view.
Summary: Tried changing from Folder view to Desktop view.
Status: RESOLVED DUPLICATE of bug 200847
Alias: None
Product: plasma4
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR crash
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-26 18:40 UTC by Skip
Modified: 2010-03-26 21:32 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 Skip 2010-03-26 18:40:40 UTC
Application that crashed: plasma-desktop
Version of the application: 0.3
KDE Version: 4.3.5 (KDE 4.3.5)
Qt Version: 4.5.2
Operating System: Linux 2.6.31-16-generic i686
Distribution: Linux Mint 8 Helena - KDE Community Edition

What I was doing when the application crashed:
Tried changing from Folder view to Desktop view, which caused crash

 -- Backtrace:
Application: Plasma Workspace (kdeinit4), signal: Segmentation fault
[Current thread is 1 (Thread 0xb7859700 (LWP 2021))]

Thread 2 (Thread 0xac73fb70 (LWP 2022)):
#0  0x00f35422 in __kernel_vsyscall ()
#1  0x0026de15 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
#2  0x00c8387d in pthread_cond_wait () from /lib/tls/i686/cmov/libc.so.6
#3  0x008d4e67 in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/libQtCore.so.4
#4  0x00e4e922 in ?? () from /usr/lib/libQtNetwork.so.4
#5  0x008d3e32 in ?? () from /usr/lib/libQtCore.so.4
#6  0x0026980e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#7  0x00c768de in clone () from /lib/tls/i686/cmov/libc.so.6

Thread 1 (Thread 0xb7859700 (LWP 2021)):
[KCrash Handler]
#6  0x0697018a in QGraphicsItem::isWidget() const () from /usr/lib/libQtGui.so.4
#7  0x069a9527 in QGraphicsScene::event(QEvent*) () from /usr/lib/libQtGui.so.4
#8  0x0636cf54 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#9  0x0637467c in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#10 0x0110925a in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5
#11 0x009c46cb in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4
#12 0x069ba5e7 in QGraphicsView::viewportEvent(QEvent*) () from /usr/lib/libQtGui.so.4
#13 0x06812a95 in ?? () from /usr/lib/libQtGui.so.4
#14 0x009c383a in QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4
#15 0x0636cf2c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#16 0x063745ca in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#17 0x0110925a in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5
#18 0x009c46cb in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4
#19 0x063c1ad5 in QWidget::event(QEvent*) () from /usr/lib/libQtGui.so.4
#20 0x06771633 in QFrame::event(QEvent*) () from /usr/lib/libQtGui.so.4
#21 0x06810faa in QAbstractScrollArea::event(QEvent*) () from /usr/lib/libQtGui.so.4
#22 0x069ba406 in QGraphicsView::event(QEvent*) () from /usr/lib/libQtGui.so.4
#23 0x0636cf54 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#24 0x063745ca in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#25 0x0110925a in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5
#26 0x009c46cb in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4
#27 0x06377df6 in QApplication::setActiveWindow(QWidget*) () from /usr/lib/libQtGui.so.4
#28 0x063e121f in QApplication::x11ProcessEvent(_XEvent*) () from /usr/lib/libQtGui.so.4
#29 0x0640e502 in ?? () from /usr/lib/libQtGui.so.4
#30 0x007fae88 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#31 0x007fe730 in ?? () from /lib/libglib-2.0.so.0
#32 0x007fe863 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#33 0x009ef02c in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#34 0x0640dbe5 in ?? () from /usr/lib/libQtGui.so.4
#35 0x009c2c79 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#36 0x009c30ca in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#37 0x009c553f in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4
#38 0x0636cdd7 in QApplication::exec() () from /usr/lib/libQtGui.so.4
#39 0x055f08ad in kdemain () from /usr/lib/libkdeinit4_plasma-desktop.so
#40 0x0804dde1 in _start ()

Reported using DrKonqi
Comment 1 Dario Andres 2010-03-26 21:32:42 UTC
Fixed in KDE SC 4.4
Regards

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