Jump to letter: [
          
            4ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        strace: Tracks and displays system calls associated with a running process.
        
        
        - Summary
 
        - The strace program intercepts and records the system calls called and
received by a running process.  Strace can print a record of each
system call, its arguments and its return value.  Strace is useful for
diagnosing problems and debugging, as well as for instructional
purposes.
Install strace if you need a tool to track the system calls made and
received by a process.
 
        
        
        Changelog
        
            - * Thu Nov 13 04:00:00 2003 Roland McGrath <roland{%}redhat{*}com> 4.5.1-1.EL.1
 
            - rebuilt for RHEL3 errata
 
        
            - * Thu Nov 13 04:00:00 2003 Roland McGrath <roland{%}redhat{*}com> 4.5.1-1
 
            - new upstream version, more fixes (#108012, #105366, #105359, #105358)
 
        
            - * Tue Sep 30 05:00:00 2003 Roland McGrath <roland{%}redhat{*}com> 4.5-3
 
            - revert bogus s390 fix