Bug 176832 - unicode_start started for each and every shell script
Summary: unicode_start started for each and every shell script
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 4
Classification: Red Hat
Component: initscripts
Version: 4.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
: ---
Assignee: Bill Nottingham
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-01-03 15:13 UTC by Bastien Nocera
Modified: 2018-10-19 20:50 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-01-06 21:52:31 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
bash-no-unicode-start-for-child-bash.patch (465 bytes, patch)
2006-01-03 15:13 UTC, Bastien Nocera
no flags Details | Diff

Description Bastien Nocera 2006-01-03 15:13:29 UTC
initscripts-7.93.20.EL-1

When a bash shell script starts another shell script, you can end up with a load
of unicode_start processes.

- bash program starts
- calls unicode_start, which is a bash script
- calls unicode_start, which is a bash script
etc.

I could not reproduce the problem locally, but the patch attached fixes it for
the person seeing the problem.

Comment 1 Bastien Nocera 2006-01-03 15:13:29 UTC
Created attachment 122714 [details]
bash-no-unicode-start-for-child-bash.patch

Comment 2 Bill Nottingham 2006-01-06 21:52:31 UTC
It happens because someone has BASH_ENV set in their .bash_profile - don't do
that. (See #172059).

This problem is resolved in the next release of Red Hat Enterprise Linux. Red
Hat does not currently plan to provide a resolution for this in a Red Hat
Enterprise Linux update for currently deployed systems.

With the goal of minimizing risk of change for deployed systems, and in response
to customer and partner requirements, Red Hat takes a conservative approach when
evaluating changes for inclusion in maintenance updates for currently deployed
products. The primary objectives of update releases are to enable new hardware
platform support and to resolve critical defects. 



Comment 3 Bill Nottingham 2006-02-07 19:05:26 UTC
Note that this fix breaks unicode initialization for vt2-vt6. It has been reverted.

Comment 4 Bill Nottingham 2006-03-17 17:28:53 UTC
Adding devel NAK; as the fix was incorrect and caused regressions.


Note You need to log in before you can comment on or make changes to this bug.