Bug 1892 - frysk.proc.HostObserver.Child doesn't work
Summary: frysk.proc.HostObserver.Child doesn't work
Status: RESOLVED WONTFIX
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P1 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 1553
  Show dependency treegraph
 
Reported: 2005-11-20 19:21 UTC by Andrew Cagney
Modified: 2008-03-18 14:54 UTC (History)
2 users (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-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.