From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29604 invoked by alias); 31 Mar 2008 09:50:40 -0000 Received: (qmail 28768 invoked by uid 48); 31 Mar 2008 09:49:56 -0000 Date: Mon, 31 Mar 2008 09:50:00 -0000 Message-ID: <20080331094956.28767.qmail@sourceware.org> From: "mark at klomp dot org" To: frysk-bugzilla@sourceware.org In-Reply-To: <20080330154800.6001.tromey@redhat.com> References: <20080330154800.6001.tromey@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/6001] fcatch bogus output "terminated normally" 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-q1/txt/msg00663.txt.bz2 List-Id: ------- Additional Comments From mark at klomp dot org 2008-03-31 09:49 ------- The first issue is indeed bogus debug output. Removed: commit 91c313424052de804959314bd179a5ade351da23 Author: Mark Wielaard Date: Mon Mar 31 11:45:51 2008 +0200 Removed debug output from ProcFollowUtil frysk-core/frysk/util/ChangeLog 2008-03-31 Mark Wielaard * ProcFollowUtil.java (updateForkedOffspring): Remove debug output. The second issue is deliberate: frysk/util/FCatch.java // if the main thread exited print out a message that the process // terminated safely if(task.getTid() == task.getProc().getPid()){ printWriter.println(task.getProc().getPid() + "." + task.getTid() + " terminated normally"); printWriter.flush(); } I think it can be removed, or an extra option to print such informative messages. And merging fcatch with ftrace might be an interesting option indeed. -- What |Removed |Added ---------------------------------------------------------------------------- Summary|fcatch bogus output |fcatch bogus output | |"terminated normally" http://sourceware.org/bugzilla/show_bug.cgi?id=6001 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.