Bug 5808 - ProcStopUtil does not handle multiple pids.
Summary: ProcStopUtil does not handle multiple pids.
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 5682
  Show dependency treegraph
 
Reported: 2008-02-29 20:14 UTC by Teresa Thomas
Modified: 2008-02-29 20:14 UTC (History)
0 users

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 Teresa Thomas 2008-02-29 20:14:40 UTC
Currently, program calls System.exit() after executing event for one pid. 

Need to pass control from ProcBlockAction's execute back to parser, so other
procs can be handled.

Bug with Manager.eventLoop.requestStop ?