Bug 521134
Summary: | Bash doesn't wait for backgrounded process if its PID is recycled | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 4 | Reporter: | Albert Hopkins <ahopkins> |
Component: | bash | Assignee: | Roman Rakus <rrakus> |
Status: | CLOSED ERRATA | QA Contact: | Petr Šplíchal <psplicha> |
Severity: | high | Docs Contact: | |
Priority: | urgent | ||
Version: | 4.8 | CC: | fnadge, ohudlick, psplicha, rvokal, tao, tsmetana |
Target Milestone: | rc | Keywords: | ZStream |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | bash-3.0-23.el4 | Doc Type: | Bug Fix |
Doc Text: |
Cause:
Backgrounded process PID is the same as the previous backgrounded process PID.
Consequence:
Bash doesn't wait for backgrounded process.
Fix:
Force bash to forgot last backgrounded process PID.
Result:
Bash waits for backgrounded process.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2011-02-16 14:30:03 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: | |||
Bug Blocks: | 531235 |
Description
Albert Hopkins
2009-09-03 19:30:50 UTC
It's fixed in bash-3.0-23.el4 Please be so kind and add a few key words to the technical note of this bugzilla entry using the following structure: Cause: Consequence: Fix: Result: For more details on CCFR texts, see: https://bugzilla.redhat.com/page.cgi?id=fields.html#cf_release_notes 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: Cause Consequence: Fix: Result: Technical note updated. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. Diffed Contents: @@ -1,7 +1,11 @@ -Cause +Cause: +Backgrounded process PID is the same as the previous backgrounded process PID. Consequence: +Bash doesn't wait for backgrounded process. Fix: +Force bash to forgot last backgrounded process PID. -Result:+Result: +Bash waits for backgrounded process. 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/RHSA-2011-0261.html |