Bug 2722 - Initial Frysk session doesn't add tasks to main window
Summary: Initial Frysk session doesn't add tasks to main window
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P1 normal
Target Milestone: ---
Assignee: Sami Wagiaalla
URL:
Keywords:
Depends on:
Blocks: 1632
  Show dependency treegraph
 
Reported: 2006-06-01 16:18 UTC by Mike Cvet
Modified: 2006-06-07 19:34 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-06-01 16:18:47 UTC
The very first time Frysk is run (i.e. the ~/.frysk is yet to be created), if a
new session is created, a task and observers are added; after the druid exits,
the task does not show up in the main window. On re-start of frysk, if that
session is selected and "Finish" is clicked, the task shows up in the main
window, but then a   Frysk Core Error is raised:

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 Sami Wagiaalla 2006-06-07 19:28:56 UTC
fixed
Comment 2 Sami Wagiaalla 2006-06-07 19:34:38 UTC
2006-06-07  Sami Wagiaalla  <swagiaal@redhat.com>
	
	* SessionProcDataModel.java: Removed call to refresh.
	only Gui.java should be calling refresh (fix for 2722).
	* datamodels/FlatProcObservableLinkedList.java: Added/removed
	debug output. No changes.
	
2006-06-07  Sami Wagiaalla  <swagiaal@redhat.com>
	
	* Gui.java: Added a file check before frysk tries
	to open settings file.