Revision 1ce4241...

Go back to digest for 24th June 2012

Bug Fixes in KDE Base

Kurt Hindenburg committed changes in [konsole] src/ProcessInfo.cpp:

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.

File Changes

Modified 1 files
  • src/ProcessInfo.cpp
1 files changed in total