Summary: | Konsole running irssi does not close properly | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Mike Smith <scgtrp> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | adaptee |
Priority: | NOR | ||
Version: | 2.4.2 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Mike Smith
2010-10-18 23:24:56 UTC
I can reproduce this with konsole-2.7.999. Konsole will hangs for a while (30s ~ 1min), then it will be reponsive again. But the irrsi tab(I have opened another shell tab ) is still open and running. The root cause is irssi responds to SIGHUP in a special way[1]: instead of dying , it performs a /RELOAD. So this bug is actually the same as #251566. See its comment #4 . [1] - http://cvs.silcnet.org/source/irssi/NEWS *** This bug has been marked as a duplicate of bug 251566 *** Git commit e3a09c9c4d7a35d458440e28501098f3ac13b684 by Jekyll Wu. Committed on 03/10/2011 at 05:01. Pushed by jekyllwu into branch 'master'. Close session reliably when the session process doesn't die with SIGHUP. BUG:241709 BUG:251566 CCBUG:254600 FIXED-IN: 4.8 REVIEW:102239 M +1 -1 src/MainWindow.cpp M +41 -18 src/Session.cpp M +20 -5 src/Session.h M +41 -3 src/SessionController.cpp M +8 -2 src/SessionController.h M +2 -2 src/ViewManager.cpp http://commits.kde.org/konsole/e3a09c9c4d7a35d458440e28501098f3ac13b684 |