Bug 63686

Summary: Bash crashed in small script
Product: [Retired] Red Hat Linux Reporter: Need Real Name <alz27>
Component: bashAssignee: wdovlrrw <brosenkr>
Status: CLOSED WONTFIX QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 7.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-04-29 12:52: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:

Description Need Real Name 2002-04-17 14:14:23 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020314

Description of problem:
After start very simple script bash is 'core dumoed'

Version-Release number of selected component (if applicable):
bash-2.05-8

How reproducible:
Always

Steps to Reproduce:
1. Create script qqq:
-------
. $0
-------
2. Run 'bash qqq'

Comment 1 Phil Knirsch 2002-07-23 14:03:18 UTC
Well, this is a recursive call of the script, so a crash resp. an out of memory
error is unavoidable.

Read ya, Phil