Bug 2897 - frysk.proc.LinuxTask in state "transitionToSyscallRunning" did not handle handleAddObserver
Summary: frysk.proc.LinuxTask in state "transitionToSyscallRunning" did not handle han...
Status: RESOLVED WORKSFORME
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 1553
  Show dependency treegraph
 
Reported: 2006-07-10 15:22 UTC by Nurdin Premji
Modified: 2006-11-27 18:27 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-07-10 15:22:20 UTC
Start an funit-child process with parameters:
funit-child 60 0

Start a frysk session and create a new session that monitors this process with
all the observers selected.

You get the following:

{frysk.proc.LinuxTask@10f1960,pid=9677,tid=9677,state=transitionToSyscallRunning}
in state "transitionToSyscallRunning" did not handle handleAddObserver

frysk.proc.State.unhandled(FryskGui)
frysk.proc.TaskState.handleAddObserver(FryskGui)
frysk.proc.Task.handleAddObserver(FryskGui)
frysk.proc.TaskObservation.handleAdd(FryskGui)
frysk.proc.ProcState$3.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$4.run(FryskGui)
java.lang.Thread.run(libgcj.so.7)
Comment 1 Nurdin Premji 2006-11-27 18:27:38 UTC
Just tried today, no problems.