From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25533 invoked by alias); 31 Jan 2007 21:16:03 -0000 Received: (qmail 25491 invoked by uid 48); 31 Jan 2007 21:15:47 -0000 Date: Wed, 31 Jan 2007 21:16:00 -0000 Message-ID: <20070131211547.25490.qmail@sourceware.org> From: "rmoseley at redhat dot com" To: frysk-bugzilla@sourceware.org In-Reply-To: <20070126145142.3927.rmoseley@redhat.com> References: <20070126145142.3927.rmoseley@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/3927] FryskHelpManager initial startup causes backtrace 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-q1/txt/msg00220.txt.bz2 List-Id: ------- Additional Comments From rmoseley at redhat dot com 2007-01-31 21:15 ------- I converted to using a call to "Manager.host.requestCreateAttachedProc(args, null);" to activate the help. It comes up OK, but now when the help is terminated I get this from the core: {frysk.proc.LinuxPtraceTask@f52690,pid=31805,tid=31805,state=detached} in state "detached" did not handle handleTerminatedEvent java.lang.RuntimeException: {frysk.proc.LinuxPtraceTask@f52690,pid=31805,tid=31805,state=detached} in state "detached" did not handle handleTerminatedEvent at frysk.proc.State.unhandled(FryskGui) at frysk.proc.TaskState.handleTerminatedEvent(FryskGui) at frysk.proc.Task.processTerminatedEvent(FryskGui) at frysk.proc.LinuxPtraceHost$PollWaitOnSigChld$5.terminated(FryskGui) at frysk.sys.Wait.waitAllNoHang(FryskGui) at frysk.proc.LinuxPtraceHost$PollWaitOnSigChld.execute(FryskGui) at frysk.event.EventLoop.runEventLoop(FryskGui) at frysk.event.EventLoop.run(FryskGui) at frysk.gui.Gui$4.run(FryskGui) at java.lang.Thread.run(libgcj.so.7) I suspect passing a "null" in as the type of observer to attach is throwing it off. Looks like we do need a frysk.proc.Host.requestCreateDaemonProc (String[] args) method. -- http://sourceware.org/bugzilla/show_bug.cgi?id=3927 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.