Bug 3154

Summary: "Command Line Interface" option in the tray icon freezes Frysk
Product: frysk Reporter: Mike Cvet <mcvet>
Component: generalAssignee: Unassigned <frysk-bugzilla>
Status: NEW ---    
Severity: critical CC: mcvet, pmuldoon
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 1632    

Description Mike Cvet 2006-08-30 21:13:38 UTC
Throw a few processes into a session with a couple observers.

Start the monitoring session. When the MainWindow appears, right-click the tray
icon and select "Command Line Interface" 

Frysk will freeze immediately, along with anything it is observing, and will not
respond to interrupts.
Comment 1 Mike Cvet 2006-08-30 21:14:50 UTC
This is on FC5 btw!mcvet master = 15 name = /dev/pts/2
mcvet master = 15 name = /dev/pts/2

Last useful output from logging is:

master = 15 name = /dev/pts/2
master = 15 name = /dev/pts/2
Comment 2 Mike Cvet 2006-09-19 17:16:04 UTC
Moved over to the SourceWindow - same result.
Comment 3 Mike Cvet 2006-09-19 20:16:20 UTC
This window can be enabled by un-commenting the two lines below:

frysk-gui/frsyk/gui/srcwin/SourceWindow.java:

lines 720-721

//    mi = (MenuItem) this.toggleConsoleWindow.createMenuItem();
//    tmp.append(mi);