Bug 1531 - eliminate Task .traceExit
Summary: eliminate Task .traceExit
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: 1523
  Show dependency treegraph
 
Reported: 2005-10-23 02:14 UTC by Andrew Cagney
Modified: 2005-10-29 15:59 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-10-23 02:14:29 UTC
Can be always enabled
Comment 1 Andrew Cagney 2005-10-24 01:16:50 UTC
        * TaskState.java: Handle .processPerformTerminating in
        startRunning, and zombied states.  Do not pass the terminating
        exit status to Task .sendContinue.
        * LinuxTask.java: Always enable exit tracing.
        * Task.java: Delete .traceExit.

        * Task.java: Merge .performExited into .performTerminated.
        Replace .performExiting into .performTerminating.
        * LinuxHost.java: Update.
        * TaskState.java: Replace .processPerformExiting with
        .processPerformTerminating.  Merge .processPerformExited into
        .processPerformTerminated.

        * TestLib.java, LinuxHost.java: Update Wait .Observer objects so
        that .eventExit has additional signal, and coreDumped parameters,
        and .exited is merged into .terminated.

        * TaskObserver.java: Replace .Exiting with .Terminating; Merge
        .Exited into .Terminated.