This is the mail archive of the frysk-bugzilla@sourceware.org mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug general/6001] fcatch bogus output "terminated normally"


------- 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 <mwielaard@redhat.com>
Date:   Mon Mar 31 11:45:51 2008 +0200

    Removed debug output from ProcFollowUtil
    
    frysk-core/frysk/util/ChangeLog
    2008-03-31  Mark Wielaard  <mwielaard@redhat.com>
    
        * 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]