Bug 2889 - Intermittent, recurring problem of (2) FryskGui processes showing up in session druid
Summary: Intermittent, recurring problem of (2) FryskGui processes showing up in sessi...
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Phil Muldoon
URL:
Keywords:
Depends on:
Blocks: 3401
  Show dependency treegraph
 
Reported: 2006-07-07 17:14 UTC by Len DiMaggio
Modified: 2006-10-19 18:30 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 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.