https://bugs.kde.org/show_bug.cgi?id=436630
ninj...@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ninj...@gmail.com --- Comment #10 from ninj...@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 watching all bug changes.