Bug 1892

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

Description Andrew Cagney 2005-11-20 19:21:51 UTC
Frysk creating a child process is a unique category of event.  Unlike
TaskObserver.Forked, the parent (frysk process) is not stopped.  Unlike
TaskObserver.Execed, the process wasn't seen to be created, and no opportunity
to attach to the process was made available.

Thoughts?  If ok, assign back to me :-)
Comment 1 Sami Wagiaalla 2006-03-13 18:52:30 UTC
The situation is unique an observer specialized
in frysk creating child processies would solve
the problme.
Comment 2 Andrew Cagney 2008-03-18 14:54:11 UTC
Parent/child observers have been deleted - UI isn't using them - the interface
got too complicated.

If, in future feature becomes necessary a new bug can be created.