https://bugs.kde.org/show_bug.cgi?id=459358
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.kde.org/show_b | |ug.cgi?id=451147 Summary|Plasmashell crashes after |Plasmashell crashes |rebooting. |inPanelView::updateFloating | |() after rebooting CC| |n...@kde.org, | |niccolo.venera...@gmail.com --- Comment #1 from Nate Graham <n...@kde.org> --- [KCrash Handler] #4 0x00007f021416a384 in QScreen::geometry() const () at /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5 #5 0x000055736e8d6a85 in PanelView::geometryByDistance(int) const (this=this@entry=0x557372b8dc90, distance=0) at ./shell/panelview.cpp:533 #6 0x000055736e8d6f10 in PanelView::positionPanel() (this=this@entry=0x557372b8dc90) at ./shell/panelview.cpp:519 #7 0x000055736e8d8483 in PanelView::updateFloating() (this=this@entry=0x557372b8dc90) at ./shell/panelview.cpp:1574 #8 0x000055736e8d8538 in PanelView::handleQmlStatusChange(QQmlComponent::Status) (this=0x557372b8dc90, status=<optimized out>) at ./shell/panelview.cpp:1378 Similar to Bug 451147, but the backtraces are not exactly the same. Both crash in PanelView::geometryByDistance, but in this, we got there through PanelView::positionPanel() and PanelView::updateFloating(); in that one we got there through PanelView::resizeEvent() -- You are receiving this mail because: You are watching all bug changes.