Bug 1829 - detach from a task that is exiting
Summary: detach from a task that is exiting
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P1 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 1553
  Show dependency treegraph
 
Reported: 2005-11-07 21:45 UTC by Andrew Cagney
Modified: 2005-11-07 21:45 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-07 21:45:04 UTC
There is a race between the detach (where the task generates a stop event), and
the termination (a termination event).
Comment 1 Andrew Cagney 2005-11-07 21:45:39 UTC
2005-11-07  Andrew Cagney  <cagney@redhat.com>

        * TestTaskAttachedObserver.java: Add
        .ttestAttachDetachExitingTask.
        * TaskState.java: For "detaching", handle
        .processPerformTerminating.