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

Kurt V. Hindenburg kurt.hindenburg at gmail.com
Mon Jun 18 13:02:15 UTC 2012


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

--- Comment #10 from Kurt V. Hindenburg <kurt.hindenburg at gmail.com> ---
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.



More information about the konsole-devel mailing list