From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18775 invoked by alias); 18 Dec 2006 21:44:17 -0000 Received: (qmail 18424 invoked by uid 48); 18 Dec 2006 21:44:01 -0000 Date: Mon, 18 Dec 2006 21:44:00 -0000 From: "mcvet at redhat dot com" To: frysk-bugzilla@sourceware.org Message-ID: <20061218214401.3755.mcvet@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/3755] New: Force Task to sendRecIsa during attach rather than later on X-Bugzilla-Reason: AssignedTo Mailing-List: contact frysk-bugzilla-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: frysk-bugzilla-owner@sourceware.org X-SW-Source: 2006-q4/txt/msg00733.txt.bz2 List-Id: 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.