Bug 145636
| Summary: | [PATCH] telnetd loops on child IO error | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 3 | Reporter: | Martin Poole <mpoole> | ||||
| Component: | telnet | Assignee: | Harald Hoyer <harald> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Ben Levenson <benl> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 3.0 | CC: | shillman | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2005-03-28 19:49:17 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: | |||||||
| Attachments: |
|
||||||
Created attachment 110001 [details]
Patch to fix EIO loop error
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2005-327.html |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Description of problem: telnetd can loop on an error in the child side process read(3, 0x80541a0, 8192) = -1 EIO (Input/output error) select(4, [0 3], [], [0], NULL) = 1 (in [3]) read(3, 0x80541a0, 8192) = -1 EIO (Input/output error) select(4, [0 3], [], [0], NULL) = 1 (in [3]) read(3, 0x80541a0, 8192) = -1 EIO (Input/output error) select(4, [0 3], [], [0], NULL) = 1 (in [3]) Version-Release number of selected component (if applicable): How reproducible: Sometimes Steps to Reproduce: 1.not available 2. 3. Additional info: