[konsole] [Bug 436630] konsole crash on exit
bugzilla_noreply at kde.org
bugzilla_noreply at kde.org
Tue Jun 15 17:08:49 BST 2021
https://bugs.kde.org/show_bug.cgi?id=436630
ninjalj at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ninjalj at gmail.com
--- Comment #10 from ninjalj at gmail.com ---
>From the backtraces:
During TerminalDisplay() destructor, _image is deleted and then TerminalColor()
destructor is called, which being a QWidget calls QWidget::clearFocus(), which
ends up transfering focus to TerminalDisplay. Under some circumstances
(apparently something having to do with some Wayland compositor) this causes a
call to TerminalDisplay::inputMethodQuery(..., Qt::ImSurroundingText), which
then tries to access the already deleted _image.
This should be fixed by
https://invent.kde.org/utilities/konsole/-/commit/66e19aaf4110ced12c2607d85f3dfcf49f268b8f
Can any of you guys test with the above commit?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list