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.
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
Created attachment 1244 [details] Screenshot
Reproducible when the session is selected by double-clicking the entry in the session list rather than the OK button
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.