From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6007 invoked by alias); 25 Jun 2008 15:56:06 -0000 Received: (qmail 5746 invoked by uid 48); 25 Jun 2008 15:55:22 -0000 Date: Wed, 25 Jun 2008 15:56:00 -0000 From: "rmoseley at redhat dot com" To: frysk-bugzilla@sourceware.org Message-ID: <20080625155521.6695.rmoseley@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/6695] New: attaching and then killing process causes stacktrace 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: 2008-q2/txt/msg00386.txt.bz2 List-Id: Attaching to a process and then killing it causes a stacktrace in both the UI and on the command line: Exception in thread "main" java.lang.RuntimeException: {frysk.proc.live.LinuxPtraceTask@5b21755f,pid=19574,tid=19574,state=destroyed} in state "destroyed" did not handle handleStoppedEvent SIGSTOP(19) at frysk.proc.live.State.unhandled(State.java:67) at frysk.proc.live.LinuxPtraceTaskState.handleStoppedEvent(LinuxPtraceTaskState.java:71) at frysk.proc.live.LinuxPtraceTask.processStoppedEvent(LinuxPtraceTask.java:226) at frysk.proc.live.LinuxWaitBuilder.stopped(LinuxWaitBuilder.java:202) at frysk.sys.Wait.wait(Wait.cxx:586) at frysk.sys.Wait.wait(Wait.java:126) at frysk.event.WaitEventLoop.block(WaitEventLoop.java:81) at frysk.event.EventLoop.runEventLoop(EventLoop.java:372) at frysk.event.EventLoop.run(EventLoop.java:482) at frysk.bindir.fhpd.main(fhpd.java:186) and here is the stack trace from the UI: {frysk.proc.live.LinuxPtraceProc@665bad3e,pid=20304,state=running} in state "running" did not handle handleRemoval java.lang.RuntimeException: {frysk.proc.live.LinuxPtraceProc@665bad3e,pid=20304,state=running} in state "running" did not handle handleRemoval at frysk.proc.live.State.unhandled(State.java:67) at frysk.proc.live.LinuxPtraceProcState.handleRemoval(LinuxPtraceProcState.java:62) at frysk.proc.live.LinuxPtraceProc$1.execute(LinuxPtraceProc.java:332) at frysk.event.EventLoop.runEventLoop(EventLoop.java:365) at frysk.event.EventLoop.run(EventLoop.java:482) at frysk.gui.Gui$5.run(Gui.java:355) at java.lang.Thread.run(libgcj.so.8rh) -- Summary: attaching and then killing process causes stacktrace Product: frysk Version: unspecified Status: NEW Severity: normal Priority: P2 Component: general AssignedTo: frysk-bugzilla at sourceware dot org ReportedBy: rmoseley at redhat dot com OtherBugsDependingO 1633,2246 nThis: http://sourceware.org/bugzilla/show_bug.cgi?id=6695 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.