Bug 1833 - check that attaching to a dieing task works
Summary: check that attaching to a dieing task works
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: 3738
Blocks: 1553
  Show dependency treegraph
 
Reported: 2005-11-09 04:15 UTC by Andrew Cagney
Modified: 2005-11-09 04:18 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-09 04:15:29 UTC
 
Comment 1 Andrew Cagney 2005-11-09 04:18:27 UTC
2005-11-08  Andrew Cagney  <cagney@redhat.com>

        * TaskState.java: In destroyed state, abandon attempt to add an
        observation.
        * ProcState.java: In unattached state, recover from a missing
        task.
        * Observation.java: Add .fail.
        * TestTaskAttachedObserver.java: Add .FailedObserver,
        .testAttachDieingOtherTask, .testAttachDieingMainTask, and
        .testAttachDeadMainTask.

        * TestTaskAttachedObserver.java: Add .assertTaskGone, use.  For
        testAttachDetachManyTasks, only create 20 tasks.  Rename
        testDetachExitingTask to testDetachExitingMainTask.

        * TestLib.java: Add Child.findTaskUsingRefresh, and .getPid.  Add
        .isChildOf, and isDescendantOf.  Delete .sigKill.
        * TestTaskAttachedObserver.java: Update.
        * TestRefresh.java: Update.

        * TaskObservation.java: New.
        * TaskState.java: Add .processPerformAddObservation.
        * Task.java: Add .performAddObservation.
        * ProcState.java: Use Observation.requestAdd
        * Observation.java: Add abstract method .requestAdd.

        * Task.java: Replace .performZombied with .performDisappeared.
        Update instances of Wait.Observer interface to match changes to
        disappeared method.
        * TestLib.java: Ditto.
        * LinuxTask.java: Ditto.
        * LinuxHost.java: Ditto..