From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3927 invoked by alias); 26 Jan 2007 14:51:56 -0000 Received: (qmail 3887 invoked by uid 48); 26 Jan 2007 14:51:42 -0000 Date: Fri, 26 Jan 2007 14:51:00 -0000 From: "rmoseley at redhat dot com" To: frysk-bugzilla@sourceware.org Message-ID: <20070126145142.3927.rmoseley@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/3927] New: 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/msg00172.txt.bz2 List-Id: After converting FryskHelpManager.java to use frysk.sys.Fork.daemon instead of r.exec, the initial activation(and only the initial activation) causes a backtrace, but still comes up properly. FryskHelpManager activates /usr/bin/gnome-help when the "Help" button is clicked on the first Frysk UI screen. When that button is clicked the first time the following backtrace occurs: waitpid: No child processes (process 21424) at frysk.sys.Fork.daemon(Fork.cxx:159) at frysk.sys.Fork.daemon(Fork.java:97) at frysk.gui.common.FryskHelpManager.activateHelp(FryskHelpManager.java:63) at frysk.gui.SessionManagerGui.helpSession(SessionManagerGui.java:494) at frysk.gui.SessionManagerGui$12.buttonEvent(SessionManagerGui.java:384) at org.gnu.gtk.Button.fireButtonEvent(libgtkjava-2.8.so) at org.gnu.gtk.Button.handleClick(libgtkjava-2.8.so) at org.gnu.gtk.Gtk.gtk_main(libgtkjava-2.8.so) at org.gnu.gtk.Gtk.main(libgtkjava-2.8.so) at frysk.gui.Gui.gui(Gui.java:284) at frysk.gui.FryskGui.main(FryskGui.java:88) Even thought this backtrace occurs, the proper gnome-help comes up. If the gnome-help screen is closed and the "Help" button is again clicked during the current frysk activation, no backtraces occur no matter how many times this happens. The backtrace seems to only occur on the very first activation of the gnome-help. -- Summary: FryskHelpManager initial startup causes backtrace 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 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.