Bug 356431

Summary: kernel process cleaup issue
Product: Red Hat Enterprise Linux 3 Reporter: Rajdeep Sengupta <rajdeep>
Component: kernelAssignee: Red Hat Kernel Manager <kernel-mgr>
Status: CLOSED NOTABUG QA Contact: Martin Jenner <mjenner>
Severity: low Docs Contact:
Priority: low    
Version: 3.8   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-05-01 22:40:08 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 Rajdeep Sengupta 2007-10-29 14:01:28 UTC
Description of problem:
Killed processes gets removed after 2-3 minutes

Version-Release number of selected component (if applicable):
RHEL 3 with all updates

How reproducible:
It is not always but happens if there are threaded application mostly

Steps to Reproduce:
1. kill any threaded application
2. use ps --forest to look for the process id
3.   
Actual results:

You will find those running or locked process, and then wait for 2-3 minutes 
and again run ps, you will find thoses processes gets killed.

Expected results:
As soon as you run kill -9 $pid, those processes should get killed immidiately.

Additional info:

Comment 1 Don Howard 2008-05-01 22:40:08 UTC
RHEL3 is no longer in active developement.  Only critical security and bug fixes
will be considered for inclusion.  

If the processes/threads are *never* reaped, that would be a bug.  A delay in
reaping is not.