Bug 640251
Summary: | Extra fork when tcsh processes backquotes | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | RHEL Program Management <pm-rhel> | |
Component: | tcsh | Assignee: | Vitezslav Crhonek <vcrhonek> | |
Status: | CLOSED ERRATA | QA Contact: | Branislav NĂ¡ter <bnater> | |
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | 5.5 | CC: | bmason, bnater, fnadge, james.leddy, ovasik, pm-eus, rdassen, rvokal, tao, vcrhonek | |
Target Milestone: | rc | Keywords: | ZStream | |
Target Release: | --- | |||
Hardware: | All | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | tcsh-6.14-17.el5_5.2 | Doc Type: | Bug Fix | |
Doc Text: |
Previously, when command substitution with backquotes was used, extra fork() was performed. With this update, only one fork() is performed.
|
Story Points: | --- | |
Clone Of: | ||||
: | 673556 (view as bug list) | Environment: | ||
Last Closed: | 2010-11-03 19:19:26 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: | 594536, 689383 | |||
Bug Blocks: | 673556, 688170 |
Description
RHEL Program Management
2010-10-05 10:51:24 UTC
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-2010-0823.html 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, when command substitution with backquotes was used, extra fork() was performed. With this update, only one fork() is performed. |