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