« Return to Thread: [Bug 251351] New: konsole blocks when a shell is hanging

[Bug 251351] konsole freezes when a shell is hanging because of broken ssh connection

by Bugzilla from kurt.hindenburg@gmail.com :: Rate this Message:

| View in Thread

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

--- Comment #10 from Kurt V. Hindenburg <kurt.hindenburg@...> ---
Git commit 1ce424142f1ee31a25cbb9398c79df9d98d81d71 by Kurt Hindenburg.
Committed on 18/06/2012 at 14:56.
Pushed by hindenburg into branch 'master'.

Use readlink instead of QFileInfo to prevent non-responsive issues.

The current code using QFileInfo on the /proc/%pid/cwd and for some
situations, this may cause issues as QFileInfo hangs if unable to read that
file.  The new code uses readlink which appears to work w/o issue.

The Solaris  code needs fixed as well.

M  +16   -12   src/ProcessInfo.cpp

http://commits.kde.org/konsole/1ce424142f1ee31a25cbb9398c79df9d98d81d71

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
konsole-devel mailing list
konsole-devel@...
https://mail.kde.org/mailman/listinfo/konsole-devel

 « Return to Thread: [Bug 251351] New: konsole blocks when a shell is hanging