[Konsole-devel] [konsole] [Bug 344183] konsole5 crashes right after login
Thomas Lübking
thomas.luebking at gmail.com
Fri May 15 23:39:48 UTC 2015
https://bugs.kde.org/show_bug.cgi?id=344183
--- Comment #11 from Thomas Lübking <thomas.luebking at gmail.com> ---
"nope" - the Qt code changed a bit (instead of updateGeometry there's now
updateSize and updatePosition) but the geneal issue remains,
https://bugreports.qt.io/browse/QTBUG-40584 is still open and the testcase
attached there still reliably fails on vanilla Qt.
Testcase:
https://bugreports.qt.io/secure/attachment/45495/qwindowsize.cpp
The problem dealt with by this patch is some sort of cornercase - it happens
when you resize a widget before the eventloop is up, resp. before calling
"show".
Most prominent cases are nested eventloops by modal dialogs.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list