Bug 531235
Summary: | Bash doesn't wait for backgrounded process if its PID is recycled | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 4 | Reporter: | RHEL Program Management <pm-rhel> |
Component: | bash | Assignee: | Roman Rakus <rrakus> |
Status: | CLOSED ERRATA | QA Contact: | BaseOS QE - Apps <qe-baseos-apps> |
Severity: | high | Docs Contact: | |
Priority: | urgent | ||
Version: | 4.8 | CC: | fnadge, ovasik, pm-eus, psplicha, rvokal, tao, tsmetana |
Target Milestone: | rc | Keywords: | ZStream |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Previously, bash did not wait for a child process if the PID of this child process was recycled. In some ircumstances this caused "Resource temporarily unavailable" errors. With this update, bash recycles child process PIDs and waits for child processes as expected.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2009-11-23 11:55:19 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: | |||
Bug Depends On: | 521134 | ||
Bug Blocks: |
Description
RHEL Program Management
2009-10-27 13:03:28 UTC
Fixed in bash-3.0-21.el4_8.1 Should be fixed in bash-3.0-21.el4_8.2 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 therefore 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/RHBA-2009-1599.html *** Bug 511032 has been marked as a duplicate of this bug. *** Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Previously, bash did not wait for a child process if the PID of this child process was recycled. In some ircumstances this caused "Resource temporarily unavailable" errors. With this update, bash recycles child process PIDs and waits for child processes as expected. |