Bug 2620 - {frysk.proc.LinuxProc@61821c0,pid=7916,state=running} in state "running" did not handle handleAddTasksObserver
Summary: {frysk.proc.LinuxProc@61821c0,pid=7916,state=running} in state "running" did ...
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P1 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
: 2302 (view as bug list)
Depends on: 2518
Blocks: 1632 1987
  Show dependency treegraph
 
Reported: 2006-04-28 14:25 UTC by Len DiMaggio
Modified: 2006-05-30 06:55 UTC (History)
1 user (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 Len DiMaggio 2006-04-28 14:25:46 UTC
Attaching multiple 'fork' observers to a process forces Frysk GUI to exit

The error displayed is:

===============================
Frysk Core has reported the following errors

{frysk.proc.LinuxProc@61821c0,pid=7916,state=running} in state "running" did not
handle handleAddTasksObserver

frysk.proc.State.unhandled (FryskGui)
frysk.proc.ProcState.handleAddTasksObserver (FryskGui)
frysk.proc.Proc$8.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 Andrew Cagney 2006-05-30 06:48:41 UTC
Guilty code rewritten so that it no longer interacts with the Proc state machine:

2006-05-30  Andrew Cagney  <cagney@redhat.com>

        * TasksObserver.java: New file.
        * TestTasksObserver.java: Update.
        * Proc.java (requestAddTasksObserver): Delete.
        * ProcState.java (handleAddTasksObserver): Delete.

Comment 2 Andrew Cagney 2006-05-30 06:55:35 UTC
*** Bug 2302 has been marked as a duplicate of this bug. ***