[konsole] [Bug 401898] Closing a tab is slow with something written on the prompt

Christoph Cullmann bugzilla_noreply at kde.org
Sat Jul 31 21:45:22 BST 2021


https://bugs.kde.org/show_bug.cgi?id=401898

--- Comment #4 from Christoph Cullmann <christoph at cullmann.io> ---
I debugged a bit, _shellProcess->sendEof() in closeInNormalWay() is able to
send the EOF char, but the shell process really terminates "never" after that,
if one swaps the _shellProcess->waitForFinished(1000) with
_shellProcess->waitForFinished(-1) we just hang infinitely.

On the other side, this seems to work properly on e.g. Linux.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list