Summary: | plasmashell misbehaves/crashes on login with dual monitor setup | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Jetchko Jekov <jetchko.jekov> |
Component: | general | Assignee: | David Edmundson <kde> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | bhush94, notmart, plasma-bugs |
Priority: | NOR | ||
Version: | 5.4.2 | ||
Target Milestone: | 1.0 | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
crash report
xrandr output |
Description
Jetchko Jekov
2015-10-09 15:46:36 UTC
Created attachment 94916 [details]
crash report
Attaching the crash report from drkonqi
Created attachment 94917 [details]
xrandr output
I am happy to provide any additional information if necessary Little bit more info if its on any use: Today I tried to automate my workaround via executing: xrandr --output HDMI2 --off && xrandr --output HDMI2 --auto --right-of DP1 And this *DID NOT* help, the monitor stays black but active. I had to put sleep 1 in between xrandr invocations to make it work , i.e: xrandr --output HDMI2 --off && sleep 1 && xrandr --output HDMI2 --auto --right-of DP1 whats more, if I execute 1st sequence (without sleep) when shell is running on both monitors I again get blank monitor, working state gets restored after sequence with sleep included and plasmashell is not crashing in this situation. pasting bt inline Thread 1 (Thread 0x7f87bbe5e900 (LWP 10170)): [KCrash Handler] #5 0x00007f87b9a204e6 in Plasma::Applet::actions() const () at /lib64/libKF5Plasma.so.5 #6 0x0000000000455139 in ShellCorona::addOutput(QSharedPointer<KScreen::Output> const&) (this=this@entry=0x24eb7a0, output=...) at ../../shell/shellcorona.cpp:862 #7 0x00000000004552bf in ShellCorona::outputEnabledChanged() (this=0x24eb7a0) at ../../shell/shellcorona.cpp:756 #8 0x00007f87b469afe7 in QMetaObject::activate(QObject*, int, int, void**) () at /lib64/libQt5Core.so.5 #9 0x00007f87bacdff97 in KScreen::Output::apply(QSharedPointer<KScreen::Output> const&) () at /lib64/libKF5Screen.so.6 #10 0x00007f87baccbbde in KScreen::Config::apply(QSharedPointer<KScreen::Config> const&) () at /lib64/libKF5Screen.so.6 #11 0x00007f87bacd2c49 in KScreen::ConfigMonitor::Private::updateConfigs(QSharedPointer<KScreen::Config> const&) () at /lib64/libKF5Screen.so.6 #12 0x00007f87bacd4f39 in KScreen::ConfigMonitor::Private::edidReady(QDBusPendingCallWatcher*) () at /lib64/libKF5Screen.so.6 #13 0x00007f87b469afe7 in QMetaObject::activate(QObject*, int, int, void**) () at /lib64/libQt5Core.so.5 #14 0x00007f87b546674f in QDBusPendingCallWatcher::finished(QDBusPendingCallWatcher*) () at /lib64/libQt5DBus.so.5 #15 0x00007f87b5467e25 in QDBusPendingCallWatcher::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) () at /lib64/libQt5DBus.so.5 #16 0x00007f87b469c021 in QObject::event(QEvent*) () at /lib64/libQt5Core.so.5 #17 0x00007f87b5c224ac in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /lib64/libQt5Widgets.so.5 #18 0x00007f87b5c27976 in QApplication::notify(QObject*, QEvent*) () at /lib64/libQt5Widgets.so.5 #19 0x00007f87b466c61b in QCoreApplication::notifyInternal(QObject*, QEvent*) () at /lib64/libQt5Core.so.5 #20 0x00007f87b466ea16 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () at /lib64/libQt5Core.so.5 #21 0x00007f87b46c2983 in postEventSourceDispatch(_GSource*, int (*)(void*), void*) () at /lib64/libQt5Core.so.5 #22 0x00007f87aea36a8a in g_main_context_dispatch () at /lib64/libglib-2.0.so.0 #23 0x00007f87aea36e20 in g_main_context_iterate.isra () at /lib64/libglib-2.0.so.0 #24 0x00007f87aea36ecc in g_main_context_iteration () at /lib64/libglib-2.0.so.0 #25 0x00007f87b46c2d8f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /lib64/libQt5Core.so.5 #26 0x00007f87b4669daa in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /lib64/libQt5Core.so.5 #27 0x00007f87b4671e6c in QCoreApplication::exec() () at /lib64/libQt5Core.so.5 #28 0x00000000004302c3 in main(int, char**) (argc=2, argv=<optimized out>) at ../../shell/main.cpp:176 *** This bug has been marked as a duplicate of bug 351777 *** |