Bug 1533

Summary: frysk/gui/monitor/ActionPool.java just gained a throw
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Sami Wagiaalla <swagiaal>
Status: RESOLVED FIXED    
Severity: normal CC: swagiaal
Priority: P1    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on: 1524, 1542, 1847    
Bug Blocks: 1370    

Description Andrew Cagney 2005-10-24 02:46:05 UTC
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 1 Andrew Cagney 2005-10-24 03:11:47 UTC
And another:

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

        * ActionPool.java: Replace use of Proc .taskExeced with runtime
        exception throw.
Comment 2 Andrew Cagney 2005-10-25 21:32:36 UTC
And some more:

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

        * ActionPool.java: Replace calls to Task .requestAddObserver, and
        .requestDeleteObserver with either a call to
        .requestAddExecedObserver, .requestDeleteExecedObserver,
        .requestAddTerminatingObsever, .requestDeleteTerminatingObserver,
        .requestAddForkedObserver, .requestDeleteForkedObserver,
        .requestAddClonedObserver, .requestDeleteClonedObserver, or a
        RuntimeException throw.

Comment 3 Andrew Cagney 2005-10-25 23:35:08 UTC
sami's gutting this
Comment 4 Sami Wagiaalla 2005-10-26 12:23:57 UTC
Fixed all RuntimeException except for SyscallObserver
Comment 5 Sami Wagiaalla 2006-02-07 20:26:57 UTC
Was fixed, but ActionPool is no longer used.