Bug 2769 - Frysk Gui crashes when choose debug process and "cancel" also no cancel button
Summary: Frysk Gui crashes when choose debug process and "cancel" also no cancel button
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P1 normal
Target Milestone: ---
Assignee: Phil Muldoon
URL:
Keywords:
Depends on:
Blocks: 1633
  Show dependency treegraph
 
Reported: 2006-06-14 13:38 UTC by Nurdin Premji
Modified: 2006-10-19 18:38 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 Nurdin Premji 2006-06-14 13:38:37 UTC
When you start up frysk-gui and click debug process and then click the "x" in
the top right corner frysk crashes.

Gives error:

Frysk Core has reported the following errors

null

frysk.proc.LinuxTask.sendAttach(FryskGui)
frysk.proc.TaskState$1.handleAttach(FryskGui)
frysk.proc.Task.performAttach(FryskGui)
frysk.proc.ProcState$Attaching.initialState(FryskGui)
frysk.proc.ProcState$1.handleAddObservation(FryskGui)
frysk.proc.Proc.handleAddObservation(FryskGui)
frysk.proc.Proc$6.execute(FryskGui)
frysk.event.EventLoop.runEventLoop(FryskGui)
frysk.event.EventLoop.run(FryskGui)
frysk.gui.Gui$3.run(FryskGui)
java.lang.Thread.run(libgcj.so.7)
Comment 1 Phil Muldoon 2006-06-15 02:31:02 UTC
2006-06-14  Phil Muldoon  <pmuldoon@redhat.com>

	* SessionManagerGui.java (lifeCycleQuery): Fix bz 2769. 
	Change behaviour of Window close event to System.exit(), 
	not Window.hideAll().