Bug 2089 - check refresh after the parent proc of a mult-task child proc execs
Summary: check refresh after the parent proc of a mult-task child proc execs
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P1 normal
Target Milestone: ---
Assignee: Stan Cox
URL:
Keywords:
Depends on:
Blocks: 2081
  Show dependency treegraph
 
Reported: 2005-12-21 17:24 UTC by Andrew Cagney
Modified: 2006-02-21 17: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-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)