Bug 3114

Summary: starting a spanking new session does not lead to monitored processors
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Andrew Cagney <cagney>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Project(s) to access: ssh public key:
Bug Depends on:    
Bug Blocks: 1632    
Attachments: Screenshot

Description Andrew Cagney 2006-08-23 19:29:06 UTC
Having created a session that is to monitor <<tcsh>>, and then opened it, I see
no tcsh processeses.  Ditto for a <<loop>> process that was also marked for
monitorong.
Comment 1 Andrew Cagney 2006-08-23 19:41:26 UTC
Reproduce with:

-> rm -rf ~/.frysk

-> in a bash terminal, type tcsh (to get a unique terminal process)

-> start frysk

-> create a new session to observe fork's being done by tcsh

-> start session

no sign of tcsh
Comment 2 Phil Muldoon 2006-08-23 19:57:02 UTC
Created attachment 1244 [details]
Screenshot
Comment 3 Mike Cvet 2006-08-23 20:02:01 UTC
Reproducible when the session is selected by double-clicking the entry in the
session list rather than the OK button
Comment 4 Mike Cvet 2006-08-23 21:00:49 UTC
2006-08-23  Mike Cvet  <mcvet@redhat.com>

	* SessionManagerGui.java (openSession): Added - opens the new Session correctly
in the
	MainWindow. Closes #3114.
	(getSessionManagementControls): Now calls openSession to open the new Session.
	(getManagerControls): Ditto.