Bug 2089

Summary: check refresh after the parent proc of a mult-task child proc execs
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Stan Cox <scox>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P1    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 2081    

Description Andrew Cagney 2005-12-21 17:24:28 UTC
Ref: frysk-imports/tests/process/multi_child_parent_exec.c

The parent proc needs to retain the child process and the child process it's tasks.
Comment 1 Stan Cox 2006-02-06 15:44:17 UTC
Testing:
 parent process A
 child threads A1 A2
 A3 child threads A31 A32
When A execs then all of A2, A31, A32 tasks are tossed ending up back with just
the main task.  So this seems to be a variant of 2087.

Testing:
 parent process A
 forks B
 B child threads B1 B2
When A execs then B, B1, B2 continue.
Comment 2 Stan Cox 2006-02-21 17:48:15 UTC
Added TestExec.java (testAttachedMultipleParentExec)