Bug 151941 - bash segfault when killing background jobs
Summary: bash segfault when killing background jobs
Keywords:
Status: CLOSED DUPLICATE of bug 151939
Alias: None
Product: Red Hat Enterprise Linux 2.1
Classification: Red Hat
Component: bash
Version: 2.1
Hardware: ia64
OS: Linux
medium
high
Target Milestone: ---
Assignee: Tim Waugh
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-03-23 18:37 UTC by Franco M. Bladilo
Modified: 2007-11-30 22:06 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-03-23 18:50:16 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Franco M. Bladilo 2005-03-23 18:37:05 UTC
Description of problem:
Bash crashes with a segfault after killing background jobs.

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


How reproducible:
Always

Steps to Reproduce:
1. Execute bash
[root@management /]# bash
[root@management /]#

2. Background a job
[root@management /]# cat &
[1] 20043

3. Kill the job
[root@management /]# kill %1
                                                                               
                                                                             
[1]+  Stopped                 cat
4. Run another command
[root@management /]# pwd
/
Segmentation fault
  
Actual results:
Bash crashes.

Expected results:
succesfully kill a background job.

Additional info:

Comment 1 Tim Waugh 2005-03-23 18:50:16 UTC

*** This bug has been marked as a duplicate of 151939 ***


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