Summary: | KWin and Plasma crashing during relogin after using dual display | ||
---|---|---|---|
Product: | [I don't know] kde | Reporter: | Jinesh <jineshkj.projects> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | cfeck, jineshkj.projects |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jinesh
2010-10-28 23:56:07 UTC
This is probably bug 253795 (should be fixed in the soon-to-be-released 4.5.3 version), but to be sure we need a backtrace. For more information, see http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports I do not think this is the same bug as the one mentioned by you because this problem happens if and only if I use dual displays. Below is the crash backtrace : Application: Plasma Workspace (kdeinit4), signal: Segmentation fault [Current thread is 1 (Thread 0x7fd913668760 (LWP 2748))] Thread 3 (Thread 0x7fd8f1511710 (LWP 2774)): #0 0x00007fd911fe7709 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x00007fd912271f12 in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib64/libQtCore.so.4 #2 0x00007fd912267d28 in ?? () from /usr/lib64/libQtCore.so.4 #3 0x00007fd9122718be in ?? () from /usr/lib64/libQtCore.so.4 #4 0x00007fd911fe2a4f in start_thread () from /lib64/libpthread.so.0 #5 0x00007fd910da282d in clone () from /lib64/libc.so.6 #6 0x0000000000000000 in ?? () Thread 2 (Thread 0x7fd8ea408710 (LWP 2828)): #0 0x00007fd911fe7709 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x00007fd912271f12 in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib64/libQtCore.so.4 #2 0x00007fd912267d28 in ?? () from /usr/lib64/libQtCore.so.4 #3 0x00007fd9122718be in ?? () from /usr/lib64/libQtCore.so.4 #4 0x00007fd911fe2a4f in start_thread () from /lib64/libpthread.so.0 #5 0x00007fd910da282d in clone () from /lib64/libc.so.6 #6 0x0000000000000000 in ?? () Thread 1 (Thread 0x7fd913668760 (LWP 2748)): [KCrash Handler] #6 0x00007fd9127d2bb4 in ?? () from /usr/lib64/libkdecore.so.5 #7 0x00007fd91286892f in KSharedDataCache::insert(QString const&, QByteArray const&) () from /usr/lib64/libkdecore.so.5 #8 0x00007fd9130011dd in KImageCache::insertImage(QString const&, QImage const&) () from /usr/lib64/libkdeui.so.5 #9 0x00007fd913111236 in KImageCache::insertPixmap(QString const&, QPixmap const&) () from /usr/lib64/libkdeui.so.5 #10 0x00007fd909b23f35 in ?? () from /usr/lib64/libplasma.so.3 #11 0x00007fd909b260d2 in Plasma::Theme::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib64/libplasma.so.3 #12 0x00007fd912371b5f in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib64/libQtCore.so.4 #13 0x00007fd912370509 in QObject::event(QEvent*) () from /usr/lib64/libQtCore.so.4 #14 0x00007fd911502f34 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib64/libQtGui.so.4 #15 0x00007fd91150b35a in QApplication::notify(QObject*, QEvent*) () from /usr/lib64/libQtGui.so.4 #16 0x00007fd912fe8846 in KApplication::notify(QObject*, QEvent*) () from /usr/lib64/libkdeui.so.5 #17 0x00007fd91235c9dc in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib64/libQtCore.so.4 #18 0x00007fd91238a189 in ?? () from /usr/lib64/libQtCore.so.4 #19 0x00007fd912386f58 in ?? () from /usr/lib64/libQtCore.so.4 #20 0x00007fd90dea6a93 in g_main_context_dispatch () from /usr/lib64/libglib-2.0.so.0 #21 0x00007fd90dea7270 in ?? () from /usr/lib64/libglib-2.0.so.0 #22 0x00007fd90dea7510 in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0 #23 0x00007fd9123875ff in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQtCore.so.4 #24 0x00007fd9115a6eee in ?? () from /usr/lib64/libQtGui.so.4 #25 0x00007fd91235be12 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQtCore.so.4 #26 0x00007fd91235c025 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQtCore.so.4 #27 0x00007fd91236043b in QCoreApplication::exec() () from /usr/lib64/libQtCore.so.4 #28 0x00007fd904404c7b in kdemain () from /usr/lib64/libkdeinit4_plasma-desktop.so #29 0x0000000000407509 in _start () Thanks for the update. While bug 253795 does not mention dual screens, it is same backtrace. *** This bug has been marked as a duplicate of bug 253795 *** Thank you. |