Summary: | if I close konsole with a root session running "less" waiting for data, "less" is left using up all CPU | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | auxsvr |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | robertknight |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
auxsvr
2008-07-07 22:05:52 UTC
SVN commit 832426 by knight: If a terminal process does not respond to SIGHUP (because it is running as root for example), close the pty instead and wait for the process to exit. CCBUG:165994 BACKPORT-4.0 M +16 -1 Session.cpp M +4 -2 Session.h WebSVN link: http://websvn.kde.org/?view=rev&revision=832426 The "less" problem is fixed here, the problem with closing a root session remains. Should I file a new bug report for this? The more general problem with root sessions has been reported here http://bugs.kde.org/show_bug.cgi?id=143880 . I'll close this one as fixed for now. |