Bug 2854
| Summary: | xterm doesn't handle SIGINT | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | ak |
| Component: | XFree86 | Assignee: | David Lawrence <dkl> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.0 | CC: | ak |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 1999-05-19 15:17:45 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
ak
1999-05-16 20:14:40 UTC
*** Bug 2853 has been marked as a duplicate of this bug. *** xterm cannot process SIGINT. When it gets a SIGINT this happens (shown from strace): select(7, [4 6], [], NULL, NULL) = ? ERESTARTNOHAND (To be restarted) --- SIGINT (Interrupt) --- fork() = 9747 wait4(9747, NULL, 0, NULL) = 9747 --- SIGCHLD (Child exited) --- wait4(-1, after that it hangs and can only be killed with SIGTERM/SIGKILL. This is unique to the RH6 xterm, Dickey's latest version or earlier versions didn't have that problem. It has been observed on a Alpha too. -Andi |