Bug 2889

Summary: Intermittent, recurring problem of (2) FryskGui processes showing up in session druid
Product: frysk Reporter: Len DiMaggio <ldimaggi>
Component: generalAssignee: Phil Muldoon <pmuldoon>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 3401    

Description Len DiMaggio 2006-07-07 17:14:14 UTC
Intermittent, recurring problem of (2) FryskGui processes showing up in session
druid

Seen in Frysk as built from CVS on June 30. We should not allow users to track
FryskGui with Frysk...
Comment 1 Phil Muldoon 2006-07-18 02:40:07 UTC
Added check for Manager.getSelf().getPID() = Pid sent from Proc Added Observer
in datamodels/FlatProcObservableLinkedList.java. If same, then we are trying to
add ourselves to the list, and should not. Skip, and continue.

2006-07-11  Phil Muldoon  <pmuldoon@redhat.com>
	
	* PickProcDialog.java (PickProcDialog): setSort() enabled.
	* datamodels/FlatProcObservableLinkedList.java (ProcCreatedObserver):
	Test to see if GuiProc.getNiceExecutablePath() = GuiProc.PATH_NOT_FOUND.
	* GuiProc.java (isOwned): Added check for PID = Self.
	(PATH_NOT_FOUND): Made public.