Summary: | check refresh after the parent proc of a mult-task child proc execs | ||
---|---|---|---|
Product: | frysk | Reporter: | Andrew Cagney <cagney> |
Component: | general | Assignee: | 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
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. Added TestExec.java (testAttachedMultipleParentExec) |