Need to test termination due to: - kill (signal) - exit (0) - exit (+ve value) (this is currently missing)
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.
*** This bug has been marked as a duplicate of 1519 ***
not a duplicate of 1519
changes already committed