From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3773 invoked by alias); 3 Aug 2007 22:23:07 -0000 Received: (qmail 3704 invoked by uid 48); 3 Aug 2007 22:22:51 -0000 Date: Fri, 03 Aug 2007 22:23:00 -0000 From: "pmachata at redhat dot com" To: frysk-bugzilla@sourceware.org Message-ID: <20070803222249.4894.pmachata@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/4894] New: "java.lang.RuntimeException: not added" when removing codeObserver inside its own handler 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: 2007-q3/txt/msg00259.txt.bz2 List-Id: FC6 The exception I'm getting is the following: java.lang.RuntimeException: not added at frysk.proc.live.LinuxProcState$3.handleDeleteObservation(fltrace) at frysk.proc.Proc$13.execute(fltrace) at frysk.event.EventLoop.runEventLoop(fltrace) at frysk.event.EventLoop.run(fltrace) at frysk.util.Ltrace.trace(fltrace) at frysk.bindir.fltrace.run(fltrace) at frysk.bindir.fltrace.main(fltrace) This happens when I have the following code in updateHit: public Action updateHit (Task task, long addr) { task.requestDeleteCodeObserver(this, addr); task.requestUnblock(this); return Action.BLOCK; } I created a test case, will commit that. -- Summary: "java.lang.RuntimeException: not added" when removing codeObserver inside its own handler Product: frysk Version: unspecified Status: NEW Severity: normal Priority: P2 Component: general AssignedTo: frysk-bugzilla at sourceware dot org ReportedBy: pmachata at redhat dot com GCC host triplet: i686-pc-linux-gnu OtherBugsDependingO 2229 nThis: http://sourceware.org/bugzilla/show_bug.cgi?id=4894 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.