Bug 296903

Summary: konsole freezes when remote machine is shutdown via ssh
Product: [Applications] konsole Reporter: Eggert Ehmke <eggert>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED DUPLICATE    
Severity: minor CC: adaptee
Priority: NOR    
Version: 2.8.1   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

Description Eggert Ehmke 2012-03-27 18:01:01 UTC
User-Agent:       Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20100101 Firefox/11.0
Build Identifier: 

When I run a SSH session in konsole and shut down the remote Linux box, the konsole session freezes

Reproducible: Always

Steps to Reproduce:
1. Open SSH session to other Linux system
2. Enter command "sudo halt"
3. The other system will issue the message "The system is going down for system halt NOW!
"
4. The local konsole session will not accept any commands anymore. 
5. Ctrl-C does help sometimes. In this case, the message is issued: "Write failed: Broken pipe"
Actual Results:  
See above

Expected Results:  
The session should be terminated to allow local commands again.
Comment 1 Jekyll Wu 2012-03-27 20:30:51 UTC
Thanks for reporting.

This is a knwon issue. The problem is Konsole currently does not put some (potentially) blocking operations into separate thread.

*** This bug has been marked as a duplicate of bug 251351 ***