Bug 1523 - frysk.proc.TaskObserver.Terminating doesn't work
Summary: frysk.proc.TaskObserver.Terminating doesn't work
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: 1426 1531
Blocks: 1553 1364
  Show dependency treegraph
 
Reported: 2005-10-22 15:48 UTC by Andrew Cagney
Modified: 2006-11-22 17:04 UTC (History)
2 users (show)

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-22 15:48:50 UTC
 
Comment 1 Andrew Cagney 2005-10-23 03:59:21 UTC
Need to test termination due to:

- kill (signal)
- exit (0)
- exit (+ve value) (this is currently missing)
Comment 2 Andrew Cagney 2005-10-24 02:01:46 UTC
Index: frysk-core/frysk/proc/ChangeLog
2005-10-23  Andrew Cagney  <cagney@redhat.com>

        * Proc.java: Delete .taskExiting.
        * Task.java: Add .notifyTerminating.
        * TestExiting.java: Use TaskObserver .Terminating.
        * TaskState.java: Replace Proc .taskExiting, with Task
        .notifyTerminating.

Index: frysk-gui/frysk/gui/monitor/ChangeLog
2005-10-23  Andrew Cagney  <cagney@redhat.com>

        * ActionPool.java: Replace use of Proc .taskExiting with runtime
        exception throw.
Comment 3 Andrew Cagney 2005-10-25 21:38:59 UTC

*** This bug has been marked as a duplicate of 1519 ***
Comment 4 Andrew Cagney 2005-10-29 15:58:28 UTC
not a duplicate of 1519
Comment 5 Andrew Cagney 2005-10-29 15:58:57 UTC
changes already committed