This is the mail archive of the frysk-bugzilla@sourceware.org mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug general/4174] Frysk blows up with heavily threading programs.


------- Additional Comments From mark at klomp dot org  2007-03-28 09:55 -------
The problem here is that frysk.rt.RunState throws a hissy fit when it sees any
addObservation failing:

  public void addFailed (Object o, Throwable w)
  {
    w.printStackTrace();
    stateProc.requestAbandonAndRunEvent(new RequestStopEvent(Manager.eventLoop)\
);
    System.exit(1);
  }

The TaskState really cannot help that the request for an observer addition was
done just at the moment the Task was about to be destroyed.

Is there anything the TaskState can do to help RunState recover in this case?

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=4174

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]