https://bugs.kde.org/show_bug.cgi?id=476847
--- Comment #3 from Marco Martin <notm...@gmail.com> --- in the rectNotify lambda the panel passed in the capture became invalid. however, rectNotify is executed on signals on panel, so it shold still be valid. what could be happening is QWindow::screenChanged or QWindow::visibleChanged being emitted in the dtor, so is still a valid qwindow but not a valid panelview anymore -- You are receiving this mail because: You are watching all bug changes.