Summary: | Plasma crashes in PanelView::updateEnabledBorders() when undocking laptop and screen configuration changes | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | CK <constantine.karnacevych> |
Component: | generic-multiscreen | Assignee: | Aleix Pol <aleixpol> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | bhush94, bnafta, justin.zobel, mustaqim, nate, notmart, plasma-bugs, telans |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.8.4 | ||
Target Milestone: | 1.0 | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/commit/3520cd5a6251d568af7a1b286aa041df27851dfe | Version Fixed In: | 5.24.2 |
Sentry Crash Report: |
Description
CK
2016-12-09 13:06:26 UTC
apparently sometimes when a screen goes away there is a perios in which the panel window is still alive but its m_screenToFollow is already been deleted, access to it may have to be guarded everywhere *** Bug 373296 has been marked as a duplicate of this bug. *** Thank you for the report. As it has been a while since this was reported, can you please test and confirm if this issue is still occurring or if this bug report can be marked as resolved. I have set the bug status to "needsinfo" pending your response, please change back to "reported" or "resolved" when you respond, thank you. (In reply to Justin Zobel from comment #3) > Thank you for the report. > > As it has been a while since this was reported, can you please test and > confirm if this issue is still occurring or if this bug report can be marked > as resolved. > > I have set the bug status to "needsinfo" pending your response, please > change back to "reported" or "resolved" when you respond, thank you. can't test since don't have a docked laptop for 2 year already )) *** Bug 449845 has been marked as a duplicate of this bug. *** Got a new report (Bug 449845) from Plasma 5.24; re-opening. It has a fully-symbolicated backtrace, which I'm pasting here: Thread 1 (Thread 0x7f2d553f34c0 (LWP 2311)): [KCrash Handler] #4 QScreen::geometry() const (this=0x0) at kernel/qscreen.cpp:413 #5 0x000055c2e81824e8 in PanelView::updateEnabledBorders() (this=this@entry=0x55c2ea3d3c40) at /usr/include/c++/9/bits/atomic_base.h:413 #6 0x000055c2e818682b in PanelView::resizeEvent(QResizeEvent*) (this=0x55c2ea3d3c40, ev=0x7ffe514a5720) at ./shell/panelview.cpp:786 #7 0x00007f2d59c03e0d in QWindow::event(QEvent*) (this=this@entry=0x55c2ea3d3c40, ev=ev@entry=0x7ffe514a5720) at kernel/qwindow.cpp:2438 #8 0x00007f2d5b30a24b in QQuickWindow::event(QEvent*) (this=this@entry=0x55c2ea3d3c40, e=e@entry=0x7ffe514a5720) at items/qquickwindow.cpp:1901 #9 0x000055c2e81869a7 in PanelView::event(QEvent*) (this=0x55c2ea3d3c40, e=0x7ffe514a5720) at ./shell/panelview.cpp:1030 #10 0x00007f2d5a525dc3 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /lib/x86_64-linux-gnu/libQt5Widgets.so.5 #11 0x00007f2d5a52ebb8 in QApplication::notify(QObject*, QEvent*) () at /lib/x86_64-linux-gnu/libQt5Widgets.so.5 #12 0x00007f2d5981219a in QCoreApplication::notifyInternal2(QObject*, QEvent*) (receiver=0x55c2ea3d3c40, event=0x7ffe514a5720) at ../../include/QtCore/5.15.3/QtCore/private/../../../../../src/corelib/thread/qthread_p.h:332 #13 0x00007f2d59bf98b8 in QGuiApplicationPrivate::processExposeEvent(QWindowSystemInterfacePrivate::ExposeEvent*) (e=0x55c2ebd969d0) at kernel/qguiapplication.cpp:3247 #14 0x00007f2d59bf9a4b in QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*) (e=0x55c2ebd969d0) at kernel/qguiapplication.cpp:2070 #15 0x00007f2d59bd17ac in QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) (flags=flags@entry=...) at kernel/qwindowsysteminterface.cpp:1169 #16 0x00007f2d54fbefbe in xcbSourceDispatch(GSource*, GSourceFunc, gpointer) (source=<optimized out>) at qxcbeventdispatcher.cpp:105 #17 0x00007f2d57b3a17d in g_main_context_dispatch () at /lib/x86_64-linux-gnu/libglib-2.0.so.0 #18 0x00007f2d57b3a400 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0 #19 0x00007f2d57b3a4a3 in g_main_context_iteration () at /lib/x86_64-linux-gnu/libglib-2.0.so.0 #20 0x00007f2d5986c9f2 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) (this=0x55c2e8830250, flags=...) at kernel/qeventdispatcher_glib.cpp:423 #21 0x00007f2d59810c9b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) (this=this@entry=0x7ffe514a5a00, flags=..., flags@entry=...) at ../../include/QtCore/../../src/corelib/global/qflags.h:141 #22 0x00007f2d59818e44 in QCoreApplication::exec() () at ../../include/QtCore/../../src/corelib/global/qflags.h:121 #23 0x000055c2e816bd95 in main(int, char**) (argc=<optimized out>, argv=<optimized out>) at ./shell/main.cpp:238 [Inferior 1 (process 2311) detached] A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1458 *** Bug 450296 has been marked as a duplicate of this bug. *** Git commit 61e935ea51fd44869bdab187486a203b014dd3ae by Marco Martin, on behalf of Aleix Pol. Committed on 21/02/2022 at 15:38. Pushed by apol into branch 'master'. PanelView: Do not crash when the state is transitioning M +13 -11 shell/panelview.cpp https://invent.kde.org/plasma/plasma-workspace/commit/61e935ea51fd44869bdab187486a203b014dd3ae Git commit 3520cd5a6251d568af7a1b286aa041df27851dfe by Nate Graham, on behalf of Aleix Pol. Committed on 21/02/2022 at 15:59. Pushed by ngraham into branch 'Plasma/5.24'. PanelView: Do not crash when the state is transitioning (cherry picked from commit 61e935ea51fd44869bdab187486a203b014dd3ae) M +13 -11 shell/panelview.cpp https://invent.kde.org/plasma/plasma-workspace/commit/3520cd5a6251d568af7a1b286aa041df27851dfe |