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/3755] New: Force Task to sendRecIsa during attach rather than later on


If we can avoid the below being called from a TerminatingObserver when the 
process is possibly in an inconsistent state we can avoid being hit by #3754.

public final Isa getIsa ()
    throws TaskException
  {
    System.out.println("getIsa");
    if (isa == null)
      isa = sendrecIsa();
    return isa;
  }

-- 
           Summary: Force Task to sendRecIsa during attach rather than later
                    on
           Product: frysk
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: general
        AssignedTo: frysk-bugzilla at sourceware dot org
        ReportedBy: mcvet at redhat dot com
                CC: mcvet at redhat dot com
 BugsThisDependsOn: 3754
OtherBugsDependingO 3753
             nThis:


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

------- 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]