Bug 1533 - frysk/gui/monitor/ActionPool.java just gained a throw
Summary: frysk/gui/monitor/ActionPool.java just gained a throw
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P1 normal
Target Milestone: ---
Assignee: Sami Wagiaalla
URL:
Keywords:
Depends on: 1524 1542 1847
Blocks: 1370
  Show dependency treegraph
 
Reported: 2005-10-24 02:46 UTC by Andrew Cagney
Modified: 2006-02-07 20:26 UTC (History)
1 user (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-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.