Bug 3154 - "Command Line Interface" option in the tray icon freezes Frysk
Summary: "Command Line Interface" option in the tray icon freezes Frysk
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 critical
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 1632
  Show dependency treegraph
 
Reported: 2006-08-30 21:13 UTC by Mike Cvet
Modified: 2006-11-28 16:43 UTC (History)
2 users (show)

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 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);