Bug 1523

Summary: frysk.proc.TaskObserver.Terminating doesn't work
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Andrew Cagney <cagney>
Status: RESOLVED FIXED    
Severity: normal CC: pmuldoon, swagiaal
Priority: P1    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on: 1426, 1531    
Bug Blocks: 1553, 1364    

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