Bug 1901 - verify and clean up children after a detaching fork
Summary: verify and clean up children after a detaching fork
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P1 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 1516
  Show dependency treegraph
 
Reported: 2005-11-21 17:55 UTC by Andrew Cagney
Modified: 2006-11-28 16:48 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2005-11-21 17:55:37 UTC
ater a a detaching fork:
- send detach to task-object
- task-object sends stop to kernel-object
- task-object receives fork
need to verify that the the child was finally created, and add the child process
to the cleanup list (otherwize they accumulate).